Problem: How to avoid threading race conditions in your class? Solution: Use actor that handles all the concurrency for you! Code that runs synchronously is easy to manage and understandBut when start introducing threads, problems occurYou need to ma...
4 min read
7 min read
17 min read
4 followers
Blog of Alexandre Alcuvilla, iOS developer Exploring new ways to create modern apps Using SwiftUI, Combine and Async/Await and respect best practices TDD, Unit Test, Clean Archi, Modular Design, SOLID
20 min read
16 min read
6 min read