Persistence with Core Data and SwiftUI
January 16, 2021I have worked with Core Data long time ago and left with a bad impression about the framework. I’ve never used it again (started using Realm…
Written by Fernando Martín Ortiz, a mobile engineer with great passion for learning, creating and communicating stuff. You should follow them on Twitter
I have worked with Core Data long time ago and left with a bad impression about the framework. I’ve never used it again (started using Realm…
The Container We call containers in SwiftUI to those views which can render other views passed by argument. Containers are central to…
What is the purpose of language constructs and software architectures in software development? The answer, in my opinion, is to bring more…
In the previous article, we have talked about how functional purity and an unidirectional architecture by using the Action-State-Reducer…
Time traveling in Swift is possible. This is a series that describe how Unidirectional architectures can be applied in Swift and how we can…
Do you have to test private methods? There is a lot said about this. Just check this thread. The short answer is no. The slightly longer…
Few things draw more my attention to programming than the ability to abstract complex domains and concepts behind concise, beautiful…
Starting Quick / BDD in iOS
Testing a codebase that was not designed for being tested