List image of the post How to test static pages automatically in Laravel Read more
Written 1 year ago
3 min read

How to test static pages automatically in Laravel

I developed a way to automatically crawl and test big parts of your Laravel application.

With just one line of code, you can now write a "peace of mind" test that gives you a lot of confidence.

Read more
List image of the post Your Tool is not the Problem - Your Workflow is Read more
Written 1 year ago
3 min read

Your Tool is not the Problem - Your Workflow is

A few (meta) thoughts on the search for the best project management tool.

Usually, the chaos you'll find in a software is a quite accuarate representation of your teams' communication skills - and also a big chance for improvement.

Read more
List image of the post How to use env variables with Laravel Envoy scripts Read more
Written 1 year ago
1 min read

How to use env variables with Laravel Envoy scripts

Laravel Envoy provides a nice alternative for projects that don't need or can't have a push to deploy setup.

I found out that you can use environment-variables quite easily inside tasks.

Read more
List image of the post How to use Spatie's response cache with Statamic Read more
Written 2 years ago
2 min read

How to use Spatie's response cache with Statamic

Spatie's response cache package speeds up your page quite considerably.

This is fine for static pages, but I found a quick way how to use the library with the awesome Laravel CMS Statamic

Read more
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 Using Laravel's Markdown parser for a blog - and adding lazy images Read more
Written 3 years ago
7 min read

Using Laravel's Markdown parser for a blog - and adding lazy images

I found out Laravel 6.x already ships with a pretty powerful package for parsing Markdown, and it can be extended and customized.

After a few headaches I was able to configure it to my liking for this blog, and even create an extension that adds lazy images.

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 Use the Laravel Scheduler without access to cronjobs Read more
Written 4 years ago
2 min read

Use the Laravel Scheduler without access to cronjobs

The Laravel Scheduler is an awesome tool since it greatly simplifies the usage of confusing cron job definitions I am simply not smart enough for.

Learn to use this feature without access to your servers cron jobs on cheap hosters

Read more
List image of the post You might not need an FTP client to deploy your website… Read more
Written 4 years ago
9 min read

You might not need an FTP client to deploy your website…

For a long time I was hesitant to dive into alternatives and always used FTP clients for deployment.

Recently I noticed there are a many small steps without immediately sailing rough seas on docker ships.

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
List image of the post Ten Trello Tidbits or Why Their UX Team Deserves a Hug Read more
Written 4 years ago
8 min read

Ten Trello Tidbits or Why Their UX Team Deserves a Hug

I want to show a few things that Trello does really well and with an incredible amount of focus on User Experience (UX).

I mean.. I regularly feel hugged by the Trello UX team.. is that really just me?

Read more