Learned Backend Routing today
Today I learned some important backend routing concepts in Node.js/Express:
- Static routes
- Dynamic routes
- Query params
- Nested routes
- Path params
- API versioning
- Catch-all routes
The more I learn backend, the more I realize how important HTTP and routing fundamentals are before jumping into frameworks and projects.
Next I’m planning to study JavaScript deeply:
closures, async/await, event loop, execution context, promises, etc.
Trying to build strong backend fundamentals step by step.