Contact UsWant to get in touch with the team? Just drop us a line!Please select...I want to give feedbackI want to ask a questionSubmit
mobileAutomated iOS Deployments with FastlaneTyping in 17 different things to ship an app to the app store is old and busted. Hitting a button that does it all for you is the new hotness. Which do you prefer? What is fastlane Fastlane [https://fastlane.tools] automates the compile and deploy process for apps. It is free to use and makes the archive and submit process painless, automated and repeatable. 🎉 It was built by Felix Krause. It has been acquired by Twitter and is now part of fabric [https://get.fabric.io]. (hat tip to Felix)
dockerSpeeding Up Docker Development on the MacDocker is a helpful tool for both developers and ops. It can simplify both the development of an application as well as deployment and management of it. In this post we are going to explore a common pitfall related to developing an application in Docker on the Mac and see what we can do to mitigate the issue and work as productively as possible. Developing in Docker Developing in Docker has a number of advantages over developing directly on your Mac. Before we begin, let’s remind ourselves of a
awsBest Practices for Terraform AWS Tags: Part 2Following the success of part one of our best practices for Terraform AWS tags, we've created part two to provide solutions to bugs and issues when using Terraform AWS tags in production.