Menu

Close
  • Home
  • About
  • Author
Subscribe
Blog Logo Menu

Nodejs

A 11-post collection

Page 1 of 1

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... »

Author image Jason Kulatunga Ruby, Nodejs, Python, Golang, Chef, Capsulecd, Docker 06 Aug 2017

Continuous Delivery for Versioned Artifacts/Libraries (Npm, Chef, Gems, Bower, Pip, etc)

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... »

Author image Jason Kulatunga Automation, Devops, Ci, Sysadmin, Python, Ruby, Nodejs 12 Apr 2016

I Built That - 2015

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,... »

Author image Jason Kulatunga Oss, 2015, Ruby, Docker, Python, Nodejs, Javascript 17 Jan 2016

Reusing SailsJS + Waterline Models in Background Tasks

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... »

Author image Jason Kulatunga Sailsjs, Waterline, Nodejs, Kue 09 Dec 2014

Ducktyping SailsJS Core for Background Tasks via Kue

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... »

Author image Jason Kulatunga Kue, Nodejs, Javascript, Sailsjs 21 Jul 2014

Continuous Deployment with Dokku (Full Guide)

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... »

Author image Jason Kulatunga Dokku, Continuous deployment, Ssl, Wercker, Nodejs 15 Jun 2014

npm errors with infinite loop

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... »

Author image Jason Kulatunga Npm, Nodejs 21 May 2014

Creating a Sails Application using Passport Authentication

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 = {... »

Author image Jason Kulatunga Nodejs, Sailsjs, Passportjs, Sails 20 Feb 2014

AngularJS Interceptors - Globally handle 401 and other Error Messages

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... »

Author image Jason Kulatunga Angularjs, Javascript, Nodejs 07 Feb 2014

Installing a custom version of NodeJS on Ubuntu 13.10

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... »

Author image Jason Kulatunga Nodejs, Node, Ubuntu 23 Jan 2014

NodeJS on the Windows Azure Cloud, Start to Finish

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... »

Author image Jason Kulatunga Azure, Nodejs, Javascript 28 Sep 2013
Page 1 of 1
Sparktree © 2024
Proudly published with Jekyll using Jasper