Swift
5 posts
Swift Error Handling — do-catch, Result, throws
A guide to Swift error handling patterns, the Result type, and custom error definitions.
Swift Concurrency — async/await and Actors
A guide to Swift's async/await, Task, TaskGroup, and Actor model.
Getting Started with SwiftUI — Declarative UI and State Management
SwiftUI Views, @State, @Binding, List, and NavigationStack.
Swift Protocol-Oriented Programming — Protocols and Extensions
Protocols, protocol extensions, default implementations, and associated types.
Getting Started with Swift — Basic Syntax and Optionals
Swift variables, types, optionals, guard let, and if let with practical examples.