SSamayinblog-samay.hashnode.dev·Jan 30 · 4 min readWrite HTML Blazingly Fast with EmmetWhen you’re just starting with HTML, writing even a small structure can feel slow. You type an opening tag.Then a closing tag.Then indent.Then repeat the same thing again and again. It works, but it feels tedious. And when something feels tedious, it...00
SSamayinblog-samay.hashnode.dev·Jan 30 · 4 min readCSS Selectors 101When you write CSS, you are not styling the entire webpage at once. You are choosing specific parts of the page and telling the browser how those parts should look. But for that to work, CSS needs a way to point to elements inside the HTML. That is e...00
SSamayinsamay-version-control.hashnode.dev·Jan 29 · 4 min readHTML at a High LevelEvery webpage you see is built in layers. Styling comes later. Interactivity comes later. But before any of that, there is a structure holding everything together. That structure is HTML. You can think of HTML as the skeleton of a webpage. Just like ...00
SSamayinblog-samay.hashnode.dev·Jan 29 · 5 min readTCP ExplainedImagine sending a long message to a friend, but the message gets split into multiple pieces. Some pieces arrive late, some arrive twice, and some never arrive at all. Your friend receives the fragments in random order and has no idea how to reconstru...00
SSamayinblog-samay.hashnode.dev·Jan 28 · 5 min readBrowser Internals: Beyond Web SurfingWhen you type a URL into your browser and press Enter, a lot more happens than “the website opens”. In fact, what looks like a simple action triggers a carefully coordinated sequence of steps involving networking, parsing, layout calculation, and ren...00