4 followers
Hello 👋, my name is Gabriel, and I’m an iOS developer. I am creating this blog to share my knowledge and learn from you. I hope to help you in any way 👊.
The importance of test in code To create a quality product, one of the prerequisites is to test the product, not only in the sense of getting feedback...
What is dependency injection? According to Wikipedia definition: Dependency injection is a technique in which an object receives other objects that...
There are several tutorials on internet explaining the origin and how it works, so I’ll briefly explain why every swift developer has to know the...
In this post, we will start creating the timer. We will create a class that will do this management, which will be called AuctionViewModel.swift....
The Observer Pattern is a behavioral design pattern if you don't know what design pattern see this POST. Understanding this pattern is fundamental...
Remember the view code? We will talk about one of the benefits of creating applications with view code. Se você não está familiarizado com o view...