What’s New in Swift 5.5?

Async/await, actors, throwing properties, and more! Read more

Similar

Calling Haskell from Swift(UI)

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 »

Model Controllers in Swift

Proper encapsulation of logic is one of the most important things when it comes to building well-architected apps and systems. This week, let's take a look at how we can better incapsulate our model layer's logic by using model controllers. (more…)

Read more »