Selecting the right data structure
I believe that one of the essential skills of software engineer is to select or design proper data structure. In swift, there are many options that we can bu...
I believe that one of the essential skills of software engineer is to select or design proper data structure. In swift, there are many options that we can bu...
Back in 2019, SwiftUI was first introduced and this year Apple already announced version 4 on WWDC22. Even though it’s been quite some time now, there are st...
If you ever worked on an iOS project in a team, I bet you had to deal with certificates sharing. It is not as important with developer certificates as every ...
Json (de)serialization is the fundamental skill that every app developer should have. It’s commonly used for app configuration, local caching or communicatio...