Go module cache gotchas that quietly hurt build speed and reproducibility
An architectural look at GOMODCACHE, CI caching, private modules, and the mistakes that make Go builds slower and less predictable.
Blog
Posts on learning from work projects, self studying, open source heists
An architectural look at GOMODCACHE, CI caching, private modules, and the mistakes that make Go builds slower and less predictable.
Architectural issues in Logstash and Elasticsearch that teams often miss until ingestion lag, heap pressure, or cluster instability shows up.
A practical process for handling manual package patching on Ubuntu when you need control, traceability, and rollback awareness.
The operational and architectural problems teams hit when Flask apps move from local simplicity to uWSGI-backed production environments.
A practical guide to reading MySQL slow behavior, tracing N+1 query patterns, and fixing the application design behind them.
A simple guide to write rotating loggers in Golang.
A personal write-up on building and validating an email verifier in Python.