|
|
|
|
|
by dinkleberg
971 days ago
|
|
Go using the Gin framework. I’d use SQLite until I had a compelling reason not to. Server side rendering using pongo2 templates. Vanilla js and Htmx where appropriate. I’ve built several projects like this and just started another one and it is by far my favorite stack. I don’t like spending time fighting frameworks, so I like to keep my stack as minimal as possible. Thankfully the Go ecosystem pretty uniformly shares that ideology. |
|