Kenneth Falck's Blog

Kenneth Falck's Blog

Welcome to miscellaneous writings in Finnish and English.

Posted on 2022-10-23 by Kenneth Falck
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 [...]
Posted on 2021-05-26 by Kenneth Falck
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 [...]
Posted on 2020-08-31 by Kenneth Falck
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 [...]