Understanding URL Parameters and Query Strings in Express
When building web applications, you often need to send data through the URL. Two common ways to do this are URL parameters (params) and query parameters (query strings). Understanding how they work wi
parametersvsquerystringsinexpressjs.hashnode.dev3 min read