Web dev and more

Recent Posts

  • March 25, 2018

    Experiences from my Project with Aurelia and Cordova

    In my current project, we build a hybrid app with Aurelia and Cordova. I thought multiple times about writing a post about this combination but I wasn't quite sure what to write because there are no special things to do in order to get Aurelia run...

  • January 30, 2018

    Aurelia Keyboard Event Binding Pitfall

    Sometimes all you need to know is right in front of you. But still, it can happen that you and even none of your colleagues can see the trees in the forest. We had such a case last week and had problems with a not working keydown and keypress bind...

  • November 30, 2017

    Securing an Aurelia application with Azure B2C

    After our existing solution stopped working, I reimplemented the authentication process of my current Aurelia project. In order to do this, I evaluated some libraries and decided on a decent solution. We are using Azure AD B2C so everything is rel...

  • September 25, 2017

    Aurelia Application Structure for Bigger Projects

    In my current project, we have over 22 routes, 48 services, and59 custom elements. To keep an overview over all these files you need a well structured application.There are already multiple posts from Aurelia developers and even from core team mem...

  • July 16, 2017

    Aurelia Components: The .ref Binding Command

    The .ref binding is a quite undervalued feature that can help you with several problems in a clean and nice way. Using .ref can reduce the complexity of your application, save bundle size and performance. I want to show you some examples and how t...