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 …
How To Easily Mock Moment.js In Jest
Recently whilst writing some unit tests in Jest, I had to test some code that took ISO date strings and converted them to formatted date …
Fixing The Webpack File Loader [object Module] Issue
Recently I updated to the latest version at the time of writing this post 5.0.2 of the file-loader plugin for Webpack. I use this for …
My Experiences Using Apollo Client & Server With Blockchain
Some of you might know that I spend my time immersing myself in the latest and greatest technologies and a couple of years ago got active …
Storing The Last Dispatched Action In Aurelia Store
Another day, another Aurelia Store tip/hack. Recently, I encountered an interesting situation where I wanted to know when a specific action …
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 …
Getting Typescript 3.7 To Work With Webpack and ts-loader
At the time of writing this post, TypeScript 3.7 is in beta. Eventually, this post will become irrelevant. But, for the moment if you are …
Getting a 404 Error Dealing With File Uploads To Storage In Firebase?
I am a huge proponent of Firebase and interestingly, up until recently, I had never used Firebase Storage. Instead, I usually opt for …