Alok ChoudharySwift GenericsGenerics are the means for writing useful and reusable code. They are also used to implement flexible data structures that are not…Apr 29, 2020Apr 29, 2020
Alok ChoudharyHow to check whether a module is available using canImport()Writing multi-platform code has its own challenges, but if you use the canImport() compiler test then one big challenge is solved for you…Dec 26, 2019Dec 26, 2019
Alok ChoudharyAlways Try, Try?, And Try!, Never give upBeside Swift being powerful, expressive language with a flexible, elegant syntax. There is one of the features I appreciate most is native…Aug 22, 2018Aug 22, 2018
Alok ChoudharyUnderstanding more about MVVMWe all know about MVC and it’s shortcomings. I would love to explain MVVM that make developer’s life as well as testing quite easyJul 28, 2018Jul 28, 2018
Alok ChoudharySetting up Sia on Synology via DockerVery first step is to getting docker installed to your Synology NAS. Open package manager and search for docker. Click install.Jul 27, 2018Jul 27, 2018
Alok ChoudharyCocoapod + Swift : Making Pod with SwiftWith this post I would be guiding you to make your own cocoapod with swift, that you can use in your project and help other developers save…Jun 13, 2016Jun 13, 2016