PinnedDecorator Pattern for Cross-Cutting ConcernsWhat are Cross-Cutting Concerns?Apr 25, 2024Apr 25, 2024
PinnedLaw Of Demeter PrincipleThe Law of Demeter is a software design principle that states that a component should not know about the inner or private details of the…Apr 27, 2024Apr 27, 2024
PinnedComposite Design Pattern in iOSThe boring theory ( it’s short I promise !)May 13, 2024May 13, 2024
PinnedProperty Wrappers In SwiftSwift 5.1 introduced a new feature to the language: the property wrapper. A property wrapper is a generic data structure that has…Mar 16, 2021Mar 16, 2021
Using Continuations Correctly in Swift ConcurrencyContinuations are a powerful tool in Swift Concurrency, allowing developers to bridge callback-based or concurrent code into the…7h ago7h ago
Tasks and Error Handling in Swift ConcurrencyError handling in Swift Concurrency introduces subtle yet significant nuances, particularly when working with tasks. Tasks have unique…7h ago7h ago
Detailed Explanation of @testable import vs. Regular import in Swift TestingWhat is @testable import?1d ago1d ago