This repository documents my learning journey with Node.js and its ecosystem. It contains structured modules with code examples, projects, and detailed notes to help anyone wanting to learn Node.js from basics to advanced concepts.
Detailed notes for each module and concept are available in my Notion workspace. Click the badge above to access comprehensive explanations, diagrams, and additional resources.
Each module contains standalone examples that can be run independently. To run any example:
- Navigate to the specific example directory
- Install dependencies:
npm install
- Run the example:
npm start
ornode filename.js
- Codesandbox clone
- Movie Streaming App
- Live Streaming App
- Telegram Bot
- Booking.com
- Leetcode
- Uber