6 simple steps to get your first Vapor JSON response
We will cover the initial setup and how to make both POST and GET with controllers and models. This tutorial will assume that you already have installed Vapor and Xcode 8 and are familiar with Swift 3. ### 1. Creating your project Now open your terminal a...
Adding MySQL to your Vapor project
In this tutorial we will walk through how to add a database layer to a Vapor project. We will be using MySQL and will assume that you have set it up on your local machine. Follow these 3 steps if you don't already have MySQL on your machine. Install Hom...
Understanding code signing for iOS apps
If you're an iOS developer, most likely you've had to deal with code signing. And if you're a junior iOS developer, you might've felt a bit overwhelmed by everything going on in the "Certificates, Identifiers & Profiles" section of the developer port...
Insights from NSSpain
We've recently attended NSSpain, a developer conference focusing mostly on iOS. This was our experience, in three different perspectives. Jakob Mygind The main points that stuck out for me during the NSSpain conference were the increased focus on and need...
Continuous Integration With Deployment to TestFlight and HockeyApp
We've recently revised our development process on the iOS team and set up a continuous integration server to make and deploy our builds faster, easier and more consistently. This post should shed some light on what we chose and how we set it up. The Requi...