Search Results: node

The right Tools for the right job

Published: 25 Sep 2017

Last week I did a bit of programming for Game Of Codes in my "free" time which lead me to a couple of interesting observations.

1. Number of passing t… [more]

monument

Published: 23 Mar 2017

Over the past several years I’ve been working on a new application framework for nodejs. Monument is currently on it’s second major release.

What is Monument

Monument is fo… [more]

Io: the language, not the moon

Published: 16 Jun 2016

This is the first in the Seven Languages series of posts and covers the Io language, a small prototypal language.

Let’s get this out of the way righ… [more]

safe-shrinkwrap: for all your shrinkwrapping needs

Published: 2 May 2016

One of the challenges that we have had in the recent past at work is with dependencies that don’t lock down their dependencies well. A lot of this probably rises from a misunderstanding of more]

2015: in review

Published: 6 Jan 2016

It is said that change is the only constant and that certainly proved true this year around here in 2015. I started the year working as a Front End Stack team (core team) member for the LDS Church … [more]

Modules not Globals

Published: 11 Jun 2015

Often newer JS developers ask when they should turn something into a standalone module. When should that function turn into its own file? There are lots of things we could talk about with component… [more]