Well here goes nothin'. I am publishing a book on LeanPub on working with Aurelia. Initially I was working with a publisher to write a book …
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 …
How To Get The Current Active Route In An Aurelia ViewModel
When inside of an Aurelia ViewModel there are situations where you might want to know what the current route is within a ViewModel. One …
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 …
The Definitive Guide To Bundling & Exporting In Aurelia
Update: December 12th, 2016 A lot has changed since this article was published. The bundling situation is a lot better and things have …
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 …
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 …
The New Sourcetree Design Is Horrendous (and broken)
When it comes to GIT clients, you can't really fault Sourcetree by Atlassian. It handles the basics of Git, allows you to visually …
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 …