Manish Pathak·May 27, 2024In Combine Framework — Difference Between Merge, Zip, and CombineLatestCombine is a framework in Swift for processing values over time. Today I want to talk about running multiple operations in parallel and…
Manish Pathak·May 12, 2024Diffable Data Source in Swift iOS — TableView and CollectionViewWhy Diffable Data Source ?
Manish Pathak·Aug 31, 2023How to install python library using Rosetta 2 — MAC M1 Apple siliconRosetta 2 is a translation layer developed by Apple that allows you to run software compiled for the x86_64 architecture on Apple Silicon…
Manish Pathak·Aug 10, 2023Apple Business Manager — ABMProblem: Suppose an organization has n number of Apple devices like iPhone, iPad , MAC, etc and in the future, it’ll increase. How to…
Manish Pathak·Jul 9, 2023Backbase Journey ArchitectureBackbase Journey Architecture is a framework that helps organizations to design and deliver digital banking experiences. It is based on a…
Manish Pathak·Jul 3, 2023Introductions: HealthKit, ResearchKit and CareKitThe three main frameworks Apple provide in this domain are the following;
Manish Pathak·Jun 29, 2023Swift Combine Framework in NutshellCombine was introduced as a new framework by Apple at WWDC 2019. The framework provides a declarative Swift API for processing values over…
Manish Pathak·Jun 26, 2023Deferred in Combine FrameworkIn the previous article, we saw how Future processes.