Aurelia Starter Node Skeleton

I have been working with Aurelia and Node for a while now and recently I took the time to properly create an Aurelia Node.js starter skeleton and put it up on Github here. While getting Node.js to …

Apple's San Bernardino Conundrum

In-case you hadn’t heard, the FBI is trying to compel Apple to assist them in cracking open an iPhone 5c used by one of the shooters in the San Bernardino shooting that took placed back on …

Speeding Up Npm 3

In Npm version 3 we finally got what we had been asking for the last few years: a flattened module structure for Node modules. Unfortunately as a result Npm has slowed to a crawl when installing or …

Loading JSON Files in Aurelia

At the time of writing this, the preferred approach to client side dependencies and loading is Jspm which is one part package manager and one part SystemJS loader polyfill. Although, we will be seeing …

Working With The Aurelia Task Queue

When it comes to the browser, queues are very important. The concept of a macrotask and microtask exist within the browser which allows standard tasks and micro tasks to be queued up. The Aurelia Task …

Binding with Style in Aurelia

One of my favourite features of Aurelia is the ability to bind element styles. If you ever worked with Angular 1, then you would know you could bind not only classes but inline styles on an element as …

No: Netflix Cannot Block VPN's

If you are a Netflix subscriber you have probably heard that Netflix recently announced they are going to be cracking down on customers using a VPN to access content outside of their own country. You …