
Arifin Firdaus – iOS Engineer
Welcome to my iOS engineering blog!
Latest from the Blog
#3 Part 3 – iOS – TDD – Random Character App – The Power of Tests on During Refactoring
In this new series, we will be learning how we can use Test Driven Development on a networking based iOS project app, and in this case, we will fetch random character from `rickandmortyapi` and display it to the screen! Refactoring is actually changing the implementation without changing the behavior. In this video, we can achieve…
#2 Part 2 – iOS – TDD – Random Character App – TDD Networking with Moya (Continue)
In this new series, we will be learning how we can use Test Driven Development on a networking based iOS project app, and in this case, we will fetch random character from `rickandmortyapi` and display it to the screen! Let’s dive in into the second part, the Test Drive Networking layer. We will learn on…
#1 Part 1 iOS – TDD – Random Character App – Project Setup and TDD Networking
In this new series, we will be learning how we can use Test Driven Development on a networking based iOS project app, and in this case, we will fetch random character from `rickandmortyapi` and display it to the screen! Let’s dive in into the first part, the Project Setup and some error handling TDD Networking.…