unknowndefault.comSwift Package Plugins - Getting StartedDisclaimer This article doesn’t explain what is a Swift Package Plugin, but just provides Source Code of the demos discussed in the related WWDC videos. I hope you will have better resources to start diving into Swift Package Plugin, next time we wil...Jan 7, 2024·1 min read
unknowndefault.com7 Reasons why I don’t like CocoapodsWe all love & use Cocoapods extensively as a Dependency Manager. But, have we taken a step back in introspect if it’s true love or a compromise like any other relationships? In this blog, I would give 7 reasons why I have reached a space where I don’...Jan 7, 2024·7 min read
unknowndefault.comHow Jesse Pinkman cracked Dynamic Library in iOSAre you Duplicating a piece of code for a particular functionality across multiple Apps? Do you find it difficult to fix a bug in all those places? If Yes, then Dynamic Library is an answer to your problems. This Article will be in the form of a ques...Jan 7, 2024·7 min read
unknowndefault.comStatic Library in iOSAre you Duplicating a piece of code for a particular functionality across multiple Apps? Do you find it difficult to fix a bug on all those places? If Yes, then Static Library is an answer to your problems. When the going gets tough, the Static Libr...Jan 7, 2024·6 min read