Mahdi SaediConcurrency in SwiftSwift includes support for concurrency, letting you write code that can handle multiple functions ostensibly at once, Which improves…May 4May 4
Mahdi SaediVIP Architecture in SwiftVIP (View, Interactor, Presenter) is a clean architecture pattern emphasizing the separation of concerns in your iOS application …May 18, 2023May 18, 2023
Mahdi SaediFastlane Configuration in iOSAccording to the previous article Fastlane Magic in iOS, you should have a vision of Fastlane in this article, we didn't spend time…Sep 13, 2022Sep 13, 2022
Mahdi SaediFastlane Magic in iOSMany of us spend much time releasing our projects, now it's time to use FastLane to automate your development and release process on…Sep 5, 20221Sep 5, 20221
Mahdi SaediDeep Dive into iOS Memorywhy reduce memory? And when we want to reduce memory, really, we’re talking about reducing our memory footprint. So we’ll talk about that.Jun 29, 20224Jun 29, 20224
Mahdi SaediFactory Method in SwiftFactory Method is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to…May 8, 2022May 8, 2022
Mahdi SaediinCodeXDive into Design PatternsDesign patterns are typical solutions for solve problems …May 8, 2022May 8, 2022