by princevegeta89 on 2/23/25, 5:16 AM with 1 comments
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.
by chistev on 2/23/25, 6:27 AM
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.