When it comes to building applications, inevitably you will encounter situations where the base markup of your page is different than other …
Aurelia 1
Callback Functions in Aurelia Using .call
Aurelia's robust binding system allows you to not only bind values into your custom attributes and elements, but also the ability to pass in …
Reasons To Use Aurelia in 2020
It is almost the year 2020, and you are still not using Aurelia, say it isn't so. No more excuses, it's time to charge up your Bluetooth …
Some Small Blog Changes Preempting Aurelia 2
As Aurelia 2 draws near, I have made some changes to my blog. Acknowledging that many of you rely on my blog as a source of information and …
Implementing A Method To Get Single Values In Aurelia Store
The Aurelia Store plugin is a great way to add powerful and easy to use state management into your Aurelia applications. For some, the …
What I Love About Aurelia
There is no shortage of Javascript frameworks and libraries to choose from. Notably, you have Angular, React, and Vue, which are the most …
Working With An API In Aurelia Store
Unless you're working on a completely static web application, chances are you'll be needing to get data from an API or send data to one. In …
Masked Inputs In Aurelia: The Easy (and reliable) Way
When it comes to adding in masked inputs into a modern Javascript web application, it is easier said than done. The task at hand is simple, …
Saved By The Aurelia Portal Attribute
Recently at my day job, I encountered a very specific scenario that I wrestled with for quite a bit. I had a routed set of views, which were …