As a developer, I love Github and use it to not only contain my public and private development projects, but also follow other interesting projects. Sometimes …
As a self-taught developer, it’s easy to feel like you missed out on something, and assume your colleagues who did get a degree know more than you. Your …
The hardest part about blogging is thinking of what you should say. For me, this blog has become focused heavily on Aurelia and Javascript, blogging about other …
Aurelia supports the element provided via the HTML Web Components specification, which allows you to define placeholders in your HTML that can be replaced.
A …
Recently in an Aurelia project, I was working with nested repeaters (3 levels deep). The problem was I needed to get the $index from the top level repeater (so, …
In your Aurelia applications, you might have two or more roots defining different entry points into your application. I personally create a public facing root …