URL Parameters vs Query Strings in Express.js
The first time I saw a URL like /users/123?page=2&sort=name, I assumed those were all just random parts of the URL format. I did not know which part was what, or why some values had a : prefix in the
nodejs-by-ishan.hashnode.dev11 min read