Tag: Docker
-
Hello GitHub Actions, Goodbye JAAnkins: Open Source North conference 2023
TDLR; If the day ends in Y, it’s a perfect day to ditch Jenkins and migrate your CICD to something less crappy, like GH actions. This is the summary of a talk I prepared for Open Source North conference in May 2023. When we talk about migrating an application CI/CD pipeline from Jenkins to GitHub…
-
Docker Demystified: Containerization Made Easy
TLDR; ‘Docker demystified’ is for newbies who want to dive into the world of containerization with Docker. I’ll explain the concept of containers, how Docker simplifies deployment, and walk through setting up your first Docker container. I’ll wrap with a practical demonstration of automating a simple app deployment. Understanding containerization In the ever-evolving world of…
-
Zero to Hero with Kafka on Kubernetes: Open Source North conf 2021
TLDR; this is a summary of a tech talk I did at Open Source North in 2021. It draws on a past project in which I created an event-driven architecture and patient portal to compare prescription prices by zip code. In the process I figured out an easier way to deploy and manage Kafka on…