Lorenzo Balderramathecodingsoup.hashnode.dev·Jun 27, 2023Swift and Core Data: Integrating Core Data with SwiftCore Data is Apple's object graph and persistence framework. It provides data sources for displaying in user interfaces, and it enables support for rich model object graphs with complex relationships and inheritance. In this in-depth guide, we'll exp...29 readsSwift
Lorenzo Balderramathecodingsoup.hashnode.dev·Jun 20, 2023Swift Concurrency: Exploring the New Concurrency Features Introduced in SwiftSwift Concurrency is a suite of new features introduced to Swift to make asynchronous programming more efficient and safe. These features leverage cooperative multitasking and have built-in checks to avoid common concurrency problems like data races ...Swift
Lorenzo Balderramathecodingsoup.hashnode.dev·Jun 19, 2023Swift Package Manager: A Comprehensive Guide to Managing Dependencies in Swift ProjectsSwift Package Manager (SPM) is a robust tool for managing dependencies in Swift projects, offering a standardized way to leverage external libraries, frameworks, and other modules in your software. This article will provide a detailed explanation of ...Swift
Lorenzo Balderramathecodingsoup.hashnode.dev·Jun 17, 2023Mastering Directory Structure and Architectural Techniques for Large SwiftUI AppsBuilding a large SwiftUI app requires careful planning and a well-organized directory structure. In this article, we'll embark on a creative journey to explore the best practices for structuring and architecting a scalable and maintainable SwiftUI ap...14 likes·148 readsSwift