Should I Learn DSA or MERN First?

0
7
Asked By CuriousCoder92 On

I'm just starting out and I'm interested in both Data Structures and Algorithms (DSA) and the MERN stack (MongoDB, Express.js, React.js, Node.js). I'm trying to figure out if I should tackle them together or focus on one before the other. What do you all think?

4 Answers

Answered By TechSavvy001 On

A lot of folks suggest focusing on DSA first because it's the foundation for understanding many programming concepts. MERN is more of a tech stack that comes after. Knowing how to solve problems with DSA will help you in any tech stack you choose later on.

Answered By CodeCraftsman On

I suggest working on both together. Apply what you learn in DSA as you build with MERN. It can be really helpful because you'll see the practical side of the algorithms you're studying!

Answered By ScriptedSuccess On

I get the hesitation about MERN – some criticize it for various reasons. But honestly, many love using it for web development. If you're keen on frontend work, delve into React as it pairs well with JavaScript!

Answered By WebDevWarrior On

It really depends on your goals! If you're aiming for jobs, DSA is crucial for interviews, especially in big tech firms. But MERN can be great for practical projects. If you're not strictly job-focused, maybe try doing a bit of both at the same time!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.