About
Backend engineer focused on realtime data systems
Most of my work involves Python and FastAPI backends that handle high-frequency data from crypto exchange APIs, blockchain RPCs, and on-chain event streams.
I build the async ingestion layer, the operator-facing dashboard, and the instrumentation that keeps everything observable in production.
The public tools here run on constrained infrastructure by design — shared hosting, small VPS.
The constraint forces engineering discipline: if the code can't run lean, the architecture needs work.
Performance engineering on tight hardware is more honest than optimizing an over-provisioned cloud instance.
Technical writing follows the same bar: symptom, cause, fix, verification.
No padding, no affiliate links — concrete problems with reproducible steps that search can actually use.
Get in touch
4
Live public applications running in production
WS
WebSocket + REST hybrid architecture as default
async
FastAPI + asyncio throughout the backend stack
0ms
Tolerance for unobservable production failures