Even though I have moved onto Webpack sometime ago in Aurelia, lately I have been partly driven by frustration over how buggy things are …
Aurelia 1
Using Async/Await In Aurelia
One of the biggest upcoming additions to Javascript (in my opinion) is support for async/await. If you have worked with a language like C# …
Don’t Get Skewered By “kebab-case” In Aurelia
This is one of those daily occurences I see in the official Aurelia Gitter chatroom (not a member, come say hello here). You are using a …
Working With Aurelia @observable
Even if you are new to Aurelia, you are probably familiar with the @bindable functionality which allows you to add bindable attributes …
Loading HTML From A URL Endpoint In Aurelia Using Webpack
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 …
Webpack, TypeScript, Aurelia and Wallaby.js
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 …
Introducing Aurelia Router Loader
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 …
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 …