As a developer learning never stops. That’s really exciting but also time consuming. Swift quickly became the most popular programming language and that means that a lot of people are doing cool stuff with it. This post is a collection of resources and ...
Read more »
Learn what actor reentrancy problem is in a multithreaded context and how to prevent it so that it won't catch you off guard in the future. (more…)
Read more »
This post is a tutorial that will teach you how to bind data to views using RxSwift, which is a part of the Functional Reactive Programming (FRP) design pattern — where views react to changes to data… (more…)
Read more »
How to architect smaller macOS projects in a way that is testable, debuggable, easy to understand, and easy to reason about. (more…)
Read more »
Developed by the Swift on Server community, its benefit isn’t limited to use on the server. Indeed, any Swift code intended to be run from the command line would benefit from adopting SwiftLog.
(more…)
Read more »