Deep Linking at Scale on iOS

> How the iOS team at Just Eat built a scalable architecture to support navigation and deep linking. Originally published on the Just Eat Engineering Blog [https://tech.just-eat.com/2019/04/16/deep-linking-at-scale-on-ios/]. In this article, we propose an architecture to implement a scalable solution to Deep Linking on…

The easiest Promises in Swift

Here's another article of the serie "The easiest <something>". Previous one on Core Data here -> The easiest Core Data [https://albertodebortoli.com/2016/08/05/the-easiest-core-data/]. Swift 5 will most likely include async/await, which will be a revolution for handling concurrency…