From 83a3bf9c628c4b29ddf5960c3b6f5b024513da6d Mon Sep 17 00:00:00 2001 From: joachimhummel <47454583-joachimhummel@users.noreply.replit.com> Date: Fri, 15 May 2026 16:01:22 +0000 Subject: [PATCH] Update work experience timeline with current role and adjust previous role end date MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update artifacts/joachim-portfolio/src/components/experience.tsx to add a new experience entry for DevOps Engineer at ITZBund starting 06/2025 and adjust the end date for Senior IT-Consultant at Landesamt für Statistik Bayern to 05/2025. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: d9515e1b-1bc4-4182-bd42-01e865a76b55 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/e678fe28-87ab-4437-945b-7a15e872a292/6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805/YmfGtQf Replit-Helium-Checkpoint-Created: true --- .../src/components/experience.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/artifacts/joachim-portfolio/src/components/experience.tsx b/artifacts/joachim-portfolio/src/components/experience.tsx index e980e55..820c8c1 100644 --- a/artifacts/joachim-portfolio/src/components/experience.tsx +++ b/artifacts/joachim-portfolio/src/components/experience.tsx @@ -11,7 +11,19 @@ type Station = { const stations: Station[] = [ { - period: "01/2024 – heute", + period: "06/2025 – heute", + role: "DevOps Engineer", + client: "ITZBund – Informationstechnikzentrum Bund", + type: "behoerde", + tasks: [ + "DevOps-Betrieb in einer zentralen Bundesbehörde für IT-Dienstleistungen", + "Container-Betrieb mit Docker & Ansible-gestützter Automatisierung", + "CI/CD-Pipelines mit GitLab in sicherheitskritischer Umgebung", + "Betriebsdokumentation & ITIL-konforme Prozesse", + ], + }, + { + period: "01/2024 – 05/2025", role: "Senior IT-Consultant", client: "Landesamt für Statistik Bayern, München", type: "behoerde",