I seek to understand systems — not just how they work, but how they can be made to work differently.
My interest lies in the culmination of two million years of human progress: science, computation, and the systems we've built around them.
A stack based VM, converts the .lox to tokens, and then creates OpCodes for the source code, which later gets executed within the VM using it's custom opcodes + stack. (written in C)
A Doug lea's inspired memory allocator which exposes the dl_malloc and dl_free, optimized specifically for locality and small byte allocations(hot path)
A terminal-based chat project built with a focus on minimal interfaces and practical systems design.
A Solana transaction indexer for tracking instructions across Meteora and Raydium ecosystems for specific pubkeys with db store feature.
An exploration of Rust macros and compile-time metaprogramming patterns.



