Find any article in my blog
In this blog I talk about all things Apple and Swift development but my main area of focus is on tooling and automation.
All you need to know about Apple's macro-based testing library available from Xcode 16 and the Swift 6 Toolchain.
Leverage the power of the new SwiftUI APIs in macOS 15 to create a movable and resizable floating window that stays on top of every other window
Learn how you can use the Calendar and DateComponents APIs to remove specific information like hours or minutes from a Date in Swift.
How to leverage the power of the Swift Charts library to build circular progress views in SwiftUI.
How to download and install a development version of the Swift 6 compiler and enable the Swift 6 language mode when building your Swift package.
Learn how to use Instruments to understand the root cause of app hangs and high Main Thread usage and identify areas where you can optimize your app's performance.
How to use one of SwiftUI's Binding's initializers to safely unwrap its optional value.
Learn how to use SwiftUI components such as Menus and Buttons and modifiers like onHover and overlay to create a picker component for macOS similar to the beta group picker in App Store Connect's TestFlight.
How to get ready for Swift 6's new import access level feature and make sure that you are not caught by surprise by the breaking changes that come with it.
How to find content specified by a Regular Expression in a directory's set of files defined by a Glob pattern using Swift.
Learn all about Sequence's reduce operator in Swift through a series of real-world examples.
How to automatically create and release a multi-platform Swift Package library with GitHub Actions whenever you push a new tag.