If you’re like me, you want your dev work to be simple. The more that can be abstracted away into some far off place where you don’t have… (more…)
Read more »
Many times when designing software, we have to deal with the possible absence of a value. This is especially true when working with third party libraries, APIs, databases, or user input. A user may submit a form without filling it out, or we may not get a...
Read more »
Swift Server Working Group (SSWG). Contribute to swift-server/sswg development by creating an account on GitHub. (more…)
Read more »
The Swift Programming Language. Contribute to apple/swift development by creating an account on GitHub. (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 »