VVishalinwebdev-tech.hashnode.dev·Feb 1 · 2 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupI used to spend forever typing out every single bracket and closing tag for my HTML. My fingers were getting so tired! But then we found out about Emmet. It’s like having a fast-forward button for our code editor… Here is how we can stop typing and s...00
VVishalinwebdev-tech.hashnode.dev·Feb 1 · 2 min readCSS Selectors 101: Targeting Elements with Precision1. Why we need Selectors If we just wrote "color: red," the browser wouldn't know which text to change. We need selectors to "address" the elements. It is just like sending a letter—we need a specific address so it doesn't go to the wrong house. 2. T...00
VVishalinwebdev-tech.hashnode.dev·Feb 1 · 2 min readUnderstanding HTML Tags and ElementsI used to think websites were just images and colors, but it turns out there is this thing called HTML. It's like the skeleton of a person and it's not pretty, but without it, the whole body would just be a pile of skin on the floor. Here is what I l...00
VVishalinwebdev-tech.hashnode.dev·Jan 31 · 3 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsI always thought the browser was just a window where we watch YouTube or scroll through Twitter. But after learning this in the cohort, I realized it's more like a giant factory with different departments all working together in a crazy hurry… Here i...00
VVishalinwebdev-tech.hashnode.dev·Jan 31 · 2 min readTCP Working: 3-Way Handshake & Reliable CommunicationTCP was so confusing when I first heard it. I thought data just flew through the air, but it turns out there are a lot of rules to make sure it doesn't get lost. Here is my blog draft for the TCP assignment… TCP: The Protocol That Never Lets Us Down ...00