Network Requests and REST APIs in iOS with Swift (Protocol-Oriented Approach)

A comprehensive guide to REST APIs and network requests in iOS with a protocol-oriented architecture and without using large networking libraries. Read more

Similar

DIY in-memory cache in Swift

Caches are everywhere. Starting from hardware chips, and up to network protocols, devices, systems and applications are using caches to optimize for performance. In iOS, developers are well familia… (more…)

Read more »