RSRahul Singhinrahul14singhrajput.hashnode.dev·Feb 1 · 1 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat Emmet is (in very simple terms)00
RSRahul Singhinrahul14singhrajput.hashnode.dev·Feb 1 · 1 min readCSS Selectors 101: Targeting Elements with PrecisionWhy CSS selectors are needed00
RSRahul Singhinrahul14singhrajput.hashnode.dev·Feb 1 · 1 min readUnderstanding HTML Tags and ElementsWhat HTML is and why we use it00
RSRahul Singhinrahul14singhrajput.hashnode.dev·Feb 1 · 1 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat a browser actually is (beyond “it opens websites”) A web browser is a complex software application that: Sends network requests. Receives web resources. Understand HTML, CSS, and JavaScript. Builds internal data structures. Draws pixels on ...00
RSRahul Singhinrahul14singhrajput.hashnode.dev·Feb 1 · 1 min readTCP Working: 3-Way Handshake & Reliable CommunicationWhat is TCP, and why is it needed? TCP stands for Transfer Control Protocol, which is a connection-oriented transport-layer protocol used to deliver data reliably between two applications over an IP network. Problems TCP Is Designed to Solve TCP is m...00