No
Node.js Fundamentals
3 lessons
Progress
0/3
No
Node.js Fundamentals
Learn the core concepts of Node.js: the event loop, modules, npm, and global objects.
beginner
14 min
Introduction to Node.js
What is Node.js, its architecture, and why it is popular for backend development.
beginner
16 min
Modules & NPM
Understanding the module system, creating and requiring modules, and managing packages with npm.
intermediate
18 min
Event Loop & Global Objects
How the event loop works, microtasks vs macrotasks, and Node.js global objects.