#2articles1week
Read more stories on Hashnode
Articles with this tag
I have not always been a man-page person. I used to google instead. Whenever I needed to use a command I don't completely remember the signature of, I...
Have you ever noticed the view count on a YouTube video? Or, a viral Instagram post? I have observed some discrepancies in the view count a couple of...
We often use offset or skip in our database queries to fetch paginated data. This helps in implementing server-side pagination where it is not...
Why an IP address and port is not enough · ARP is used to convert a logical address (IP) to a physical address (MAC). MAC address is a machine's unique...
Why knowing the subnet mask is key · The IP address is a logical address that we use to send data on the internet to the intended location. In this...
Stateful services store the state of the system in the server itself whereas stateless backends do not. They use a common storage layer and are...