Getting stack traces in Swift on Linux
Bugsnag is a convenient service for reporting and catching bugs and crashes that Nodes has been using for a long time. When we moved our backend stack over to Swift, we noticed that there was not a Linux-friendly package. So, we built our own! Doing so le...
Nodes Wars - My experience as a Vapor intern at Nodes in Copenhagen
Hello! My name is Valen, I am studying in Spain and the last subject of my training consist in an internship in a company. They gave me the chance to do this abroad and it seemed like a good opportunity. So, here I am, in Nodes, a digital agency in Copenh...
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...