Systems • Debugging • Breaking Things Intentionally
I build things.
I break them.
Then I understand why they broke.
- Obsessed with how systems behave under stress
- Prefer root-cause analysis over surface fixes
- Write code that is meant to survive edge cases, not demos
- Treat bugs as signals, not problems
C++ • Java • JavaScript
APIs • Backend • Automation
Linux • CI/CD • Git
Most of what’s here is:
- Experiments
- Problem solving
- System behavior exploration
- Things I wanted to understand deeply
If something is complex,
I’ll probably try to break it just to see what happens.
Clean code is good.
Code that survives chaos is better.

