Nasirnasirmomin.hashnode.dev·Dec 9, 2024Building Authentication Systems in Swift with the Builder Design PatternThe Builder Design Pattern is a creational pattern. It construct complex objects step by step. It separates the construction of a complex object from its representation. It allows to create different types and representations of an object using th...Swift
Jason Barkerswiftkix.com·Sep 2, 2023Part 2: Advanced Protocol-Oriented Programming in SwiftWelcome back to the second part of our blog series on Protocol-Oriented Programming (POP) in Swift. In the previous post, we introduced the concept of POP, discussed its benefits, and provided a real-world example contrasting it with Object-Oriented ...42 readsProtocol Oriented Programming in SwiftSwift
Jason Barkerswiftkix.com·Aug 29, 2023Understanding Protocol-Oriented Programming in SwiftPart 1: Introducing Protocol-Oriented Programming In the world of software development, programming languages have evolved to become more flexible and efficient. Swift, Apple's powerful and intuitive programming language, has embraced a paradigm know...Protocol Oriented Programming in SwiftSwift