The easiest Promises in Swift
Here's another article of the serie "The easiest
Here's another article of the serie "The easiest
We all went through it, am I right? You join a new company, you jump on the new codebase, you find lots of singletons, get used to them, become friend with them, but after some time you realize it's time to terminate the friendship. For a greater good. And for…
The original post is published on the Just Eat tech blog at this URL [http://tech.just-eat.com/2017/03/02/how-to-abstract-your-persistence-layer-and-migrate-to-another-one-on-ios-with-justpersist/] . In this blog post we introduce a solution to deal with data persistence. We developed it for the Just Eat iOS app and we call it JustPersist. It’…
The original post is published on the Just Eat tech blog at this URL [http://tech.just-eat.com/2017/01/18/a-better-local-and-remote-logging-on-ios-with-justlog/] . In this blog post we introduce the solution for local and remote logging we developed for the Just Eat iOS app. It’s named JustLog and it’s…
Over the past months I spent a lot of time on Core Data, I had to deal with a project with a lot of legacy code, Core Data horros and multithreading violations. Core Data is hard, at times it can be frustrating and confusing. For this reasons, I decided to…
The original post is published on the Just Eat tech blog at this URL [http://tech.just-eat.com/2015/11/23/offline-ui-testing-on-ios-with-stubs/]. Here at Just Eat, while we have always used stubs in Unit Tests, we tested against production public APIs for our functional and UI Testing. This always caused…
In one of my previous companies, it happened from time to time I had the opportunity to do some R&D of experimental ideas. What came out once, was, in my opinion, pretty neat. It never saw the light in production and I don't want this amount of work to…
The original post is published on the Just Eat tech blog at this URL [http://tech.just-eat.com/2015/07/14/the-journey-of-apple-pay-at-just-eat/]. Introduction Apple Pay has recently been released in UK and at JUST EAT we worked on the integration in the iOS app to better support all of our…