First part of an in-depth guide into developing a native macOS application using Haskell with Swift and SwiftUI. This part covers the set-up required to call Haskell functions from Swift in an XCode project using SwiftUI. (more…)
Read more »
AWS Amplify has great support for Querying and Mutating the offline cache. Here, I outline the quickest way to get set up with offline persistence for your iOS app. (more…)
Read more »
This week, let’s take a look at a few tips and ways of thinking when it comes to approaching new tools and technologies — using the decision of whether or not to be an early adopter of SwiftUI as an example. (more…)
Read more »
The Tiobe Index – which measures the popularity of programming languages on a monthly basis – reports that Apple’s Swift has made it into the top 10 for the first time. Tiobe says that rating… (more…)
Read more »
Protocols in Swift and Objective-C are a powerful tool to decouple your code. They allow you to specify a contract between classes that consume them, but defer a concrete implementation to conformers. They allow you to segregate interfaces and invert cont... (more…)
Read more »