So you’re reviewing PR on mobile?Reviewing one’s code is good habit in order for to prevent missing bugs and keeping coding style convention as standard as possible along…Feb 6, 2020Feb 6, 2020
Managing View Controller States with Power of EnumsThere are lots of resources, approaches and solutions in order for to reduce view controller overloads such as abstracting view logic out…Oct 3, 2019Oct 3, 2019
Make your Moya cacheableHi there! For this week article we’ll have a look at how can we cache our response sending through Moya framework. But first off I think…Nov 26, 20185Nov 26, 20185
Weekly one bite iOS — One-time password(OTP) featureLadies and gentlemen let the drum roll begins… Today I’m introduce you to my “weekly one bite iOS” project. In this project I’m planing to…Nov 12, 20181Nov 12, 20181
Your Old Friend Associated Object in SwiftThere were times we needed to use property inside Objective-C categories for our extended built-in objects and our custom classes. Often…Aug 15, 2018Aug 15, 2018
Make your UITableView & UICollectionView lighter with MVVMSometimes, working with both UITableView and UICollectionView ending up with bloated views or even controllers. Things more complicated…Oct 19, 2017Oct 19, 2017
Tiny Alamofire Wrapper — ServiceProviderToday, I found useful framework called Moya moya is really great for comprehensive network request. But if you’re not working with a big…Oct 12, 2017Oct 12, 2017
Swift Protocol CompositionSwift continue evolving since it first announced and as I developer I often try to follow new language-based features and improvements to…Aug 11, 2017Aug 11, 2017
What’s the “higher order function” in SwiftHigher order functions “a function can take either accept functions or closure as a argumant” you’ve already familiar with last one right…Aug 7, 2017Aug 7, 2017