Blog
All of my posts are listed here. Click a post to read more.
Apr 5, 2026
Sample Blog Post for Astro Content
A copy-paste sample post that matches the current Astro Content schema.
Mar 21, 2026LLD Interview: File System Design (mkdir, cd, pwd) in C++
Step-by-step Low Level Design of a File System supporting mkdir, cd, and pwd in C++. Beginner friendly, SDE-2 interview style.
Mar 15, 2026How Databases Actually Work
A deep dive into what happens when you run a SQL query — from parsing to execution.