blog.rohitchornele.onlinePromises - You Can Actually Trust (Will Never Betray)This article will help you to understand the concept of JavaScript Promises in a simple and practical way with proper real life analogies. If you are a Marvel fan, or have watched all the "Avengers", 4h ago·7 min read
blog.rohitchornele.onlineCSS Selectors 101: Targeting Elements with PrecisionCSS is what makes websites look good—but CSS can’t work unless it knows what to style. That’s where CSS selectors come in. If HTML builds the structure of a page, CSS selectors decide which parts of tFeb 1·5 min read
blog.rohitchornele.onlineEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIf you’ve ever written HTML by hand, you know how slow and repetitive it can feel. Typing opening tags, closing tags, nesting elements, adding classes—it all adds up. This is exactly the problem EmmetFeb 1·4 min read
blog.rohitchornele.onlineHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHave you ever typed a website address, pressed Enter, and wondered:“What actually just happened?” A browser does far more than simply “open websites.” Behind that single click is a carefully coordinated flow of steps that turns text files into the pa...Feb 1·5 min read
blog.rohitchornele.onlineTCP Working: 3-Way Handshake & Reliable Communication (Beginner’s Guide)The internet doesn’t magically move data from one computer to another. If it did, messages would arrive out of order, partially, or not at all. To prevent chaos, the internet relies on rules—and one of the most important rule sets is TCP (Transmissio...Feb 1·4 min read