Build Automation

A Brief Overview of Swift Compiler

Apple open-sourced Swift programming language and whole source code is now available on Github. There are thousands of programming languages available in the world and hundreds of on the way but underlying basics of programming languages remains the same. It’s very important to understand the roots so that you can learn programming languages easily. The languages are either compiled or Read more…

iOS DevOps

Show Your Humanity By Making iOS Apps Accessible

Apple takes accessibility very seriously for all their platforms to make sure all the iOS, macOS, tvOS and watchOS apps are usable for everyone including the people having disabilities. Unfortunately, every human being is not normal, some people have disabilities like vision Impairment, deafness, mental health conditions or physical disabilities. However, technology has grown so much that people having disabilities can do Read more…

Build Automation

Why You Need to Keep Your Mobile DevOps In-House in 2018

Believe it or not, setting up and managing DevOps tooling is a brainfucking activity. It’s true for both web and mobile application development. It requires the deep understanding of server and networking technologies, automation with complex scripting, cloud technologies and 24 x 7 Monitoring support. This became a cause for a headache for many entrepreneurs, project or program managers to the point Read more…

Continuous Integration

Xcode Server + Slack = Rockstar Combo for iOS CI/CD

Xcode Server is Continuous Integration service provide by Apple to analyse, build, test and archive iOS apps. Xcode Server has been recently inbuilt with Xcode 9, which made Continuous Integration and Continuous Delivery of iOS apps just a few clicks away. Apple still hasn’t updated documentation of Xcode Server a.k.a XCS with Xcode 9 at the time of writing this post but in Read more…