JavaScript: Understand "this" for arrow functions

We know that arrow functions don’t have their own this value. Instead, they remember the value of the this parameter at the time of their definition. This means when arrow...

How to set up your own DNS server for local development

This post talks about setting up a local DNS “server” on your machine. The reason for doing that is because sometimes we need to make network requests to a host...