An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Namaste Node.js Notes 📚

![Namaste Node.js Poster](https://do6gp1uxl3luu.cloudfront.net/banner+and+logos/namaste-node.webp)

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)