|
|
|
|
|
by h3rald
1895 days ago
|
|
For my personal projects I find particularly satisfying using my own stack: - https://h3rald.com/litestore if I need a RESTful searchable data store and some relatively simple middleware logic. - https://h3.js.org if I need to write a single-page application and I just want to get things done fast. - https://hastysite.h3rald.com if I need a static site generator. - https://min-lang.org for more complex things. It took a bit to get used to it, but I managed to get quite productive with it in the end. I do occasionally try out more traditional things or the latest stuff but... using my own code feels a lot more gratifying. If I needed something different, I found myself building it from scratch exactly like I wanted it. |
|