URL Parameters vs Query Strings in Express.js
If you've worked with Express even a little, you've probably written something like /users/:id or seen a URL with a ?search=something at the end. Both are ways to pass data through a URL — but they're
backend-with-pratik.hashnode.dev4 min read