<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Posts on Luke Jones</title><link>https://lukejones1.github.io/posts/</link><description>Recent content in Posts on Luke Jones</description><generator>Hugo -- 0.159.1</generator><language>en-us</language><lastBuildDate>Wed, 18 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://lukejones1.github.io/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Building SwiftUI Navigation for a Modular App</title><link>https://lukejones1.github.io/posts/swiftui-navigation-modular-routers/</link><pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/swiftui-navigation-modular-routers/</guid><description>A demo project walkthrough: vertical feature modules, a generic Router, closure-based view factories, deep linking, and the one coordinator that earns its place.</description></item><item><title>Three Ways to Solve SwiftUI Navigation at Scale</title><link>https://lukejones1.github.io/posts/three-ways-to-solve-swiftui-navigation/</link><pubDate>Tue, 17 Mar 2026 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/three-ways-to-solve-swiftui-navigation/</guid><description>A survey of how the iOS community is tackling SwiftUI navigation in modular apps — shared routers, frameworks, and coordinators — and the trade-offs of each.</description></item><item><title>SwiftUI Navigation with Coordinators</title><link>https://lukejones1.github.io/posts/swiftui-navigation/</link><pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/swiftui-navigation/</guid><description>A coordinator-based approach to SwiftUI navigation that keeps feature modules independent and scales with your team.</description></item><item><title>Swift Concurrency: Actors</title><link>https://lukejones1.github.io/posts/swift-concurrency-actors/</link><pubDate>Wed, 17 Dec 2025 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/swift-concurrency-actors/</guid><description>How Swift actors isolate mutable state, when to use nonisolated, and the reentrancy gotcha that catches everyone.</description></item><item><title>Swift Concurrency: Sendable</title><link>https://lukejones1.github.io/posts/swift-concurrency-sendable/</link><pubDate>Mon, 15 Dec 2025 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/swift-concurrency-sendable/</guid><description>What Sendable means in Swift, when reference types are safe to share, and how actors enforce thread-safe access.</description></item><item><title>Swift Concurrency: Parallelism</title><link>https://lukejones1.github.io/posts/swift-concurrency-parallelism/</link><pubDate>Fri, 12 Dec 2025 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/swift-concurrency-parallelism/</guid><description>Running concurrent work in Swift with async let, TaskGroups, error handling strategies, and backpressure.</description></item><item><title>Swift Concurrency: From Closures to async/await</title><link>https://lukejones1.github.io/posts/swift-concurrency-first-steps/</link><pubDate>Wed, 10 Dec 2025 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/swift-concurrency-first-steps/</guid><description>Moving from completion handler closures to async/await — a practical guide to modern Swift concurrency.</description></item><item><title>Testing Apple Sign-In Framework</title><link>https://lukejones1.github.io/posts/swift-applesignin/</link><pubDate>Tue, 05 Jan 2021 00:00:00 +0000</pubDate><guid>https://lukejones1.github.io/posts/swift-applesignin/</guid><description>How to test Apple’s Sign-In framework in Swift using dependency injection, factory methods, and protocol-based mocking.</description></item></channel></rss>