namrabuilds.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHave you ever wondered that when you search for anything on your browser, how it is delivered to you??? We open Chrome every day and type the URL or Domain name and press enter, and a web page appears. This part is instant. today goal is to understan...Feb 1·4 min read
namrabuilds.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIntroduction When you first start writing HTML, it feels slow.You type opening tags, closing tags, indent code, and repeat the same structure again and again. For example, writing a list or a basic page layout can take many lines of code. This is nor...Jan 30·3 min read
namrabuilds.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionIntroduction HTML gives structure to a webpage, but without CSS, everything looks plain.CSS is what makes webpages look good. But before CSS can apply styles, it needs to know which elements to style. That is where CSS selectors come in. Selectors ar...Jan 30·3 min read
namrabuilds.hashnode.devUnderstanding HTML Tags and ElementsIntroduction Every website you see on the internet has a structure. Buttons, text, headings, images — all of these are placed in an organized way. That structure comes from HTML. HTML is the first thing you learn in web development because it forms t...Jan 30·3 min read
namrabuilds.hashnode.devTCP vs UDP: When to Use What, and How TCP Relates to HTTPIntroduction The internet works because data follows rules. When one computer sends data to another, there must be an agreement on how that data is sent, received, and understood. Without rules, data could get lost, arrive in the wrong order, or neve...Jan 29·4 min read