Introduction One of the great things about Aurelia is how it simply gets out of your way and allows you to focus on your own code. Another thing that's great about Aurelia is that it makes it easy to write your very own Todo list application. And let's be hone…
Everyone attending NDC Sydney or Code on the Beach in August should plan on coming to see my talks. I'll be doing an Introductory talk on Aurelia at NDC Sydney on Friday at 16:20. I'm doing a more advanced exploration of Aurelia's extension points, including…
Introduction If you're familiar with working with Aurelia custom attributes, you'll know that you can have the Element that the attribute is attached to injected in to your attribute's viewmodel. But did you know that you can actually determine if your custom…
Introduction There's been a ton of requests in the Aurelia community for guidance on how to structure larger projects. To help provide some clarity, I've created an example folder structure for a members-only e-commerce application. I have posted the folder an…
The Goal Today, I wanted to play with the GitHub users page in the Aurelia Skeleton Navigation project. I wanted to accomplish something simple: allow the user to select a subset of the users returned by GitHub and display avatar cards only for this subset. Th…