Webinars
The advantages of Docker for deployment and testing
Tuesday, 01.04.2025 // 18:00 - 19:00
In modern software development, fast and reliable deployments are crucial to the success of a project. Docker has established itself as a powerful tool that makes development, test and production environments efficient and consistent. But what exactly makes Docker so useful?
In this webinar, Andreas Geerts and Stefan Lieser show how Docker is revolutionizing software deployment. We explain how applications can be packaged in containers to eliminate dependencies to avoid "it works on my machine" problems. We also look at how Docker optimizes development and testing processes by creating reproducible environments that can be set up and reset quickly.
The webinar is aimed at developers, DevOps teams and anyone who wants to improve their workflows with Docker. Whether you are already using Docker or just starting out, you will gain valuable insights and practical tips.
Join us and discover how Docker makes your deployment and testing more efficient, secure and flexible!
📅 Date: April 1, 2025
🕕 Time: 18:00
📍Online: Zoom Webinar
Decomposing requirements with interaction diagrams
Tuesday, 17.01.2023 // 18:00 - 19:00
Being agile means dealing with small sections of the requirements at a time. Short iterations with the aim of generating feedback quickly require consistent slicing. The goal must always be a breakthrough or increment, as this is the only way to generate feedback. The focus is on the continuous delivery of features to our customers.
In this webinar Stefan Lieserhow requirements can be decomposed using the domain hierarchy. In particular, this involves the use of interaction diagrams, which can be used to illustrate requirements in a clear way.
Blog posts

macOS App Bundle does not start
I am currently working on a desktop application that automatically generates posting records from invoices (if you are interested, see https://mrcarson.de). Since the postings are made via a

Vibe Coding: The future of software development?
The world of software development has changed drastically in recent years. One key concept that is becoming increasingly important is vibe coding. But

SOLID - 5 principles of object-oriented design
Table of contents SOLID principles - Everything solid? The acronym SOLID is made up of the first letters of five principles of object-oriented programming: SRP - Single Responsibility Principle