I've re-published this blog on new platforms for quite many times. The blog has been pretty quiet
during the past few years due to my personal activity moving more to Twitter and Facebook.
Now, as we're developing some new publishing functionality for WebCat, the blog is
active again. It's using a custom publishing [...]
Nearly every web application is nowadays distributed as Docker container image. Even if the primary installation method is something else, there is a Docker installation available. WordPress is a typical example.
I want this to change. I don't like running Docker containers. Containers require a server, or at least a continuously [...]
The idea of Step Functions is to define cloud backend processes as visualizable graphs and to reduce the number of traditional lines of code you have to write. For example, customer orders are a typical application for Step Functions. When you model your orders using Step Functions, you're not just [...]