Pinned Repositories
gitTutorialCano
Git and CI Club Tutorials Project for Hector Cano
CombineURLServices
Native iOS Code Challenge | Mobile REDUX Architecture | Combine | URLSession | SwiftUI | Core Data
ContainerPOC
This is a workplace (2020) training project (POC) on how to decouple a Collection View from a busy central View Controller (UIViewController). Create an iOS SDK Custom Container View Controller with an embedded storyboard Collection View - Proof of Concept.
DataFlowFunnelCD
DataFlowFunnelCD is a Swift Package used for two main Architecture purposes. 1) Manage Core Data contention (multi-threaded) issues when saving two separate NSManagedObjects ( CRUD operations). 2) Solves the problem of referencing the NSPersistentContainer from anywhere in the bundle. Anywhere includes frameworks, other swift packages, and traditional bundle access.
PondFishing
Proof of Concept : DataFlowFunnelCD Swift Package test app. Three main goals : 1) Test multi-threaded persistence CRUD operation contention/crash management (iOS SDK 17 and below), 2) Test the Core Data stack as a package, and 3) Test Xcode Swift Package Manager installation/maintenance.
matthewferguson's Repositories
matthewferguson/CombineURLServices
Native iOS Code Challenge | Mobile REDUX Architecture | Combine | URLSession | SwiftUI | Core Data
matthewferguson/DataFlowFunnelCD
DataFlowFunnelCD is a Swift Package used for two main Architecture purposes. 1) Manage Core Data contention (multi-threaded) issues when saving two separate NSManagedObjects ( CRUD operations). 2) Solves the problem of referencing the NSPersistentContainer from anywhere in the bundle. Anywhere includes frameworks, other swift packages, and traditional bundle access.
matthewferguson/ContainerPOC
This is a workplace (2020) training project (POC) on how to decouple a Collection View from a busy central View Controller (UIViewController). Create an iOS SDK Custom Container View Controller with an embedded storyboard Collection View - Proof of Concept.
matthewferguson/PondFishing
Proof of Concept : DataFlowFunnelCD Swift Package test app. Three main goals : 1) Test multi-threaded persistence CRUD operation contention/crash management (iOS SDK 17 and below), 2) Test the Core Data stack as a package, and 3) Test Xcode Swift Package Manager installation/maintenance.