Practical articles on building modern apps with Swift & SwiftUI.
A expandable tutorial on how (and where) to add the all new glass effect with SwiftUI. All the nuances and nitty-gritty with the APIs.
A comprehensive discussion about the new glass effect in Apple platforms. How to get it for free in your view, and how to render similar effects using Metal shaders.
Build and run a local HTTP server in Swift using an executable package, covering low-level networking, basic HTTP parsing, routing, and user management.
A deep dive into lazy evaluation in Swift collections, explaining how lazy sequences and collections work, when they improve performance, where they can surprise you, and how to use them effectively in real-world Swift code.
Almost no designer uses the default button styles that Apple gives us and it takes ages to figure out the whats and hows. Let's get into buttons and actions.
A deep, practical exploration of actor reentrancy in Swift Concurrency, explaining how awaits affect actor isolation, why subtle bugs occur, and how to structure actor code safely.
A deep, practical guide to actors in Swift, explaining actor isolation, reentrancy, async/await behavior, and how to write correct and predictable concurrent code.
A deep dive into Span in Swift. What it is, why it exists, when to use it, and how it enables safer, more honest, and more performant APIs without copying or unsafe pointers.
A deep, practical exploration of actor isolation and protocol conformance in Swift 6.2, covering real-world pitfalls, subtle compiler behaviors, and how to design concurrency-aware APIs without fighting the type system.
A collection of practical, everyday SwiftUI how-tos covering common layout, styling, previews, and system behavior patterns used in real apps.