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
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.
Developer Blog Primer on Regular Expressions In this post, I will try to give you a practical overview of Regular Expressions to teach you what they are, what they can be used for and a quick intro to how you can use them.