Fresh reading

Latest bites

Short, human-written bites with room to go deeper when the topic deserves it.

  • Article Capabilities Showcase

    Synthetic article demonstrating all supported rendering features in one place.

    Swift Testing Fixtures
  • Understanding PreferenceKey in SwiftUI

    How PreferenceKey lets child views communicate information back up the view tree.

    SwiftUI Layout Swift
    A SwiftUI layout diagram showing a child view reporting preference values upward
  • Borrowing and consuming, the ownership of values

    Borrowing, consuming, and why Swift's ownership model matters.

    Swift Memory Compiler
    A visual diagram contrasting borrowing and consuming in Swift
  • Actor Isolation Essentials

    A practical mental model for protected state and cross-actor calls in Swift.

    Swift Concurrency Actors
    A diagram showing actor-isolated state with controlled async access
  • SwiftData Query Design Basics

    Structure SwiftData queries so the fetch logic stays predictable as your models evolve.

    SwiftData Persistence Data