CapsuleCD v2 Released
CapsuleCD is made up of a series of scripts/commands that make it easy for you to package and release a new version of your library artifact... »
CapsuleCD is made up of a series of scripts/commands that make it easy for you to package and release a new version of your library artifact... »
So you’re the devops/automation guy or gal on your team. You live and die by “Automate all the things”. Or maybe you just like the fact... »
Its 2016 now, and like many others, I thought it would be a good idea to review my accomplisments in the last year. Like most devs,... »
Its been a while since I first attempted to design a background tasks/workers pattern for my SailsJS app that would let me reuse my well defined... »
Update After this post was written I was introduced to Sails Hooks, which is a built-in but under-documented feature of SailsJS, which allows you to configure... »
So you have a fancy new Cloud@Cost [DigitalOcean/Linode] Server, and you want to do something interesting/useful with it. You’ve heard of this cool new tool called... »
Occasionally I’ll be working with a nodejs project and when I attempt to run $ npm install I’ll see what appears to be an infinite loop... »
Creating a Sails Application using Passport Authentication $ mkdir sails-passport-authentication $ sails new . $ sails generate user Populate the User model /api/models/User.js module.exports = {... »
If you’ve built your slick new app using AngluarJS you’re probably using the common pattern of using AngluarJS as your dynamic client side MVVM framework and... »
The following is the quickest way to install nodejs latest and specific versions node.js on Ubuntu. According to the nodejs official gists, there are a few... »
So you want to run nodejs on a linux image on Azure, easy right? Well.. kinda.. NodeJS on the Windows Azure Cloud, Start to Finish Remote... »