From c0bf5f8a90cd3d184f1ab35e3e28301e8ef91d2f Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 6 Mar 2026 11:06:16 +0100 Subject: [PATCH 01/12] Create gitlab-cicd.md add GitLab CI/CD training german --- site/content/de/trainings/gitlab-cicd.md | 102 +++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 site/content/de/trainings/gitlab-cicd.md diff --git a/site/content/de/trainings/gitlab-cicd.md b/site/content/de/trainings/gitlab-cicd.md new file mode 100644 index 0000000..c105621 --- /dev/null +++ b/site/content/de/trainings/gitlab-cicd.md @@ -0,0 +1,102 @@ +--- +title: "GitLab CI/CD" +type: 'trainings' +seo_title: "GitLab ist weit mehr als ein Source-Versionskontrollsystem. Es ist ein Build Server und eine Application Development Platform." +description: "GitLab ist weit mehr als ein Source-Versionskontrollsystem. Es ist ein Build Server und eine Application Development Platform." +date: 2026-03-06T00:00:00+06:00 +draft: false +weight: 1 +slug: +subtitle: "Basics" +categories: ["GitLab CI/CD", "New"] +showOnHomePage: true +abstract : "GitLab ist weit mehr als ein Source-Versionskontrollsystem. Es ist ein Build Server und eine Application Development Platform." +main_title : "GitLab ist weit mehr als ein Source-Versionskontrollsystem. Es ist ein Build Server und eine Application Development Platform." + +costs: "CHF 2100" +duration: "2 Tage" +certificate : "Zertifikat" +documents: "Digitale Unterlagen" +info: "Bringe deinen eigenen Laptop mit." + +headerimages: + img1 : "images/trainings/ACEND_Adventure_Eishoele@2x.jpg" + img2 : "images/trainings/ACEND_Lara@2x.jpg" + img3 : "images/trainings/ACEND_CodeA@2x.jpg" + + +main_text: "Dieses Training bietet einen praktischen und klar verständlichen Einstieg in Continuous Integration und Deployment (CI/CD) mit GitLab. +Wir starten mit einem kompakten Git-Einstieg, um sicherzustellen, dass alle Teilnehmenden das Fundament für moderne DevOps-Workflows beherrschen." + +accordion: + enable : true + item: + - title : "Trainingsziele" + icon : "1" + content : "" + + - title : "Voraussetzungen" + icon : "2" + content : "" + + - title : "Zielpublikum" + icon : "3" + content : "" + + - title : "Konditionen" + icon : "4" + content : "" + +# Trainingsinhalt +trainingsinhalt: + title : "Trainingsinhalt" + text : "Unsere Trainings bestehen aus abwechslungsreichen Präsentationen und hands-on Labs, um die Inhalte praxisnah zu vermitteln. + Wir bauen gemeinsam eine umfassende Kurs-Applikation auf und automatisieren deren Weg von der Code-Änderung bis zum Deployment." + liste1: + title: "GitLab CI/CD Basics" + liste: + - el: "Git Crashkurs: Repositories, Feature Branches und effiziente Workflows." + - el: "GitLab Architektur: Instanzen, Projekte und die Rolle des Runners." + - el: "Pipeline Grundlagen: Jobs, Stages und die .gitlab-ci.yml." + - el: "Advanced CI: Artifacts, Caching, Variablen und Environments." + - el: "Monitoring & Debugging: Fehleranalyse in Pipelines und Performance-Optimierung." + +# trainer +trainers: + enable: true + title : "Lerne deinen Trainer kennen" + trainer: + - title : "Daniel Strohecker" + image : "images/team/AC_Daenu@2x.jpg" + designation : "Trainer" + abstract : "Seit Kurzem ist er mit dem Bike rasant unterwegs. Er kann aber auch bremsen und führt unsere Kunden sicher durch die Trainings." + linkedin : "https://www.linkedin.com/in/dstrohecker/" + twitter : "https://twitter.com/sybnex" + +# testimonials +testimonials: + enable: true + testimonial: + - title: "Das sagt unsere Trainingsteilnehmer
Nathanael Weber, Bern" + logo: "images/testimonials/mtrail.png" + text: "Die Ausbildung war ausserordentlich gut auf unsere Bedürfnisse zugeschnitten. Die praktischen Übungen waren gerade genug schwierig, dass sich noch weitere Fragen zu Helm ergeben haben und vom Referent kompetent beantwortet wurden. Herzlichen Dank acend für diese Erfahrung!" +--- From ec8654a93bc2cdb215ec473e115326ee33639aa6 Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 6 Mar 2026 11:20:36 +0100 Subject: [PATCH 02/12] Create gitlab-cicd.md add GitLab CI/CD training (english) --- site/content/en/trainings/gitlab-cicd.md | 104 +++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 site/content/en/trainings/gitlab-cicd.md diff --git a/site/content/en/trainings/gitlab-cicd.md b/site/content/en/trainings/gitlab-cicd.md new file mode 100644 index 0000000..15d09dd --- /dev/null +++ b/site/content/en/trainings/gitlab-cicd.md @@ -0,0 +1,104 @@ +--- +title: "GitLab CI/CD" +type: 'trainings' +seo_title: "GitLab is much more than a source version control system. It is a build server and an application development platform." +description: "GitLab is much more than a source version control system. It is a build server and an application development platform." +date: 2026-03-06T00:00:00+06:00 +draft: false +weight: 1 +slug: +subtitle: "Basics" +categories: ["GitLab CI/CD", "New"] +showOnHomePage: true +abstract : "GitLab is much more than a source version control system. It is a build server and an application development platform." +main_title : "GitLab is much more than a source version control system. It is a build server and an application development platform." + +costs: "CHF 2100" +duration: "2 Days" +certificate : "Certificate" +documents: "Digital Documents" +info: "Please bring your own laptop." + +headerimages: + img1 : "images/trainings/ACEND_Adventure_Eishoele@2x.jpg" + img2 : "images/trainings/ACEND_Lara@2x.jpg" + img3 : "images/trainings/ACEND_CodeA@2x.jpg" + + +main_text: "This training provides a practical and easy-to-understand introduction to Continuous Integration and Deployment (CI/CD) with GitLab. +We begin with a compact introduction to Git to ensure that all participants have the foundation needed for modern DevOps workflows." + +accordion: + enable : true + item: + - title : "Learning Objectives" + icon : "1" + content : "" + + - title : "Prerequisites" + icon : "2" + content : "" + + - title : "Target Audience" + icon : "3" + content : "" + + - title : "Terms & Conditions" + icon : "4" + content : "" + +# Trainingsinhalt +trainingsinhalt: + title : "Training Content" + text : "Our trainings consist of a mix of engaging presentations and hands-on labs to ensure a practical learning experience. + Together, we build a comprehensive course application and automate its journey from code change to deployment." + liste1: + title: "GitLab CI/CD Basics" + liste: + - el: "Git crash course: repositories, feature branches, and efficient workflows." + - el: "GitLab architecture: instances, projects, and the role of the runner." + - el: "Pipeline fundamentals: jobs, stages, and the .gitlab-ci.yml." + - el: "Advanced CI: artifacts, caching, variables, and environments." + - el: "Monitoring & debugging: analyzing pipeline failures and optimizing performance." + +# trainer +trainers: + enable: true + title : "Meet your trainer" + trainer: + - title : "Daniel Strohecker" + image : "images/team/AC_Daenu@2x.jpg" + designation : "Trainer" + abstract : "He’s been picking up speed on his bike as of late. He can slow down, though, and make sure our clients proceed through our trainings on sure feet." + linkedin : "https://www.linkedin.com/in/dstrohecker/" + twitter : "https://twitter.com/sybnex" + +# testimonials +testimonials: + enable: true + title: "Here’s what our clients say" + testimonial: + - title : "Here’s what our clients say about our trainings:
Corsin Decurtins, Zurich" + logo : "images/testimonials/netceterea.png" + text : "Over the course of a number of sessions, our developers all over Europe were able to build up their know-how in Kubernetes. This also helps us to deliver innovative software solutions to our clients in the future. Simply great trainings and fantastic trainers." + +--- From d6314ed5325e95045c9c8df4d5da41e9384495aa Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 6 Mar 2026 11:28:58 +0100 Subject: [PATCH 03/12] Update gitlab-cicd.md change format --- site/content/en/trainings/gitlab-cicd.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/en/trainings/gitlab-cicd.md b/site/content/en/trainings/gitlab-cicd.md index 15d09dd..c1ae172 100644 --- a/site/content/en/trainings/gitlab-cicd.md +++ b/site/content/en/trainings/gitlab-cicd.md @@ -74,11 +74,11 @@ trainingsinhalt: liste1: title: "GitLab CI/CD Basics" liste: - - el: "Git crash course: repositories, feature branches, and efficient workflows." - - el: "GitLab architecture: instances, projects, and the role of the runner." - - el: "Pipeline fundamentals: jobs, stages, and the .gitlab-ci.yml." - - el: "Advanced CI: artifacts, caching, variables, and environments." - - el: "Monitoring & debugging: analyzing pipeline failures and optimizing performance." + - el: "**Git crash course:** repositories, feature branches, and efficient workflows." + - el: "**GitLab architecture:** instances, projects, and the role of the runner." + - el: "**Pipeline fundamentals:** jobs, stages, and the .gitlab-ci.yml." + - el: "**Advanced CI:** artifacts, caching, variables, and environments." + - el: "**Monitoring & debugging:** analyzing pipeline failures and optimizing performance." # trainer trainers: From 8572b0a50c5606b06f5b317c6297cd76d0eb7ca5 Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 6 Mar 2026 11:32:22 +0100 Subject: [PATCH 04/12] Update gitlab-cicd.md Add formatting --- site/content/de/trainings/gitlab-cicd.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/de/trainings/gitlab-cicd.md b/site/content/de/trainings/gitlab-cicd.md index c105621..8b41f1c 100644 --- a/site/content/de/trainings/gitlab-cicd.md +++ b/site/content/de/trainings/gitlab-cicd.md @@ -74,11 +74,11 @@ trainingsinhalt: liste1: title: "GitLab CI/CD Basics" liste: - - el: "Git Crashkurs: Repositories, Feature Branches und effiziente Workflows." - - el: "GitLab Architektur: Instanzen, Projekte und die Rolle des Runners." - - el: "Pipeline Grundlagen: Jobs, Stages und die .gitlab-ci.yml." - - el: "Advanced CI: Artifacts, Caching, Variablen und Environments." - - el: "Monitoring & Debugging: Fehleranalyse in Pipelines und Performance-Optimierung." + - el: "Git Crashkurs: Repositories, Feature Branches und effiziente Workflows." + - el: "GitLab Architektur: Instanzen, Projekte und die Rolle des Runners." + - el: "Pipeline Grundlagen: Jobs, Stages und die .gitlab-ci.yml." + - el: "Advanced CI: Artifacts, Caching, Variablen und Environments." + - el: "Monitoring & Debugging: Fehleranalyse in Pipelines und Performance-Optimierung." # trainer trainers: From 7dd6189996e26979b802c61569efcfe9fe3b7504 Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 6 Mar 2026 11:38:31 +0100 Subject: [PATCH 05/12] Update gitlab-cicd.md add trainer --- site/content/de/trainings/gitlab-cicd.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/site/content/de/trainings/gitlab-cicd.md b/site/content/de/trainings/gitlab-cicd.md index 8b41f1c..61b8a0d 100644 --- a/site/content/de/trainings/gitlab-cicd.md +++ b/site/content/de/trainings/gitlab-cicd.md @@ -85,12 +85,13 @@ trainers: enable: true title : "Lerne deinen Trainer kennen" trainer: - - title : "Daniel Strohecker" - image : "images/team/AC_Daenu@2x.jpg" - designation : "Trainer" - abstract : "Seit Kurzem ist er mit dem Bike rasant unterwegs. Er kann aber auch bremsen und führt unsere Kunden sicher durch die Trainings." - linkedin : "https://www.linkedin.com/in/dstrohecker/" - twitter : "https://twitter.com/sybnex" + - title: "Christoph Raaflaub" + image: "images/team/AC_Christoph_Raaflaub@2x.jpg" + designation: "Trainer, Puzzle ITC" + abstract: "Mit seinem Wohnmobil hat er schon viele Orte besucht, auch wenn es um die Cloud Native Landscape geht, ist er ein erfahrener und ortskundiger Reiseführer." + experience: "Christoph arbeitet seit 20 Jahren in der IT, wodurch ihn fast kein Problem mehr überraschen kann. Gestartet als Softwareentwickler, nebenbei den Abschluss als Informatik Ingenieur FH gemacht, arbeitet er heute im CI/CD Bereich bei Puzzle ITC. Dort begleitet er viele Kunden auf dem Weg zu qualitativen Pipelines." + linkedin: "https://www.linkedin.com/in/chrira/" + twitter: "https://twitter.com/chrira" # testimonials testimonials: From 183004674e5db28dfb48048f80aa7290eb75adf5 Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 6 Mar 2026 11:40:11 +0100 Subject: [PATCH 06/12] Update gitlab-cicd.md add trainer --- site/content/en/trainings/gitlab-cicd.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/site/content/en/trainings/gitlab-cicd.md b/site/content/en/trainings/gitlab-cicd.md index c1ae172..d71459e 100644 --- a/site/content/en/trainings/gitlab-cicd.md +++ b/site/content/en/trainings/gitlab-cicd.md @@ -85,12 +85,13 @@ trainers: enable: true title : "Meet your trainer" trainer: - - title : "Daniel Strohecker" - image : "images/team/AC_Daenu@2x.jpg" - designation : "Trainer" - abstract : "He’s been picking up speed on his bike as of late. He can slow down, though, and make sure our clients proceed through our trainings on sure feet." - linkedin : "https://www.linkedin.com/in/dstrohecker/" - twitter : "https://twitter.com/sybnex" + - title: "Christoph Raaflaub" + image: "images/team/AC_Christoph_Raaflaub@2x.jpg" + designation: "Trainer, Puzzle ITC" + abstract: "He has visited many places with his RV, and when it comes to the Cloud Native Landscape, he is also an experienced and knowledgeable guide." + experience: "Christoph has been working in IT for 20 years, so almost no problem can surprise him anymore. He started as a software developer and graduated as a computer science engineer FH on the side. Today he works in the CI/CD area at Puzzle ITC. There he accompanies many customers on their way to qualitative pipelines." + linkedin: "https://www.linkedin.com/in/chrira/" + twitter: "https://twitter.com/chrira" # testimonials testimonials: From e98abd2fcda5b11da476f5fbd18ca3e99a84a576 Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 6 Mar 2026 11:46:28 +0100 Subject: [PATCH 07/12] Update gitlab-cicd.md change formatting --- site/content/en/trainings/gitlab-cicd.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/en/trainings/gitlab-cicd.md b/site/content/en/trainings/gitlab-cicd.md index d71459e..b8980eb 100644 --- a/site/content/en/trainings/gitlab-cicd.md +++ b/site/content/en/trainings/gitlab-cicd.md @@ -74,11 +74,11 @@ trainingsinhalt: liste1: title: "GitLab CI/CD Basics" liste: - - el: "**Git crash course:** repositories, feature branches, and efficient workflows." - - el: "**GitLab architecture:** instances, projects, and the role of the runner." - - el: "**Pipeline fundamentals:** jobs, stages, and the .gitlab-ci.yml." - - el: "**Advanced CI:** artifacts, caching, variables, and environments." - - el: "**Monitoring & debugging:** analyzing pipeline failures and optimizing performance." + - el: "Git crash course: repositories, feature branches, and efficient workflows." + - el: "GitLab architecture: instances, projects, and the role of the runner." + - el: "Pipeline fundamentals: jobs, stages, and the .gitlab-ci.yml." + - el: "Advanced CI: artifacts, caching, variables, and environments." + - el: "Monitoring & debugging: analyzing pipeline failures and optimizing performance." # trainer trainers: From 352c09d7e80bd434a01e481b48b2e379f6c6c44b Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 6 Mar 2026 11:47:30 +0100 Subject: [PATCH 08/12] Update gitlab-cicd.md change formatting --- site/content/de/trainings/gitlab-cicd.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/de/trainings/gitlab-cicd.md b/site/content/de/trainings/gitlab-cicd.md index 61b8a0d..3ea7142 100644 --- a/site/content/de/trainings/gitlab-cicd.md +++ b/site/content/de/trainings/gitlab-cicd.md @@ -74,11 +74,11 @@ trainingsinhalt: liste1: title: "GitLab CI/CD Basics" liste: - - el: "Git Crashkurs: Repositories, Feature Branches und effiziente Workflows." - - el: "GitLab Architektur: Instanzen, Projekte und die Rolle des Runners." - - el: "Pipeline Grundlagen: Jobs, Stages und die .gitlab-ci.yml." - - el: "Advanced CI: Artifacts, Caching, Variablen und Environments." - - el: "Monitoring & Debugging: Fehleranalyse in Pipelines und Performance-Optimierung." + - el: "Git Crashkurs: Repositories, Feature Branches und effiziente Workflows." + - el: "GitLab Architektur: Instanzen, Projekte und die Rolle des Runners." + - el: "Pipeline Grundlagen: Jobs, Stages und die .gitlab-ci.yml." + - el: "Advanced CI: Artifacts, Caching, Variablen und Environments." + - el: "Monitoring & Debugging: Fehleranalyse in Pipelines und Performance-Optimierung." # trainer trainers: From 228b78045d4c708347ad602f3ac7ca4bf7d8686a Mon Sep 17 00:00:00 2001 From: Marie Date: Tue, 10 Mar 2026 02:19:26 +0100 Subject: [PATCH 09/12] Update mlops-devs.md shown on HomePage false --- site/content/de/trainings/mlops-devs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/de/trainings/mlops-devs.md b/site/content/de/trainings/mlops-devs.md index d014a56..393a946 100644 --- a/site/content/de/trainings/mlops-devs.md +++ b/site/content/de/trainings/mlops-devs.md @@ -9,7 +9,7 @@ weight: 4 slug: subtitle: "Basics" categories: ["Ergänzende Trainings"] -showOnHomePage: true +showOnHomePage: false abstract : "Ein praktischer Einstieg und umfassender Einblick in MLOps." main_title : "Ein praktischer Einstieg und umfassender Einblick in MLOps." From 8380fb0e4d9b3a14f9f12c61ac6624505615cd49 Mon Sep 17 00:00:00 2001 From: Marie Date: Tue, 10 Mar 2026 02:21:01 +0100 Subject: [PATCH 10/12] Update mlops-devs.md showOnHomePage: false --- site/content/en/trainings/mlops-devs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/trainings/mlops-devs.md b/site/content/en/trainings/mlops-devs.md index a83aa6e..d6c3259 100644 --- a/site/content/en/trainings/mlops-devs.md +++ b/site/content/en/trainings/mlops-devs.md @@ -9,7 +9,7 @@ weight: 4 slug: subtitle: "Basics" categories: ["Additional Trainings"] -showOnHomePage: true +showOnHomePage: false abstract: "A practical introduction and comprehensive insight into MLOps." main_title: "A practical introduction and comprehensive insight into MLOps." From c8e30e186593e9b329afe501ca57480f112c796d Mon Sep 17 00:00:00 2001 From: Marie Date: Tue, 10 Mar 2026 02:30:19 +0100 Subject: [PATCH 11/12] Update gitlab-cicd.md change category --- site/content/de/trainings/gitlab-cicd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/de/trainings/gitlab-cicd.md b/site/content/de/trainings/gitlab-cicd.md index 3ea7142..bf7b407 100644 --- a/site/content/de/trainings/gitlab-cicd.md +++ b/site/content/de/trainings/gitlab-cicd.md @@ -8,7 +8,7 @@ draft: false weight: 1 slug: subtitle: "Basics" -categories: ["GitLab CI/CD", "New"] +categories: ["Delivery CI/CD", "New"] showOnHomePage: true abstract : "GitLab ist weit mehr als ein Source-Versionskontrollsystem. Es ist ein Build Server und eine Application Development Platform." main_title : "GitLab ist weit mehr als ein Source-Versionskontrollsystem. Es ist ein Build Server und eine Application Development Platform." From 5fe091473c862de1776ac13e59bf1e1e3330cce0 Mon Sep 17 00:00:00 2001 From: Marie Date: Tue, 10 Mar 2026 02:30:59 +0100 Subject: [PATCH 12/12] Update gitlab-cicd.md change category --- site/content/en/trainings/gitlab-cicd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/trainings/gitlab-cicd.md b/site/content/en/trainings/gitlab-cicd.md index b8980eb..0b620db 100644 --- a/site/content/en/trainings/gitlab-cicd.md +++ b/site/content/en/trainings/gitlab-cicd.md @@ -8,7 +8,7 @@ draft: false weight: 1 slug: subtitle: "Basics" -categories: ["GitLab CI/CD", "New"] +categories: ["Delivery CI/CD", "New"] showOnHomePage: true abstract : "GitLab is much more than a source version control system. It is a build server and an application development platform." main_title : "GitLab is much more than a source version control system. It is a build server and an application development platform."