Writing
Stories, notes & tutorials.
Short, practical posts with a focus on clean engineering.
No posts match your search.
February
React Native Architecture Explained
You know how to write React, but do you know how it actually talks to iOS and Android? Go beyond the basics and explore the working of React Native.
Web Browser Internals Explained
Discover the inner workings of web browsers, from URL typing to page rendering, and understand their components and processes today!
January
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.
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
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
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
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
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
Beginner's Guide to GIT
A beginner's guide to GIT, a version control system, outlining its uses, features, terminologies, and basic commands for efficient collaboration