Writing / Reliability
Reliability
4 essays tagged Reliability.
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 readWhy iOS apps start feeling flaky after launchFlaky apps are rarely cursed. They usually rot after launch because teams stop measuring reality, ignore lifecycle edges, treat networking as happy-path plumbing, and let small product decisions quietly break trust.10 min readFeature flags: safe rollouts without shipping fearA practical feature flag setup for iOS: separate release, experiment, and kill-switch flags, keep evaluation deterministic, and avoid the cleanup debt that turns rollout safety into product entropy.10 min readBackground tasks in 2026: what works, what gets throttled, and how to be reliableA practical guide to background work on iOS in 2026: where BGTaskScheduler helps, where the system throttles you, and how to design refresh and processing flows that stay reliable on real devices.11 min read