This is a fun little plugin I wrote not long ago for being able to specify routes in JSON files and then load them into your Aurelia …
New Object Methods Land in Chrome
Support for Object.values(), Object.entries() and Object.getOwnPropertyDescriptors() has landed in the Google Chrome dev channel. These …
Aurelia For Real World Applications: A Book On Aurelia
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 …