TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.dev·6d ago · 16 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat a browser actually is (beyond “it opens websites”) Analogy of browser~ Imagine the internet is a giant library where every book is written in a language computers understand. Think of a browser a00
TKTushar Kumar Jaiswalinthewebdevsite.hashnode.dev·Jul 28 · 4 min readUnderstanding HTML Tags and ElementsWhat HTML is and why we use it HTML is a Hypertext Markup Language. In the early days of web, websites weren't only about serving text, although early web pages were primarily text-based. Later on Tim00
TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.dev·Jul 26 · 4 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet Emmet is a shortcut tool that helps you to write code faster. Instead of typing the whole code , you type a short abbreviation and press Tab or Enter and it expands into complete code. E00
TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.dev·Jun 29 · 8 min readHow DNS Resolution WorkWhat is DNS and why name resolution exists 👨: We are humans, we don’t understand computer’s language. 🤖: We are computers, we don’t understand human language. DNS comes to the picture. DNS performs 00
TKTushar Kumar Jaiswalinwebdevcohort2026.hashnode.dev·Apr 11 · 7 min readUnderstanding Network DevicesWhat is a Modem A modem (modulator - demodulator) is a translator + bridge between your home network and Internet Service Provider (ISP). Your devices like laptop and phones speak digital language li00