Related Posts: Innovation as a Fringe Activity Aging is a software bug Setting up a “robust” Minecraft server… (more…)
Read more »
This week, let’s take a look at a few different ways to deploy unit testing in a more pragmatic manner — to use testing to solve immediate problems, and to enable our code to be tested without having to fundamentally change it. (more…)
Read more »
MainActor in Swift replaces DispatchQueue.main and ensures tasks are performing on the main thread in a performant manner. (more…)
Read more »
Learn about three new data structures available in the Swift Collections package: Deque, OrderedSet and OrderedDictionary.
(more…)
Read more »
It is my pleasure to announce a new open source project for the Swift Server ecosystem, Swift Service Discovery. Service Discovery is a Swift package designed to establish a standard API that can be implemented by various service discovery backends such a... (more…)
Read more »