Ask HN: If you were to build a web app today what tech stack would you choose?
201–210 of 214 posts
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#202Frontend: Flutter
If Flutter is not possible or suitable than htmx + bulma (or w3c, pico etc..).
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#203For me it would be:
*Django* for backend with the built-in templates. No frontend backend split.
TailwindCSS for styling.
StimulusJS for sprinkling JS wherever needed, which is not very often.
Postgres as my DB (although if I'm not integrating Stripe, SQLite will suffice).
Maybe Redis for caching and as a broker for background tasks, if needed.
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#204What you know best! For me it would be: *Django* for backend with the built-in templates. No frontend backend split. TailwindCSS for styling. StimulusJS for sprinkling JS wherever needed, which is not very often. Postgres as my DB (although if I'm not integrating Stripe, SQLite will suffice). Maybe Redis for caching and as a broker for background tasks, if needed.
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#205Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#206Does anybody still use Perl 5?
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#207Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#208SvelteKit + Supabase to do it quick and dirty. Since I am not the best programmer out there (my day to day job is product owner), it allows me to actually finish my projects and validate them with the market within days instead of months. I can totally see how a senior fullstack dev would have a completely different approach though.
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#209Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#210The answer to this kind of question is always "whatever you're most comfortable/productive with" For me personally, I've been working on one that's pretty app-y and used Postgres + Deno + React/MobX (built with esbuild) I'm very comfortable and happy with TypeScript, so I like having it on both ends (especially because I can share types between the two sides of the wire). And Deno and esbuild make the tooling story r…