April 16, 2023 Daniel Gallego Architecture 2 iOS App with Clean Architecture – Example In our previous post, we defined that we would structure our project by combining a vertical split by features and a horizontal split of each feature by layers, following the… Read More
April 15, 2023 Daniel Gallego Architecture 2 iOS App with Clean Architecture Making important decisions about the architecture and structure of a new project is crucial. It's advisable to adopt a consistent approach, rather than allowing each screen or feature to be… Read More
April 8, 2023 Daniel Gallego Foundation Call instances as a functions Today we are going to talk about a small addition to the Swift language which introduces the ability to call instances of classes and structs as functions. All we need… Read More