Namit Gupta
Namit Gupta's Blog

Namit Gupta's Blog

Follow
Namit Gupta

Namit Gupta

15 followers

Building better apps, smarter and faster.

Dependency Injection in iOS Development: Improving Your Application's Architecture

Mar 21, 20233 min read 27 views

Dependency Injection (DI) is a powerful design pattern that can improve the architecture of your iOS application by making it more modular, testable,...

Dependency Injection in iOS Development: Improving Your Application's Architecture
The One Secret every Successful iOS Developer knows about Unit Testing
How to Use Mirror Objects in Swift for Testing and Debugging
Reference Equality vs Value Equality in Swift
Effective Memory Management Techniques with Closures in Swift
Difference between Non-Escaping and Escaping Closures in Swift