16 Apr 2019 deep links deep linking universal links iOS navigation flow controllers state machine futures promises Just Eat 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
Principal Manifesto 02 Apr 2019 manifesto tech roles principal staff engineering Principal Manifesto Edit: in 2020, Will Larson published Staff Engineer, the first book that properly reasons about Staff+ roles. I cannot recommend the book, the articles, and
The easiest State Machine in Swift 16 Dec 2018 iOS state machine swift The easiest State Machine in Swift Here's another article of the serie "The easiest <something>". Previous ones on Core Data (The easiest Core Data [https:
The template for View Controller unit testing 12 Mar 2018 unit tests view controllers iOS The template for View Controller unit testing Hot topics like this one, testing view controllers, often come back from time to time and get some updates. It probably all started with Testing
The easiest Promises in Swift 12 Feb 2018 promises futures iOS The easiest Promises in Swift Here's another article of the serie "The easiest <something>". Previous one on Core Data here -> The easiest