by Wan Ahmad Lutfi | Oct 17, 2023 | Dependency Injection, Design Pattern, Map, Swift
When developing iOS apps that require maps, you often face the choice between Apple Maps and Google Maps. During development, you might also want to experiment with both to determine which one better suits your needs. To address this challenge, you can establish a...
by Wan Ahmad Lutfi | Aug 6, 2023 | Dependency Injection, Swift
Dependency injection and dependency inversion are crucial concepts in software and app development, allowing you to create code that is scalable, maintainable, and easily testable. Let’s delve into these powerful concepts to build good iOS applications. Dependency...