As great as CSS is, there are some glaring holes within the specification. We can perform calculations using the calc function in CSS, but …
Is It A Good Idea? Things To Consider Before You MVP
I have been toying with an idea I have had for about 5 years now. The idea is rather simple: Airbnb meets yard advertising. The idea is to …
Youi: Their False Advertising “Gets You”
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 …
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 …
Ditching Jspm/System.js For Webpack
I am not the kind of developer who jumps on bandwagons and uses whatever new tool is released or replaces another. However, after using …
How Much You’ll Really Pay For Playstation 4 VR
I am stoked for the Playstation VR headset for the Playstation 4 console. Pricing was announced at $399 USD and the Australian price is …
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 …
New Object Methods Land in Chrome
Support for Object.values(), Object.entries() and Object.getOwnPropertyDescriptors() has landed in the Google Chrome dev channel. These …