URL Parameters vs Query Strings in Express.js
If you've spent any time working with web APIs, you've definitely seen URLs like these:
/users/42
/products?category=shoes&sort=price
Both of these are ways to send information to a server through a
abdulsamad30.hashnode.dev10 min read