About

Avatar von Christopher Stock
  • CI/CD-Pipelines mit GitHub Actions

    CI/CD-Pipelines mit GitHub Actions

    In diesem Workshop erstellen wir eine komplette Build- und Release-Pipeline für ein bestehendes Node.js Projekt und lernen dabei die Funktionsweise von CI/CD sowie die Kernkonzepte von GitHub Actions in der Praxis kennen.

  • Containerizing Django and React with Docker

    Containerizing Django and React with Docker

    Nowadays, software developers work on multiple projects at the same time. The projects usually present distinct requirements. Nevertheless, they must be reproduced identically in multiple machines, and sometimes they have to live in the same hardware – the developer’s computer. The so-called container technology stands out among the different approaches used to reproduce software projects…

  • Dockerisierung von (Legacy-)PHP-Applikationen

    Dockerisierung von (Legacy-)PHP-Applikationen

    Dockeranfänger aufgemerkt! Es ist häufiger mal nützlich, alte PHP-Anwendungen in einer sicheren Umgebung zum Laufen zu bringen, am besten auch reproduzierbar. All dies ist kein Hexenwerk – und hier zeigen wir euch, wie ihr (Legacy-)PHP-Applikationen in Docker-Container verpackt.

  • Running a secure docker registry

    Some time ago, our team decided to deploy the application which we are developing for our customer as a docker container. As docker is a promising but still very young technology, this decision naturally put us on a quest for finding a reliable, secure and maintainable setup — many things are still in flux in…