|
|
|
|
|
by khaledh
1917 days ago
|
|
I've tried many stacks*. My current favorite is Django + PostgreSQL. Every time I use Django I get surprised at how productive it makes me. The built-in admin is fantastic (easily customizable), and almost any question I have is answered in the docs (which is also fantastic) or by the community. I don't do front-end; just server-side Django templates. Every time I try to build something on the front-end with JavaScript (either with a framework or vanilla), I get tangled in a huge mess. * Server side: Node.js, ASP.NET, Django, Rails, Phoenix. * Client side: React, Vue, Angular, Redux, Mobx, etc. |
|
> Every time I try to build something on the front-end with JavaScript ... I get tangled in a huge mess.
What's been the least messy in your experience? I'm still using jQuery and moreso these days just raw JS to add the tiny bit of useful interactivity, eg dynamic search fields.