Posts by year

2021

Serverless applications: Why, when, and how?

April 1, 2021 · less than 1 minute read

Simon Eismann, Joel Scheuner, Erwin van Eyk, Maximilian Schwinger, Johannes Grohmann, Nikolas Herbst, Cristina L Abad, Alexandru Iosup - IEEE Software 2020

Back to top ↑

2020

How to use private repositories with Go modules

July 1, 2020 · 2 minute read

Since the release of 1.13, Go has native Go Modules support, with go mod. Similar to other tooling in the Go ecosystem, like go fmt for code formatting, it i...

Back to top ↑

2019

Fixing kubectl autocompletion for an alias in Zsh

August 5, 2019 · less than 1 minute read

With the upcoming switch in MacOS to use Zsh rather than Bash, I decided to Zsh a shot as well for my setup. The setup (Zsh + oh-my-zsh) has been great so fa...

Back to top ↑

2018

Back to top ↑

2017

Serverless vs. Function-as-a-Service (FaaS)

December 11, 2017 · 5 minute read

Whenever you read two articles on serverless computing, you will notice at least three different interpretations of the words ‘serverless’ or ‘FaaS’. In fact...

Back to top ↑

2016

From 0 to Docker with the PINE64

July 2, 2016 · 5 minute read

In early 2016, I stumbled across the PINE64 Kickstarter. The promised Single Board Computer (SBC) sounded too good to be true. A 64-bit A53 ARM processor, ...

Back to top ↑