👋 Hello! I'm an freelance iOS developer based in Madrid. Looking forward to creating a great product!

Tennis, indie music, travel lover. 🎾🎸✈️

📱 Latest posts

Handling environments in Swift

September 30, 2020

In real-world apps, developers deal with many different backend environments. Every environment has its properties and configuration so it is important to have a proper structure to manage them.

Read More

Coding tests - Tips to succeed

August 30, 2020

During the process of being hired as a developer, you will be probably asked to pass an online coding test. No matter your experience, this kind of tests can be hard and stressful. In this article, you will get some tips to make your coding test better.

Read More

How to create a login screen in SwiftUI

August 18, 2020

In this article, we will build a login screen using SwiftUI with the next requirements:

  • Proposed layout
  • Field validation: User & password textfields need to be filled and the toogle for Accept Terms and Conditions enabled
  • If enabled, the button will display a message when pressed.
Read More

Painless UI Testing

July 28, 2020

UI Testing on iOS projects is a great thing to keep apps solid and reliable during its whole lifecycle, but sometimes could become a big pain.

Read More