Writing /
A small collection of articles I've written about using different technology and programming languages.
A quick runthrough on using Sails to create a server that accepts incoming webhook requests and takes an action based on the data from the webhook request.
Use this specific technique for mixing in custom actions to your models when you want to use non standard API actions for functionality in your app.
Everything needed to take advantage of an easy to use build tool pipeline for websites that server static files.
The basics of what Sails is, how to install it and create an application. Then a quick overview of the internals and how to setup routing and deploy a basic project.