AsyncSequence in Swift: Events as Values Over Time
How AsyncSequence works, when to use it, and why notifications, streams and UI events become easier to reason about with for await.
Oscar Cuadra Navarro
How AsyncSequence works, when to use it, and why notifications, streams and UI events become easier to reason about with for await.
A practical walkthrough for replacing scattered booleans with one explicit state model that a real screen can render safely.
A mobile engineer perspective on why John Ousterhout's book is useful, where it is strongest, and how I apply it in Swift code.
A small diagnostic flow for investigating memory pressure before jumping into premature optimization.
A lightweight instrumentation plan for designing logs, metrics and user-journey signals before release.
A product-engineering checklist for the small interaction details that make a native screen feel intentional.