How to Show Build Time in Xcode
Learn how to display the time it takes to build your Xcode project with a simple command.
Learn how to display the time it takes to build your Xcode project with a simple command.
Learn how to make Cursor your default editor for specific file types using the terminal-based tool, duti.
A list of the top books I've read in my iOS developer journey.
Learn how to reveal hidden files on your Mac using a simple Terminal command.
Learn how to prevent your MacBook from turning on automatically when opening the lid or plugging it in.
Learn how to create protocols for enums to conform with their cases, including handling associated values, inspired by insights from the Composable Architecture.
Learn how to skip macro validation in Xcode to prevent recurring warnings and errors about macros being disabled when using libraries with macros.
Learn how OpenAI's O3-mini-high model performs for iOS development and compare it with other AI models.
Learn about data races and race conditions in Swift, and how Sendable and @MainActor can help you avoid them.
Learn how to create Swift Package targets with a builder pattern to keep your Package.swift file clean and organized.