Emmet for HTML: A Beginner’s Guide to Writing Faster MarkupTired of Typing? Speed Up Your HTML with Emmet!Feb 13, 2026·3 min read
DNS Record Types ExplainedEver wondered how your browser magically finds website that you typed? It’s not magic, it’s the DNS at work.Jan 31, 2026·5 min read
How DNS Resolution WorksEver wondered how your browser magically finds website that you typed? It’s not magic, it’s the DNS at work.Jan 30, 2026·4 min read
Getting Started with cURLLet’s look at two scenarios. First, imagine you go to Domino’s and order a pizza, and a waiter brings it to your table—a very simple and user-friendly experience. Now, imagine you are at a pizzeria where there are no waiters. You have to go to the ch...Jan 30, 2026·3 min read
Understanding Network DevicesAn introduction to Network Devices that modern network connection usesJan 28, 2026·5 min read
Git for Beginners: Basics and Essential CommandsWhat is Git? Git is a Distributed Version Control System (DVCS). That’s a mouthful, so let’s simplify it. Version Control: It tracks every change made to a file over time so you can recall specific versions later. Distributed: This is the special ...Jan 15, 2026·2 min read
Inside Git: How It Works and the Role of the .git FolderThe Origin Story: How Git Come to existence Git was created in 2005 by Linus Torvalds out of necessity when access to the proprietary BitKeeper version control system was revoked, threatening the development of the Linux kernel. Existing open-source ...Jan 15, 2026·4 min read