Articles in this series
A lot of times you want to look at request objects and response objects of an API a bit more extensively and with a lot more freedom than what your...
Sometimes you just want to execute a particular function in an existing node.js backend, instead of making whole network requests to run that function...
I am tired of logging JSON and seeing [Object] or [Array] on my terminal. So I set out on a mission to do something about it. Enter jq, a lightweight...
Like any other header, a cookie is also a header that web apps use to store essential information. If you want to clear a cookie from server-side in...
MongoDB provides a nifty way to test your aggregation pipeline before writing a single line of code from their UI. I use MongoDB Compass for this but...