Recent Posts

Selecting the right data structure

6 minute read

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...

Create QR scanner for SwiftUI

5 minute read

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...

Share certificate using Fastlane/Match

5 minute read

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 ...

Codable Enum

7 minute read

Json (de)serialization is the fundamental skill that every app developer should have. It’s commonly used for app configuration, local caching or communicatio...