Welcome to my library of iOS development resources. I started this project to bookmark interesting articles and useful links and than I decided to share this work to help others to keep an ordered, quick to consult and searchable list of programming resources. Comments and new resources are welcome!
Jonathan Samudio
Dec, 26 2018
Continuous Integration (CI) is the process of merging all new code back into the main branch. The goal is to maintain a buildable main branch and limit bugs through the use of unit tests. Sounds like…
continuous integration
Andrew Lection
Apr, 17 2018
Hello! I’m Andrew Lection, an iOS Engineer here at Aaptiv. Recently we’ve launched some awesome new features like an Apple Watch app and training programs to our users. We’ve also taken a long, hard…
continuous integration
Shashikant Jagtap
Mar, 12 2017
Continuous Integration a.k.a. CI is an integral part of iOS development process which gives early feedback when something breaks during application development. In an agile application development…
continuous integration