SSubhenduinsubhendu-dnsrecordtypes.hashnode.dev·Feb 14 · 3 min readInside Git: How It WorksWe all know that Git is a version control system, but many times the internal working of Git remains unclear. How does it actually track changes? What happens behind the scenes when a commit is made? And what exactly is stored inside the .git folder?...00
SSubhenduinsubhendu-dnsrecordtypes.hashnode.dev·Feb 13 · 4 min readTCP Working: 3-Way Handshake & Reliable CommunicationSo far, we’ve built a basic understanding of TCP, UDP, and HTTP. The core protocols that make communication over the internet possible. These protocols define how data travels, how it’s delivered, and how clients and servers talk to each other. If yo...00
SSubhenduinsubhendu-dnsrecordtypes.hashnode.dev·Jan 31 · 3 min readCSS SelectorsIn this blog we will try to understand what is CSS selectors are. Why do we need them, and what are the use cases of CSS selectors? A CSS selector is used to choose an HTML element for styling. Think of a school as an example: First we address every...00
SSubhenduinsubhendu-dnsrecordtypes.hashnode.dev·Jan 30 · 3 min readHTML for BeginnersWe are on a journey of development and the very first thing as a developer we learn is HTML. It is the foundation of every webpage and the starting point for understanding that how actually web works. Once we have a clear idea about HTML we can struc...00
SSubhenduinsubhendu-dnsrecordtypes.hashnode.dev·Jan 30 · 3 min readTCP vs UDPIf we ever wonder that why do we need to use internet? What is the main purpose of it? The simple answer will be to share information from anywhere, anytime. And to share information internet has some set of rules that we call as protocol. Now let’s ...00