Optimization
Learn more and get better in Optimizing yourself using this list of blog posts, tutorials, tips, and tricks.
App Launch Time: 7 tips to increase performance
App Launch Time is the time it takes before your app becomes responsive after startup. As the first experience of ...
Read More
Read More
Build performance analysis for speeding up Xcode builds
Build performance can be analysed in Xcode to speed up Xcode builds. This can easily speed up your workflow and ...
Read More
Read More
WWDC 2020: 7 Tips to prepare yourself
In less than a week we will know what WWDC 2020 has brought to us. Apple has been working hard ...
Read More
Read More
4 Tips to make it easier to fix crashes and bugs
Each app comes with performance issues, crashes, and bugs to fix. Although we try our very best we will always ...
Read More
Read More
Unused images and resources clean up in Xcode
Unused images can exist as a result of iterations in a project. Once a feature is no longer needed and ...
Read More
Read More
Developer productivity boost with Google Search Tips & Tricks
Developer productivity is important to deliver your project on time. There's a lot you can do as I already described ...
Read More
Read More
Speeding up development: a collection of tips
Speeding up development to increase productivity can bring you a lot. You'll work more efficient, deliver faster, and you'll feel ...
Read More
Read More
Danger plugins to speed up code reviews
Danger plugins can help improve something we do every day: code reviews. Code reviews inside pull requests help you to ...
Read More
Read More
Speeding up with Xcode Behaviors
Xcode behaviors can change the way how Xcode responds to certain events. Default behaviors help you already by showing for ...
Read More
Read More
Measure the performance of code in Swift
It's important in any type of programming language to know how to measure the performance of code as there are ...
Read More
Read More
Performance, functional programming and collections in Swift
Functional programming is often done in Swift and so easy that it could easily hit performance. Iterating over large collections ...
Read More
Read More
SwiftLint valuable opt-in rules to improve your code
SwiftLint is a tool by Realm to enforce Swift style and conventions. It's proven to be adopted by a lot ...
Read More
Read More