Hacker News new | ask | show | jobs
by briandoesdev 968 days ago
I've really been into what I call the "HAG" stack: HTMX, Alpine.JS, Go.

It's simplicity has been a fresh of breath air. I love Go and being able to use it for almost the entire web app is amazing. I am excited for the upcoming router enhancements Go has proposed, that will let me move off Chi router. I try to stay as close to the std lib as possible. Though, the `templ` package is amazing and I very much will continue to use it when possible.

For my database I use `libsql` by Turso with server mode.

As for deployment, I just dockerize the app and the database then run them as two separate components in a Docker App.

Makes it a simple and easy to develop and deploy updates.