Aurelia CLI and RxJS - Async binding

This is the second article of the blog series about best practices with an Aurelia CLI TypeScript app and RxJS. The first article focused on integrating a minimal version of RxJS with a new Aurelia CLI TypeScript app. Th

Read More...

Aurelia CLI and RxJS - Size sensitive bundles

I’m starting a new blog series about best practices with an Aurelia CLI TypeScript app and RxJS. For everybody new to RxJS I can highly recommend this Egghead Video by André Staltz which will give you a headstart with th

Read More...

Setup Protractor E2E Tests with Aurelia CLI Apps

Recently I’ve taken a fresh look at the aurelia-protractor-plugin, which is based on the original plugin I wrote for the Aurelia Skeleton and described in one of the first official Aurelia Blog posts. A lot of things are

Read More...

Using a state container with Aurelia

We can’t ignore the ever growing importance of changing paradigms. No matter whether we talk about social, political or software development matters. Web frontend development has seen an increasing interest in predictabl

Read More...

Custom element scoped translations

Component oriented development definitely is no novelty in these days. A lot of frameworks like Aurelia, React, Angular and all the others do support it nicely. One of the ideas of that approach is to make components sel

Read More...