https://github.com/himuuuuuuuuu/namaste-nodejs-notes
❤ Namaste Node JS Live Course from Zero to Hero 🚀 by Akshay Saini(Founder of NamasteDev). This repository for Assignment & Class Notes taken during Namaste Node JS Live Course #namaste #NodeJs
https://github.com/himuuuuuuuuu/namaste-nodejs-notes
akshay-saini namaste-nodejs namaste-nodejslive nodejs-assignment nodejs-server nodejs-theory
Last synced: about 1 month ago
JSON representation
❤ Namaste Node JS Live Course from Zero to Hero 🚀 by Akshay Saini(Founder of NamasteDev). This repository for Assignment & Class Notes taken during Namaste Node JS Live Course #namaste #NodeJs
- Host: GitHub
- URL: https://github.com/himuuuuuuuuu/namaste-nodejs-notes
- Owner: himuuuuuuuuu
- License: mit
- Created: 2024-09-12T16:26:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T08:20:53.000Z (9 months ago)
- Last Synced: 2025-04-27T00:37:00.772Z (about 1 month ago)
- Topics: akshay-saini, namaste-nodejs, namaste-nodejslive, nodejs-assignment, nodejs-server, nodejs-theory
- Language: JavaScript
- Homepage:
- Size: 77.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Namaste Node.js Notes 📚

This repository contains detailed notes from the **Namaste Node.js** course by **Akshay Saini**. The notes cover key concepts, in-depth explanations, and code examples that help demystify how Node.js works under the hood. Perfect for anyone looking to deepen their understanding of Node.js and its core principles.
Feel free to contribute or use these notes as a reference for your learning journey!
---
## Table of Contents
1. [Episode-01 | Introduction to NodeJS](https://github.com/Er-Mithleshsharma/Namaste-Nodejs-Notes/tree/main/Episode-01%20%20Introduction%20to%20NodeJS)
2. [Episode-02 | JS on Server](https://github.com/Er-Mithleshsharma/Namaste-Nodejs-Notes/tree/main/Episode-02%20%20JS%20on%20Server)
3. [Episode-03 | Let's write code](https://github.com/Er-Mithleshsharma/Namaste-Nodejs-Notes/tree/main/Episode-03%20%20Let's%20write%20code)
4. [Episode-04 | module.export & require](https://github.com/Er-Mithleshsharma/Namaste-Nodejs-Notes/tree/main/Episode-04%20%20module.export%20%26%20require)
5. [Episode-05 | Diving into the NodeJS github repo](https://github.com/Er-Mithleshsharma/Namaste-Nodejs-Notes/tree/main/Episode-05%20%20Diving%20into%20the%20NodeJS%20github%20repo)
6. [Episode-06 | libuv & async IO](https://github.com/Er-Mithleshsharma/Namaste-Nodejs-Notes/tree/main/Episode-06%20%20libuv%20%26%20async%20IO)
7. [Episode-07 | sync, async, setTimeoutZero - code](#episode-07--sync-async-settimeoutzero---code)
8. [Episode-08 | Deep dive into v8 JS Engine](#episode-08--deep-dive-into-v8-js-engine)
9. [Episode-09 | libuv & Event Loop](#episode-09--libuv--event-loop)
10. [Episode-10 | Thread pool in libuv](#episode-10--thread-pool-in-libuv)
11. [Episode-11 | Creating a Server](#episode-11--creating-a-server)
12. [Episode-12 | Databases - SQL & NoSQL](#episode-12--databases---sql--nosql)
13. [Episode-13 | Creating a database & mongodb](#episode-13--creating-a-database--mongodb)