SwiftLee in 2025: A full year as an indie developer
A Swift developer reflects on their first full year as an indie developer, covering milestones, project growth, and launching a Swift Concurrency course.
A Swift developer reflects on their first full year as an indie developer, covering milestones, project growth, and launching a Swift Concurrency course.
A developer's reflection on how AI coding agents, particularly GPT-5 and Codex, have dramatically accelerated software development by handling routine coding tasks.
A developer reflects on their year of shipping apps and games, closing a podcast, and plans to focus on marketing and updates in the new year.
An iOS developer announces a conference talk comparing React Native and native iOS development, based on extensive industry experience.
A new dependency-free HTML5 parser for Swift called swift-justhtml is introduced, with performance benchmarks comparing it to implementations in Rust, JavaScript, and Python.
A developer's story of creating a screen-based ring light app for video calls, only to have Apple 'sherlock' the idea with a built-in macOS feature.
Explains how to localize Swift packages using Xcode's string catalogs, covering benefits, drawbacks, and improvements in Xcode 26.
Learn how to use Apple's MetricKit framework to collect detailed app performance diagnostics and build a monitoring dashboard.
Explores Xcode 26's improved string catalog features for localizing Swift Packages, addressing previous drawbacks and automating symbol generation.
A developer shares essential Xcode project configuration changes to prevent technical debt and improve Swift concurrency safety from day one.
A developer built Asdfghjkl, a macOS tool for controlling the mouse cursor precisely using keyboard-driven grid navigation.
The author introduces new GitHub Actions workflows for their Swift Package Scripts project, automating tasks like building, testing, and documentation.
A tutorial on using Apple's Image Playground framework in Swift to generate images via text prompts and source images.
Explains iOS/macOS 26+ concurrency-safe notifications using MainActorMessage & AsyncMessage protocols to replace standard Notification Center.
A guide to automating the build of closed-source Swift binaries (XCFrameworks & dSYMs) using GitHub Actions workflows.
An in-depth exploration of how iteration works in Swift, covering Sequences, Collections, and Iterators with technical implementation details.
A guide to improving LLM-generated code quality by using contextual rules and agents to enforce production-ready patterns and architecture.
A guide to using Swift Key Paths to create scalable and maintainable form validation logic in SwiftUI applications.
Explains how to add dSYM files from a closed-source Swift SDK to an app to get fully symbolicated crash reports for debugging.
A developer shares Q&A from his SwiftLeeds talk on SDK development best practices, covering API design, monetization, and feature flags.