Frontend

Deployment

Deploying static websites over https with Caddy and 1 line of code

I still remember the days, when we had to configure our SSL-Certificates with nginx and apache and it was really painful. But in the last months we started to use caddy. A fresh web server with an simple config and https by default.

Read
React

Creating a progress chart with VictoryPie in React

In this post i will show you how to create a nice progress chart to show percentage data in a nice way. We use VictoryPie and the standard svg tools to achieve this with great flexibility.

Read