Writing / Observability
Observability
3 essays tagged Observability.
2026
iOS observability beyond crash reportingCrash reports tell you where the app died. Good observability tells you why releases degrade, which flows fail, and where users lose trust.9 min readLogging on iOS: useful structure, sane defaults, and better debuggingMost iOS logging is either print spam that nobody reads or silence that hides the bug. A reasonable logging setup is small, structured, and actually useful when something breaks at 2 AM.8 min readNetworking in modern iOS: typed endpoints, retries/backoff, and observability without bloatA practical URLSession setup that scales: typed endpoints and decoding, retry rules that do not create duplicate side effects, and lightweight logging/metrics so you can measure reliability and latency.6 min read