URL Params vs Query Strings in Express
Apr 27 · 6 min read · You've seen a URL like this:
GET /users/42/posts?status=published&sort=newest
And you've probably wondered, okay, the 42 is the user, the status and sort are... filters? And where exactly does one th