Collections
Fresh reading
Latest bites
Short, human-written articles with room to go deeper when the topic deserves it.
-
Understanding PreferenceKey in SwiftUI
How PreferenceKey lets child views communicate information back up the view tree.
-
Understanding Swift Ownership
Borrowing, consuming, and why Swift's ownership model matters.
-
Actor Isolation Essentials
A practical mental model for protected state and cross-actor calls in Swift.
-
SwiftData Query Design Basics
Structure SwiftData queries so the fetch logic stays predictable as your models evolve.
-
Sendable in Practice
When Swift asks for Sendable and how to satisfy it cleanly.
-
Swift Testing Traits Overview
Use traits deliberately so Swift Testing communicates intent instead of just decorating test code.