Ask HN: What tech stack for a web app in 2025?
Had experience with a variety of technologies - and spent a great deal of time with Elixir/Phoenix and the platform really did perform well and impress me.
I had my fair share of "reinventing the wheel" with Elixir though. Before this, I was very much into rails but the absence of type safety and compiled code, seemed to be a minus.
After working with Node it seems very promising as we could basically write the entire stack in just Javascript or Typescript
I wanted to see what folks are using these days, and what seems to make more sense to begin projects now - the goal is to build quickly and be able to have some good long-term maintenance.
> the goal is to build quickly and be able to have some good long-term maintenance.
Django. Batteries included so you can build quickly. The official website even has "For perfectionists with deadlines", or something like that. And it has a huge community so that helps on long-term maintenance.