List image of the post Testing Vue in Laravel with Jest - let's make it a little more easy Read more
Written 3 years ago
8 min read

Testing Vue in Laravel with Jest - let's make it a little more easy

Laravel offers an awesome testing environment for PHP, but if use Vue.js components in your frontend and don't test them, you have a big blindspot.

Since it is quite a struggle to even get started, I wrote a pacakge to simplfy it. In this post, I also nerd out about the detais that went into writing the package.

Read more
List image of the post Teams should design in the cloud... and why Figma stole my heart Read more
Written 3 years ago
7 min read

Teams should design in the cloud... and why Figma stole my heart

I strongly believe that all developers are only as good as their teams.

Let's have a little "meta monologue" about why I think design in the cloud is a low hanging fruit for team productivity - and why every developer should care.

Read more
List image of the post BEM by Example – Part 2, the header Read more
Written 4 years ago
12 min read

BEM by Example – Part 2, the header

This is the second part of my BEM by Example series.

In this post we will setup the project and then (finally) implement the header of the Design.

Read more
List image of the post CSS Structure with BEM in a real-world Example Read more
Written 4 years ago
8 min read

CSS Structure with BEM in a real-world Example

This little series is about writing better CSS by making use of BEM!

I currently find BEM immensely helpful but I did not find examples using it in a real-world scenario.

Read more