blazethecreativedev.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsIntroduction You are reading this article inside a browser right now. Maybe you typed the link directly in the URL bar, or maybe you clicked it from somewhere else. Either way, the page opened smoothly in front of you.But have you ever stopped to thi...Feb 1·3 min read
blazethecreativedev.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionIntroduction Imagine you are arranging a library. You don’t label every book the same way. Fiction goes on one shelf, textbooks on another, and important reference books get special markings. Each section is handled differently, even though they all ...Feb 1·3 min read
blazethecreativedev.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIntroduction Writing HTML is the foundation of web development, but let’s be honest, typing opening and closing tags again and again can feel boring and repetitive. It slows you down and breaks your flow, especially when you are just trying to build ...Feb 1·3 min read
blazethecreativedev.hashnode.devUnderstanding HTML Tags and ElementsHTML is the skeleton or core structure of every website on the internet. Without HTML there is no website or web app. HTML, or Hyper Text Markup Language, is the language of the internet used to transfer structured, useful, and semantic information. ...Feb 1·3 min read
blazethecreativedev.hashnode.devTCP vs UDP: When to Use What, and How TCP Relates to HTTPToday we are going to learn about TCP/IP and UDP protocols, what are their differences and how they relate with the HTTP protocol. We will keep the discussion simple, beginner friendly, and to the point. TCP/IP Protocol TCP/IP, or more commonly calle...Feb 1·3 min read