#code
Read more stories on Hashnode
Articles with this tag
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...
Design Patter: When you want to implement decoupled and clean code, it always takes work, and if you don't have that much experience, you'll find many...
What is Callback? Callback is a function that must be performed after completing another function. It is used in the form of closure and uses...