Tim Condon, server-side Swift developer, writer and conference organizer, joins John to talk about all things networking. From organizing and abstracting networking code on the client-side, to using Swift on the server, and how to combine the two in order... (more…)
Read more »
Swift 4 is almost upon us, and I thought I would explore one of its features that I haven’t had the opportunity to that much: KeyPaths. There’s a lot of interesting nuance in here that I previously didn’t realize existed which I’d love to share. (more…)
Read more »
In this article, learn how developers have successfully implemented Swift in the enterprise - and how they've manged the challenges along the way! (more…)
Read more »
Networking nowadays is a requirement for most modern iOS apps. This often takes the form of interfacing with a remote web service that provides data for an app. And this web service is often a REST API that returns data in the JSON format. But writing net... (more…)
Read more »