webdevbyumarshaikh.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIf you have ever written a full webpage from scratch, you know that HTML can feel... repetitive. Typing out <div></div>, <p></p>, and <li></li> over and over again is not just slow; it’s a distraction from actually building your site. What if you cou...Feb 1·2 min read
webdevbyumarshaikh.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionIf HTML is the skeleton of your website, CSS is the style—the colors, the fonts, and the layout. But before you can change the color of a heading or the size of a button, you need a way to "point" at it. In the world of web development, we call this ...Feb 1·3 min read
webdevbyumarshaikh.hashnode.devUnderstanding HTML Tags and ElementsIf you’ve ever wanted to build a website, you have to start with HTML. It is the absolute foundation of every page on the internet. Think of a webpage like a house. The furniture and wallpaper are the CSS, and the electricity and plumbing are the Jav...Feb 1·3 min read
webdevbyumarshaikh.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsTo most of us, a browser is just a window to the internet. You type google.com, wait a split second, and pixels appear. But behind that window is one of the most sophisticated pieces of software ever built. Think of your browser not as a single progr...Feb 1·3 min read
networkingbyumarshaikh.hashnode.devTCP Working: 3-Way Handshake & Reliable CommunicationImagine trying to tell a story to a friend in a crowded, noisy room. If you just start talking without checking if they’re listening, they might miss the beginning. If a loud tray drops and drowns out your voice, they might miss the middle. If you wa...Feb 1·3 min read