Backend Development with JavaScript

Looking to start backend development using JavaScript. I want to learn Express.js and MongoDB. Do I need to master Node.js with all its modules, or is a basic understanding sufficient before moving on to Express.js? What’s the recommended learning path, or are there any other in-demand backend technologies you’d suggest for a beginner?

You don’t really need to know much about NodeJS to use Express.

Mongoose is often used with MongoDB and I might also suggest you give PrismaJS (ORM) a look.

1 Like

Sure , Thank you . I will try to learn .