SwiftToday
Articles
My Medium.com blog talking about Swift, SwiftUI, CoreData, Vapor
Tips & Tricks.
Featured Blog
SwiftToday
Practical Swift & SwiftUI articles written by a developer, for developers.
No fluff — just real-world tips, common pitfalls, and clear explanations
covering Swift, CoreData, SwiftUI, and Vapor.
Latest articles
Fresh from the blog
ForEach ID Duplicated — What it Means and How to Fix it
Swift • iOS & macOS • SwiftUITL;DR: ForEach ID duplicated is almost always a view-identity problem, not a rendering problem. SwiftUI relies on stable, unique ID…
Read on Medium
Swift typealias — What It Is, What It Does, and Why It Matters
Swift • iOS & macOS • SwiftUItypealias is one of Swift's quieter features. It doesn't introduce new runtime behaviour, it doesn't change how your app performs, …
Read on Medium
Vapor & Idempotency: Why HTTP Method Semantics Matter More Than You Think
Swift · Server-Side · VaporWhile developing a Vapor server, I rediscovered something that doesn’t get talked about nearly enough in back-end tutorials: idempote…
Read on Medium