PinnedPublished inLevel Up CodingReducing iOS Test execution time with Selective TestingSelective testing for Swift package manager to reduce test execution timeMay 131May 131
PinnedHow to make a super app?These days, super apps are becoming more and more popular. From the user’s perspective, super app is an app that has everything. Users…Oct 16, 20217Oct 16, 20217
PinnedPublished inLevel Up CodingAutomating Memory Leak Detection with CI Integration for iOSA solution to automate memory leak detection in iOS DevelopmentOct 11, 20234Oct 11, 20234
Published inLevel Up CodingHow I reduce the iOS Banking app size by 50%Learn how to analyze the iOS app size and techniques you can apply to reduce the sizeDec 22Dec 22
Published inLevel Up CodingHow to Customize iOS CI Workflows When You Don’t Control the CI SystemHow can we customize our iOS CI workflow without having any control over it?Aug 9Aug 9
Published inLevel Up Coding5 Effective Strategies for Managing Image Resources in iOSHow to manage image resources effectively in iOSJun 131Jun 131
Published inLevel Up CodingSwift for-loop performance?Which function has better performance? while-in, for-loop, or high-order function “reduce”?Apr 22Apr 22
Published inLevel Up CodingDont trust your code coverageWhen I was working at GxS, one thing that we truly cared about was the code quality. To ensure the code quality, we added a rule that code…Dec 31, 20235Dec 31, 20235
Published inLevel Up CodingA modern approach to Swift method swizzlingMethod swizzling is a cool feature that allows us to change the implementation of an existing selector at runtime.Dec 17, 20231Dec 17, 20231
Published inLevel Up CodingModular Navigation in SwiftUI: A Comprehensive GuideHow I handle navigation in a Modular SwiftUI applicationOct 31, 20235Oct 31, 20235