From Angular to Aurelia Part 4: Page Lifecycle

This is the forth part of the From Angular to Aurelia Series. So far we have looked at Services, as well as how to work with Value Converters. This time we’re going to look at page lifecycles. Taking control over your pa

Read More...

Back from DWX

What a great event. I’ve been participating in this years Developer Week (DWX) conference in Nürnberg/Germany as a speaker. It was my first time giving a conf talk so I didn’t really know what to expect, but overall it w

Read More...

GrazJS #6

Yesterday I had again the pleasure to talk at the GrazJS. We’re a small JS Usergroup from Austria/Graz and like to share ideas and talks about new stuff happening in the JavaScript World. My talk was about the E2E-Testin

Read More...

From Angular to Aurelia Part 3: Value Converters

This is the third part of the From Angular to Aurelia Series. In the previous post we looked at how Services are used in Angular and their counterpart in Aurelia. This post focuses on Value Converters (VC), which are kno

Read More...

From Angular to Aurelia Part 2: Services

Continuing the series about the move from Angular 1.x to Aurelia the second part is all about explaining the transition from Angular’s Service concepts. Services, Factories, … lazers, ninjas and fooOne of the biggest com

Read More...