Ask HN: What tech stack are you using for MVPs, early products? (Q3 2023)
https://news.ycombinator.com/item?id=37894806I'm using what I know best, just wondering what others are using. Seems like people are returning to the "basics" and KISS.
For me I'm most productive in Go for all backend needs, and React or Svelte on UI. I'm using managed database, but otherwise deployed on bare metal instance that use embedded db to leverage SSD storage as cache and static assets on CDN.