Featured
Swift Concurrency: Part 1
Published: at 10:36 AMExplore how Task works, the differences between Task and Task.detached, task priorities — a complete guide to Swift’s modern approach to asynchronous programming
Trunk-Based Development
Published: at 09:02 PMLearn what trunk-based development (TBD) is and how it is applicable to iOS development.
Thread Explosion in iOS: GCD and Swift Concurrency
Published: at 09:02 PMLearn about thread explosion, how to manage it, and how modern Swift Concurrency addresses the issue.
Explore Method Dispatch in Swift
Published: at 10:12 AMDiscover how Swift determines method execution at runtime, enhancing your understanding of performance and code efficiency.
Recent Posts
Polynomial Hashes
Published: at 06:38 PMExplores the concept of hashing using polynomials, detailing its applications in string matching, data structures, and cryptography.
Design Patterns: Facade
Published: at 01:51 PMExplores how the Facade pattern reduces the complexity of a set of classes by providing a simplified interface.
Design Patterns: Adapter
Published: at 07:14 AMExplores how the Adapter pattern focuses on bridging incompatible interfaces, allowing objects with different structures to work together seamlessly.
Design Patterns: Proxy
Published: at 07:42 AMLearn how the Proxy design pattern can simplify the project structure, improve code organization, and enhance functionality.