Writing / 

Articles

(4)
RSSAtomJSON

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.

July 14, 2015
7 min read·1375 words
#sails

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.

May 19, 2015
4 min read·764 words
#Ember.js

Everything needed to take advantage of an easy to use build tool pipeline for websites that server static files.

February 25, 2015
9 min read·1659 words
#metalsmith#divshot

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.

December 20, 2014
15 min read·2818 words
#SailsJS#JavaScript#NodeJS