Generics are an advanced Swift feature to generalizer and reuse code. You will learn why generics exist and how to use them in your apps. (more…)
Read more »
News, analysis and comment from the Financial Times, the worldʼs leading global business publication... (more…)
Read more »
Suffusion is a minimal Swift wrapper around the FUSE APIs to support experimenting with custom read-only filesystems. It's inspired by the Objective-C API presented by OSXFUSE.framework, but presents FUSE's "low-level" node-based API rather than a path-ba... (more…)
Read more »
Every once in a while I look at a feature in Swift and I fall down a rabbit hole to explore it so I can eventually write about it. The protocol is one of these Swift features. If you’ve ever written… (more…)
Read more »
A look at what goes into writing type- and protocol extensions that can be reused between different use cases and projects, and what sort of principles that can be good to keep in mind when doing that. (more…)
Read more »