Emmet for HTML: A beginner’s guide to writing faster markupIf you’ve ever spent an afternoon building a website, you know the feeling: your fingers are tired from typing < and > a thousand times. Writing HTML manually can feel like building a skyscraper one literal brick at a time. It’s slow, it’s repetitive...Jan 28, 2026·4 min read·9
TCP vs UDP: when to use what, and how TCP relates to HTTPImagine the internet as a massive, bustling postal system. Billions of messages fly across the globe every second, but without a set of shared rules, those messages would simply be a chaotic soup of digital noise. To make sense of it all, we use prot...Jan 26, 2026·4 min read·15
DNS resolution : how it works as a resolver and serve the web pageDNS or Domain name system works as a phonebook. So whenever any user type the name google.com in the browser, it automatically lookup the associated IP and display the required content from that server. This entire lookup system is moreover known as ...Jan 26, 2026·4 min read·9
cURL - Introduction and how to getting startedcURL is tool to transfer data from or to a server using URLs. cURL is known as a client URL. Without accessing through web, cURL tool allows to communicate with server directly. While transferring any data, it uses these protocols: DICT, FILE, FTP, F...Jan 21, 2026·4 min read·27
Understanding network devices - the way internet servesInternet is very common term in now a days and how internet works that’s more fascinating. Internet is travelling through network devices whether it is a wireless or wired connection. Network devices are the core part of an internet. Lets dive into t...Jan 20, 2026·4 min read·20
DNS record types : explanation and detailed overviewIn this digital era, every time whenever you have visited any website and your website is failed to open, now you might think - “what the hell this website is not working properly? does my internet not working…”. So before thinking why this website i...Jan 18, 2026·6 min read·61
Why version control exists: the pen drive problemDeveloping an application is easy, but the difficulties come with maintaining that application. Any application is built on someone’s local machine, and now the challenge is to ship that application to a server or someone else's machine. Generally, s...Jan 8, 2026·3 min read·23