Dev Logs
/Node.js & Express
All guides

Node.js & Express

Servers, middleware, REST design, auth, file uploads, and talking to a database from Node.

Start readingRead as PDFSource

16 chapters

  1. 01Node.js Fundamentals: Understanding the Runtime
  2. 02Node.js Installation and Running Basic Scripts
  3. 03NPM: Node Package Manager Fundamentals
  4. 04Node.js Core Modules: Built-in Functionality
  5. 05Creating HTTP Servers with Node.js
  6. 06Introduction to Express.js: Web Framework for Node.js
  7. 07Handling Request and Response Objects in Express.js
  8. 08Serving Static Files in Express.js
  9. 09Environment Variables with dotenv
  10. 10Express Router and Modular Route Management
  11. 11Template Engines: EJS and Pug for Server-Side Rendering
  12. 12RESTful API Design Principles
  13. 13CRUD Operations with Express.js
  14. 14Middleware in Express.js
  15. 15Database Integration: MongoDB and Mongoose
  16. 16Authentication and Authorization in Express.js

Open source, free forever. Built by iammhador.

Contribute on GitHub