I'm a Computer Science engineering student at Lovely Professional University
with a focused interest in systems programming and low-level development.
I care about how software actually runs — memory layout, process lifecycles,
synchronization primitives, and the POSIX layer that sits just above bare metal.
My primary language is C, which is also my lens for
understanding systems. Most of my projects are deliberately built from scratch — no libc
malloc, no OS-provided shell, no framework-managed threads. If a kernel
provides the syscall, I'd rather understand it than abstract it away.
Outside of code, I'm working through MIT 6.824 (Distributed Systems) and have completed
coursework from NPTEL (IIT Bombay), Princeton, and University of Colorado.
When I'm not writing C, I'm reading about things I'll implement in C next.