Running your Node App on Docker

If you’re a code-hipster you create your new apps using Node and of course deploy using Docker ;). This article shows a quick way how. »

NodeJS asset pipeline with Handlebars

Coming from Rails we wanted a solid asset pipeline in our Node/Express projects. This article shows how to setup connect-assets with Bower and Handlebars as templates. »