|
|
|
|
|
by jinglebells
2233 days ago
|
|
I like Go and Elixir from the minimalist approach but I've delivered so many projects recently by using Django and Django Rest Framework with a React front-end simply because you get ORM, Admin, form validation etc out of the box. In a couple of days you can have a production-ready site and I've never seen anything quite like it for productivity. |
|
The models and rest framework are convenient but you could probably do the same in close to the same amount of time in another language or framework.