Viktor LiMigrating from RxSwift to Combine: Modernizing Your Legacy iOS Project (Part 2)This is Part 2 of a 4-part series. Read Part 3 here.Jan 22
Furkan VuralCoupling: Minimize Dependencies, Maximize FlexibilityOne of the key concepts of clean code is coupling, which refers to the degree of dependency between modules in our code. This concept, in…4d ago
Oğuzhan ÖzerSwift Clean Code Guide: From Structure to Implementation with SwiftUI -2In this second article of our Clean Architecture series, we’ll explore three essential components that form the backbone of professional…Jan 17Jan 17
Harsha AgarwalUnderstanding CodingKeys in Swift.When dealing with JSON data in Swift, we often need to convert it into Swift objects. This process is known as decoding. But what if the…Jul 24, 2024Jul 24, 2024
Aurion | iOS DevMastering Functions in SwiftUIFunctions are the backbone of clean, reusable, and maintainable code in SwiftUI. By mastering how to use them effectively, you can reduce…Dec 17, 2024Dec 17, 2024
Viktor LiMigrating from RxSwift to Combine: Modernizing Your Legacy iOS Project (Part 2)This is Part 2 of a 4-part series. Read Part 3 here.Jan 22
Furkan VuralCoupling: Minimize Dependencies, Maximize FlexibilityOne of the key concepts of clean code is coupling, which refers to the degree of dependency between modules in our code. This concept, in…4d ago
Oğuzhan ÖzerSwift Clean Code Guide: From Structure to Implementation with SwiftUI -2In this second article of our Clean Architecture series, we’ll explore three essential components that form the backbone of professional…Jan 17
Harsha AgarwalUnderstanding CodingKeys in Swift.When dealing with JSON data in Swift, we often need to convert it into Swift objects. This process is known as decoding. But what if the…Jul 24, 2024
Aurion | iOS DevMastering Functions in SwiftUIFunctions are the backbone of clean, reusable, and maintainable code in SwiftUI. By mastering how to use them effectively, you can reduce…Dec 17, 2024
Cihat GündüzHandySwiftUI Styles: Enhancing SwiftUI’s Standard ViewsFrom attention-grabbing pulsating buttons and versatile label layouts to cross-platform checkboxes and vertical form styles — discover the…Nov 7, 2024
Shuaiqing LuoThread Explosion Symptoms in GCD (Part 3: Deadlock in Serial Queues)IntroductionNov 18, 2024
Hamid AnsariImplementing mTLS on iOS using URLSession and CloudflareWe have recently decided to use the mTLS mechanism to enhance the security of communication between the server and the client within our…Jul 11, 2023