Hello Dev Community! ๐Ÿ‘‹

It is officially Day 36 of my journey to master the MERN stack! Yesterday, I spun up my very first local web server. Today, I advanced into Prashant Sir's (Complete Coding) backend sequence to solve a major problem: How do we serve different content based on what the user types in the browser address bar?

Today was a deep dive into Backend Routing and capturing structural request parameters natively.

When building an application layout, the backend acts as a traffic controller. Here is the mechanical breakdown of what I mastered today:

1. Navigating via req.url