Skip to content
> ms _

// Blog

Stories, notes, and tutorials.

Short, practical posts with a focus on clean engineering.

Emmet abbreviations illustrated with code blocks

Jan 29, 2026 · 6 min read

Emmet for HTML: A Beginner's Guide to Writing Faster Markup

Learn the essential Emmet abbreviations to speed up HTML authoring with clean, repeatable patterns.

HTML Emmet Productivity
Emmet abbreviations illustrated with code blocks

Jan 27, 2026 · 8 min read

CURL Command Explained

Learn how to use cURL, a powerful command-line tool for managing client-server interactions and data transfers, with this comprehensive guide

Curl Networking Terminal
Understanding DNS Record Types

Jan 27, 2026 · 5 min read

Understanding DNS Record Types

Learn about DNS record types, including A, AAAA, CNAME, NS, MX, and TXT records, and how they impact domain name resolution

DNS DNS-Records
A Beginners Guide to DNS Resolution

Jan 24, 2026 · 10 min read

A Beginners Guide to DNS Resolution

Learn how DNS resolution works, converting domain names into IP addresses, with a simple phonebook analogy and detailed step-by-step explanation

DNS DNS-Resolver
Exploring the .git Folder: What You Need to Know

Jan 21, 2026 · 7 min read

Exploring the .git Folder: What You Need to Know

Discover the inner workings of the `.git` folder, essential for understanding Git's file storage, commit history, and version control

GIT github
Why the Pendrive Problem Highlights the Need for Version Control

Jan 19, 2026 · 5 min read

Why the Pendrive Problem Highlights the Need for Version Control

Pendrive issues highlight the need for version control systems for seamless collaboration and effective code change tracking

GIT github Version Control