Search Results: node
The right Tools for the right job
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
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
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
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
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
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]