Installing NPM from NodeJS source
The latest versions of NodeJS apparently come with npm. Here’s how to install it. Download nodejs source: http://nodejs.org/download/ Decompress it: tar zxvf node-x.y.z.tar.gz Enter the deps/npm...
View ArticleGrunt2Gulp.js update: on the way to handling yeoman-generated Gruntfiles
The second ever issue filed for grunt2gulp.js was caused by a Yeoman-generated Gruntfile. It’s a complex file and that’s exactly what I wanted when I first created the project. The example Gruntfiles...
View Articlenode-oauth-libre 0.9.15 ALPHA
I’m very excited. After starting a fork of node-oauth-libre a month ago, I have implemented a feature that many people have wanted for months: Promises instead of callbacks. Promises are a way of...
View Articlenode-oauth-libre
3 min readUpdate: node-oauth-libre 0.9.15 ALPHA is out, please download and test and report any issues with the new promises support. In the last month I was looking for a Node.js library for...
View ArticleToronto Node.Js Meetup
8 December, 6:30pm at The Working Group 425 Adelaide W. #300, Toronto, ON. I’m giving a talk there tonight on using Node.js to construct API Shims that interface between the backend and frontend. It’s...
View ArticleGraphQL with Node.js and Mongoose/MongoDB
In March 2016, as part of an exploratory project, I worked on an example implementation of GraphQL using MongoDB and Node.js: graphql-server. While at the time, the company decided not to go with...
View Article