When it comes to building a web application, nothing causes more confusion than working out how to structure it (besides what to name …
Working With Forms In Aurelia
When it comes to a modern web application, there is a high chance you will be working with a form or three. Fortunately Aurelia gives us …
Could Uber Fail?
When it comes to raising money, there are not many apps that can attract as much capital and interest as Uber can. A Techcrunch story …
Understanding The React.js PureRenderMixin
You are already aware of the fact React.js is fast, but did you know there is a way to speed up the rendering of React components even …
All About The Aurelia Fetch Client
One source of confusion when working with AJAX requests and Aurelia is whether you should use the aurelia-http-client or …
Migrating AngularJS Directives To Aurelia – Part I: Custom Elements
So you've decided it's time to join the future and port your existing Angular application to Aurelia. Your first port of call was probably …
AngularJS vs MeteorJS: How about no?
It seems anything remotely written in or affiliated with Javascript gets compared with Angular these days. AngularJS vs React.js AngularJS …
Aurelia ViewModel Lifecycle Methods
As much as I love working with Aurelia, the documentation can be confusing for newcomers to the framework (forgivable considering it is so …
Aurelia Dynamic Composition
One of my favourites parts of Aurelia is the compose element which allows you to dynamically render UI into the DOM. It is especially handy …