#programing
Read more stories on Hashnode
Articles with this tag
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...
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....
KVO and NotificationCenter are two forms that use the principles of the observer standard. It has The subject and the observer. You need to "subscribe...