As Youi’s advertisements say: At Youi, we get you. Spoken by a smug looking guy with a face you can’t help but want to punch (I’m sure he is a …
I recently switched over to using Webpack in my Aurelia application that I have been building at my day job. One of the caveats I encountered as a result of …
I have been working with Aurelia for a year now and loving it. I also discovered Wallaby earlier this year and love that as well. I got it to work when I was …
I am not the kind of developer who jumps on bandwagons and uses whatever new tool is released or replaces another. However, after using Aurelia for over a year …
I am stoked for the Playstation VR headset for the Playstation 4 console. Pricing was announced at $399 USD and the Australian price is $550. Sony did reveal …
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 application.
In my use-case …
Support for Object.values(), Object.entries() and Object.getOwnPropertyDescriptors() has landed in the Google Chrome dev channel. These newly added methods are …
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 on Aurelia, …
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 …
When inside of an Aurelia ViewModel there are situations where you might want to know what the current route is within a ViewModel.
One such scenario I …