Systems · stories · small observations

I build systems, write down what I notice, and keep a little room for music.

Systems engineer working close to storage, Linux, and performance.

Latest writing

All writing →

Placement Logistics Prep?

A blog post to help coordinators prep for the logistics side of the endgame

Life 4 min read

What is a Placement Coordinator?

A blog post about the role of a Placement Coordinator in IITs and the responsibilities that come with it. Intended for specific audience only.

Life 5 min read

July 2026

Rebuilding this corner of the internet

I am turning this site into somewhere I will actually write: systems notes, travel stories, life updates, and the things I am learning along the way.

Selected work

Complete work →

xv6 Operating System

Kernel threads, synchronisation primitives, scheduling policies, lazy memory allocation, and LRU paging for an xv6 course project.

  • C
  • x86 assembly
  • Operating systems
  • Systems programming

Mini-C Compiler

A small compiler pipeline with a Flex lexer, Bison parser, quad intermediate representation, symbol tables, backpatching, and x86 code generation.

  • C
  • Flex
  • Bison
  • x86 assembly