ABAshish Bhatinonlychainocode.hashnode.dev·Jan 29 · 3 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsA web browser acts as an intermediary between you and the internet, transforming URLs into interactive web pages through networking, parsing, rendering, and JavaScript execution. Here's a beginner-friendly breakdown of how Chrome, Firefox, or Safari ...00
ABAshish Bhatinonlychainocode.hashnode.dev·Jan 27 · 4 min readUnderstanding HTML Tags and ElementsWhat HTML is and why we use it HTML, or Hypertext Markup Language, is the foundation of nearly every website you visit. It’s the standard markup language used to create web pages, giving structure to content through elements like headings, paragraphs...00
ABAshish Bhatinonlychainocode.hashnode.dev·Jan 27 · 2 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat Emmet is (in very simple terms) Emmet is the toolkit that enables web developers to code faster and reduce human errors. It uses abbreviated syntax to generate large blocks of HTML and CSS code. It is present in IDEs such as Why Emmet is useful ...00
ABAshish Bhatinonlychainocode.hashnode.dev·Jan 27 · 3 min readTCP Working: 3-Way Handshake & Reliable CommunicationA plethora of data is moving from source to destination each millisecond over internet. With such a huge amount of data to handle there are obvious chance of data getting lost due to low transmission errors, congestion, buffer overflow (receivers’ bu...00
ABAshish Bhatinonlychainocode.hashnode.dev·Jan 24 · 2 min readTCP vs UDP: When to Use What, and How TCP Relates to HTTPWhat is TCP and UDP (at a very high level) These are transport layer protocols. TCP is used for sending reliable and flow-controlled data from source to destination. It is used to make sure the data is sent is received in the same order and without d...00