Native Network Monitoring In Swift We'll take a look at a native solution for monitoring network connectivity on iOS with Swift 5 and how to use the Network Link Conditioner.
Overloading & Creating New Operators In Swift 5 We'll cover everything you need to know about operator overloading and creating custom operators with unique precedence and associativity behavior.
My iOS Development Workflow In this post, I share my workflow for ideating, developing, designing, and releasing my indie iOS apps and how I'm able to release a new app in a week.
DeepLinkr: How To Test Deep Links on iOS I’ve been hard at work on a new developer tool and I’m excited to announce its launch today. It’s called DeepLinkr [https://apps.apple.com/us/app/deeplinkr/id1586244217?mt=12] [https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbHMtTE5LM1lKR2k3WHRSMUp2RVNzWktScXd3Z3xBQ3Jtc0tud1o1X0pqX1V2bFgxTXJuR1pCXzNMZkk5MXB3dTBTSkNxX0xDVU54VUp4dlI1dFFLVXVXMUZrOXBTWFRIQTNmMjZDV0FmQ2tZLXpQTF94ZHF4V0NmUWdEblZXbFFoUk5qV05wcGVWNTFoeFVyZUhzNA&q=https%3A%
Pull Request Checklist for iOS Developers In this article, I cover the checklist I use to ensure I create only high-quality, well-tested, and bug-free pull requests.
Functional Programming in Swift [Beginner's Guide | Swift 5 | 2021] Today, we’re going to take a look at functional programming and I’ll show you why it’s one of the best ways to write thread-safe and readable code and how it differs from your more traditional imperative programming.
Implementing Feature Flagging in iOS Today, we’re going to take a look at feature flagging in iOS. Though it’s a fairly intuitive idea, when done right, it opens the door to more robust functionality and improved app stability. Feature flagging is simply a means of hiding and showing specific features in an application
Logging In Swift [The Right Way] Today, we’re going to create a lightweight logging utility that you can use in any iOS application.
New eBook: Practical Tips for Junior iOS Developers I’ve been working hard over the last few months on a book for ambitious junior iOS engineers. Pleased to announce that it’s officially live [https://gumroad.com/l/fjTSv]! Ever since I created my first Xcode project, I’ve been maintaining a notebook where I documented everything I
iOS Interview Assessment (Part 1) Over the last few weeks, I’ve been doing interviews for an iOS developer role in San Francisco. I eventually went onsite to interview with 4–5 companies in the area, but before inviting me onsite, they all gave me a take home assessment to complete. The take home assessment