Blog

Every now and then I like to tidy up my thoughts and experiences and write it down into a blog post.
I sincerely hope there are some helpful bits to you and I'd be more than happy to hear about it.

I would also like to invite you to follow me on Medium and connect on LinkedIn to keep in touch.

The Joys of Type-Safe Flux State
March 30, 2020

Building one of our web apps with pure modern React at Move Digital AG has gotten us far. The codebase was easy to follow and any logic was straight forward and easy to understand. We always made huge progress in short amounts of time. Until we hit a certain point, where our current project grew so much that the need for a full fletched state management solution became more and more obvious. So I…

The Coders Path to Enlightenment
January 03, 2020

Since I got my first job as a developer, I always enjoyed attentively following the intense discussions between other developers. While that definitely helped me form my own opinions, there's actually something way more valuable I got out of it. It has taught me how big of a factor the self-awareness of each individual team-member is, in relation to the success or failure of a project. Developers…

How to RxJS in Angular
April 07, 2019

After a few years of Angular frontend development with heavy use of RxJS I decided to put some of my personal key learnings into a concise writeup. In this article, I'm assuming that you already have some basic understanding of how Observable-streams, as well as the different Subject-types work. If so, this may hopefully help you master the most common use-cases of RxJS in Angular. Component…