iOS Code Modular Architecture using Swinject & SPMBy default iOS Codebase is monolithic, Monolith is good when we are using good architecture like Clean Architecture + MVVM. Still, the app…Sep 20, 2024Sep 20, 2024
Futures and Promises in Combine | Combine Series #1Futures are a lesser-known but powerful feature of the Combine framework that allow us to convert @escaping closures into Publishers. In…Aug 26, 2024Aug 26, 2024
Published inNerd For TechOn-Demand Resources in iOSOn-demand resources help to reduce the initial download size of applications that rely on large assets for use. This is especially useful…Dec 19, 2023Dec 19, 2023
Enabling SSO for the AppAuth SDK in iOSThere are 3 options for enabling SSO with session cookies when it is not available by default in an OAuth 2.0 client built with AppAuth for…Jan 20, 2023Jan 20, 2023
Solve CoreData Warning: ‘NSKeyedUnarchiveFromData’ should not be used to for un-archiving and will…Hint : Replace NSCoding with NSSecureCoding.Oct 24, 2021Oct 24, 2021
VIPER Design Pattern or Architecture? — SwiftSeries 2:- Basics of Clean Architecture And Comparison Between VIPER And Clean Architecture.Mar 5, 2021Mar 5, 2021
VIPER Design Pattern or Architecture? — SwiftSeries 1 :- build a Simple Open Weather App with API Calls Using VIPER.Mar 3, 2021Mar 3, 2021