Writing
Notes on backend, distributed systems, and the occasional 3 a.m. bug.
POSTS
Building an Auth Provider in Go
Why I built my own auth provider, the security mindset behind it, layered rate limiting, handler-to-repo layout, login flow, CTEs, session binding, and audit on TimescaleDB.
Building a Real-Time Ethereum MEV Attack Tracker in Go
Synced my own geth node, built a Go pipeline around the mempool, wired in a forked Python ML detector, and used Dragonfly + ClickHouse to survive reconnects.