Creating a Hapi Api in Node

I have written a couple of blog posts for Object Partners where I now work. They are both on creating a web server, or more specifically a web service API, with Node. The standard library to use is Express, but I have been exploring Hapi. There are two posts up so far. Check them out: Creating a Node server with Hapi and Joi.