2 min. read Published:

How to mirror private Github repositories to Gitea

I recently tried to mirror some private repositories from Github to my local Gitea setup which led to some errors. Here's how to do it.

6 min. read Published:

Cut your Docker for Mac response times in half with docker-sync

I was able to reduce the response times of my apps running with Docker for Mac up to 80%, by using the docker-sync tool.

3 min. read Published:

Setting up DNSSEC with Cloudflare and INWX

A short guide on how to set up DNSSEC with Cloudflare as the nameserver and INWX as your registrar.

5 min. read Published:

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 Published:

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 Published:

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 Published:

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 Published:

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 Published:

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 Published:

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.