Recent posts

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

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...