If you're using the latest and greatest Webpack plugin for Aurelia, there is a possibility if you use the element to dynamically render UI …
Aurelia Dynamic Views From Strings Using InlineViewStrategy
The flexibility of Aurelia means there are many ways to achieve a task. The default convention of view/view-model will meet your needs a lot …
Efficiently Looping A Javascript Array Backwards
Most of the time when you're looping over an array of elements, you'll do it sequentially. However, I recently needed to iterate through an …
Configuring Git Pre Commit Hook And TSLint (automatically)
If you're a TypeScript user and you're reading this, then you're using TSLint (most likely). Recently, a situation at work arose where even …
Static Inject vs @inject In Aurelia
A few people have actually asked me this question, so I thought a helpful blog post for reference would finally answer the question: What's …
Sneak Peak: Aurelia Markdown Editor
As many of you know, I have been working on an in-progress book on Aurelia titled Aurelia For Real World Applications for quite a while …
Code Splitting Your Aurelia Webpack Applications
In this article we won't be detailing how to setup a new Webpack application, but how you can leverage code splitting to reduce the size of …
Creating a Minimal Aurelia TypeScript & Webpack Application From Scratch
Today we are going to be creating a Webpack based Aurelia application from scratch. We will be leveraging the newly released Webpack …
Dealing With Tslint Errors/Warnings In Third Party Files
This might be a bit of an edge case for some, but recently I needed to use a third-party script in my Aurelia TypeScript application that …