Live data from Hacker News

Ask HN: If you were to build a web app today what tech stack would you choose?

news.ycombinator.com

111–120 of 214 posts

Re: Ask HN: If you were to build a web app today what tech stack would you choose?

#116
Something boring, well documented, and widely used. The more boring the better. I'd avoid hotshot stacks like the plague because they are usually immature and tend to change quickly.

Ideally, I'd pick something that has OpenAPI as a first class citizen or code generation, including validation.

Re: Ask HN: If you were to build a web app today what tech stack would you choose?

#117
Django with HTMX + Alpine on the frontend. Deployed as Docker container on a cheap VPS. It's boring, time tested but by Jove, does it get the job done fast.

I'm building a B2B2C marketplace in my free time and I'm blown away by the practicality of this stack. Due to longevity of Django, every problem I encounter is just a search away. DRF makes it dead simple to add REST APIs. The Admin panel is a golden cherry on top.

Re: Ask HN: If you were to build a web app today what tech stack would you choose?

#118

Earlier quoted context omitted.

Do you deploy .NET on Windows or Linux?

You can deploy on both quite easily. The newer .NETs are properly multiplatform

That is probably why they are asking…
Post reply on HN