
// about me
ThepersonbehindtheAPIs.
I'm a Computer Science student who loves building things that last. When I'm not writing code, I'm probably learning something new or tinkering with a side project.
How I got here.
My journey into tech started with curiosity. I wanted to understand how the apps and services I use every day actually work under the hood. That curiosity led me to programming, and eventually to backend engineering — the part of the stack that fascinated me the most.
I fell in love with Python because of its readability and the amazing ecosystem around it. FastAPI became my go-to framework for building APIs because it encourages good practices and makes building robust systems feel natural.
Today, I'm focused on building boring, reliable systems. I believe that the best code is the code you don't have to think about — it just works, day in and day out.
What I care about.
Ship boring code
Clever code is fun to write. Boring code is a joy to maintain.
Test everything
If it's not tested, it's not done. Tests are documentation and safety net.
Keep it simple
Complexity creeps in. Simplicity is a choice I make daily.