Blog

All of my posts are listed here. Click a post to read more.

Sample Blog Post for Astro Content

A copy-paste sample post that matches the current Astro Content schema.

LLD 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.

How Databases Actually Work

A deep dive into what happens when you run a SQL query — from parsing to execution.