Recent writing

Boy Scouts rule with Danger

Post where I explain how Danger helped us at SoundCloud to apply the programming Boy Scouts rule to our workflow

Marcheta en la vida

Mi experiencia de haber salido a vivir fuera de España y las lecciones aprendidas

Xcode scripts to rule them all

Set of normalized scripts very useful for Xcode projects. Individual contributors will be familiar with them after they clone the project.

States - The source of truth

Overview of states in iOS apps, how we tipically handle them, current challenges with states and how to overcome them

Rewriting SugarRecord, 2.0

I explain in this post how was the process of rewriting SugarRecord, a CoreData/Realm wrapper for Swift.

Programación Reactiva en Swift: Parte 1, Introducción

Con la llegada de Swift y la introducción de interesantes operadores, conceptos funcionales, y la seguridad de tipos el paradigma de programación reactiva ha cobrado especial importancia en el desarrollo de apps. En comparación con la progr…

Why Open Source helps you to become a better developer

Most of developers haven't tried creating an Open Source component before. Since I apply it to every of my projects I feel the results and development process has improved a lot. In this article I will describe why it's so important

My first Apple Watch impressions

After a day using Apple Watch I would like to share my impressions with the new Apple toy and why I wouldn’t buy the first version

Modularize your mobile projects

Learn how to split your app components in different bundles instead of dealing with an unique bundle that packages the whole app