@abhishek745
Nothing here yet.
Nothing here yet.
Jan 30 · 3 min read · If you’re learning HTML, you’ve probably felt this pain already: Typing the same tags again and again.Opening and closing elements manually.Messing up indentation.Writing a full HTML boilerplate from scratch… every time. What if you could write less ...
Join discussion
Jan 29 · 4 min read · What actually happens after you type a URL and press Enter? Most developers answer this with: DNS → HTTP → HTML → CSS → JS → page loads That answer is directionally correct — but incomplete. A browser is not a single program that “opens websites.”...
Join discussion
Jan 29 · 4 min read · When you type www.facebook.com into your browser and press Enter, your browser somehow knows where to go on the internet. But here’s the things: The internet doesn’t understand names It only understands IP addresses So how does this translation h...
Join discussion
Jan 29 · 4 min read · When you type google.com into your browser, a lot happens before the page loads.One of the most critical (and invisible) steps is DNS resolution. So how DNS works internally, using the dig command to walk through the resolution process layer by layer...
Join discussion