How to abstract your persistence layer on iOS with JustPersist

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’…

A better local and remote logging on iOS with JustLog

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…

From the Eyes of an iOS Dev at JUST EAT

It has been almost 6 months since my last blog post. Things have changed quite a lot since then. Six months ago I was still excited about my travel to San Francisco for the WWDC 2014, my girlfriend still had to move from Italy to London with me and definitely…

The solution to FTP on iOS: GoldRaccoon

GoldRaccoon [http://albertodebortoli.github.io/GoldRaccoon/] is the iOS component to connect to a FTP service and do the following: * Download a file * Upload a file * Delete a file * Create a directory * Delete a directory * List a directory Why another Raccoon? First, because the humanity needs it. This project started…