Posts tagged with "node"

Node packages in docker and the node-onbuild container

Posted: 5:47pm 13th May 2015

I've recently been experimenting with ways to run node projects inside of docker, resulting in a new "onbuild" container I'm now using for node projects on Github.

A built image of this container is also available on the docker hub registry at grahamgilchrist\node-onbuild

The importance of unicode support in nodeJS for dev team environments (A tale of Woe)

Posted: 12:39pm 31st Mar 2015

We've been making use of the angular-gettext module to provide translation functionality on angular sites recently. It works quite nicely, giving a simple <translate> directive which can be used in templates to indicate strings for translation.