- swift
- swift-zero-expert
- swift-fundamentals
Swift from Zero to Expert #3: Strings and Characters — much more than text
Unicode scalars, grapheme clusters, why string[0] doesn't exist in Swift, and how Substring shares memory with the original String.
Real-world iOS engineering, explained clearly.
Unicode scalars, grapheme clusters, why string[0] doesn't exist in Swift, and how Substring shares memory with the original String.
Discover how Swift's collections work inside: when to use each one, their algorithmic complexity, and the elegance of copy-on-write.
First article in the Swift from Zero to Expert series. We explore fundamental data types, operators, and why Swift decides to put things on the stack.
Understand how your app manages memory, why dSYMs are critical, and how to detect performance issues before opening Instruments.
Learn to think like a performance detective. We break down Instruments from mental models to practical hang resolution and code instrumentation with Signposts.
Interactive guide covering the 5 feature flags of Approachable Concurrency in Xcode 26, recommended configuration, and step-by-step migration guide.
How Apple Coding Academy restored my confidence as an iOS developer, opened my eyes to AI, and transformed my career.
Anthropic made the 1M-token context window GA for Claude Opus 4.6 and Sonnet 4.6 with no price increase. Here's what it means for Swift and iOS engineers.
How parallel agent teams are changing AI development, and how to apply it to iOS using Claude Code Agent Teams.
A deep dive into Day 5 of Swift Refresh Workshop 2025: neural networks, Transformers, Apple on-device models, FoundationModels, and practical methodology for integrating AI into apps.