Contributions

Library
SwiftUI application to analyze Xcode build system graph (Experimental)
Library
Remote caching for iOS projects
Article
The blog post presents an alternative way to build a different flavor of the app using "Build Rules", the least popular tab in Xcode's project configuration. It demonstrates how to set up a single-target Xcode project that controls if some .swift file should be included in the build process or not.
Article
This article presents an alternative way for quick stub implementation using Swift's type inference mechanism.
Article
Although Protocol Oriented Programming elevates programming into a higher level, there are still some edge-cases where protocol extensions may not be preferred. Quick lesson learnt you should be aware of.
Article
Contrary to plethora of UI architectures (MVC, MVVM, VIPER) articles, this tackles the problem of error handling and presents top-down architecture to the rescue.
Article
Save plenty of time by running Xcode unit tests real time! Deep dive into brand new addition to InjectionForXcode, that executes Swift tests immediately on every *.swift save.