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.
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.
A short guide on how to set up DNSSEC with Cloudflare as the nameserver and INWX as your registrar.
A detailed tutorial about publishing a static website to the dat:// network, a new P2P internet network.
I share some insights about rebuilding this blog, originally based on Wordpress, as a static site with Hugo.
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.
More publishers release their games exclusively on one platform - and lose a lot of money with that. So I built a calculator for this.
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.
A user stated he would like to start into web development and become a full stack developer. I wrote a small guide for him.
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.