ATAbhinit Tripathiingitforbeginners-abhinit.hashnode.dev·Feb 27 · 8 min readUnderstanding Network DevicesHow The Internet Reaches you Imagine you open your laptop, type in google.com and press Enter. Within a fraction of a second, a web page appears right on your computer screen. What happened here? Elec00
ATAbhinit Tripathiingitforbeginners-abhinit.hashnode.dev·Feb 24 · 6 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhen you first write HTML, it can feel like a lot of typing just to get simple things done. Imagine a very simple HTML layout like the following <p> This is the part where we say YAAYYY <ol> 00
ATAbhinit Tripathiingitforbeginners-abhinit.hashnode.dev·Feb 22 · 5 min readUnderstanding CSS Selectors & The Foundation of Styling Web PagesWhen you open a webpage, the browser first starts by reading the HTML i.e. the structure and content of the page at hand. But raw HTML on its own is plain and boring which can affect the time a user s00
ATAbhinit Tripathiingitforbeginners-abhinit.hashnode.dev·Feb 15 · 5 min readUnderstanding HTML Tags and ElementsImagine building a house without a frame, there are no walls, no rooms, nothing to hold it together. It will be pretty hard to start building such a house right? On the web, HTML (HyperText Markup Language) is like that frame, it forms the basic stru...00
ATAbhinit Tripathiingitforbeginners-abhinit.hashnode.dev·Feb 14 · 9 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHave you ever wondered what actually happens after you type a web address and press enter? What happens next, we tend to take it for granted but it is nothing short of an engineering miracle. But behimd this smooth experience is a coordinated set of ...00