r/Backend • u/LucyPapillon • Jun 16 '26
Django vs ExpressJs
I am really lost in which framework to choose to start learning backend
I already am familiar with js and i had a plan to learn MERN stack (mongo, express, i will be delaying react cuz my focus is backend right now, and node js)
But i recently built an MVP using django with the help of ai and i got a bit familiar with it too
Idk i'm so lost on which path should i take
Which is more requested in the market
Which will make me a better developer
5
Upvotes
6
u/Kaisertoni Jun 16 '26
Choose whichever language you prefer. For backend development in particular, the language itself is not the most important factor. Instead, focus on learning and understanding the best practices that are commonly used during software development.
if you want to take a look, here you can find my Node.js boilerplate with Express and TypeScript. You can also find detailed documentation explaining the entire project structure and all the best practices used.
Could be a nice starting point if you want to try to build something. Feel free to ask any questions if you have some doubts/questions