For a while now I’ve had a series of blog posts floating around in my head on how to build an HTTP stack in Swift. The idea started last spring with Rob Napier’s blog posts on protocols, and matured last summer and fall while I was working at WeWork on an... (more…)
Read more »
For everyday app development, it’s not often that array performance is something you’re thinking about. Perhaps if you’re implementing an algorithm that needs to scale well, performant arrays might be on your mind. Maybe you’re working on lower level code... (more…)
Read more »
The proposals that are highlighted in bold are proposals that introduce source breaking changes in Swift 4. Let’s dive deeper into each of these proposals. (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…
Read more »
Get the complete source code for our task management app totally free...
Read more »