Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 465 Bytes

File metadata and controls

19 lines (13 loc) · 465 Bytes

Node.js Learning

📘 A collection of notes, code snippets, and practice projects as I learn and explore Node.js.

This repository documents my journey of understanding core Node.js concepts through hands-on examples, mini projects, and real-world experimentation.


📚 Topics Covered

  • ✅ Async/Await & Promises
  • ✅ File System (fs module)
  • ✅ JWT
  • ✅ Nodemailer
  • ✅ Middleware
  • ✅ Authentication
  • ✅ multer
  • ✅ Web server