Xcode Build Optimization: A Definitive Guide
If you are looking for ways to reduce your Xcode project’s build time i.e. improve build performance, then you are at the right place. I chose this topic since I haven’t come across any blog or...
View ArticleIntroduction to Functional Programming using Swift
As a developer, I believe that entering into the Functional Programming (FP) world is like erasing all that you have learned so far and relearn everything, although not from scratch. This article aims...
View ArticleFunctional Reactive Programming using Swift
This blog serves as a starting point for developers who have been practising imperative programming and are looking forward to jump into the Functional & Reactive programming world. It also...
View ArticleThe Ultimate List of Resources for iOS Animations
iOS Animations is definitely a hot topic. I have been into iOS development for 10+ years now and I have rarely seen any blog or post that serves as a definitive list of all resources for iOS...
View Article