Work
Case studies and systems I've built.
KaizEn: A Systematic Quant Engine for Cryptocurrency
Mar 2026
How I designed and built a survival-first, event-driven algorithmic trading system from scratch — backtesting, live execution, and everything in between.
- Python
- Algorithmic Trading
- Backtesting
- Quant
- Binance
- Event-Driven
- →
Building a Multi-Client CDC Data Pipeline with Kafka and Flink
Feb 2026
How I designed a real-time ETL pipeline using Debezium, Kafka, Flink, MongoDB, and ClickHouse.
- Kafka
- Flink
- ClickHouse
- Microservices
- →
From One Server Per Client to One Platform for All
Feb 2026
How we moved from dedicated per-client deployments to a shared multi-tenant microservices platform — the trade-offs, the mistakes, and what we'd do differently.
- Multi-Tenant
- Architecture
- Distributed Systems
- Scalability
- →
Designing for Load: Performance Testing in Production Systems
Feb 2026
Using controlled traffic to validate system design and uncover bottlenecks before they reach production.
- Performance
- Locust
- Scalability
- Backend