Recent Posts
-
June 19, 2017
Attending a Conference: What I Learned About Speaker and Talks
End of May I attended the Anglebracktes/DevIntersection conference in Orlando. It was my first big conference and my first time in the US.This was quite an experience in several ways but it was not the technical stuff that impressed me the most.I ...
-
April 23, 2017
Deploying a Node.js GraphQL API to Azure
GraphQL is a very trending topic at the moment. Next to Facebook who developed GraphQL, also Github announced to change their API´s from REST to GraphQL....
-
March 14, 2017
Aurelia Components: Difference Between Element and Attribute
Actual this is no pure Aurelia specific topic because the idea of custom attributes and custom elements are web components concepts. In principle, web components consist of four W3C specifications.Therefore this topic concerns also other component...
-
February 05, 2017
Aurelia Components: Function Binding with .call
One principle of Aurelia is its usage of custom components based on the web component specifications. That means, that your application is based on custom components and attributesand you can leverage this to slice your code base into small, reusa...
-
January 04, 2017
Aurelia Experiences
In late March 2016, I wrote my first post and promised I would write some more about my experiences with Aurelia. Since then I only wrote one single post. This was not only because of missing time, or laziness, this was also because we hadn´t many...