Posts
All the articles I've posted.
Swift Concurrency: Part 3
Published: at 10:36 AMExplore Swift Continuations: the essential bridge between legacy callback-based APIs and modern async/await. Learn how to wrap completion handlers and delegates into clean, linear code with practical examples.
Swift Concurrency: Part 2
Published: at 10:36 AMExplore Structured Concurrency in Swift: parent/child relationship, automatic cancellation, task groups, and more.
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.
Polynomial Hashes
Published: at 06:38 PMExplores the concept of hashing using polynomials, detailing its applications in string matching, data structures, and cryptography.