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!
- Episode-01 | Introduction to NodeJS
- Episode-02 | JS on Server
- Episode-03 | Let's write code
- Episode-04 | module.export & require
- Episode-05 | Diving into the NodeJS github repo
- Episode-06 | libuv & async IO
- Episode-07 | sync, async, setTimeoutZero - code
- Episode-08 | Deep dive into v8 JS Engine
- Episode-09 | libuv & Event Loop
- Episode-10 | Thread pool in libuv
- Episode-11 | Creating a Server
- Episode-12 | Databases - SQL & NoSQL
- Episode-13 | Creating a database & mongodb