Completed
- CommonJS Modules
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Node.js Crash Course 2024 - From Basics to Building APIs
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro & Slides
- 2 - Installation
- 3 - Node REPL
- 4 - Setup & package.json Init
- 5 - Running JavaScript Files
- 6 - CommonJS Modules
- 7 - ES Modules
- 8 - HTTP Module & Create Server
- 9 - NPM Scripts
- 10 - NPM Modules & Nodemon
- 11 - .gitignore File
- 12 - Environment Variables & .env
- 13 - Req Object
- 14 - Marking Requests From Postman
- 15 - Simple Routing
- 16 - Loading Files
- 17 - Building a Simple API
- 18 - Middleware
- 19 - Cleanup Middleware & Handlers
- 20 - Get Req Body For POST
- 21 - File System Module
- 22 - Path Module
- 23 - OS Module
- 24 - URL Module
- 25 - Crypto Module
- 26 - Emitting Events
- 27 - Process Object