Developer Blog My Top 5 Wishes for WWDC 2023 WWDC is only weeks away, so it's time for me to update my wishlist. One wish came true last year, how many will it be in 2023?
Developer Blog Preparing My App for Swift 6 How to enable Swift 6 mode for your Xcode projects and for your SwiftPM modules today. And what the migration experience is like.
Developer Blog Binding: Equatable vs EquatableBinding How I fixed a subtle bug in SwiftUI Pickers in my app by using a Property Wrapper instead of conforming Binding to Equatable.
Developer Blog Migrating to The Composable Architecture (TCA) 1.0 Sharing my learnings and my code structure after migrating my app to the vastly modernized APIs of TCA 1.0.
Developer Blog 2,000 Imports: Organizing my Apps' SwiftPM modules How to organize your apps Swift modules for clarity & convenience using a hidden (unofficial) Swift feature. A practical solution for small to medium-sized apps.
Swift Evolution Monthly Swift Evolution Monthly Jan + Feb '23 Expression Macros, Deprecate @UIApplicationMain, Forward Declared ObjC Interfaces, Swift 5.8 & 6 schedule
Swift Evolution Monthly Swift Evolution Monthly: December '22 Registry auth, Opt-In Reflection, if-switch Expressions, Vision documents, DiscardingTaskGroups, and Foundation rewrite.
Swift Evolution Monthly Swift Evolution Monthly: October '22 Lifting limitations on Xcode, Result Builder variables, Existential arguments, testable Clocks, and Back-Deploying Functions
Developer Blog Featured Introducing RemafoX: Easy App Localization Say hello to RemafoX, the app on the mission to simplify developer life by providing new workflows for localization when working with Xcode.
Swift Evolution Monthly Swift Evolution Monthly: September '22 Conditional Attributes, StaticBigInt, Stable Sorting, Isolated deinit, Work Groups
Swift Evolution Monthly Swift Evolution Monthly: July '22 My first Indie App, my first Evolution pitch experience, the last of 6 Regex proposals, external conformance warning, implicit [weak self] capture & a new 'move' keyword.
Swift Evolution Monthly Swift Evolution Monthly: June ’22 WWDC22, new `@const` attribute, improved `some`, convenient Generic extensions, and Swift 6 feature flags for early adopters.
Developer Blog Making the Most of WWDC 2022 How to enjoy both Keynotes with other developers (remotely) and how to maximize your learnings throughout the week. If you can invest the time
Swift Evolution Monthly Swift Evolution Monthly: May ’22 Regex overhaul (pt. II), Swift Snippets, new Workgroups
Developer Blog Hardware Requirements for iOS Development (May 2023) From the cheapest viable option to the best value Mac for iOS Developers.
Swift Evolution Monthly Swift Evolution Monthly: April ‘22 Regex overhaul, improved Existentials, Swift 5.7 timeline
Indie Blog Streaming Open Source Development on Twitch — Part 2 My Software Setup & used 3rd Party Services.
Developer Blog My Top 3 Wishes for WWDC 2022 With Apple announcing WWDC week for June 6–10 this year, let’s dive into what new frameworks, APIs, and tools I hope to see unveiled and what using them might feel like with examples.
Indie Blog Streaming Open Source Development on Twitch — Part 1 My Streaming Motivation & Hardware Setup with Reviews.
Swift Evolution Monthly Swift Evolution Monthly: First Issue Summary of interesting developments on Swift Evolution - Update from 03/2022 + some background history (1st issue!)
Developer Blog SwiftPM + CoreData: Failing SwiftUI Previews? Here Are 5 Tips to Fix Fixing Xcode bugs that make SwiftUI previews fail in apps modularized with SwiftPM and that are using CoreData.
Developer Blog Multi Selector in SwiftUI Adding a missing SwiftUI component for prototyping purposes.
Developer Blog Hiding Secrets From Git in SwiftPM A step-by-step guide on how to prevent your 3rd party service secrets from committing to Git when using apps modularized with SwiftPM.
Indie Blog Laser Focus priority strategy A simple but effective prioritization technique that can help slim down your apps scope and give you more confidence in it with different stages that can be mapped to Alpha, Beta & Release.