Hacker News new | ask | show | jobs
by enkrs 895 days ago
There is something very magical about these micro frameworks for solo hobby projects. You can craft your small project vs just glue the solution somehow together.

Just today I was working on my ESP32 MicroPython project, and I used Microdot for the first time (together with picocss and htmx). The documentation was sparse in places, but the source code was so niceley commented and easy to navigate that I figured everything out.