5 min. read

Publishing a static website to the dat:// network

A detailed tutorial about publishing a static website to the dat:// network, a new P2P internet network.

9 min. read

Rebuilding my blog as a static site with Hugo

I share some insights about rebuilding this blog, originally based on Wordpress, as a static site with Hugo.

6 min. read

A drop-in Docker stack for PHP apps

Over the past months I gradually implemented a solid Docker setup for all private projects. As I think that this stack is quite solid so I want to share it with you.

8 min. read

Why exclusive Game releases are bad for Publishers

More publishers release their games exclusively on one platform - and lose a lot of money with that. So I built a calculator for this.

8 min. read

Stop stressing yourself to death

Over the past months I gradually implemented a solid Docker setup for all private projects. As I think that this stack is quite solid so I want to share it with you.

2 min. read

Starting into Web Development - A small Guide

A user stated he would like to start into web development and become a full stack developer. I wrote a small guide for him.

3 min. read

Laravel 5: Use Query Caching to make your App really fast

There are several methods to make your Laravel app faster by using caching. Today I want to introduce query caching which reduced the number of database calls to almost zero.

4 min. read

The Ticwatch Pro – First Impressions

After finding the Ticwatch Pro, I was surprised by the specs: modern components, good battery, neat design and the price tag of about 250€ was also pretty pleasing. But one feature really got me.

6 min. read

Me, myself and InvoicePlane – 4 Years into Open Source

It’s been almost 4 years since I started the InvoicePlane project. Here are some things I learned about coding, planning, maintenance and project- and community management.

1 min. read

Watch – A Unix command to tail directories

Watch executes programs periodically, making it perfect for use cases like tailing directories.