Node Posts

All posts categorized as Node

3
Years
6
Articles

2020


2 articles

2014


1 article
node

Your Own Private Heroku with DigitalOcean and Dokku

I've been playing around with DigitalOcean lately, specifically the pre-rolled Applications they have setup. I'm just blown away at how simple things have become: including setting up your own private Heroku

May 23, 20145 min read

2012


3 articles
node

NodeJS Callback Conventions and Your App

NodeJS has a pretty specific convention when implementing callbacks in modules - function(err,result). Does this always make sense?

Feb 25, 20125 min read