Hardcore Debugging - Heavy Weapons for Hard Bugs
Advanced debugging techniques for tracking memory management issues, retain/release cycles, and hard-to-find bugs in iOS development.
Advanced debugging techniques for tracking memory management issues, retain/release cycles, and hard-to-find bugs in iOS development.
Explores Swift's ABI stability and the challenges of shipping binary frameworks before Swift 5.
Explores new Objective-C features and improvements introduced at WWDC 2017 that make the language more Swift-like.
Argues why UITableView should be deprecated in favor of UICollectionView for better flexibility and modern iOS development.
Guide to using Clang Address Sanitizer for finding memory bugs, race conditions, and other runtime issues in iOS and Android development.
Comprehensive guide to effective UI testing on iOS using KIF framework without busy waiting and performance optimization techniques.
Lessons learned about hiring and building a successful distributed remote team at PSPDFKit over six years.
Essential guide to writing effective bug reports that help developers understand, reproduce, and fix issues quickly and efficiently.
Analysis of Apple's real-time collaboration features announced in 2016 and their implications for developers.
A fast method for converting Xcode test results to JUnit format for better CI integration and test reporting.