briandoesdev | 2 years ago | on: Ask HN: If you were to build a web app today what tech stack would you choose?
briandoesdev's comments
briandoesdev | 3 years ago | on: Cloudflare is breaking the internet by requiring "JavaScript and cookies“
I may be wrong here, but isn't this what Cloudflare Workers are?
briandoesdev | 3 years ago | on: Show HN: I made an open-source Bitly alternative
briandoesdev | 3 years ago | on: FB feed is 98% suggested pages and barely any friends' posts
briandoesdev | 3 years ago | on: Ask HN: What city is the center of crypto innovation?
briandoesdev | 3 years ago | on: Spacedrive – A File Explorer from the Future
briandoesdev | 3 years ago | on: The Original APT: Advanced Persistent Teenagers
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.