Backend-focused engineer who likes building systems that handle real-world scale and make people's lives easier. Currently at Neurofin AI building LLM inference services and high-throughput data pipelines. Core strengths: Python, Go, distributed systems, databases, and LLM engineering.
Off the clock: football, hiking, and reading — lately Russian literature (Chekhov, Dostoevsky).
Open-source, self-hostable notification infrastructure. One trigger API fans out to 8 channels. A drag-and-drop visual workflow builder changes routing without redeploying.
Event-driven backend demoing the producer/consumer pattern. A token-authenticated API submits vendor-order events → queued through Redis Streams → an async FastAPI consumer persists to SQLite → aggregates per-vendor metrics and can render a revenue plot. Swagger docs at /docs.
A URL shortener built as a system-design exercise. Base62 short codes (encode the DB row id); PostgreSQL primary store; Redis LRU cache for hot links. README includes capacity estimates (100M links ≈ 10 GB).
Lightweight macOS menu-bar clipboard manager. Auto-capture, dedup, and debounced search; ships a .dmg.