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. Through understanding comes a simple question:
Can I make it work in a way it is not expected to work?
Hacker @ TryHackMe. Cybersecurity remains a useful skill to develop.
A tree-walk interpreter which creates a Token stream from .lox source, then to an AST, after which it interprets the AST to execute the code (written in RUST)
A stack based interpreter that spins up a VM, converts the .lox to tokens, and then creates OpCodes for the source code, which later gets executed. (written in C)
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.


