Welcome to my backend learning repo! This is a structured collection of notes and code samples as I explore backend development using JavaScript.
- node fundamentals/ – Basics of Node.js: modules, event loop, file system, etc.
- http/ – Manual HTTP server creation and request/response handling.
- expressjs/ – Express.js setup, routing, middleware, and REST APIs.
- ejsbackend/ – EJS templating engine integration with Express.
- FormHandler, session, cookieParser/ – Form data processing, session management, and cookie parsing.
| Language | Usage |
|---|---|
| JavaScript | Core backend logic |
| EJS | Templating engine for dynamic HTML |
- ✅ Initial commit with folder structure
- ✅ Added Express.js examples
- ✅ Implemented session and cookie parsing
- ⏳ More advanced topics coming soon (e.g., JWT, MongoDB, error handling)
- Build a modular backend architecture
- Understand session vs cookie-based auth
- Prepare for Smart India Hackathon backend integration
Feel free to explore, fork, or contribute!