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