Node.js Introduction & Setup Node REPL & Global Objects npm, npx & package.json Modules in Node.js Built-in Modules Overview Path & OS Modules File System & fs Module Buffers & Events Module
Callbacks & Async Programming JavaScript Promises Async/Await Event Loop Node.js Timers Asynchronous Programming Practice Mini Project
Node.js HTTP Module Creating a Basic Node.js Server Serving HTML with Node.js Serving JSON with Node.js Handling Requests & Responses
Routing in Node.js Query Parameters URL Parsing Creating Routes with Node.js Node Server with Routes & Query Parameters Complete Mini Project & Revision