Handling environments in Swift
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.
👋 Hello! I'm an freelance iOS developer based in Madrid. Looking forward to creating a great product!
Tennis, indie music, travel lover. 🎾🎸✈️
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.
Spending time developing new features is great. Spending unnecessary time updating your REST API endpoints is not. But… how to avoid it?
Styling makes your product recognizable.
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.
In this article, we will build a login screen using SwiftUI
with the next requirements:
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.