Simon Hofmann

Simon Hofmann

Webhook Triggers for GitHub Actions

GitHub Actions workflows are triggered on events which are caused by certain activities on GitHub, e.g. a push to a repository or the creation of a new issue. However, GitHub may not be our only source of events to trigger a workflow, so let’s see how we can trigger a workflow via web hook.
Test Driven Development for Docker Images

Test Driven Development for Docker Images

Given the ability to customise the runtime environment, responsibility for providing and maintaining a proper environment shifts from IT-Ops towards developers. Fortunate enough, we can apply well-known methods to make this effort less tedious: automated tests and test-driven development (TDD).