Over the past year I have been evolving an app architecture where functional reactive paradigm is an equal-class citizen. The architecture… (more…)
Read more »
Squeeze’s lead singer, Mötley Crüe’s manager, and the CEO of one of the biggest independent publishers in the world weigh in on what might be in store for the superstar... (more…)
Read more »
Making HTTP requests is one of first things to learn when starting iOS and macOS development with Swift 5. In this article we'll build modern networking layer with Swift 5 APIs: URLSession, the Combine framework and Codable. We'll discuss why such librari... (more…)
Read more »
This article was written by Kyle Lee, Senior Developer Advocate, AWS Amplify While there may be a lot of great things that are included in the AWS Amplify 1.1 release for iOS, one of the most exciting is support for Combine. Combine is a first party react... (more…)
Read more »
I present a small file for handling layout, similar to UIStackView or NSStackView but built around efficient Swift syntax and the aim of composing full layouts as a single expression. (more…)
Read more »