Stuff I found today #1

Aleph.js

Web framework in Deno. What's special I think it geared towards frontend developer. One thing caught my eyes is the use of pages routing. So you drop a file in ./pages/about.tsx and it will available as /about/ url. Reminds me to PHP ;)

You can also drop few other file formats in /pages/ such as markdown and that will be rendered by Aleph.

Aleph looks interesting and made me thinking of building something similar in Python. Imagine being able to drop file written in Jinja2 in ./pages/ and automatically get it rendered.

marshmellow

Thinking about python web framework inspired by Aleph about lead me to search for serializer library, something similar to Django Rest Framework (DRF) serializer but more framework agnostic.

marshmallow.readthedocs.io/en/stable/why.html

twtxt

gemini

gemini.circumlunar.space

myst

myst-parser.readthedocs.io/en/latest