[{"data":1,"prerenderedAt":7947},["ShallowReactive",2],{"/de-de/blog/from-code-to-production-a-guide-to-continuous-deployment-with-gitlab":3,"navigation-de-de":40,"banner-de-de":458,"footer-de-de":471,"footer-source-/de-de/blog/from-code-to-production-a-guide-to-continuous-deployment-with-gitlab/":680,"blogAuthors-de-de":686,"next-steps-de-de":7932},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":16,"config":30,"_id":33,"_type":34,"title":35,"_source":36,"_file":37,"_stem":38,"_extension":39},"/de-de/blog/from-code-to-production-a-guide-to-continuous-deployment-with-gitlab","blog",false,"",{"ogTitle":9,"schema":10,"ogImage":11,"ogDescription":12,"ogSiteName":13,"noIndex":6,"ogType":14,"ogUrl":15,"title":9,"canonicalUrls":15,"description":12},"Leitfaden: Kontinuierliche Bereitstellung mit GitLab","\n                        {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"Article\",\n        \"headline\": \"Vom Code bis zur Produktion: Ein Leitfaden für die kontinuierliche Bereitstellung mit GitLab\",\n        \"author\": [{\"@type\":\"Person\",\"name\":\"Benjamin Skierlak\"},{\"@type\":\"Person\",\"name\":\"James Wormwell\"}],\n        \"datePublished\": \"2025-01-28\",\n      }","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659478/Blog/Hero%20Images/REFERENCE_-_Use_this_page_as_a_reference_for_thumbnail_sizes.png","Erfahre, wie du mit dem Aufbau einer robusten Pipeline für die kontinuierliche Bereitstellung in GitLab beginnen kannst. In diesem Artikel findest du Schritt-für-Schritt-Anleitungen, praktische Beispiele und Best Practices.","https://about.gitlab.com","article","https://about.gitlab.com/blog/from-code-to-production-a-guide-to-continuous-deployment-with-gitlab",{"heroImage":11,"body":17,"authors":18,"updatedDate":21,"date":22,"title":23,"tags":24,"description":12,"category":28},"Die kontinuierliche Bereitstellung ist eine bahnbrechende Praxis, die es\nTeams ermöglicht, schneller und mit höherem Vertrauen Werte zu schaffen. Das\nEintauchen in erweiterte Bereitstellungs-Workflows – wie GitOps,\nContainer-Orchestrierung mit Kubernetes oder dynamische Umgebungen – kann\njedoch für Teams, die gerade erst anfangen, einschüchternd sein.\n\n\nGitLab setzt sich dafür ein, die Bereitstellung nahtlos und skalierbar zu gestalten. Indem wir es den Teams ermöglichen, sich auf die Grundlagen zu konzentrieren, befähigen wir sie, eine starke Basis zu schaffen, die das Wachstum komplexerer Strategien im Laufe der Zeit unterstützt. Dieser Leitfaden enthält wichtige Schritte, um mit der Implementierung der kontinuierlichen Bereitstellung mit GitLab zu beginnen und die Grundlage für deinen langfristigen Erfolg zu schaffen.\n\n\n## Inhaltsverzeichnis\n\n\n- [Beginne mit einem Workflow-Plan](#beginne-mit-einem-workflow-plan)\n  - [Artefakt-Management-Strategie](#artefakt-management-strategie)\n    - [Artefakte und Versionsstrategien](#artefakte-und-versionsstrategien)\n    - [Artefaktaufbewahrung erstellen](#artefaktaufbewahrung-erstellen)\n    - [Registrierungszugriff und Authentifizierung](#registrierungszugriff-und-authentifizierung)\n  - [Umgebungsstrategie](#umgebungsstrategie)\n  - [Bereitstellungsziele](#bereitstellungsziele)\n- [Deine CD-Pipeline implementieren](#deine-cd-pipeline-implementieren)\n  - [Ein Schritt-für-Schritt-Beispiel](#ein-schritt-für-schritt-beispiel)\n    - [Voraussetzungen](#voraussetzungen)\n  - [Best Practices](#best-practices)\n- [Skaliere deine Bereitstellungsstrategie](#skaliere-deine-bereitstellungsstrategie)\n  - [Erweiterte Sicherheitsmaßnahmen](#erweiterte-sicherheitsmaßnahmen)\n  - [Progressive Bereitstellungsstrategien](#progressive-bereitstellungsstrategien)\n  - [Überwachung und Optimierung](#überwachung-und-optimierung)\n- [Warum GitLab](#warum-gitlab)\n\n- [Noch heute starten](#noch-heute-starten)\n\n\n## Beginne mit einem Workflow-Plan\n\n\nBevor du dich mit der technischen Implementierung befasst, nimm dir Zeit, um deinen Bereitstellungs-Workflow zu planen. Der Erfolg liegt in der sorgfältigen Planung und dem methodischen Vorgehen.\n\n\n### Artefakt-Management-Strategie\n\n\nIm Zusammenhang mit der kontinuierlichen Bereitstellung sind Artefakte die Paket-Ausgaben deines Build-Prozesses, die gespeichert, als Versionen verwaltet und bereitgestellt werden müssen. Darunter fallen:\n\n\n- Container-Images für deine Anwendungen\n\n- Pakete\n\n- kompilierte Binärdateien oder ausführbare Dateien\n\n- Bibliotheken\n\n- Konfigurationsdateien\n\n- Dokumentationspakete\n\n- andere Artefakte\n\n\nJede Art von Artefakt spielt eine bestimmte Rolle in deinem Bereitstellungsprozess. Zum Beispiel könnte eine typische Webanwendung Folgendes generieren:\n\n\n- ein Container-Image für den Backend-Service\n\n- ein ZIP-Archiv mit kompilierten Frontend-Assets\n\n- SQL-Dateien für Datenbankänderungen\n\n- umweltspezifische Konfigurationsdateien\n\n\nDie effektive Verwaltung dieser Artefakte ist für erfolgreiche Bereitstellungen von entscheidender Bedeutung. Hier erfährst du, wie du das Artefakt-Management angehen kannst.\n\n\n#### Artefakte und Versionsstrategien\n\n\nEine Best Practice, um mit einer sauberen Struktur zu beginnen, besteht darin, eine klare Versionsstrategie für deine Artefakte festzulegen. Bei der Erstellung von Releases gilt:\n\n\n- Verwende eine semantische Versionsverwaltung (major.minor.patch) für Release-Tags\n  - Beispiel: `myapp:1.2.3` für ein stabiles Release\n  - Wichtige Versionsänderungen (2.0.0) für Breaking Changes\n  - Geringfügige Versionsänderungen (1.3.0) für neue Funktionen\n  - Patch-Versionsänderungen (1.2.4) für Fehlerbehebungen\n- Pflege einen „neuesten“ Tag für die neueste stabile Version\n  - Beispiel: `myapp:latest` für automatisierte Bereitstellungen\n- Beziehe Commit-SHA für präzises Versions-Tracking ein\n  - Beispiel: `myapp:1.2.3-abc123f` zum Debuggen\n- Berücksichtige Branch-basierte Tags für Entwicklungsumgebungen\n  - Beispiel: `myapp: feature-user-auth` für Funktionstests\n\n#### Artefaktaufbewahrung erstellen\n\n\nImplementiere definierte Aufbewahrungsregeln:\n\n\n- Lege explizite Ablaufzeitrahmen für temporäre Artefakte fest\n\n- Definiere, welche Artefakte dauerhaft aufbewahrt werden müssen\n\n- Konfiguriere Bereinigungsrichtlinien zur Verwaltung des Speichers\n\n\n#### Registrierungszugriff und Authentifizierung\n\n\nSchütze deine Artefakte mit den richtigen Zugangskontrollen:\n\n\n- Implementiere persönliche Zugriffstoken für den Entwicklerzugriff\n\n- Konfiguriere CI/CD-Variablen für die Pipeline-Authentifizierung\n\n- Richte ordnungsgemäße Zugangsumfänge ein\n\n\n### Umgebungsstrategie\n\n\nBetrachte deine Umgebungen frühzeitig, da sie deine gesamte Bereitstellungspipeline prägen:\n\n\n- Konfigurationen der Entwicklungs-, Staging- und Produktionsumgebung\n\n- Umgebungsspezifische Variablen und Geheimnisse\n\n- Zugangskontrollen und Schutzregeln\n\n- Ansatz zur Nachverfolgung und Überwachung der Bereitstellung\n\n\n### Bereitstellungsziele\n\n\nSei dir bewusst, wo und wie du bereitstellen wirst. Diese Entscheidungen sind wichtig und die jeweiligen Vor- und Nachteile sollten berücksichtigt werden:\n\n\n- Infrastrukturanforderungen (VMs, Container, Cloud-Services)\n\n- Netzwerkzugriff und Sicherheitskonfigurationen\n\n- Authentifizierungsmechanismen (SSH-Schlüssel, Zugriffstoken)\n\n- Überlegungen zur Ressourcenzuweisung und Skalierung\n\n\nNachdem wir unsere Strategie definiert und grundlegende Entscheidungen getroffen haben, können wir diese Pläne jetzt in eine funktionierende Pipeline umsetzen. Wir werden ein praktisches Beispiel erstellen, das diese Konzepte demonstriert, beginnend mit einer einfachen Anwendung und dem schrittweisen Hinzufügen von Bereitstellungsfunktionen.\n\n> **Von 24 Stunden auf 10 Minuten: So beschleunigt Airbus seine Feature-Releases mit GitLab** Airbus Intelligence nutzt GitLab, um globale Teams zu vereinen, manuelle Schritte zu automatisieren und damit seine Setup-Zeit um das 144-fache zu verkürzen. Erfahre, wie auf diese Weise in 5 Jahren ein Projektwachstum um 425 % entstehen konnte. **[Erfolgsstory lesen](https://about.gitlab.com/de-de/customers/airbus/)**\n\n## Deine CD-Pipeline implementieren\n\n\n### Ein Schritt-für-Schritt-Beispiel\n\n\nSehen wir uns nun die Implementierung einer grundlegenden Pipeline für die kontinuierliche Bereitstellung für eine Webanwendung an. Wir werden eine einfache HTML-Anwendung als Beispiel verwenden, aber diese Prinzipien gelten für jede Art von Anwendung. Wir werden unsere Anwendung auch als Docker Image auf einer einfachen virtuellen Maschine bereitstellen. Somit können wir uns auf ein kuratiertes Bild mit minimalen Abhängigkeiten stützen und sicherstellen, dass keine umgebungsspezifischen Anforderungen unbeabsichtigt eingeführt werden. Wenn wir an einer virtuellen Maschine arbeiten, werden wir die nativen Integrationen von GitLab nicht nutzen, sodass wir zunächst an einem einfacheren, aber weniger skalierbaren Setup arbeiten können.\n\n\n#### Voraussetzungen\n\n\nIn diesem Beispiel zielen wir darauf ab, eine Anwendung zu containerisieren, die wir auf einer virtuellen Maschine ausführen, die auf einem Cloud-Anbieter gehostet wird. Wir werden diese Anwendung auch lokal auf unserem Computer testen. Diese Liste der Voraussetzungen wird nur für dieses Szenario benötigt.\n\n\n##### Einrichtung der virtuellen Maschine\n\n\n- Stelle eine VM in deinem bevorzugten Cloud-Provider (z. B. GCP, AWS, Azure) bereit\n\n- Konfiguriere die Netzwerkregeln, um den Zugriff auf die Ports 22, 80 und 443 zu ermöglichen\n\n- Zeichne die öffentliche IP-Adresse des Computers für die Bereitstellung auf\n\n\n##### SSH-Authentifizierung einrichten:\n\n\n- Generiere ein öffentliches/privates Schlüsselpaar für die Maschine\n\n- Gehe in GitLab zu **Einstellungen > CI/CD > Variablen**\n\n- Erstelle eine Variable mit dem Namen `GITLAB_KEY`\n\n- Wähle als Typ „Datei“ (für SSH-Authentifizierung erforderlich)\n\n- Füge den privaten Schlüssel in das Feld „Wert“ ein\n\n- Definiere eine BENUTZERVARIABLE; dies ist der Benutzer, der sich anmeldet und die Skripte auf deiner VM ausführt\n\n\n##### Bereitstellungsvariablen konfigurieren\n\n\n- Erstelle Variablen für deine Bereitstellungsziele:\n  - `STAGING_TARGET`: deine Staging-Server-IP/-Domäne\n  - `PRODUCTION_TARGET`: deine Produktionsserver-IP/-Domäne\n\n##### Lokales Entwicklungs-Setup\n\n\n- Installiere Docker auf deinem lokalen Computer, um Bereitstellungen zu testen\n\n\n##### GitLab-Container-Registry-Zugriff\n\n\n- Finde deinen Registry-Pfad:\n  - Navigiere zu **Bereitstellen > Container-Registry**\n  - Kopiere den Registry-Pfad (z. B. registry.gitlab.com/group/project)\n- Authentifizierung einrichten:\n  - Gehe zu **Einstellungen > Zugriffstoken**\n  - Erstelle ein neues Token mit Registry-Zugriff\n  - Token-Ablauf: max. 1 Jahr\n  - Speichere das Token sicher\n- Lokalen Registry-Zugriff konfigurieren:\n\n\n```\n\ndocker login registry.gitlab.com\n\n# Der Benutzername, wenn du einen PAT verwendest, ist gitlab-ci-token\n\n# Passwort: your-access-token\n\n```\n\n\n#### 1. Erstelle deine Anwendung\n\n\nBeginne mit einer grundlegenden Webanwendung. In unserem Beispiel verwenden wir eine einfache HTML-Seite:\n\n\n```\n\n\u003C!|||UNTRANSLATED_CONTENT_START|||-- index.html -->\n\n\u003Chtml>\n  \u003Chead>\n    \u003Cstyle>\n      body {\n        background-color: #171321; /* GitLab dark */\n      }\n    \u003C/style>\n  \u003C/head>\n  \u003Cbody>\n    \u003C!|||UNTRANSLATED_CONTENT_END|||-- Dein Inhalt hier -->\n  \u003C/body>\n\u003C/html>\n\n```\n\n\n#### 2. Containerisiere deine Anwendung\n\n\nErstelle ein Dockerfile, um deine Anwendung zu paketieren:\n\n\n```\n\nFROM nginx:1.26.2\n\nCOPY index.html /usr/share/nginx/html/index.html\n\n```\n\n\nDieses Dockerfile:\n\n\n- Verwendet nginx als Basis-Image für die Bereitstellung von Webinhalten\n\n- Kopiert deine HTML-Datei an die richtige Stelle in der nginx-Verzeichnisstruktur\n\n\n#### 3. Richte deine CI/CD-Pipeline ein\n\n\nErstelle eine `.gitlab-ci.yml`-Datei, um deine Pipeline-Phasen zu definieren:\n\n\n```\n\nvariables:\n  TAG_LATEST: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_NAME:latest\n  TAG_COMMIT: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_NAME:$CI_COMMIT_SHA\n\nstages:\n  - publish\n  - deploy\n```\n\n\nSehen wir uns das genauer an:\n\n\n`TAG_LATEST` besteht aus drei Teilen:\n\n\n- `$CI_REGISTRY_IMAGE` ist der Pfad zum Container-Registry deines Projekts in GitLab\n\n\nZum Beispiel: `registry.gitlab.com/your-group/your-project`\n\n\n- `$CI_COMMIT_REF_NAME` ist der Name deiner Branch oder deines Tags\n\n\nZum Beispiel, wenn du dich im Haupt-Branch befindest: `/main`, und wenn du dich in einem Feature-Branch befindest: `/feature-login`\n\n\n- `:latest` ist ein festes Suffix\n\n\nWenn du dich also im Main-Branch befindest, wird `TAG_LATEST` zu: `registry.gitlab.com/your-group/your-project/main:latest`.\n\n\n`TAG_COMMIT` ist fast identisch, aber anstelle von `:latest` verwendet es: `$CI_COMMIT_SHA`, was die Commit-Kennung ist, zum Beispiel: `:abc123def456`.\n\n\nFür denselben Commit im Haupt-Branch wird `TAG_COMMIT` zu: `registry.gitlab.com/your-group/your-project/main:abc123def456`.\n\n\nDer Grund für beides ist, dass `TAG_LATEST` dir eine einfache Möglichkeit bietet, immer die neueste Version zu erhalten, und `TAG_COMMIT` gibt dir eine bestimmte Version, zu der du bei Bedarf zurückkehren kannst.\n\n\n#### 4. Im Container-Registry veröffentlichen\n\n\nFüge den Veröffentlichungsauftrag zu deiner Pipeline hinzu:\n\n\n```\n\npublish:\n  stage: publish\n  image: docker:latest\n  services:\n    - docker:dind\n  script:\n    - docker build -t $TAG_LATEST -t $TAG_COMMIT .\n    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY\n    - docker push $TAG_LATEST\n    - docker push $TAG_COMMIT\n```\n\n\nDieser Job:\n\n\n- verwendet Docker-in-Docker, um Bilder zu entwickeln\n\n- erstellt zwei getaggte Versionen deines Bildes\n\n- authentifiziert sich bei der GitLab-Registrierung\n\n- pusht beide Versionen in das Registry \n\n\nJetzt, da unsere Bilder sicher im Registry gespeichert sind, können wir uns darauf konzentrieren, sie in unseren Zielumgebungen bereitzustellen. Beginnen wir mit lokalen Tests, um unser Setup zu validieren, bevor wir zu Produktionsbereitstellungen übergehen.\n\n\n#### 5. In deiner Umgebung bereitstellen\n\n\nVor der Bereitstellung in der Produktion kannst du einen lokalen Test durchführen. Wir haben unser Image gerade im GitLab-Repository veröffentlicht, das wir lokal abrufen werden. Wenn du dir über den genauen Pfad nicht sicher bist, navigiere zu **Bereitstellen > Container-Registry**. Du solltest ein Symbol sehen, um den Pfad deines Bildes am Ende der Zeile für das Container-Image zu kopieren, das du testen möchtest.\n\n\n```\n\ndocker login registry.gitlab.com \n\ndocker run -p 80:80 registry.gitlab.com/your-project-path/main:latest\n\n```\n\n\nAuf diese Weise solltest du über deinen Webbrowser lokal über deine lokale Host-Adresse auf deine Anwendung zugreifen können.\n\n\nDu kannst jetzt einen Bereitstellungsjob zu deiner Pipeline hinzufügen:\n\n\n```\n\ndeploy:\n  stage: deploy\n  image: alpine:latest\n  script:\n    - chmod 400 $GITLAB_KEY\n    - apk add openssh-client\n    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY\n    - ssh -i $GITLAB_KEY -o StrictHostKeyChecking=no $USER@$TARGET_SERVER \n      docker pull $TAG_COMMIT &&\n      docker rm -f myapp || true &&\n      docker run -d -p 80:80 --name myapp $TAG_COMMIT\n```\n\n\nDieser Job:\n\n\n- richtet einen SSH-Zugriff auf dein Bereitstellungsziel ein\n\n- ruft das neueste Image auf\n\n- entfernt alle vorhandenen Container\n\n- stellt die neue Version bereit\n\n\n#### 6. Bereitstellungen nachverfolgen\n\n\nAktiviere die Nachverfolgung von Bereitstellungen, indem du die Umgebungskonfiguration hinzufügst:\n\n\n```\n\ndeploy:\n  environment:\n    name: production\nurl: https://deine-anwendung-url.com\n\n```\n\n\nDadurch wird ein Umgebungsobjekt im Abschnitt **Betreiben > Umgebungen** von GitLab erstellt, das Folgendes bietet:\n\n\n- Bereitstellungsverlauf\n\n- aktueller Bereitstellungsstatus\n\n- schneller Zugriff auf deine Anwendung\n\n\nWährend eine einzelne Umgebungspipeline ein guter Ausgangspunkt ist, müssen die meisten Teams mehrere Umgebungen verwalten, um ordnungsgemäß zu testen und die Staging-Phase durchzuführen. Lass uns unsere Pipeline erweitern, um dieses realistischere Szenario zu bewältigen.\n\n\n#### 7. Mehrere Umgebungen einrichten\n\n\nFür eine robustere Pipeline, konfiguriere Staging- und Produktionsbereitstellungen:\n\n\n```\n\nstages:\n  - publish\n  - staging\n  - release\n  - version\n  - production\n\nstaging:\n  stage: staging\n  rules:\n    - if: $CI_COMMIT_BRANCH == \"main\" && $CI_COMMIT_TAG == null\n  environment:\n    name: staging\n    url: https://staging.your-app.com\n  # deployment script here\n\nproduction:\n  stage: production\n  rules:\n    - if: $CI_COMMIT_TAG\n  environment:\n    name: production\n    url: https://your-app.com\n  # deployment script here\n```\n\n\nDieses Setup:\n\n\n- stellt die Staging-Phase deines Main-Branch bereit\n\n- verwendet GitLab-Tags, um Produktionsbereitstellungen auszulösen\n\n- bietet separate Nachverfolgung für jede Umgebung\n\n\nHier und in unserem nächsten Schritt nutzen wir eine sehr nützliche GitLab-Funktion: Tags. Durch manuelles Erstellen eines Tags im Abschnitt **Code > Tags** wird das `$CI_COMMIT_TAG` erstellt, wodurch wir Jobs entsprechend auslösen können.\n\n\n#### 8. Automatisierte Versionshinweise erstellen\n\n\nWir werden die Release-Funktionen von GitLab über unsere CI/CD-Pipeline nutzen. Aktualisiere zuerst deine Phasen in `.gitlab-ci.yml`:\n\n\n```\n\nstages:\n\n\n- publish\n\n- staging\n\n- release # New stage for releases\n\n- version\n\n- production\n\n```\n\n\nAls Nächstes fügst du den Release-Job hinzu:\n\n\n```\n\nrelease_job:\n  stage: release\n  image: registry.gitlab.com/gitlab-org/release-cli:latest\n  rules:\n    - if: $CI_COMMIT_TAG                  # Only run when a tag is created\n  script:\n    - echo \"Creating release for $CI_COMMIT_TAG\"\n  release:                                # Release configuration\n    name: 'Release $CI_COMMIT_TAG'\n    description: 'Release created from $CI_COMMIT_TAG'\n    tag_name: '$CI_COMMIT_TAG'           # The tag to create\n    ref: '$CI_COMMIT_TAG'                # The tag to base release on\n```\n\n\nDu kannst dies verbessern, indem du Links zu deinen Container-Bildern hinzufügst:\n\n\n```\n\nrelease:\n  name: 'Release $CI_COMMIT_TAG'\n  description: 'Release created from $CI_COMMIT_TAG'\n  tag_name: '$CI_COMMIT_TAG'\n  ref: '$CI_COMMIT_TAG'\n  assets:\n    links:\n      - name: 'Container Image'\n        url: '$CI_REGISTRY_IMAGE/main:$CI_COMMIT_TAG'\n        link_type: 'image'\n```\n\n\nFür die automatische Erzeugung von Versionshinweisen basierend auf Commit-Nachrichten:\n\n\n```\n\nrelease:\n  name: 'Release $CI_COMMIT_TAG'\n  description: 'Release notes for version $CI_COMMIT_TAG'\n  tag_name: '$CI_COMMIT_TAG'\n  ref: '$CI_COMMIT_TAG'\n  auto_generate_release_notes: true    # Enables automatic notes\n```\n\n\nFür aussagekräftige automatisierte Versionshinweise:\n\n\n- herkömmliche Commits verwenden (feat:, fix:, etc.)\n\n- Issue-Nummern einschließen (#123)\n\n- Betreff mit leerer Zeile vom Text trennen\n\n\nWenn du benutzerdefinierte Versionshinweise mit Bereitstellungsinformationen möchtest:\n\n\n```\n\nrelease_job:\n  script:\n    - |\n      DEPLOY_TIME=$(date '+%Y-%m-%d %H:%M:%S')\n      CHANGES=$(git log $(git describe --tags --abbrev=0 @^)..@ --pretty=format:\"- %s\")\n      cat > release_notes.md \u003C\u003C EOF\n      ## Deployment Info\n      - Deployed on: $DEPLOY_TIME\n      - Environment: Production\n      - Version: $CI_COMMIT_TAG\n\n      ## Changes\n      $CHANGES\n\n      ## Artifacts\n      - Container Image: \\`$CI_REGISTRY_IMAGE/main:$CI_COMMIT_TAG\\`\n      EOF\n  release:\n    description: './release_notes.md'\n```\n\n\nNach der Konfiguration werden Releases automatisch erstellt, wenn du ein Git-Tag erstellst. Du kannst sie in GitLab unter **Bereitstellen > Releases** anzeigen.\n\n\n#### 9. Alles zusammensetzen\n\n\nSo sieht unsere finale YAML-Datei aus:\n\n\n```\n\nvariables:\n  TAG_LATEST: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_NAME:latest\n  TAG_COMMIT: $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_NAME:$CI_COMMIT_SHA\n  STAGING_TARGET: $STAGING_TARGET    # Set in CI/CD Variables\n  PRODUCTION_TARGET: $PRODUCTION_TARGET  # Set in CI/CD Variables\n\nstages:\n  - publish\n  - staging\n  - release\n  - version\n  - production\n\n# Build and publish to registry\n\npublish:\n  stage: publish\n  image: docker:latest\n  services:\n    - docker:dind\n  rules:\n    - if: $CI_COMMIT_BRANCH == \"main\" && $CI_COMMIT_TAG == null\n  script:\n    - docker build -t $TAG_LATEST -t $TAG_COMMIT .\n    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY\n    - docker push $TAG_LATEST\n    - docker push $TAG_COMMIT\n\n# Deploy to staging\n\nstaging:\n  stage: staging\n  image: alpine:latest\n  rules:\n    - if: $CI_COMMIT_BRANCH == \"main\" && $CI_COMMIT_TAG == null\n  script:\n    - chmod 400 $GITLAB_KEY\n    - apk add openssh-client\n    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY\n    - ssh -i $GITLAB_KEY -o StrictHostKeyChecking=no $USER@$STAGING_TARGET \"\n        docker pull $TAG_COMMIT &&\n        docker rm -f myapp || true &&\n        docker run -d -p 80:80 --name myapp $TAG_COMMIT\"\n  environment:\n    name: staging\n    url: http://$STAGING_TARGET\n\n# Create release\n\nrelease_job:\n  stage: release\n  image: registry.gitlab.com/gitlab-org/release-cli:latest\n  rules:\n    - if: $CI_COMMIT_TAG\n  script:\n    - |\n      DEPLOY_TIME=$(date '+%Y-%m-%d %H:%M:%S')\n      CHANGES=$(git log $(git describe --tags --abbrev=0 @^)..@ --pretty=format:\"- %s\")\n      cat > release_notes.md \u003C\u003C EOF\n      ## Deployment Info\n      - Deployed on: $DEPLOY_TIME\n      - Environment: Production\n      - Version: $CI_COMMIT_TAG\n\n      ## Changes\n      $CHANGES\n\n      ## Artifacts\n       - Container Image: \\`$CI_REGISTRY_IMAGE/main:$CI_COMMIT_TAG\\`\n      EOF\n  release:\n    name: 'Release $CI_COMMIT_TAG'\n    description: './release_notes.md'\n    tag_name: '$CI_COMMIT_TAG'\n    ref: '$CI_COMMIT_TAG'\n    assets:\n      links:\n        - name: 'Container Image'\n          url: '$CI_REGISTRY_IMAGE/main:$CI_COMMIT_TAG'\n          link_type: 'image'\n\n# Version the image with release tag\n\nversion_job:\n  stage: version\n  image: docker:latest\n  services:\n    - docker:dind\n  rules:\n    - if: $CI_COMMIT_TAG\n  script:\n    - docker pull $TAG_COMMIT\n    - docker tag $TAG_COMMIT $CI_REGISTRY_IMAGE/main:$CI_COMMIT_TAG\n    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY\n    - docker push $CI_REGISTRY_IMAGE/main:$CI_COMMIT_TAG\n\n# Deploy to production\n\nproduction:\n  stage: production\n  image: alpine:latest\n  rules:\n    - if: $CI_COMMIT_TAG\n  script:\n    - chmod 400 $GITLAB_KEY\n    - apk add openssh-client\n    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY\n    - ssh -i $GITLAB_KEY -o StrictHostKeyChecking=no $USER@$PRODUCTION_TARGET \"\n        docker pull $CI_REGISTRY_IMAGE/main:$CI_COMMIT_TAG &&\n        docker rm -f myapp || true &&\n        docker run -d -p 80:80 --name myapp $CI_REGISTRY_IMAGE/main:$CI_COMMIT_TAG\"\n  environment:\n    name: production\n    url: http://$PRODUCTION_TARGET\n```\n\n\nDiese komplette Pipeline:\n\n\n- veröffentlicht Images im Registry (Main-Branch)\n\n- stellt das Staging bereit (Main-Branch)\n\n- erstellt Releases (mit Tags)\n\n- bietet die Versionsverwaltung von Images mit Release-Tags \n\n- Stellt die Produktion bereit (für Tags)\n\n\nHauptvorteile:\n\n\n- Saubere, reproduzierbare, lokale Entwicklungs- und Testumgebung\n\n- Klarer Pfad zu Produktionsumgebungen mit Struktur, um Vertrauen in die Bereitstellung aufzubauen\n\n- Muster zur Wiederherstellung nach unerwarteten Fehlern usw.\n\n- Bereit, komplexere Bereitstellungsstrategien zu skalieren/zu übernehmen\n\n\n### Best Practices\n\n\nWährend der gesamten Implementierung solltest du diese Grundsätze einhalten:\n\n\n- Dokumentiere alles, von der variablen Nutzung bis hin zu Bereitstellungsverfahren\n\n- Nutze die integrierten Funktionen von GitLab (Umgebungen, Releases, Registry)\n\n- Implementiere ordnungsgemäße Zugriffskontrollen und Sicherheitsmaßnahmen\n\n- Sorge für Ausfälle mit robusten Rollback-Verfahren vor\n\n- Halte deine Pipeline-Konfigurationen SAUBER (wiederhole dich nicht)\n\n\n> **12x kürzere Bereitstellungszeit: Dank GitLabs vollständiger Integration lebt Hilti Effizienz**. GitLab bringt vollständige Transparenz, eine umfassende Codeverwaltung und umfangreiche Sicherheitsscans mit, um Hilti neue Softwarefähigkeiten zu ermöglichen. Erfahre, wie Hilti seine Softwareentwicklung revolutioniert hat. **[Erfolgsstory lesen](https://about.gitlab.com/de-de/customers/hilti/)**\n\n\n## Skaliere deine Bereitstellungsstrategie\n\n\nWie geht es weiter? Hier sind einige Aspekte, die du berücksichtigen solltest, wenn deine kontinuierliche Bereitstellungsstrategie ausgereift ist.\n\n\n### Erweiterte Sicherheitsmaßnahmen\n\n\nErhöhe die Sicherheit durch:\n\n\n- Geschützte Umgebungen mit eingeschränktem Zugang\n\n- Erforderliche Genehmigungen für Produktionseinsätze\n\n- Integriertes Sicherheitsscannen\n\n- Automatisierte Schwachstellenbewertungen\n\n- Branch-Schutzregeln für einsatzbedingte Änderungen\n\n\n### Progressive Bereitstellungsstrategien\n\n\nImplementiere erweiterte Bereitstellungsstrategien:\n\n\n- Feature-Flags für kontrollierte Rollouts\n\n- Canary-Bereitstellungen zur Risikominderung\n\n- Blaugrüne Bereitstellungsstrategien\n\n- A/B-Testfähigkeiten\n\n- Dynamisches Umgebungsmanagement\n\n\n### Überwachung und Optimierung\n\n\nEtabliere robuste Überwachungspraktiken:\n\n\n- Verfolge Bereitstellungsmetriken nach\n\n- Richte eine Leistungsüberwachung ein\n\n- Konfiguriere Bereitstellungswarnungen\n\n- Richte Bereitstellungs-SLOs ein\n\n- Regelmäßige Pipeline-Optimierung\n\n\n## Warum GitLab\n\n\nDurch die kontinuierlichen Bereitstellungsfunktionen ist GitLab eine herausragende Wahl für moderne Bereitstellungsworkflows. Die Plattform zeichnet sich dadurch aus, dass sie den Weg vom Code bis zur Produktion optimiert und eine integrierte Container-Registrierung, ein Umgebungsmanagement und eine Nachverfolgung der Bereitstellung innerhalb einer einzigen Benutzeroberfläche bietet. Die umgebungsspezifischen Variablen von GitLab, die Approval-Gates für die Bereitstellung und die Rollback-Funktionen bieten die Sicherheit und Kontrolle, die für Produktionsbereitstellungen erforderlich sind, während Funktionen wie Review-Apps und Feature-Flags progressive Bereitstellungsansätze ermöglichen. Als Teil der kompletten DevSecOps-Plattform von GitLab lassen sich diese CD-Funktionen nahtlos in deinen gesamten Software-Lebenszyklus integrieren.\n\n\n## Noch heute starten\n\n\nDer Weg zur kontinuierlichen Bereitstellung ist eine Evolution, keine Revolution. Beginne mit den Grundlagen, baue eine solide Grundlage auf und integriere nach und nach erweiterte Funktionen, wenn die Anforderungen deines Teams wachsen. GitLab bietet die Tools und die Flexibilität, um dich in jeder Phase dieser Reise zu unterstützen, von deiner ersten automatisierten Bereitstellung bis hin zu komplexen Bereitstellungspipelines für mehrere Umgebungen.\n\n\n> Melde dich für eine [kostenlose Testversion von GitLab Ultimate](https://about.gitlab.com/free-trial/devsecops/) an, um noch heute mit der kontinuierlichen Bereitstellung zu beginnen.\n",[19,20],"Benjamin Skierlak","James Wormwell","2025-05-14","2025-01-28","Vom Code bis zur Produktion: Ein Leitfaden für die kontinuierliche Bereitstellung mit GitLab",[25,26,27,28,29],"CD","CI/CD","features","product","tutorial",{"slug":31,"featured":6,"template":32},"from-code-to-production-a-guide-to-continuous-deployment-with-gitlab","BlogPost","content:de-de:blog:from-code-to-production-a-guide-to-continuous-deployment-with-gitlab.yml","yaml","From Code To Production A Guide To Continuous Deployment With Gitlab","content","de-de/blog/from-code-to-production-a-guide-to-continuous-deployment-with-gitlab.yml","de-de/blog/from-code-to-production-a-guide-to-continuous-deployment-with-gitlab","yml",{"_path":41,"_dir":42,"_draft":6,"_partial":6,"_locale":7,"data":43,"_id":454,"_type":34,"title":455,"_source":36,"_file":456,"_stem":457,"_extension":39},"/shared/de-de/main-navigation","de-de",{"logo":44,"freeTrial":49,"sales":54,"login":59,"items":64,"search":395,"minimal":431,"duo":445},{"config":45},{"href":46,"dataGaName":47,"dataGaLocation":48},"/de-de/","gitlab logo","header",{"text":50,"config":51},"Kostenlose Testversion anfordern",{"href":52,"dataGaName":53,"dataGaLocation":48},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":55,"config":56},"Vertrieb kontaktieren",{"href":57,"dataGaName":58,"dataGaLocation":48},"/de-de/sales/","sales",{"text":60,"config":61},"Anmelden",{"href":62,"dataGaName":63,"dataGaLocation":48},"https://gitlab.com/users/sign_in/","sign in",[65,109,206,211,316,376],{"text":66,"config":67,"cards":69,"footer":92},"Plattform",{"dataNavLevelOne":68},"platform",[70,76,84],{"title":66,"description":71,"link":72},"Die umfassendste KI-basierte DevSecOps-Plattform",{"text":73,"config":74},"Erkunde unsere Plattform",{"href":75,"dataGaName":68,"dataGaLocation":48},"/de-de/platform/",{"title":77,"description":78,"link":79},"GitLab Duo (KI)","Entwickle Software schneller mit KI in jeder Phase der Entwicklung",{"text":80,"config":81},"Lerne GitLab Duo kennen",{"href":82,"dataGaName":83,"dataGaLocation":48},"/de-de/gitlab-duo/","gitlab duo ai",{"title":85,"description":86,"link":87},"Gründe, die für GitLab sprechen","10 Gründe, warum Unternehmen sich für GitLab entscheiden",{"text":88,"config":89},"Mehr erfahren",{"href":90,"dataGaName":91,"dataGaLocation":48},"/de-de/why-gitlab/","why gitlab",{"title":93,"items":94},"Erste Schritte mit",[95,100,105],{"text":96,"config":97},"Platform Engineering",{"href":98,"dataGaName":99,"dataGaLocation":48},"/de-de/solutions/platform-engineering/","platform engineering",{"text":101,"config":102},"Entwicklererfahrung",{"href":103,"dataGaName":104,"dataGaLocation":48},"/de-de/developer-experience/","Developer experience",{"text":106,"config":107},"MLOps",{"href":108,"dataGaName":106,"dataGaLocation":48},"/de-de/topics/devops/the-role-of-ai-in-devops/",{"text":110,"left":111,"config":112,"link":114,"lists":118,"footer":188},"Produkt",true,{"dataNavLevelOne":113},"solutions",{"text":115,"config":116},"Alle Lösungen anzeigen",{"href":117,"dataGaName":113,"dataGaLocation":48},"/de-de/solutions/",[119,144,166],{"title":120,"description":121,"link":122,"items":127},"Automatisierung","CI/CD und Automatisierung zur Beschleunigung der Bereitstellung",{"config":123},{"icon":124,"href":125,"dataGaName":126,"dataGaLocation":48},"AutomatedCodeAlt","/de-de/solutions/delivery-automation/","automated software delivery",[128,131,135,140],{"text":26,"config":129},{"href":130,"dataGaLocation":48,"dataGaName":26},"/de-de/solutions/continuous-integration/",{"text":132,"config":133},"KI-unterstützte Entwicklung",{"href":82,"dataGaLocation":48,"dataGaName":134},"AI assisted development",{"text":136,"config":137},"Quellcodeverwaltung",{"href":138,"dataGaLocation":48,"dataGaName":139},"/de-de/solutions/source-code-management/","Source Code Management",{"text":141,"config":142},"Automatisierte Softwarebereitstellung",{"href":125,"dataGaLocation":48,"dataGaName":143},"Automated software delivery",{"title":145,"description":146,"link":147,"items":152},"Sicherheit","Entwickle schneller, ohne die Sicherheit zu gefährden",{"config":148},{"href":149,"dataGaName":150,"dataGaLocation":48,"icon":151},"/de-de/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[153,157,162],{"text":154,"config":155},"Application Security Testing",{"href":149,"dataGaName":156,"dataGaLocation":48},"Application security testing",{"text":158,"config":159},"Schutz der Software-Lieferkette",{"href":160,"dataGaLocation":48,"dataGaName":161},"/de-de/solutions/supply-chain/","Software supply chain security",{"text":163,"config":164},"Software Compliance",{"href":165,"dataGaName":163,"dataGaLocation":48},"/de-de/solutions/software-compliance/",{"title":167,"link":168,"items":173},"Bewertung",{"config":169},{"icon":170,"href":171,"dataGaName":172,"dataGaLocation":48},"DigitalTransformation","/de-de/solutions/visibility-measurement/","visibility and measurement",[174,178,183],{"text":175,"config":176},"Sichtbarkeit und Bewertung",{"href":171,"dataGaLocation":48,"dataGaName":177},"Visibility and Measurement",{"text":179,"config":180},"Wertstrommanagement",{"href":181,"dataGaLocation":48,"dataGaName":182},"/de-de/solutions/value-stream-management/","Value Stream Management",{"text":184,"config":185},"Analysen und Einblicke",{"href":186,"dataGaLocation":48,"dataGaName":187},"/de-de/solutions/analytics-and-insights/","Analytics and insights",{"title":189,"items":190},"GitLab für",[191,196,201],{"text":192,"config":193},"Enterprise",{"href":194,"dataGaLocation":48,"dataGaName":195},"/de-de/enterprise/","enterprise",{"text":197,"config":198},"Kleinunternehmen",{"href":199,"dataGaLocation":48,"dataGaName":200},"/de-de/small-business/","small business",{"text":202,"config":203},"den öffentlichen Sektor",{"href":204,"dataGaLocation":48,"dataGaName":205},"/de-de/solutions/public-sector/","public sector",{"text":207,"config":208},"Preise",{"href":209,"dataGaName":210,"dataGaLocation":48,"dataNavLevelOne":210},"/de-de/pricing/","pricing",{"text":212,"config":213,"link":215,"lists":219,"feature":303},"Ressourcen",{"dataNavLevelOne":214},"resources",{"text":216,"config":217},"Alle Ressourcen anzeigen",{"href":218,"dataGaName":214,"dataGaLocation":48},"/de-de/resources/",[220,253,275],{"title":221,"items":222},"Erste Schritte",[223,228,233,238,243,248],{"text":224,"config":225},"Installieren",{"href":226,"dataGaName":227,"dataGaLocation":48},"/de-de/install/","install",{"text":229,"config":230},"Kurzanleitungen",{"href":231,"dataGaName":232,"dataGaLocation":48},"/de-de/get-started/","quick setup checklists",{"text":234,"config":235},"Lernen",{"href":236,"dataGaLocation":48,"dataGaName":237},"https://university.gitlab.com/","learn",{"text":239,"config":240},"Produktdokumentation",{"href":241,"dataGaName":242,"dataGaLocation":48},"https://docs.gitlab.com/","product documentation",{"text":244,"config":245},"Best-Practice-Videos",{"href":246,"dataGaName":247,"dataGaLocation":48},"/de-de/getting-started-videos/","best practice videos",{"text":249,"config":250},"Integrationen",{"href":251,"dataGaName":252,"dataGaLocation":48},"/de-de/integrations/","integrations",{"title":254,"items":255},"Entdecken",[256,261,265,270],{"text":257,"config":258},"Kundenerfolge",{"href":259,"dataGaName":260,"dataGaLocation":48},"/de-de/customers/","customer success stories",{"text":262,"config":263},"Blog",{"href":264,"dataGaName":5,"dataGaLocation":48},"/de-de/blog/",{"text":266,"config":267},"Remote",{"href":268,"dataGaName":269,"dataGaLocation":48},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":271,"config":272},"TeamOps",{"href":273,"dataGaName":274,"dataGaLocation":48},"/de-de/teamops/","teamops",{"title":276,"items":277},"Vernetzen",[278,283,288,293,298],{"text":279,"config":280},"GitLab-Services",{"href":281,"dataGaName":282,"dataGaLocation":48},"/de-de/services/","services",{"text":284,"config":285},"Community",{"href":286,"dataGaName":287,"dataGaLocation":48},"/community/","community",{"text":289,"config":290},"Forum",{"href":291,"dataGaName":292,"dataGaLocation":48},"https://forum.gitlab.com/","forum",{"text":294,"config":295},"Veranstaltungen",{"href":296,"dataGaName":297,"dataGaLocation":48},"/events/","events",{"text":299,"config":300},"Partner",{"href":301,"dataGaName":302,"dataGaLocation":48},"/de-de/partners/","partners",{"backgroundColor":304,"textColor":305,"text":306,"image":307,"link":311},"#2f2a6b","#fff","Perspektiven für die Softwareentwicklung der Zukunft",{"altText":308,"config":309},"the source promo card",{"src":310},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":312,"config":313},"Lies die News",{"href":314,"dataGaName":315,"dataGaLocation":48},"/de-de/the-source/","the source",{"text":317,"config":318,"lists":320},"Unternehmen",{"dataNavLevelOne":319},"company",[321],{"items":322},[323,328,334,336,341,346,351,356,361,366,371],{"text":324,"config":325},"Über",{"href":326,"dataGaName":327,"dataGaLocation":48},"/de-de/company/","about",{"text":329,"config":330,"footerGa":333},"Karriere",{"href":331,"dataGaName":332,"dataGaLocation":48},"/jobs/","jobs",{"dataGaName":332},{"text":294,"config":335},{"href":296,"dataGaName":297,"dataGaLocation":48},{"text":337,"config":338},"Geschäftsführung",{"href":339,"dataGaName":340,"dataGaLocation":48},"/company/team/e-group/","leadership",{"text":342,"config":343},"Team",{"href":344,"dataGaName":345,"dataGaLocation":48},"/company/team/","team",{"text":347,"config":348},"Handbuch",{"href":349,"dataGaName":350,"dataGaLocation":48},"https://handbook.gitlab.com/","handbook",{"text":352,"config":353},"Investor Relations",{"href":354,"dataGaName":355,"dataGaLocation":48},"https://ir.gitlab.com/","investor relations",{"text":357,"config":358},"Trust Center",{"href":359,"dataGaName":360,"dataGaLocation":48},"/de-de/security/","trust center",{"text":362,"config":363},"AI Transparency Center",{"href":364,"dataGaName":365,"dataGaLocation":48},"/de-de/ai-transparency-center/","ai transparency center",{"text":367,"config":368},"Newsletter",{"href":369,"dataGaName":370,"dataGaLocation":48},"/company/contact/","newsletter",{"text":372,"config":373},"Presse",{"href":374,"dataGaName":375,"dataGaLocation":48},"/press/","press",{"text":377,"config":378,"lists":379},"Kontakt",{"dataNavLevelOne":319},[380],{"items":381},[382,385,390],{"text":55,"config":383},{"href":57,"dataGaName":384,"dataGaLocation":48},"talk to sales",{"text":386,"config":387},"Support",{"href":388,"dataGaName":389,"dataGaLocation":48},"/support/","get help",{"text":391,"config":392},"Kundenportal",{"href":393,"dataGaName":394,"dataGaLocation":48},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":396,"login":397,"suggestions":404},"Schließen",{"text":398,"link":399},"Um Repositories und Projekte zu durchsuchen, melde dich an bei",{"text":400,"config":401},"gitlab.com",{"href":62,"dataGaName":402,"dataGaLocation":403},"search login","search",{"text":405,"default":406},"Vorschläge",[407,410,415,417,422,427],{"text":77,"config":408},{"href":82,"dataGaName":409,"dataGaLocation":403},"GitLab Duo (AI)",{"text":411,"config":412},"Code Suggestions (KI)",{"href":413,"dataGaName":414,"dataGaLocation":403},"/de-de/solutions/code-suggestions/","Code Suggestions (AI)",{"text":26,"config":416},{"href":130,"dataGaName":26,"dataGaLocation":403},{"text":418,"config":419},"GitLab auf AWS",{"href":420,"dataGaName":421,"dataGaLocation":403},"/de-de/partners/technology-partners/aws/","GitLab on AWS",{"text":423,"config":424},"GitLab auf Google Cloud",{"href":425,"dataGaName":426,"dataGaLocation":403},"/de-de/partners/technology-partners/google-cloud-platform/","GitLab on Google Cloud",{"text":428,"config":429},"Warum GitLab?",{"href":90,"dataGaName":430,"dataGaLocation":403},"Why GitLab?",{"freeTrial":432,"mobileIcon":437,"desktopIcon":442},{"text":433,"config":434},"Kostenlos testen",{"href":435,"dataGaName":53,"dataGaLocation":436},"https://gitlab.com/-/trials/new/","nav",{"altText":438,"config":439},"GitLab-Symbol",{"src":440,"dataGaName":441,"dataGaLocation":436},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":438,"config":443},{"src":444,"dataGaName":441,"dataGaLocation":436},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":446,"mobileIcon":450,"desktopIcon":452},{"text":447,"config":448},"Erfahre mehr über GitLab Duo",{"href":82,"dataGaName":449,"dataGaLocation":436},"gitlab duo",{"altText":438,"config":451},{"src":440,"dataGaName":441,"dataGaLocation":436},{"altText":438,"config":453},{"src":444,"dataGaName":441,"dataGaLocation":436},"content:shared:de-de:main-navigation.yml","Main Navigation","shared/de-de/main-navigation.yml","shared/de-de/main-navigation",{"_path":459,"_dir":42,"_draft":6,"_partial":6,"_locale":7,"title":460,"button":461,"config":466,"_id":468,"_type":34,"_source":36,"_file":469,"_stem":470,"_extension":39},"/shared/de-de/banner","GitLab Duo Agent Platform ist jetzt in öffentlicher Beta!",{"text":462,"config":463},"Beta testen",{"href":464,"dataGaName":465,"dataGaLocation":48},"/de-de/gitlab-duo/agent-platform/","duo banner",{"layout":467},"release","content:shared:de-de:banner.yml","shared/de-de/banner.yml","shared/de-de/banner",{"_path":472,"_dir":42,"_draft":6,"_partial":6,"_locale":7,"data":473,"_id":676,"_type":34,"title":677,"_source":36,"_file":678,"_stem":679,"_extension":39},"/shared/de-de/main-footer",{"text":474,"source":475,"edit":481,"contribute":486,"config":491,"items":496,"minimal":668},"Git ist eine Marke von Software Freedom Conservancy und unsere Verwendung von „GitLab“ erfolgt unter Lizenz.",{"text":476,"config":477},"Quelltext der Seite anzeigen",{"href":478,"dataGaName":479,"dataGaLocation":480},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":482,"config":483},"Diese Seite bearbeiten",{"href":484,"dataGaName":485,"dataGaLocation":480},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":487,"config":488},"Beteilige dich",{"href":489,"dataGaName":490,"dataGaLocation":480},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":492,"facebook":493,"youtube":494,"linkedin":495},"https://x.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[497,520,575,604,638],{"title":66,"links":498,"subMenu":503},[499],{"text":500,"config":501},"DevSecOps-Plattform",{"href":75,"dataGaName":502,"dataGaLocation":480},"devsecops platform",[504],{"title":207,"links":505},[506,510,515],{"text":507,"config":508},"Tarife anzeigen",{"href":209,"dataGaName":509,"dataGaLocation":480},"view plans",{"text":511,"config":512},"Vorteile von Premium",{"href":513,"dataGaName":514,"dataGaLocation":480},"/de-de/pricing/premium/","why premium",{"text":516,"config":517},"Vorteile von Ultimate",{"href":518,"dataGaName":519,"dataGaLocation":480},"/de-de/pricing/ultimate/","why ultimate",{"title":521,"links":522},"Lösungen",[523,528,531,533,538,543,547,550,553,558,560,562,565,570],{"text":524,"config":525},"Digitale Transformation",{"href":526,"dataGaName":527,"dataGaLocation":480},"/de-de/topics/digital-transformation/","digital transformation",{"text":529,"config":530},"Sicherheit und Compliance",{"href":149,"dataGaName":156,"dataGaLocation":480},{"text":141,"config":532},{"href":125,"dataGaName":126,"dataGaLocation":480},{"text":534,"config":535},"Agile Entwicklung",{"href":536,"dataGaName":537,"dataGaLocation":480},"/de-de/solutions/agile-delivery/","agile delivery",{"text":539,"config":540},"Cloud-Transformation",{"href":541,"dataGaName":542,"dataGaLocation":480},"/de-de/topics/cloud-native/","cloud transformation",{"text":544,"config":545},"SCM",{"href":138,"dataGaName":546,"dataGaLocation":480},"source code management",{"text":26,"config":548},{"href":130,"dataGaName":549,"dataGaLocation":480},"continuous integration & delivery",{"text":179,"config":551},{"href":181,"dataGaName":552,"dataGaLocation":480},"value stream management",{"text":554,"config":555},"GitOps",{"href":556,"dataGaName":557,"dataGaLocation":480},"/de-de/solutions/gitops/","gitops",{"text":192,"config":559},{"href":194,"dataGaName":195,"dataGaLocation":480},{"text":197,"config":561},{"href":199,"dataGaName":200,"dataGaLocation":480},{"text":563,"config":564},"Öffentlicher Sektor",{"href":204,"dataGaName":205,"dataGaLocation":480},{"text":566,"config":567},"Bildungswesen",{"href":568,"dataGaName":569,"dataGaLocation":480},"/de-de/solutions/education/","education",{"text":571,"config":572},"Finanzdienstleistungen",{"href":573,"dataGaName":574,"dataGaLocation":480},"/de-de/solutions/finance/","financial services",{"title":212,"links":576},[577,579,581,583,586,588,590,592,594,596,598,600,602],{"text":224,"config":578},{"href":226,"dataGaName":227,"dataGaLocation":480},{"text":229,"config":580},{"href":231,"dataGaName":232,"dataGaLocation":480},{"text":234,"config":582},{"href":236,"dataGaName":237,"dataGaLocation":480},{"text":239,"config":584},{"href":241,"dataGaName":585,"dataGaLocation":480},"docs",{"text":262,"config":587},{"href":264,"dataGaName":5,"dataGaLocation":480},{"text":257,"config":589},{"href":259,"dataGaName":260,"dataGaLocation":480},{"text":266,"config":591},{"href":268,"dataGaName":269,"dataGaLocation":480},{"text":279,"config":593},{"href":281,"dataGaName":282,"dataGaLocation":480},{"text":271,"config":595},{"href":273,"dataGaName":274,"dataGaLocation":480},{"text":284,"config":597},{"href":286,"dataGaName":287,"dataGaLocation":480},{"text":289,"config":599},{"href":291,"dataGaName":292,"dataGaLocation":480},{"text":294,"config":601},{"href":296,"dataGaName":297,"dataGaLocation":480},{"text":299,"config":603},{"href":301,"dataGaName":302,"dataGaLocation":480},{"title":317,"links":605},[606,608,610,612,614,616,618,622,627,629,631,633],{"text":324,"config":607},{"href":326,"dataGaName":319,"dataGaLocation":480},{"text":329,"config":609},{"href":331,"dataGaName":332,"dataGaLocation":480},{"text":337,"config":611},{"href":339,"dataGaName":340,"dataGaLocation":480},{"text":342,"config":613},{"href":344,"dataGaName":345,"dataGaLocation":480},{"text":347,"config":615},{"href":349,"dataGaName":350,"dataGaLocation":480},{"text":352,"config":617},{"href":354,"dataGaName":355,"dataGaLocation":480},{"text":619,"config":620},"Sustainability",{"href":621,"dataGaName":619,"dataGaLocation":480},"/sustainability/",{"text":623,"config":624},"Vielfalt, Inklusion und Zugehörigkeit",{"href":625,"dataGaName":626,"dataGaLocation":480},"/de-de/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":357,"config":628},{"href":359,"dataGaName":360,"dataGaLocation":480},{"text":367,"config":630},{"href":369,"dataGaName":370,"dataGaLocation":480},{"text":372,"config":632},{"href":374,"dataGaName":375,"dataGaLocation":480},{"text":634,"config":635},"Transparenzerklärung zu moderner Sklaverei",{"href":636,"dataGaName":637,"dataGaLocation":480},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":639,"links":640},"Nimm Kontakt auf",[641,644,646,648,653,658,663],{"text":642,"config":643},"Sprich mit einem Experten/einer Expertin",{"href":57,"dataGaName":58,"dataGaLocation":480},{"text":386,"config":645},{"href":388,"dataGaName":389,"dataGaLocation":480},{"text":391,"config":647},{"href":393,"dataGaName":394,"dataGaLocation":480},{"text":649,"config":650},"Status",{"href":651,"dataGaName":652,"dataGaLocation":480},"https://status.gitlab.com/","status",{"text":654,"config":655},"Nutzungsbedingungen",{"href":656,"dataGaName":657,"dataGaLocation":480},"/terms/","terms of use",{"text":659,"config":660},"Datenschutzerklärung",{"href":661,"dataGaName":662,"dataGaLocation":480},"/de-de/privacy/","privacy statement",{"text":664,"config":665},"Cookie-Einstellungen",{"dataGaName":666,"dataGaLocation":480,"id":667,"isOneTrustButton":111},"cookie preferences","ot-sdk-btn",{"items":669},[670,672,674],{"text":654,"config":671},{"href":656,"dataGaName":657,"dataGaLocation":480},{"text":659,"config":673},{"href":661,"dataGaName":662,"dataGaLocation":480},{"text":664,"config":675},{"dataGaName":666,"dataGaLocation":480,"id":667,"isOneTrustButton":111},"content:shared:de-de:main-footer.yml","Main Footer","shared/de-de/main-footer.yml","shared/de-de/main-footer",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":681,"content":682,"config":685,"_id":33,"_type":34,"title":35,"_source":36,"_file":37,"_stem":38,"_extension":39},{"ogTitle":9,"schema":10,"ogImage":11,"ogDescription":12,"ogSiteName":13,"noIndex":6,"ogType":14,"ogUrl":15,"title":9,"canonicalUrls":15,"description":12},{"heroImage":11,"body":17,"authors":683,"updatedDate":21,"date":22,"title":23,"tags":684,"description":12,"category":28},[19,20],[25,26,27,28,29],{"slug":31,"featured":6,"template":32},[687,700,711,722,733,744,755,766,776,786,797,808,818,829,840,850,860,870,880,891,901,911,921,932,943,953,964,975,985,996,1006,1017,1028,1039,1050,1060,1071,1082,1092,1103,1113,1124,1135,1145,1155,1166,1176,1186,1196,1207,1218,1229,1240,1250,1261,1272,1283,1294,1304,1315,1327,1338,1349,1359,1371,1382,1392,1402,1412,1423,1433,1444,1455,1465,1475,1485,1496,1506,1516,1526,1536,1547,1557,1568,1578,1589,1599,1609,1619,1630,1641,1652,1663,1674,1686,1696,1707,1717,1728,1739,1750,1761,1771,1782,1793,1804,1815,1825,1836,1847,1858,1868,1881,1891,1902,1913,1924,1934,1945,1956,1967,1977,1987,1997,2007,2018,2028,2038,2049,2059,2070,2080,2091,2102,2112,2123,2133,2143,2153,2164,2174,2184,2195,2206,2216,2227,2238,2249,2259,2272,2283,2293,2305,2317,2327,2337,2348,2358,2369,2381,2392,2403,2414,2426,2437,2447,2457,2468,2478,2488,2499,2510,2520,2531,2542,2552,2562,2573,2584,2594,2605,2615,2626,2637,2648,2658,2668,2679,2690,2700,2710,2721,2733,2743,2753,2763,2774,2785,2795,2805,2815,2825,2835,2846,2857,2867,2878,2888,2898,2908,2918,2928,2939,2949,2959,2970,2980,2990,3001,3012,3022,3034,3044,3054,3066,3077,3088,3098,3109,3120,3131,3141,3153,3164,3174,3185,3196,3207,3218,3229,3240,3251,3261,3272,3283,3294,3304,3314,3325,3335,3345,3356,3367,3380,3391,3402,3412,3423,3435,3446,3457,3468,3478,3488,3499,3509,3520,3531,3542,3552,3562,3572,3582,3593,3604,3615,3626,3638,3649,3661,3672,3682,3692,3704,3714,3725,3735,3746,3756,3766,3777,3789,3799,3809,3819,3830,3840,3850,3860,3870,3881,3892,3903,3915,3926,3936,3947,3958,3968,3978,3989,4000,4011,4022,4032,4043,4054,4065,4075,4086,4097,4107,4118,4129,4140,4150,4160,4171,4182,4192,4203,4214,4225,4235,4245,4256,4267,4278,4289,4300,4310,4321,4332,4342,4352,4362,4374,4386,4396,4408,4418,4429,4440,4451,4462,4475,4485,4496,4507,4517,4527,4537,4548,4558,4569,4580,4590,4601,4611,4622,4633,4644,4655,4666,4677,4687,4697,4708,4719,4729,4739,4749,4760,4771,4781,4791,4801,4811,4822,4832,4842,4853,4863,4874,4884,4895,4906,4916,4926,4937,4947,4957,4968,4979,4990,5001,5011,5023,5034,5045,5055,5065,5075,5086,5097,5108,5119,5129,5140,5151,5161,5172,5184,5194,5204,5214,5225,5236,5247,5257,5267,5278,5289,5299,5311,5321,5331,5342,5352,5363,5375,5386,5396,5407,5418,5428,5439,5450,5462,5472,5482,5493,5503,5514,5524,5535,5545,5555,5566,5576,5587,5597,5607,5618,5628,5639,5650,5660,5670,5681,5691,5701,5711,5721,5732,5743,5755,5766,5777,5789,5801,5812,5823,5833,5844,5854,5864,5875,5886,5897,5907,5917,5927,5937,5947,5958,5970,5981,5993,6004,6014,6024,6035,6045,6055,6065,6075,6085,6095,6106,6116,6126,6137,6147,6157,6168,6179,6189,6201,6212,6222,6234,6245,6255,6266,6277,6287,6297,6307,6319,6329,6340,6351,6362,6373,6383,6393,6404,6416,6426,6436,6447,6457,6468,6478,6490,6501,6511,6521,6532,6544,6554,6567,6577,6589,6600,6610,6620,6631,6641,6652,6663,6674,6685,6696,6707,6718,6729,6740,6751,6762,6773,6784,6795,6806,6816,6829,6839,6850,6860,6871,6881,6891,6902,6913,6924,6934,6944,6955,6965,6976,6987,6999,7010,7020,7031,7042,7052,7062,7072,7082,7092,7103,7113,7124,7134,7145,7160,7171,7181,7192,7203,7214,7225,7236,7246,7257,7268,7279,7289,7300,7310,7320,7330,7340,7350,7361,7373,7383,7394,7405,7417,7427,7438,7448,7460,7471,7481,7491,7502,7513,7523,7534,7544,7554,7565,7576,7587,7598,7608,7619,7630,7640,7650,7660,7671,7682,7692,7702,7713,7724,7734,7744,7754,7765,7775,7786,7797,7808,7818,7828,7838,7848,7859,7870,7880,7890,7900,7910,7921],{"_path":688,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":690,"config":695,"_id":697,"_type":34,"title":691,"_source":36,"_file":698,"_stem":699,"_extension":39},"/en-us/blog/authors/aakriti-gupta","authors",{"name":691,"config":692},"Aakriti Gupta",{"headshot":693,"ctfId":694},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681960/Blog/Author%20Headshots/aakriti.jpg","aakritigupta",{"template":696},"BlogAuthor","content:en-us:blog:authors:aakriti-gupta.yml","en-us/blog/authors/aakriti-gupta.yml","en-us/blog/authors/aakriti-gupta",{"_path":701,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":702,"config":706,"_id":707,"_type":34,"title":708,"_source":36,"_file":709,"_stem":710,"_extension":39},"/en-us/blog/authors/aaron-peters-member-good-docs-project",{"name":703,"config":704},"Aaron Peters, Member, Good Docs Project",{"headshot":7,"ctfId":705},"7KZoxZ7kn5c5DAvuDP6wtx",{"template":696},"content:en-us:blog:authors:aaron-peters-member-good-docs-project.yml","Aaron Peters Member Good Docs Project","en-us/blog/authors/aaron-peters-member-good-docs-project.yml","en-us/blog/authors/aaron-peters-member-good-docs-project",{"_path":712,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":713,"config":718,"_id":719,"_type":34,"title":714,"_source":36,"_file":720,"_stem":721,"_extension":39},"/en-us/blog/authors/aathira-nair",{"name":714,"config":715},"Aathira Nair",{"headshot":716,"ctfId":717},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663871/Blog/Author%20Headshots/anair5-headshot.jpg","anair",{"template":696},"content:en-us:blog:authors:aathira-nair.yml","en-us/blog/authors/aathira-nair.yml","en-us/blog/authors/aathira-nair",{"_path":723,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":724,"config":729,"_id":730,"_type":34,"title":725,"_source":36,"_file":731,"_stem":732,"_extension":39},"/en-us/blog/authors/abdulkader-benchi",{"name":725,"config":726},"Abdulkader Benchi",{"headshot":727,"ctfId":728},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","Abdulkader-Benchi",{"template":696},"content:en-us:blog:authors:abdulkader-benchi.yml","en-us/blog/authors/abdulkader-benchi.yml","en-us/blog/authors/abdulkader-benchi",{"_path":734,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":735,"config":740,"_id":741,"_type":34,"title":736,"_source":36,"_file":742,"_stem":743,"_extension":39},"/en-us/blog/authors/abubakar-siddiq-ango",{"name":736,"config":737},"Abubakar Siddiq Ango",{"headshot":738,"ctfId":739},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660104/Blog/Author%20Headshots/abuango-headshot.jpg","abuango",{"template":696},"content:en-us:blog:authors:abubakar-siddiq-ango.yml","en-us/blog/authors/abubakar-siddiq-ango.yml","en-us/blog/authors/abubakar-siddiq-ango",{"_path":745,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":746,"config":751,"_id":752,"_type":34,"title":747,"_source":36,"_file":753,"_stem":754,"_extension":39},"/en-us/blog/authors/achilleas-pipinellis",{"name":747,"config":748},"Achilleas Pipinellis",{"headshot":749,"ctfId":750},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671703/Blog/Author%20Headshots/axil-headshot.jpg","Achilleas-Pipinellis",{"template":696},"content:en-us:blog:authors:achilleas-pipinellis.yml","en-us/blog/authors/achilleas-pipinellis.yml","en-us/blog/authors/achilleas-pipinellis",{"_path":756,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":757,"config":761,"_id":762,"_type":34,"title":763,"_source":36,"_file":764,"_stem":765,"_extension":39},"/en-us/blog/authors/adfinis-sygroup",{"name":758,"config":759},"Adfinis SyGroup",{"headshot":727,"ctfId":760},"Adfinis-SyGroup",{"template":696},"content:en-us:blog:authors:adfinis-sygroup.yml","Adfinis Sygroup","en-us/blog/authors/adfinis-sygroup.yml","en-us/blog/authors/adfinis-sygroup",{"_path":767,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":768,"config":772,"_id":773,"_type":34,"title":769,"_source":36,"_file":774,"_stem":775,"_extension":39},"/en-us/blog/authors/ahmet-kizilay",{"name":769,"config":770},"Ahmet Kizilay",{"headshot":727,"ctfId":771},"Ahmet-Kizilay",{"template":696},"content:en-us:blog:authors:ahmet-kizilay.yml","en-us/blog/authors/ahmet-kizilay.yml","en-us/blog/authors/ahmet-kizilay",{"_path":777,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":778,"config":782,"_id":783,"_type":34,"title":779,"_source":36,"_file":784,"_stem":785,"_extension":39},"/en-us/blog/authors/akashdeep-dhar",{"name":779,"config":780},"Akashdeep Dhar",{"headshot":7,"ctfId":781},"t0xic0der",{"template":696},"content:en-us:blog:authors:akashdeep-dhar.yml","en-us/blog/authors/akashdeep-dhar.yml","en-us/blog/authors/akashdeep-dhar",{"_path":787,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":788,"config":793,"_id":794,"_type":34,"title":789,"_source":36,"_file":795,"_stem":796,"_extension":39},"/en-us/blog/authors/alana-bellucci",{"name":789,"config":790},"Alana Bellucci",{"headshot":791,"ctfId":792},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664907/Blog/Author%20Headshots/abellucci-headshot.jpg","abellucci",{"template":696},"content:en-us:blog:authors:alana-bellucci.yml","en-us/blog/authors/alana-bellucci.yml","en-us/blog/authors/alana-bellucci",{"_path":798,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":799,"config":804,"_id":805,"_type":34,"title":800,"_source":36,"_file":806,"_stem":807,"_extension":39},"/en-us/blog/authors/alex-fracazo",{"name":800,"config":801},"Alex Fracazo",{"headshot":802,"ctfId":803},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663572/Blog/Author%20Headshots/Alex_Fracazo_headshot.png","1fd3avORyzEvt4jtKpkT2k",{"template":696},"content:en-us:blog:authors:alex-fracazo.yml","en-us/blog/authors/alex-fracazo.yml","en-us/blog/authors/alex-fracazo",{"_path":809,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":810,"config":814,"_id":815,"_type":34,"title":811,"_source":36,"_file":816,"_stem":817,"_extension":39},"/en-us/blog/authors/alex-groleau",{"name":811,"config":812},"Alex Groleau",{"headshot":727,"ctfId":813},"3VVHytQSHu9ehZgsUEJ3qq",{"template":696},"content:en-us:blog:authors:alex-groleau.yml","en-us/blog/authors/alex-groleau.yml","en-us/blog/authors/alex-groleau",{"_path":819,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":820,"config":825,"_id":826,"_type":34,"title":821,"_source":36,"_file":827,"_stem":828,"_extension":39},"/en-us/blog/authors/alex-mark",{"name":821,"config":822},"Alex Mark",{"headshot":823,"ctfId":824},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755709078/j3vuvongn6hbucxwaufz.png","alexmark",{"template":696},"content:en-us:blog:authors:alex-mark.yml","en-us/blog/authors/alex-mark.yml","en-us/blog/authors/alex-mark",{"_path":830,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":831,"config":836,"_id":837,"_type":34,"title":832,"_source":36,"_file":838,"_stem":839,"_extension":39},"/en-us/blog/authors/alex-martin",{"name":832,"config":833},"Alex Martin",{"headshot":834,"ctfId":835},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666415/Blog/Author%20Headshots/alex_martin_headshot.png","4vZLX2E8BoR3LCNoYdooCY",{"template":696},"content:en-us:blog:authors:alex-martin.yml","en-us/blog/authors/alex-martin.yml","en-us/blog/authors/alex-martin",{"_path":841,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":842,"config":846,"_id":847,"_type":34,"title":843,"_source":36,"_file":848,"_stem":849,"_extension":39},"/en-us/blog/authors/alexander-dietrich",{"name":843,"config":844},"Alexander Dietrich",{"headshot":727,"ctfId":845},"2CzeEOPVjjGKpdblIm0JfO",{"template":696},"content:en-us:blog:authors:alexander-dietrich.yml","en-us/blog/authors/alexander-dietrich.yml","en-us/blog/authors/alexander-dietrich",{"_path":851,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":852,"config":856,"_id":857,"_type":34,"title":853,"_source":36,"_file":858,"_stem":859,"_extension":39},"/en-us/blog/authors/alexander-malaev",{"name":853,"config":854},"Alexander Malaev",{"headshot":727,"ctfId":855},"Alexander-Malaev",{"template":696},"content:en-us:blog:authors:alexander-malaev.yml","en-us/blog/authors/alexander-malaev.yml","en-us/blog/authors/alexander-malaev",{"_path":861,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":862,"config":866,"_id":867,"_type":34,"title":863,"_source":36,"_file":868,"_stem":869,"_extension":39},"/en-us/blog/authors/alexander-pereverzevs",{"name":863,"config":864},"Alexander Pereverzevs",{"headshot":7,"ctfId":865},"lokalise",{"template":696},"content:en-us:blog:authors:alexander-pereverzevs.yml","en-us/blog/authors/alexander-pereverzevs.yml","en-us/blog/authors/alexander-pereverzevs",{"_path":871,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":872,"config":876,"_id":877,"_type":34,"title":873,"_source":36,"_file":878,"_stem":879,"_extension":39},"/en-us/blog/authors/alexis-ginsberg",{"name":873,"config":874},"Alexis Ginsberg",{"headshot":727,"ctfId":875},"lmDIchpcDx48jKuke2B4l",{"template":696},"content:en-us:blog:authors:alexis-ginsberg.yml","en-us/blog/authors/alexis-ginsberg.yml","en-us/blog/authors/alexis-ginsberg",{"_path":881,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":882,"config":887,"_id":888,"_type":34,"title":883,"_source":36,"_file":889,"_stem":890,"_extension":39},"/en-us/blog/authors/allie-holland",{"name":883,"config":884},"Allie Holland",{"headshot":885,"ctfId":886},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664869/Blog/Author%20Headshots/allie_headshot.png","4Sc66Y8dwHEHwBNuJSh4Mv",{"template":696},"content:en-us:blog:authors:allie-holland.yml","en-us/blog/authors/allie-holland.yml","en-us/blog/authors/allie-holland",{"_path":892,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":893,"config":897,"_id":898,"_type":34,"title":894,"_source":36,"_file":899,"_stem":900,"_extension":39},"/en-us/blog/authors/allison-whilden",{"name":894,"config":895},"Allison Whilden",{"headshot":727,"ctfId":896},"Allison-Whilden",{"template":696},"content:en-us:blog:authors:allison-whilden.yml","en-us/blog/authors/allison-whilden.yml","en-us/blog/authors/allison-whilden",{"_path":902,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":903,"config":907,"_id":908,"_type":34,"title":904,"_source":36,"_file":909,"_stem":910,"_extension":39},"/en-us/blog/authors/alyssa-rock",{"name":904,"config":905},"Alyssa Rock",{"headshot":727,"ctfId":906},"4T2hddEfeK0Kp1zF8Ncvej",{"template":696},"content:en-us:blog:authors:alyssa-rock.yml","en-us/blog/authors/alyssa-rock.yml","en-us/blog/authors/alyssa-rock",{"_path":912,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":913,"config":917,"_id":918,"_type":34,"title":914,"_source":36,"_file":919,"_stem":920,"_extension":39},"/en-us/blog/authors/amanda-folson",{"name":914,"config":915},"Amanda Folson",{"headshot":727,"ctfId":916},"Amanda-Folson",{"template":696},"content:en-us:blog:authors:amanda-folson.yml","en-us/blog/authors/amanda-folson.yml","en-us/blog/authors/amanda-folson",{"_path":922,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":923,"config":928,"_id":929,"_type":34,"title":924,"_source":36,"_file":930,"_stem":931,"_extension":39},"/en-us/blog/authors/amanda-rueda",{"name":924,"config":925},"Amanda Rueda",{"headshot":926,"ctfId":927},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660008/Blog/Author%20Headshots/amanda_rueda_headshot.png","73IHSOcUmhlsh9XDSEiyjs",{"template":696},"content:en-us:blog:authors:amanda-rueda.yml","en-us/blog/authors/amanda-rueda.yml","en-us/blog/authors/amanda-rueda",{"_path":933,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":934,"config":939,"_id":940,"_type":34,"title":935,"_source":36,"_file":941,"_stem":942,"_extension":39},"/en-us/blog/authors/amar-patel",{"name":935,"config":936},"Amar Patel",{"headshot":937,"ctfId":938},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663805/Blog/Author%20Headshots/amar_patel_headshot.png","1EUBoP8mmMLhdha2tRo0vB",{"template":696},"content:en-us:blog:authors:amar-patel.yml","en-us/blog/authors/amar-patel.yml","en-us/blog/authors/amar-patel",{"_path":944,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":945,"config":949,"_id":950,"_type":34,"title":946,"_source":36,"_file":951,"_stem":952,"_extension":39},"/en-us/blog/authors/amara-nwaigwe",{"name":946,"config":947},"Amara Nwaigwe",{"headshot":727,"ctfId":948},"Amara-Nwaigwe",{"template":696},"content:en-us:blog:authors:amara-nwaigwe.yml","en-us/blog/authors/amara-nwaigwe.yml","en-us/blog/authors/amara-nwaigwe",{"_path":954,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":955,"config":960,"_id":961,"_type":34,"title":956,"_source":36,"_file":962,"_stem":963,"_extension":39},"/en-us/blog/authors/amelia-bauerly",{"name":956,"config":957},"Amelia Bauerly",{"headshot":958,"ctfId":959},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670746/Blog/Author%20Headshots/ameliabauerly-headshot.jpg","ameliabauerly",{"template":696},"content:en-us:blog:authors:amelia-bauerly.yml","en-us/blog/authors/amelia-bauerly.yml","en-us/blog/authors/amelia-bauerly",{"_path":965,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":966,"config":971,"_id":972,"_type":34,"title":967,"_source":36,"_file":973,"_stem":974,"_extension":39},"/en-us/blog/authors/ameya-darshan",{"name":967,"config":968},"Ameya Darshan",{"headshot":969,"ctfId":970},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667342/Blog/Author%20Headshots/ameya_darshan_headshot.png","79paMp2QSqRdFtZznJ6uNr",{"template":696},"content:en-us:blog:authors:ameya-darshan.yml","en-us/blog/authors/ameya-darshan.yml","en-us/blog/authors/ameya-darshan",{"_path":976,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":977,"config":981,"_id":982,"_type":34,"title":978,"_source":36,"_file":983,"_stem":984,"_extension":39},"/en-us/blog/authors/andrea-borga",{"name":978,"config":979},"Andrea Borga",{"headshot":727,"ctfId":980},"6dPpfov6kpNcMdmyHyhKcN",{"template":696},"content:en-us:blog:authors:andrea-borga.yml","en-us/blog/authors/andrea-borga.yml","en-us/blog/authors/andrea-borga",{"_path":986,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":987,"config":992,"_id":993,"_type":34,"title":988,"_source":36,"_file":994,"_stem":995,"_extension":39},"/en-us/blog/authors/andreas-brandl",{"name":988,"config":989},"Andreas Brandl",{"headshot":990,"ctfId":991},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683343/Blog/Author%20Headshots/abrandl-headshot.jpg","abrandl",{"template":696},"content:en-us:blog:authors:andreas-brandl.yml","en-us/blog/authors/andreas-brandl.yml","en-us/blog/authors/andreas-brandl",{"_path":997,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":998,"config":1002,"_id":1003,"_type":34,"title":999,"_source":36,"_file":1004,"_stem":1005,"_extension":39},"/en-us/blog/authors/andrew-chilton",{"name":999,"config":1000},"Andrew Chilton",{"headshot":7,"ctfId":1001},"chilts",{"template":696},"content:en-us:blog:authors:andrew-chilton.yml","en-us/blog/authors/andrew-chilton.yml","en-us/blog/authors/andrew-chilton",{"_path":1007,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1008,"config":1013,"_id":1014,"_type":34,"title":1009,"_source":36,"_file":1015,"_stem":1016,"_extension":39},"/en-us/blog/authors/andrew-fontaine",{"name":1009,"config":1010},"Andrew Fontaine",{"headshot":1011,"ctfId":1012},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672447/Blog/Author%20Headshots/afontaine-headshot.jpg","afontaine",{"template":696},"content:en-us:blog:authors:andrew-fontaine.yml","en-us/blog/authors/andrew-fontaine.yml","en-us/blog/authors/andrew-fontaine",{"_path":1018,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1019,"config":1024,"_id":1025,"_type":34,"title":1020,"_source":36,"_file":1026,"_stem":1027,"_extension":39},"/en-us/blog/authors/andrew-kelly",{"name":1020,"config":1021},"Andrew Kelly",{"headshot":1022,"ctfId":1023},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681953/Blog/Author%20Headshots/ankelly-headshot.jpg","ankelly",{"template":696},"content:en-us:blog:authors:andrew-kelly.yml","en-us/blog/authors/andrew-kelly.yml","en-us/blog/authors/andrew-kelly",{"_path":1029,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1030,"config":1035,"_id":1036,"_type":34,"title":1031,"_source":36,"_file":1037,"_stem":1038,"_extension":39},"/en-us/blog/authors/andrew-newdigate",{"name":1031,"config":1032},"Andrew Newdigate",{"headshot":1033,"ctfId":1034},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670199/Blog/Author%20Headshots/andrewn-headshot.jpg","andrewn",{"template":696},"content:en-us:blog:authors:andrew-newdigate.yml","en-us/blog/authors/andrew-newdigate.yml","en-us/blog/authors/andrew-newdigate",{"_path":1040,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1041,"config":1046,"_id":1047,"_type":34,"title":1042,"_source":36,"_file":1048,"_stem":1049,"_extension":39},"/en-us/blog/authors/andrew-patterson",{"name":1042,"config":1043},"Andrew Patterson",{"headshot":1044,"ctfId":1045},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669197/Blog/Author%20Headshots/andrew_patterson_headshot.png","6qJ1J2ePA6FVQaVLqx0C0d",{"template":696},"content:en-us:blog:authors:andrew-patterson.yml","en-us/blog/authors/andrew-patterson.yml","en-us/blog/authors/andrew-patterson",{"_path":1051,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1052,"config":1056,"_id":1057,"_type":34,"title":1053,"_source":36,"_file":1058,"_stem":1059,"_extension":39},"/en-us/blog/authors/andrew-taylor",{"name":1053,"config":1054},"Andrew Taylor",{"headshot":727,"ctfId":1055},"Andrew-Taylor",{"template":696},"content:en-us:blog:authors:andrew-taylor.yml","en-us/blog/authors/andrew-taylor.yml","en-us/blog/authors/andrew-taylor",{"_path":1061,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1062,"config":1067,"_id":1068,"_type":34,"title":1063,"_source":36,"_file":1069,"_stem":1070,"_extension":39},"/en-us/blog/authors/andrew-thomas",{"name":1063,"config":1064},"Andrew Thomas",{"headshot":1065,"ctfId":1066},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663944/Blog/Author%20Headshots/awthomas-headshot.jpg","awthomas",{"template":696},"content:en-us:blog:authors:andrew-thomas.yml","en-us/blog/authors/andrew-thomas.yml","en-us/blog/authors/andrew-thomas",{"_path":1072,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1073,"config":1078,"_id":1079,"_type":34,"title":1074,"_source":36,"_file":1080,"_stem":1081,"_extension":39},"/en-us/blog/authors/andy-bradfield",{"name":1074,"role":1075,"config":1076},"Andy Bradfield","Vice President, IBM Z Hybrid Cloud",{"headshot":1077},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750433790/essf1v0fbgzygctp8cuc.jpg",{"template":696},"content:en-us:blog:authors:andy-bradfield.yml","en-us/blog/authors/andy-bradfield.yml","en-us/blog/authors/andy-bradfield",{"_path":1083,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1084,"config":1088,"_id":1089,"_type":34,"title":1085,"_source":36,"_file":1090,"_stem":1091,"_extension":39},"/en-us/blog/authors/andy-rogers",{"name":1085,"config":1086},"Andy Rogers",{"headshot":727,"ctfId":1087},"Andy-Rogers",{"template":696},"content:en-us:blog:authors:andy-rogers.yml","en-us/blog/authors/andy-rogers.yml","en-us/blog/authors/andy-rogers",{"_path":1093,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1094,"config":1099,"_id":1100,"_type":34,"title":1095,"_source":36,"_file":1101,"_stem":1102,"_extension":39},"/en-us/blog/authors/andy-volpe",{"name":1095,"config":1096},"Andy Volpe",{"headshot":1097,"ctfId":1098},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669776/Blog/Author%20Headshots/andyvolpe-headshot.png","andyvolpe",{"template":696},"content:en-us:blog:authors:andy-volpe.yml","en-us/blog/authors/andy-volpe.yml","en-us/blog/authors/andy-volpe",{"_path":1104,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1105,"config":1109,"_id":1110,"_type":34,"title":1106,"_source":36,"_file":1111,"_stem":1112,"_extension":39},"/en-us/blog/authors/angelo-stavrow",{"name":1106,"config":1107},"Angelo Stavrow",{"headshot":727,"ctfId":1108},"Angelo-Stavrow",{"template":696},"content:en-us:blog:authors:angelo-stavrow.yml","en-us/blog/authors/angelo-stavrow.yml","en-us/blog/authors/angelo-stavrow",{"_path":1114,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1115,"config":1120,"_id":1121,"_type":34,"title":1116,"_source":36,"_file":1122,"_stem":1123,"_extension":39},"/en-us/blog/authors/anna-vovchenko",{"name":1116,"config":1117},"Anna Vovchenko",{"headshot":1118,"ctfId":1119},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669159/Blog/Author%20Headshots/anna_vovchenko_headshot.png","4bLGBzB5LA0jYw0y9IqCs2",{"template":696},"content:en-us:blog:authors:anna-vovchenko.yml","en-us/blog/authors/anna-vovchenko.yml","en-us/blog/authors/anna-vovchenko",{"_path":1125,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1126,"config":1131,"_id":1132,"_type":34,"title":1127,"_source":36,"_file":1133,"_stem":1134,"_extension":39},"/en-us/blog/authors/annabel-dunstone-gray",{"name":1127,"config":1128},"Annabel Dunstone Gray",{"headshot":1129,"ctfId":1130},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679009/Blog/Author%20Headshots/annabeldunstone-headshot.jpg","annabeldunstone",{"template":696},"content:en-us:blog:authors:annabel-dunstone-gray.yml","en-us/blog/authors/annabel-dunstone-gray.yml","en-us/blog/authors/annabel-dunstone-gray",{"_path":1136,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1137,"config":1141,"_id":1142,"_type":34,"title":1138,"_source":36,"_file":1143,"_stem":1144,"_extension":39},"/en-us/blog/authors/anshuman-singh",{"name":1138,"config":1139},"Anshuman Singh",{"headshot":727,"ctfId":1140},"4xzrY67JSkxp4j7hlK1DWA",{"template":696},"content:en-us:blog:authors:anshuman-singh.yml","en-us/blog/authors/anshuman-singh.yml","en-us/blog/authors/anshuman-singh",{"_path":1146,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1147,"config":1151,"_id":1152,"_type":34,"title":1148,"_source":36,"_file":1153,"_stem":1154,"_extension":39},"/en-us/blog/authors/anthony-davanzo",{"name":1148,"config":1149},"Anthony Davanzo",{"headshot":727,"ctfId":1150},"4KccrB6k5jq46xQRDOdWSb",{"template":696},"content:en-us:blog:authors:anthony-davanzo.yml","en-us/blog/authors/anthony-davanzo.yml","en-us/blog/authors/anthony-davanzo",{"_path":1156,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1157,"config":1162,"_id":1163,"_type":34,"title":1158,"_source":36,"_file":1164,"_stem":1165,"_extension":39},"/en-us/blog/authors/anton-smith",{"name":1158,"config":1159},"Anton Smith",{"headshot":1160,"ctfId":1161},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679625/Blog/Author%20Headshots/anton-headshot.png","anton",{"template":696},"content:en-us:blog:authors:anton-smith.yml","en-us/blog/authors/anton-smith.yml","en-us/blog/authors/anton-smith",{"_path":1167,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1168,"config":1172,"_id":1173,"_type":34,"title":1169,"_source":36,"_file":1174,"_stem":1175,"_extension":39},"/en-us/blog/authors/aricka-flowers",{"name":1169,"config":1170},"Aricka Flowers",{"headshot":7,"ctfId":1171},"atflowers",{"template":696},"content:en-us:blog:authors:aricka-flowers.yml","en-us/blog/authors/aricka-flowers.yml","en-us/blog/authors/aricka-flowers",{"_path":1177,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1178,"config":1182,"_id":1183,"_type":34,"title":1179,"_source":36,"_file":1184,"_stem":1185,"_extension":39},"/en-us/blog/authors/ariel-camus",{"name":1179,"config":1180},"Ariel Camus",{"headshot":7,"ctfId":1181},"arielcamus",{"template":696},"content:en-us:blog:authors:ariel-camus.yml","en-us/blog/authors/ariel-camus.yml","en-us/blog/authors/ariel-camus",{"_path":1187,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1188,"config":1192,"_id":1193,"_type":34,"title":1189,"_source":36,"_file":1194,"_stem":1195,"_extension":39},"/en-us/blog/authors/arunoda-susiripala",{"name":1189,"config":1190},"Arunoda Susiripala",{"headshot":727,"ctfId":1191},"7kQaq0xFWPi2zRW6NZIDHp",{"template":696},"content:en-us:blog:authors:arunoda-susiripala.yml","en-us/blog/authors/arunoda-susiripala.yml","en-us/blog/authors/arunoda-susiripala",{"_path":1197,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1198,"config":1202,"_id":1204,"_type":34,"title":1199,"_source":36,"_file":1205,"_stem":1206,"_extension":39},"/en-us/blog/authors/ashher-syed",{"name":1199,"config":1200},"Ashher Syed",{"headshot":1201},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753883485/jnsltidrjyzzbxlmllua.png",{"template":696,"gitlabHandle":1203},"ashhers","content:en-us:blog:authors:ashher-syed.yml","en-us/blog/authors/ashher-syed.yml","en-us/blog/authors/ashher-syed",{"_path":1208,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1209,"config":1214,"_id":1215,"_type":34,"title":1210,"_source":36,"_file":1216,"_stem":1217,"_extension":39},"/en-us/blog/authors/ashley-knobloch",{"name":1210,"config":1211},"Ashley Knobloch",{"headshot":1212,"ctfId":1213},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682879/Blog/Author%20Headshots/aknobloch-headshot.jpg","aknobloch",{"template":696},"content:en-us:blog:authors:ashley-knobloch.yml","en-us/blog/authors/ashley-knobloch.yml","en-us/blog/authors/ashley-knobloch",{"_path":1219,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1220,"config":1225,"_id":1226,"_type":34,"title":1221,"_source":36,"_file":1227,"_stem":1228,"_extension":39},"/en-us/blog/authors/ashley-kramer",{"name":1221,"config":1222},"Ashley Kramer",{"headshot":1223,"ctfId":1224},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662520/Blog/Author%20Headshots/akramer-headshot.jpg","akramer",{"template":696},"content:en-us:blog:authors:ashley-kramer.yml","en-us/blog/authors/ashley-kramer.yml","en-us/blog/authors/ashley-kramer",{"_path":1230,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1231,"config":1235,"_id":1236,"_type":34,"title":1237,"_source":36,"_file":1238,"_stem":1239,"_extension":39},"/en-us/blog/authors/ashley-mcalpin",{"name":1232,"config":1233},"Ashley McAlpin",{"headshot":727,"ctfId":1234},"Ashley-McAlpin",{"template":696},"content:en-us:blog:authors:ashley-mcalpin.yml","Ashley Mcalpin","en-us/blog/authors/ashley-mcalpin.yml","en-us/blog/authors/ashley-mcalpin",{"_path":1241,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1242,"config":1246,"_id":1247,"_type":34,"title":1243,"_source":36,"_file":1248,"_stem":1249,"_extension":39},"/en-us/blog/authors/ashley-smith",{"name":1243,"config":1244},"Ashley Smith",{"headshot":727,"ctfId":1245},"Ashley-Smith",{"template":696},"content:en-us:blog:authors:ashley-smith.yml","en-us/blog/authors/ashley-smith.yml","en-us/blog/authors/ashley-smith",{"_path":1251,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1252,"config":1256,"_id":1257,"_type":34,"title":1258,"_source":36,"_file":1259,"_stem":1260,"_extension":39},"/en-us/blog/authors/atlassian-bitbucket-github-gitlab",{"name":1253,"config":1254},"Atlassian Bitbucket, GitHub, GitLab",{"headshot":727,"ctfId":1255},"Atlassian-Bitbucket-GitHub-GitLab",{"template":696},"content:en-us:blog:authors:atlassian-bitbucket-github-gitlab.yml","Atlassian Bitbucket Github Gitlab","en-us/blog/authors/atlassian-bitbucket-github-gitlab.yml","en-us/blog/authors/atlassian-bitbucket-github-gitlab",{"_path":1262,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1263,"config":1268,"_id":1269,"_type":34,"title":1264,"_source":36,"_file":1270,"_stem":1271,"_extension":39},"/en-us/blog/authors/austin-regnery",{"name":1264,"config":1265},"Austin Regnery",{"headshot":1266,"ctfId":1267},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679497/Blog/Author%20Headshots/aregnery-headshot.jpg","aregnery",{"template":696},"content:en-us:blog:authors:austin-regnery.yml","en-us/blog/authors/austin-regnery.yml","en-us/blog/authors/austin-regnery",{"_path":1273,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1274,"config":1279,"_id":1280,"_type":34,"title":1275,"_source":36,"_file":1281,"_stem":1282,"_extension":39},"/en-us/blog/authors/ayoub-fandi",{"name":1275,"config":1276},"Ayoub Fandi",{"headshot":1277,"ctfId":1278},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664292/Blog/Author%20Headshots/ayofan-headshot.jpg","ayofan",{"template":696},"content:en-us:blog:authors:ayoub-fandi.yml","en-us/blog/authors/ayoub-fandi.yml","en-us/blog/authors/ayoub-fandi",{"_path":1284,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1285,"config":1289,"_id":1290,"_type":34,"title":1291,"_source":36,"_file":1292,"_stem":1293,"_extension":39},"/en-us/blog/authors/bahubali-bill-shetti",{"name":1286,"config":1287},"Bahubali (Bill) Shetti",{"headshot":727,"ctfId":1288},"4rFnUJeUt0JNGQwwCZSLMj",{"template":696},"content:en-us:blog:authors:bahubali-bill-shetti.yml","Bahubali Bill Shetti","en-us/blog/authors/bahubali-bill-shetti.yml","en-us/blog/authors/bahubali-bill-shetti",{"_path":1295,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1296,"config":1300,"_id":1301,"_type":34,"title":1297,"_source":36,"_file":1302,"_stem":1303,"_extension":39},"/en-us/blog/authors/baksheesh-singh-ghuman",{"name":1297,"config":1298},"Baksheesh Singh Ghuman",{"headshot":727,"ctfId":1299},"Baksheesh-Singh-Ghuman",{"template":696},"content:en-us:blog:authors:baksheesh-singh-ghuman.yml","en-us/blog/authors/baksheesh-singh-ghuman.yml","en-us/blog/authors/baksheesh-singh-ghuman",{"_path":1305,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1306,"config":1311,"_id":1312,"_type":34,"title":1307,"_source":36,"_file":1313,"_stem":1314,"_extension":39},"/en-us/blog/authors/bala-allam",{"name":1307,"config":1308},"Bala Allam",{"headshot":1309,"ctfId":1310},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663541/Blog/Author%20Headshots/bala_allam_headshot.png","2rLcMDIniW4zfuD8s0ckVt",{"template":696},"content:en-us:blog:authors:bala-allam.yml","en-us/blog/authors/bala-allam.yml","en-us/blog/authors/bala-allam",{"_path":1316,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1317,"config":1322,"_id":1323,"_type":34,"title":1324,"_source":36,"_file":1325,"_stem":1326,"_extension":39},"/en-us/blog/authors/balasankar-balu-c",{"name":1318,"config":1319},"Balasankar 'Balu' C",{"headshot":1320,"ctfId":1321},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681201/Blog/Author%20Headshots/balasankarc-headshot.jpg","balasankarc",{"template":696},"content:en-us:blog:authors:balasankar-balu-c.yml","Balasankar Balu C","en-us/blog/authors/balasankar-balu-c.yml","en-us/blog/authors/balasankar-balu-c",{"_path":1328,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1329,"config":1334,"_id":1335,"_type":34,"title":1330,"_source":36,"_file":1336,"_stem":1337,"_extension":39},"/en-us/blog/authors/bart-zhang",{"name":1330,"config":1331},"Bart Zhang",{"headshot":1332,"ctfId":1333},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664177/Blog/Author%20Headshots/bartzhang-headshot.jpg","bartzhang",{"template":696},"content:en-us:blog:authors:bart-zhang.yml","en-us/blog/authors/bart-zhang.yml","en-us/blog/authors/bart-zhang",{"_path":1339,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1340,"config":1345,"_id":1346,"_type":34,"title":1341,"_source":36,"_file":1347,"_stem":1348,"_extension":39},"/en-us/blog/authors/beatriz-barbosa",{"name":1341,"config":1342},"Beatriz Barbosa",{"headshot":1343,"ctfId":1344},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665252/Blog/Author%20Headshots/beatriz_barbosa.png","7GdHsfTvzkhnGh2qQmZF91",{"template":696},"content:en-us:blog:authors:beatriz-barbosa.yml","en-us/blog/authors/beatriz-barbosa.yml","en-us/blog/authors/beatriz-barbosa",{"_path":1350,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1351,"config":1355,"_id":1356,"_type":34,"title":1352,"_source":36,"_file":1357,"_stem":1358,"_extension":39},"/en-us/blog/authors/becka-lippert",{"name":1352,"config":1353},"Becka Lippert",{"headshot":727,"ctfId":1354},"7wX6Hbvb3AbKwa6NnClvBX",{"template":696},"content:en-us:blog:authors:becka-lippert.yml","en-us/blog/authors/becka-lippert.yml","en-us/blog/authors/becka-lippert",{"_path":1360,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1361,"config":1366,"_id":1367,"_type":34,"title":1368,"_source":36,"_file":1369,"_stem":1370,"_extension":39},"/en-us/blog/authors/ben-leduc-mills",{"name":1362,"config":1363},"Ben Leduc-Mills",{"headshot":1364,"ctfId":1365},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682380/Blog/Author%20Headshots/leducmills-headshot.png","leducmills",{"template":696},"content:en-us:blog:authors:ben-leduc-mills.yml","Ben Leduc Mills","en-us/blog/authors/ben-leduc-mills.yml","en-us/blog/authors/ben-leduc-mills",{"_path":1372,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1373,"config":1378,"_id":1379,"_type":34,"title":1374,"_source":36,"_file":1380,"_stem":1381,"_extension":39},"/en-us/blog/authors/ben-ridley",{"name":1374,"config":1375},"Ben Ridley",{"headshot":1376,"ctfId":1377},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659973/Blog/Author%20Headshots/bridley-headshot.jpg","bridley",{"template":696},"content:en-us:blog:authors:ben-ridley.yml","en-us/blog/authors/ben-ridley.yml","en-us/blog/authors/ben-ridley",{"_path":1383,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1384,"config":1388,"_id":1389,"_type":34,"title":1385,"_source":36,"_file":1390,"_stem":1391,"_extension":39},"/en-us/blog/authors/benedikt-rollik",{"name":1385,"config":1386},"Benedikt Rollik",{"headshot":727,"ctfId":1387},"Benedikt-Rollik",{"template":696},"content:en-us:blog:authors:benedikt-rollik.yml","en-us/blog/authors/benedikt-rollik.yml","en-us/blog/authors/benedikt-rollik",{"_path":1393,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1394,"config":1398,"_id":1399,"_type":34,"title":19,"_source":36,"_file":1400,"_stem":1401,"_extension":39},"/en-us/blog/authors/benjamin-skierlak",{"name":19,"config":1395},{"headshot":1396,"ctfId":1397},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659471/Blog/Author%20Headshots/Benjamin_Skierlak_headshot.png","Kzp6pkUjPORYYMoeLFPRf",{"template":696},"content:en-us:blog:authors:benjamin-skierlak.yml","en-us/blog/authors/benjamin-skierlak.yml","en-us/blog/authors/benjamin-skierlak",{"_path":1403,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1404,"config":1408,"_id":1409,"_type":34,"title":1405,"_source":36,"_file":1410,"_stem":1411,"_extension":39},"/en-us/blog/authors/bert-van-eyck",{"name":1405,"config":1406},"Bert Van Eyck",{"headshot":7,"ctfId":1407},"bertveproximus",{"template":696},"content:en-us:blog:authors:bert-van-eyck.yml","en-us/blog/authors/bert-van-eyck.yml","en-us/blog/authors/bert-van-eyck",{"_path":1413,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1414,"config":1419,"_id":1420,"_type":34,"title":1415,"_source":36,"_file":1421,"_stem":1422,"_extension":39},"/en-us/blog/authors/betsy-bula",{"name":1415,"config":1416},"Betsy Bula",{"headshot":1417,"ctfId":1418},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679451/Blog/Author%20Headshots/bbula-headshot.jpg","bbula",{"template":696},"content:en-us:blog:authors:betsy-bula.yml","en-us/blog/authors/betsy-bula.yml","en-us/blog/authors/betsy-bula",{"_path":1424,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1425,"config":1429,"_id":1430,"_type":34,"title":1426,"_source":36,"_file":1431,"_stem":1432,"_extension":39},"/en-us/blog/authors/betsy-church",{"name":1426,"config":1427},"Betsy Church",{"headshot":7,"ctfId":1428},"bchurch",{"template":696},"content:en-us:blog:authors:betsy-church.yml","en-us/blog/authors/betsy-church.yml","en-us/blog/authors/betsy-church",{"_path":1434,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1435,"config":1440,"_id":1441,"_type":34,"title":1436,"_source":36,"_file":1442,"_stem":1443,"_extension":39},"/en-us/blog/authors/bill-staples",{"name":1436,"config":1437,"role":1439},"Bill Staples",{"headshot":1438},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750434080/glxv59lh9qftpdbsb4ph.png","CEO",{"template":696},"content:en-us:blog:authors:bill-staples.yml","en-us/blog/authors/bill-staples.yml","en-us/blog/authors/bill-staples",{"_path":1445,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1446,"config":1451,"_id":1452,"_type":34,"title":1447,"_source":36,"_file":1453,"_stem":1454,"_extension":39},"/en-us/blog/authors/bob-van-landuyt",{"name":1447,"config":1448},"Bob Van Landuyt",{"headshot":1449,"ctfId":1450},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667520/Blog/Author%20Headshots/reprazent-headshot.png","reprazent",{"template":696},"content:en-us:blog:authors:bob-van-landuyt.yml","en-us/blog/authors/bob-van-landuyt.yml","en-us/blog/authors/bob-van-landuyt",{"_path":1456,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1457,"config":1461,"_id":1462,"_type":34,"title":1458,"_source":36,"_file":1463,"_stem":1464,"_extension":39},"/en-us/blog/authors/boris-baldassari",{"name":1458,"config":1459},"Boris Baldassari",{"headshot":7,"ctfId":1460},"bbaldassari",{"template":696},"content:en-us:blog:authors:boris-baldassari.yml","en-us/blog/authors/boris-baldassari.yml","en-us/blog/authors/boris-baldassari",{"_path":1466,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1467,"config":1471,"_id":1472,"_type":34,"title":1468,"_source":36,"_file":1473,"_stem":1474,"_extension":39},"/en-us/blog/authors/borivoje-tasovac",{"name":1468,"config":1469},"Borivoje Tasovac",{"headshot":7,"ctfId":1470},"borivoje",{"template":696},"content:en-us:blog:authors:borivoje-tasovac.yml","en-us/blog/authors/borivoje-tasovac.yml","en-us/blog/authors/borivoje-tasovac",{"_path":1476,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1477,"config":1481,"_id":1482,"_type":34,"title":1478,"_source":36,"_file":1483,"_stem":1484,"_extension":39},"/en-us/blog/authors/brad-downey",{"name":1478,"config":1479},"Brad Downey",{"headshot":727,"ctfId":1480},"6b6RTu6832NFEju2zKJhbE",{"template":696},"content:en-us:blog:authors:brad-downey.yml","en-us/blog/authors/brad-downey.yml","en-us/blog/authors/brad-downey",{"_path":1486,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1487,"config":1492,"_id":1493,"_type":34,"title":1488,"_source":36,"_file":1494,"_stem":1495,"_extension":39},"/en-us/blog/authors/bradley-lee",{"name":1488,"config":1489},"Bradley Lee",{"headshot":1490,"ctfId":1491},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666491/Blog/Author%20Headshots/bradleylee-headshot.jpg","bradleylee",{"template":696},"content:en-us:blog:authors:bradley-lee.yml","en-us/blog/authors/bradley-lee.yml","en-us/blog/authors/bradley-lee",{"_path":1497,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1498,"config":1502,"_id":1503,"_type":34,"title":1499,"_source":36,"_file":1504,"_stem":1505,"_extension":39},"/en-us/blog/authors/brandon-foo",{"name":1499,"config":1500},"Brandon Foo",{"headshot":727,"ctfId":1501},"Brandon-Foo",{"template":696},"content:en-us:blog:authors:brandon-foo.yml","en-us/blog/authors/brandon-foo.yml","en-us/blog/authors/brandon-foo",{"_path":1507,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1508,"config":1512,"_id":1513,"_type":34,"title":1509,"_source":36,"_file":1514,"_stem":1515,"_extension":39},"/en-us/blog/authors/brandon-jung",{"name":1509,"config":1510},"Brandon Jung",{"headshot":727,"ctfId":1511},"Brandon-Jung",{"template":696},"content:en-us:blog:authors:brandon-jung.yml","en-us/blog/authors/brandon-jung.yml","en-us/blog/authors/brandon-jung",{"_path":1517,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1518,"config":1522,"_id":1523,"_type":34,"title":1519,"_source":36,"_file":1524,"_stem":1525,"_extension":39},"/en-us/blog/authors/brandon-lyon",{"name":1519,"config":1520},"Brandon Lyon",{"headshot":7,"ctfId":1521},"brandonlyon",{"template":696},"content:en-us:blog:authors:brandon-lyon.yml","en-us/blog/authors/brandon-lyon.yml","en-us/blog/authors/brandon-lyon",{"_path":1527,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1528,"config":1532,"_id":1533,"_type":34,"title":1529,"_source":36,"_file":1534,"_stem":1535,"_extension":39},"/en-us/blog/authors/brein-matturro",{"name":1529,"config":1530},"Brein Matturro",{"headshot":7,"ctfId":1531},"bmatturro",{"template":696},"content:en-us:blog:authors:brein-matturro.yml","en-us/blog/authors/brein-matturro.yml","en-us/blog/authors/brein-matturro",{"_path":1537,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1538,"config":1542,"_id":1543,"_type":34,"title":1544,"_source":36,"_file":1545,"_stem":1546,"_extension":39},"/en-us/blog/authors/brendan-oleary",{"name":1539,"config":1540},"Brendan O'Leary",{"headshot":7,"ctfId":1541},"brendan",{"template":696},"content:en-us:blog:authors:brendan-oleary.yml","Brendan Oleary","en-us/blog/authors/brendan-oleary.yml","en-us/blog/authors/brendan-oleary",{"_path":1548,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1549,"config":1553,"_id":1554,"_type":34,"title":1550,"_source":36,"_file":1555,"_stem":1556,"_extension":39},"/en-us/blog/authors/brendan-regan",{"name":1550,"config":1551},"Brendan Regan",{"headshot":7,"ctfId":1552},"brendanregan11",{"template":696},"content:en-us:blog:authors:brendan-regan.yml","en-us/blog/authors/brendan-regan.yml","en-us/blog/authors/brendan-regan",{"_path":1558,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1559,"config":1564,"_id":1565,"_type":34,"title":1560,"_source":36,"_file":1566,"_stem":1567,"_extension":39},"/en-us/blog/authors/brett-walker",{"name":1560,"config":1561},"Brett Walker",{"headshot":1562,"ctfId":1563},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670155/Blog/Author%20Headshots/digitalmoksha-headshot.jpg","digitalmoksha",{"template":696},"content:en-us:blog:authors:brett-walker.yml","en-us/blog/authors/brett-walker.yml","en-us/blog/authors/brett-walker",{"_path":1569,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1570,"config":1574,"_id":1575,"_type":34,"title":1571,"_source":36,"_file":1576,"_stem":1577,"_extension":39},"/en-us/blog/authors/brian-glanz",{"name":1571,"config":1572},"Brian Glanz",{"headshot":7,"ctfId":1573},"brianglanz",{"template":696},"content:en-us:blog:authors:brian-glanz.yml","en-us/blog/authors/brian-glanz.yml","en-us/blog/authors/brian-glanz",{"_path":1579,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1580,"config":1584,"_id":1585,"_type":34,"title":1586,"_source":36,"_file":1587,"_stem":1588,"_extension":39},"/en-us/blog/authors/brian-oconnell",{"name":1581,"config":1582},"Brian O'Connell",{"headshot":727,"ctfId":1583},"Brian-OConnell",{"template":696},"content:en-us:blog:authors:brian-oconnell.yml","Brian Oconnell","en-us/blog/authors/brian-oconnell.yml","en-us/blog/authors/brian-oconnell",{"_path":1590,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1591,"config":1595,"_id":1596,"_type":34,"title":1592,"_source":36,"_file":1597,"_stem":1598,"_extension":39},"/en-us/blog/authors/brian-rhea",{"name":1592,"config":1593},"Brian Rhea",{"headshot":7,"ctfId":1594},"brhea",{"template":696},"content:en-us:blog:authors:brian-rhea.yml","en-us/blog/authors/brian-rhea.yml","en-us/blog/authors/brian-rhea",{"_path":1600,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1601,"config":1605,"_id":1606,"_type":34,"title":1602,"_source":36,"_file":1607,"_stem":1608,"_extension":39},"/en-us/blog/authors/brian-wald",{"name":1602,"config":1603},"Brian Wald",{"headshot":727,"ctfId":1604},"78qOxgHKlgDY2IxMrBrgCu",{"template":696},"content:en-us:blog:authors:brian-wald.yml","en-us/blog/authors/brian-wald.yml","en-us/blog/authors/brian-wald",{"_path":1610,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1611,"config":1615,"_id":1616,"_type":34,"title":1612,"_source":36,"_file":1617,"_stem":1618,"_extension":39},"/en-us/blog/authors/brittany-rohde",{"name":1612,"config":1613},"Brittany Rohde",{"headshot":7,"ctfId":1614},"brittanyr",{"template":696},"content:en-us:blog:authors:brittany-rohde.yml","en-us/blog/authors/brittany-rohde.yml","en-us/blog/authors/brittany-rohde",{"_path":1620,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1621,"config":1626,"_id":1627,"_type":34,"title":1622,"_source":36,"_file":1628,"_stem":1629,"_extension":39},"/en-us/blog/authors/bryan-behrenshausen",{"name":1622,"config":1623},"Bryan Behrenshausen",{"headshot":1624,"ctfId":1625},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670181/Blog/Author%20Headshots/bbehr-headshot.jpg","bbehr",{"template":696},"content:en-us:blog:authors:bryan-behrenshausen.yml","en-us/blog/authors/bryan-behrenshausen.yml","en-us/blog/authors/bryan-behrenshausen",{"_path":1631,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1632,"config":1637,"_id":1638,"_type":34,"title":1633,"_source":36,"_file":1639,"_stem":1640,"_extension":39},"/en-us/blog/authors/bryan-may",{"name":1633,"config":1634},"Bryan May",{"headshot":1635,"ctfId":1636},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668135/Blog/Author%20Headshots/bryan-may-headshot.jpg","bryanmay",{"template":696},"content:en-us:blog:authors:bryan-may.yml","en-us/blog/authors/bryan-may.yml","en-us/blog/authors/bryan-may",{"_path":1642,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1643,"config":1648,"_id":1649,"_type":34,"title":1644,"_source":36,"_file":1650,"_stem":1651,"_extension":39},"/en-us/blog/authors/byron-boots",{"name":1644,"config":1645},"Byron Boots",{"headshot":1646,"ctfId":1647},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662281/Blog/Author%20Headshots/byron_boots_headshot.png","7ezFbRYF2Cu5JTBQXRp7mw",{"template":696},"content:en-us:blog:authors:byron-boots.yml","en-us/blog/authors/byron-boots.yml","en-us/blog/authors/byron-boots",{"_path":1653,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1654,"config":1659,"_id":1660,"_type":34,"title":1655,"_source":36,"_file":1661,"_stem":1662,"_extension":39},"/en-us/blog/authors/camellia-yang",{"name":1655,"config":1656},"Camellia Yang",{"headshot":1657,"ctfId":1658},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682106/Blog/Author%20Headshots/cam.png","camx",{"template":696},"content:en-us:blog:authors:camellia-yang.yml","en-us/blog/authors/camellia-yang.yml","en-us/blog/authors/camellia-yang",{"_path":1664,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1665,"config":1670,"_id":1671,"_type":34,"title":1666,"_source":36,"_file":1672,"_stem":1673,"_extension":39},"/en-us/blog/authors/cameron-swords",{"name":1666,"config":1667},"Cameron Swords",{"headshot":1668,"ctfId":1669},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667598/Blog/Author%20Headshots/cam_swords-headshot.jpg","camswords",{"template":696},"content:en-us:blog:authors:cameron-swords.yml","en-us/blog/authors/cameron-swords.yml","en-us/blog/authors/cameron-swords",{"_path":1675,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1676,"config":1682,"_id":1683,"_type":34,"title":1678,"_source":36,"_file":1684,"_stem":1685,"_extension":39},"/en-us/blog/authors/carl-myers",{"role":1677,"name":1678,"config":1679},"Manager, CI Platform team, Indeed","Carl Myers",{"headshot":1680,"ctfId":1681},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665044/Blog/Author%20Headshots/image1.jpg","7KelbQ0LsGSGf4TpT0qAlp",{"template":696},"content:en-us:blog:authors:carl-myers.yml","en-us/blog/authors/carl-myers.yml","en-us/blog/authors/carl-myers",{"_path":1687,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1688,"config":1692,"_id":1693,"_type":34,"title":1689,"_source":36,"_file":1694,"_stem":1695,"_extension":39},"/en-us/blog/authors/carol-teskey",{"name":1689,"config":1690},"Carol Teskey",{"headshot":7,"ctfId":1691},"cteskey",{"template":696},"content:en-us:blog:authors:carol-teskey.yml","en-us/blog/authors/carol-teskey.yml","en-us/blog/authors/carol-teskey",{"_path":1697,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1698,"config":1703,"_id":1704,"_type":34,"title":1699,"_source":36,"_file":1705,"_stem":1706,"_extension":39},"/en-us/blog/authors/cesar-saavedra",{"name":1699,"config":1700},"Cesar Saavedra",{"headshot":1701,"ctfId":1702},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659600/Blog/Author%20Headshots/csaavedra1-headshot.jpg","csaavedra1",{"template":696},"content:en-us:blog:authors:cesar-saavedra.yml","en-us/blog/authors/cesar-saavedra.yml","en-us/blog/authors/cesar-saavedra",{"_path":1708,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1709,"config":1713,"_id":1714,"_type":34,"title":1710,"_source":36,"_file":1715,"_stem":1716,"_extension":39},"/en-us/blog/authors/chad-malchow",{"name":1710,"config":1711},"Chad Malchow",{"headshot":727,"ctfId":1712},"Chad-Malchow",{"template":696},"content:en-us:blog:authors:chad-malchow.yml","en-us/blog/authors/chad-malchow.yml","en-us/blog/authors/chad-malchow",{"_path":1718,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1719,"config":1724,"_id":1725,"_type":34,"title":1720,"_source":36,"_file":1726,"_stem":1727,"_extension":39},"/en-us/blog/authors/chance-feick",{"name":1720,"config":1721},"Chance Feick",{"headshot":1722,"ctfId":1723},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666442/Blog/Author%20Headshots/chance_feick_headshot.png","18dtRbXV47xqf5iDrOIduM",{"template":696},"content:en-us:blog:authors:chance-feick.yml","en-us/blog/authors/chance-feick.yml","en-us/blog/authors/chance-feick",{"_path":1729,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1730,"config":1735,"_id":1736,"_type":34,"title":1731,"_source":36,"_file":1737,"_stem":1738,"_extension":39},"/en-us/blog/authors/chandler-gibbons",{"name":1731,"config":1732},"Chandler Gibbons",{"headshot":1733,"ctfId":1734},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663276/Blog/Author%20Headshots/chandlergibb-headshot.jpg","chandlergibb",{"template":696},"content:en-us:blog:authors:chandler-gibbons.yml","en-us/blog/authors/chandler-gibbons.yml","en-us/blog/authors/chandler-gibbons",{"_path":1740,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1741,"config":1745,"_id":1746,"_type":34,"title":1747,"_source":36,"_file":1748,"_stem":1749,"_extension":39},"/en-us/blog/authors/charl-de-wit",{"name":1742,"config":1743},"Charl de Wit",{"headshot":727,"ctfId":1744},"45mQeypQVLNvvTWMzserbR",{"template":696},"content:en-us:blog:authors:charl-de-wit.yml","Charl De Wit","en-us/blog/authors/charl-de-wit.yml","en-us/blog/authors/charl-de-wit",{"_path":1751,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1752,"config":1757,"_id":1758,"_type":34,"title":1753,"_source":36,"_file":1759,"_stem":1760,"_extension":39},"/en-us/blog/authors/charlie-ablett",{"name":1753,"config":1754},"Charlie Ablett",{"headshot":1755,"ctfId":1756},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670131/Blog/Author%20Headshots/cablett-headshot.png","cablett",{"template":696},"content:en-us:blog:authors:charlie-ablett.yml","en-us/blog/authors/charlie-ablett.yml","en-us/blog/authors/charlie-ablett",{"_path":1762,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1763,"config":1767,"_id":1768,"_type":34,"title":1764,"_source":36,"_file":1769,"_stem":1770,"_extension":39},"/en-us/blog/authors/charvi-mendiratta",{"name":1764,"config":1765},"Charvi Mendiratta",{"headshot":727,"ctfId":1766},"YV7WvnjPWFS3JhXmSYJLk",{"template":696},"content:en-us:blog:authors:charvi-mendiratta.yml","en-us/blog/authors/charvi-mendiratta.yml","en-us/blog/authors/charvi-mendiratta",{"_path":1772,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1773,"config":1778,"_id":1779,"_type":34,"title":1774,"_source":36,"_file":1780,"_stem":1781,"_extension":39},"/en-us/blog/authors/cherry-han",{"name":1774,"config":1775},"Cherry Han",{"headshot":1776,"ctfId":1777},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/ehktvdbix2o1t0mmcvll.png","6gkuhRkgzCNP1Ee6J14yLu",{"template":696},"content:en-us:blog:authors:cherry-han.yml","en-us/blog/authors/cherry-han.yml","en-us/blog/authors/cherry-han",{"_path":1783,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1784,"config":1788,"_id":1790,"_type":34,"title":1785,"_source":36,"_file":1791,"_stem":1792,"_extension":39},"/en-us/blog/authors/chloe-cartron",{"name":1785,"config":1786},"Chloe Cartron",{"headshot":1787},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1754425488/d0uiiypsxa5ajnbdm6jn.png",{"template":696,"gitlabHandle":1789},"ChloeCartron","content:en-us:blog:authors:chloe-cartron.yml","en-us/blog/authors/chloe-cartron.yml","en-us/blog/authors/chloe-cartron",{"_path":1794,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1795,"config":1800,"_id":1801,"_type":34,"title":1796,"_source":36,"_file":1802,"_stem":1803,"_extension":39},"/en-us/blog/authors/chloe-whitestone",{"name":1796,"config":1797},"Chloe Whitestone",{"headshot":1798,"ctfId":1799},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678693/Blog/Author%20Headshots/chloe-headshot.jpg","chloe",{"template":696},"content:en-us:blog:authors:chloe-whitestone.yml","en-us/blog/authors/chloe-whitestone.yml","en-us/blog/authors/chloe-whitestone",{"_path":1805,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1806,"config":1811,"_id":1812,"_type":34,"title":1807,"_source":36,"_file":1813,"_stem":1814,"_extension":39},"/en-us/blog/authors/chris-balane",{"name":1807,"config":1808},"Chris Balane",{"headshot":1809,"ctfId":1810},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667630/Blog/Author%20Headshots/chris_balane_headshot.png","40SOCfTl3frynjL3dbg63o",{"template":696},"content:en-us:blog:authors:chris-balane.yml","en-us/blog/authors/chris-balane.yml","en-us/blog/authors/chris-balane",{"_path":1816,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1817,"config":1821,"_id":1822,"_type":34,"title":1818,"_source":36,"_file":1823,"_stem":1824,"_extension":39},"/en-us/blog/authors/chris-baus",{"name":1818,"config":1819},"Chris Baus",{"headshot":7,"ctfId":1820},"chrisbaus",{"template":696},"content:en-us:blog:authors:chris-baus.yml","en-us/blog/authors/chris-baus.yml","en-us/blog/authors/chris-baus",{"_path":1826,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1827,"config":1832,"_id":1833,"_type":34,"title":1828,"_source":36,"_file":1834,"_stem":1835,"_extension":39},"/en-us/blog/authors/chris-micek",{"name":1828,"config":1829},"Chris Micek",{"headshot":1830,"ctfId":1831},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666144/Blog/Author%20Headshots/chris_micek_headshot.png","62ZsvfXlttQEQ1tnikgoq9",{"template":696},"content:en-us:blog:authors:chris-micek.yml","en-us/blog/authors/chris-micek.yml","en-us/blog/authors/chris-micek",{"_path":1837,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1838,"config":1843,"_id":1844,"_type":34,"title":1839,"_source":36,"_file":1845,"_stem":1846,"_extension":39},"/en-us/blog/authors/chris-moberly",{"name":1839,"config":1840},"Chris Moberly",{"headshot":1841,"ctfId":1842},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664235/Blog/Author%20Headshots/cmoberly-headshot.jpg","cmoberly",{"template":696},"content:en-us:blog:authors:chris-moberly.yml","en-us/blog/authors/chris-moberly.yml","en-us/blog/authors/chris-moberly",{"_path":1848,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1849,"config":1853,"_id":1854,"_type":34,"title":1855,"_source":36,"_file":1856,"_stem":1857,"_extension":39},"/en-us/blog/authors/chris-sterry-dotscience",{"name":1850,"config":1851},"Chris Sterry, Dotscience",{"headshot":727,"ctfId":1852},"Chris-Sterry-Dotscience",{"template":696},"content:en-us:blog:authors:chris-sterry-dotscience.yml","Chris Sterry Dotscience","en-us/blog/authors/chris-sterry-dotscience.yml","en-us/blog/authors/chris-sterry-dotscience",{"_path":1859,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1860,"config":1864,"_id":1865,"_type":34,"title":1861,"_source":36,"_file":1866,"_stem":1867,"_extension":39},"/en-us/blog/authors/chris-ward",{"name":1861,"config":1862},"Chris Ward",{"headshot":7,"ctfId":1863},"chrischinchilla",{"template":696},"content:en-us:blog:authors:chris-ward.yml","en-us/blog/authors/chris-ward.yml","en-us/blog/authors/chris-ward",{"_path":1869,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1870,"config":1877,"_id":1878,"_type":34,"title":1872,"_source":36,"_file":1879,"_stem":1880,"_extension":39},"/en-us/blog/authors/chris-weber",{"role":1871,"name":1872,"config":1873},"CRO ","Chris Weber",{"headshot":1874,"linkedin":1875,"ctfId":1876},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670579/Blog/Author%20Headshots/Chris_Weber_Photo.png","https://www.linkedin.com/in/chris-weber/","4V6qmuzCIjMs5IdD7EKS5X",{"template":696},"content:en-us:blog:authors:chris-weber.yml","en-us/blog/authors/chris-weber.yml","en-us/blog/authors/chris-weber",{"_path":1882,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1883,"config":1887,"_id":1888,"_type":34,"title":1884,"_source":36,"_file":1889,"_stem":1890,"_extension":39},"/en-us/blog/authors/chrissie-buchanan",{"name":1884,"config":1885},"Chrissie Buchanan",{"headshot":727,"ctfId":1886},"cbuchanan",{"template":696},"content:en-us:blog:authors:chrissie-buchanan.yml","en-us/blog/authors/chrissie-buchanan.yml","en-us/blog/authors/chrissie-buchanan",{"_path":1892,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1893,"config":1898,"_id":1899,"_type":34,"title":1894,"_source":36,"_file":1900,"_stem":1901,"_extension":39},"/en-us/blog/authors/christen-dybenko",{"name":1894,"config":1895},"Christen Dybenko",{"headshot":1896,"ctfId":1897},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668811/Blog/Author%20Headshots/cdybenko-headshot.jpg","cdybenko",{"template":696},"content:en-us:blog:authors:christen-dybenko.yml","en-us/blog/authors/christen-dybenko.yml","en-us/blog/authors/christen-dybenko",{"_path":1903,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1904,"config":1909,"_id":1910,"_type":34,"title":1905,"_source":36,"_file":1911,"_stem":1912,"_extension":39},"/en-us/blog/authors/christian-couder",{"name":1905,"config":1906},"Christian Couder",{"headshot":1907,"ctfId":1908},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663687/Blog/Author%20Headshots/chriscool-headshot.jpg","chriscool",{"template":696},"content:en-us:blog:authors:christian-couder.yml","en-us/blog/authors/christian-couder.yml","en-us/blog/authors/christian-couder",{"_path":1914,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1915,"config":1920,"_id":1921,"_type":34,"title":1916,"_source":36,"_file":1922,"_stem":1923,"_extension":39},"/en-us/blog/authors/christian-nnachi",{"name":1916,"config":1917},"Christian Nnachi",{"headshot":1918,"ctfId":1919},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665343/Blog/Author%20Headshots/christian_nnachi_headshot.png","6pE7HjtzzpRhBFVdwTFjEX",{"template":696},"content:en-us:blog:authors:christian-nnachi.yml","en-us/blog/authors/christian-nnachi.yml","en-us/blog/authors/christian-nnachi",{"_path":1925,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1926,"config":1930,"_id":1931,"_type":34,"title":1927,"_source":36,"_file":1932,"_stem":1933,"_extension":39},"/en-us/blog/authors/christian-simko",{"name":1927,"config":1928},"Christian Simko",{"headshot":7,"ctfId":1929},"csimko",{"template":696},"content:en-us:blog:authors:christian-simko.yml","en-us/blog/authors/christian-simko.yml","en-us/blog/authors/christian-simko",{"_path":1935,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1936,"config":1941,"_id":1942,"_type":34,"title":1937,"_source":36,"_file":1943,"_stem":1944,"_extension":39},"/en-us/blog/authors/christie-lenneville",{"name":1937,"config":1938},"Christie Lenneville",{"headshot":1939,"ctfId":1940},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670047/Blog/Author%20Headshots/clenneville-headshot.jpg","clenneville",{"template":696},"content:en-us:blog:authors:christie-lenneville.yml","en-us/blog/authors/christie-lenneville.yml","en-us/blog/authors/christie-lenneville",{"_path":1946,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1947,"config":1951,"_id":1952,"_type":34,"title":1953,"_source":36,"_file":1954,"_stem":1955,"_extension":39},"/en-us/blog/authors/christina-hupy-phd",{"name":1948,"config":1949},"Christina Hupy, Ph.D.",{"headshot":7,"ctfId":1950},"chupy",{"template":696},"content:en-us:blog:authors:christina-hupy-phd.yml","Christina Hupy Phd","en-us/blog/authors/christina-hupy-phd.yml","en-us/blog/authors/christina-hupy-phd",{"_path":1957,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1958,"config":1963,"_id":1964,"_type":34,"title":1959,"_source":36,"_file":1965,"_stem":1966,"_extension":39},"/en-us/blog/authors/christina-lohr",{"name":1959,"config":1960},"Christina Lohr",{"headshot":1961,"ctfId":1962},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662499/Blog/Author%20Headshots/lohrc-headshot.jpg","lohrc",{"template":696},"content:en-us:blog:authors:christina-lohr.yml","en-us/blog/authors/christina-lohr.yml","en-us/blog/authors/christina-lohr",{"_path":1968,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1969,"config":1973,"_id":1974,"_type":34,"title":1970,"_source":36,"_file":1975,"_stem":1976,"_extension":39},"/en-us/blog/authors/christine-yoshida",{"name":1970,"config":1971},"Christine Yoshida",{"headshot":7,"ctfId":1972},"cyoshida",{"template":696},"content:en-us:blog:authors:christine-yoshida.yml","en-us/blog/authors/christine-yoshida.yml","en-us/blog/authors/christine-yoshida",{"_path":1978,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1979,"config":1983,"_id":1984,"_type":34,"title":1980,"_source":36,"_file":1985,"_stem":1986,"_extension":39},"/en-us/blog/authors/christopher-watson",{"name":1980,"config":1981},"Christopher Watson",{"headshot":727,"ctfId":1982},"Christopher-Watson",{"template":696},"content:en-us:blog:authors:christopher-watson.yml","en-us/blog/authors/christopher-watson.yml","en-us/blog/authors/christopher-watson",{"_path":1988,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1989,"config":1993,"_id":1994,"_type":34,"title":1990,"_source":36,"_file":1995,"_stem":1996,"_extension":39},"/en-us/blog/authors/christos-bacharakis",{"name":1990,"config":1991},"Christos Bacharakis",{"headshot":727,"ctfId":1992},"Christos-Bacharakis",{"template":696},"content:en-us:blog:authors:christos-bacharakis.yml","en-us/blog/authors/christos-bacharakis.yml","en-us/blog/authors/christos-bacharakis",{"_path":1998,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":1999,"config":2003,"_id":2004,"_type":34,"title":2000,"_source":36,"_file":2005,"_stem":2006,"_extension":39},"/en-us/blog/authors/cindy-blake",{"name":2000,"config":2001},"Cindy Blake",{"headshot":727,"ctfId":2002},"cblake",{"template":696},"content:en-us:blog:authors:cindy-blake.yml","en-us/blog/authors/cindy-blake.yml","en-us/blog/authors/cindy-blake",{"_path":2008,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2009,"config":2014,"_id":2015,"_type":34,"title":2010,"_source":36,"_file":2016,"_stem":2017,"_extension":39},"/en-us/blog/authors/claire-champernowne",{"name":2010,"config":2011},"Claire Champernowne",{"headshot":2012,"ctfId":2013},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664698/Blog/Author%20Headshots/clair_champernowne_headshot.png","jNt5P04nQ4dptXOKZZ8ZQ",{"template":696},"content:en-us:blog:authors:claire-champernowne.yml","en-us/blog/authors/claire-champernowne.yml","en-us/blog/authors/claire-champernowne",{"_path":2019,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2020,"config":2024,"_id":2025,"_type":34,"title":2021,"_source":36,"_file":2026,"_stem":2027,"_extension":39},"/en-us/blog/authors/clement-ho",{"name":2021,"config":2022},"Clement Ho",{"headshot":7,"ctfId":2023},"ClemMakesApps",{"template":696},"content:en-us:blog:authors:clement-ho.yml","en-us/blog/authors/clement-ho.yml","en-us/blog/authors/clement-ho",{"_path":2029,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2030,"config":2034,"_id":2035,"_type":34,"title":2031,"_source":36,"_file":2036,"_stem":2037,"_extension":39},"/en-us/blog/authors/colin-fletcher",{"name":2031,"config":2032},"Colin Fletcher",{"headshot":7,"ctfId":2033},"cfletcher1",{"template":696},"content:en-us:blog:authors:colin-fletcher.yml","en-us/blog/authors/colin-fletcher.yml","en-us/blog/authors/colin-fletcher",{"_path":2039,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2040,"config":2045,"_id":2046,"_type":34,"title":2041,"_source":36,"_file":2047,"_stem":2048,"_extension":39},"/en-us/blog/authors/connor-gilbert",{"name":2041,"config":2042},"Connor Gilbert",{"headshot":2043,"ctfId":2044},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665913/Blog/Author%20Headshots/connorgilbert-headshot.jpg","connorgilbert",{"template":696},"content:en-us:blog:authors:connor-gilbert.yml","en-us/blog/authors/connor-gilbert.yml","en-us/blog/authors/connor-gilbert",{"_path":2050,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2051,"config":2055,"_id":2056,"_type":34,"title":2052,"_source":36,"_file":2057,"_stem":2058,"_extension":39},"/en-us/blog/authors/connor-shea",{"name":2052,"config":2053},"Connor Shea",{"headshot":727,"ctfId":2054},"Connor-Shea",{"template":696},"content:en-us:blog:authors:connor-shea.yml","en-us/blog/authors/connor-shea.yml","en-us/blog/authors/connor-shea",{"_path":2060,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2061,"config":2066,"_id":2067,"_type":34,"title":2062,"_source":36,"_file":2068,"_stem":2069,"_extension":39},"/en-us/blog/authors/corey-oas",{"name":2062,"config":2063},"Corey Oas",{"headshot":2064,"ctfId":2065},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667633/Blog/Author%20Headshots/corey_oas_headshot.png","1Dd1lJ4aKCv36YWdlUhlPf",{"template":696},"content:en-us:blog:authors:corey-oas.yml","en-us/blog/authors/corey-oas.yml","en-us/blog/authors/corey-oas",{"_path":2071,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2072,"config":2076,"_id":2077,"_type":34,"title":2073,"_source":36,"_file":2078,"_stem":2079,"_extension":39},"/en-us/blog/authors/cormac-foster",{"name":2073,"config":2074},"Cormac Foster",{"headshot":7,"ctfId":2075},"cfoster3",{"template":696},"content:en-us:blog:authors:cormac-foster.yml","en-us/blog/authors/cormac-foster.yml","en-us/blog/authors/cormac-foster",{"_path":2081,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2082,"config":2087,"_id":2088,"_type":34,"title":2083,"_source":36,"_file":2089,"_stem":2090,"_extension":39},"/en-us/blog/authors/costel-maxim",{"name":2083,"config":2084},"Costel Maxim",{"headshot":2085,"ctfId":2086},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663173/Blog/Author%20Headshots/costel_maxim_headshot.png","3QzzrMksaRD9ZPytt0SPPL",{"template":696},"content:en-us:blog:authors:costel-maxim.yml","en-us/blog/authors/costel-maxim.yml","en-us/blog/authors/costel-maxim",{"_path":2092,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2093,"config":2098,"_id":2099,"_type":34,"title":2094,"_source":36,"_file":2100,"_stem":2101,"_extension":39},"/en-us/blog/authors/courtney-meddaugh",{"name":2094,"config":2095},"Courtney Meddaugh",{"headshot":2096,"ctfId":2097},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665168/Blog/Author%20Headshots/courtney_meddaugh_headshot.png","5avtK3YS9MrDBkaOnB9ZmG",{"template":696},"content:en-us:blog:authors:courtney-meddaugh.yml","en-us/blog/authors/courtney-meddaugh.yml","en-us/blog/authors/courtney-meddaugh",{"_path":2103,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2104,"config":2108,"_id":2109,"_type":34,"title":2105,"_source":36,"_file":2110,"_stem":2111,"_extension":39},"/en-us/blog/authors/craig-gomes",{"name":2105,"config":2106},"Craig Gomes",{"headshot":7,"ctfId":2107},"craiggomes",{"template":696},"content:en-us:blog:authors:craig-gomes.yml","en-us/blog/authors/craig-gomes.yml","en-us/blog/authors/craig-gomes",{"_path":2113,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2114,"config":2119,"_id":2120,"_type":34,"title":2115,"_source":36,"_file":2121,"_stem":2122,"_extension":39},"/en-us/blog/authors/craig-miskell",{"name":2115,"config":2116},"Craig Miskell",{"headshot":2117,"ctfId":2118},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667372/Blog/Author%20Headshots/cmiskell-headshot.jpg","cmiskell",{"template":696},"content:en-us:blog:authors:craig-miskell.yml","en-us/blog/authors/craig-miskell.yml","en-us/blog/authors/craig-miskell",{"_path":2124,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2125,"config":2129,"_id":2130,"_type":34,"title":2126,"_source":36,"_file":2131,"_stem":2132,"_extension":39},"/en-us/blog/authors/creighton-swank",{"name":2126,"config":2127},"Creighton Swank",{"headshot":727,"ctfId":2128},"5uf3k9lutpbelxJQ373eWu",{"template":696},"content:en-us:blog:authors:creighton-swank.yml","en-us/blog/authors/creighton-swank.yml","en-us/blog/authors/creighton-swank",{"_path":2134,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2135,"config":2139,"_id":2140,"_type":34,"title":2136,"_source":36,"_file":2141,"_stem":2142,"_extension":39},"/en-us/blog/authors/daisy-miclat",{"name":2136,"config":2137},"Daisy Miclat",{"headshot":727,"ctfId":2138},"IU4zOKoPhWS7hok7qsy7w",{"template":696},"content:en-us:blog:authors:daisy-miclat.yml","en-us/blog/authors/daisy-miclat.yml","en-us/blog/authors/daisy-miclat",{"_path":2144,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2145,"config":2149,"_id":2150,"_type":34,"title":2146,"_source":36,"_file":2151,"_stem":2152,"_extension":39},"/en-us/blog/authors/dan-luhring",{"name":2146,"config":2147},"Dan Luhring",{"headshot":7,"ctfId":2148},"danluhring",{"template":696},"content:en-us:blog:authors:dan-luhring.yml","en-us/blog/authors/dan-luhring.yml","en-us/blog/authors/dan-luhring",{"_path":2154,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2155,"config":2160,"_id":2161,"_type":34,"title":2156,"_source":36,"_file":2162,"_stem":2163,"_extension":39},"/en-us/blog/authors/dan-rabinovitz",{"name":2156,"config":2157},"Dan Rabinovitz",{"headshot":2158,"ctfId":2159},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664796/Blog/Author%20Headshots/dan_rabinovitz_headshot.png","31AXb267jy94budCWQZQyr",{"template":696},"content:en-us:blog:authors:dan-rabinovitz.yml","en-us/blog/authors/dan-rabinovitz.yml","en-us/blog/authors/dan-rabinovitz",{"_path":2165,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2166,"config":2170,"_id":2171,"_type":34,"title":2167,"_source":36,"_file":2172,"_stem":2173,"_extension":39},"/en-us/blog/authors/daniel-berman",{"name":2167,"config":2168},"Daniel Berman",{"headshot":727,"ctfId":2169},"Daniel-Berman",{"template":696},"content:en-us:blog:authors:daniel-berman.yml","en-us/blog/authors/daniel-berman.yml","en-us/blog/authors/daniel-berman",{"_path":2175,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2176,"config":2180,"_id":2181,"_type":34,"title":2177,"_source":36,"_file":2182,"_stem":2183,"_extension":39},"/en-us/blog/authors/daniel-gruesso",{"name":2177,"config":2178},"Daniel Gruesso",{"headshot":7,"ctfId":2179},"danielgruesso",{"template":696},"content:en-us:blog:authors:daniel-gruesso.yml","en-us/blog/authors/daniel-gruesso.yml","en-us/blog/authors/daniel-gruesso",{"_path":2185,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2186,"config":2191,"_id":2192,"_type":34,"title":2187,"_source":36,"_file":2193,"_stem":2194,"_extension":39},"/en-us/blog/authors/daniel-hauenstein",{"name":2187,"config":2188},"Daniel Hauenstein",{"headshot":2189,"ctfId":2190},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662434/Blog/Author%20Headshots/daniel_hauenstein_headshot.png","2gXGuSmuvZSxv0iCn4sinV",{"template":696},"content:en-us:blog:authors:daniel-hauenstein.yml","en-us/blog/authors/daniel-hauenstein.yml","en-us/blog/authors/daniel-hauenstein",{"_path":2196,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2197,"config":2202,"_id":2203,"_type":34,"title":2198,"_source":36,"_file":2204,"_stem":2205,"_extension":39},"/en-us/blog/authors/daniel-helfand",{"name":2198,"config":2199},"Daniel Helfand",{"headshot":2200,"ctfId":2201},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662418/Blog/Author%20Headshots/dhelfand.png","b9sRP0HJhdPsOEruWUfih",{"template":696},"content:en-us:blog:authors:daniel-helfand.yml","en-us/blog/authors/daniel-helfand.yml","en-us/blog/authors/daniel-helfand",{"_path":2207,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2208,"config":2212,"_id":2213,"_type":34,"title":2209,"_source":36,"_file":2214,"_stem":2215,"_extension":39},"/en-us/blog/authors/daniel-mora",{"name":2209,"config":2210},"Daniel Mora",{"headshot":7,"ctfId":2211},"dmoraberlin",{"template":696},"content:en-us:blog:authors:daniel-mora.yml","en-us/blog/authors/daniel-mora.yml","en-us/blog/authors/daniel-mora",{"_path":2217,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2218,"config":2222,"_id":2224,"_type":34,"title":2219,"_source":36,"_file":2225,"_stem":2226,"_extension":39},"/en-us/blog/authors/daniel-murphy",{"name":2219,"config":2220},"Daniel Murphy",{"headshot":2221},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752519199/fabr89uottv7n6r2jldp.png",{"template":696,"gitlabHandle":2223},"daniel-murphy","content:en-us:blog:authors:daniel-murphy.yml","en-us/blog/authors/daniel-murphy.yml","en-us/blog/authors/daniel-murphy",{"_path":2228,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2229,"config":2234,"_id":2235,"_type":34,"title":2230,"_source":36,"_file":2236,"_stem":2237,"_extension":39},"/en-us/blog/authors/darby-frey",{"name":2230,"config":2231},"Darby Frey",{"headshot":2232,"ctfId":2233},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668565/Blog/Author%20Headshots/darbyfrey-headshot.png","darbyfrey",{"template":696},"content:en-us:blog:authors:darby-frey.yml","en-us/blog/authors/darby-frey.yml","en-us/blog/authors/darby-frey",{"_path":2239,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2240,"config":2245,"_id":2246,"_type":34,"title":2241,"_source":36,"_file":2247,"_stem":2248,"_extension":39},"/en-us/blog/authors/darren-eastman",{"name":2241,"config":2242},"Darren Eastman",{"headshot":2243,"ctfId":2244},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665148/Blog/Author%20Headshots/darren_eastman.png","DarrenEastman",{"template":696},"content:en-us:blog:authors:darren-eastman.yml","en-us/blog/authors/darren-eastman.yml","en-us/blog/authors/darren-eastman",{"_path":2250,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2251,"config":2255,"_id":2256,"_type":34,"title":2252,"_source":36,"_file":2257,"_stem":2258,"_extension":39},"/en-us/blog/authors/darren-murph",{"name":2252,"config":2253},"Darren Murph",{"headshot":7,"ctfId":2254},"dmurph",{"template":696},"content:en-us:blog:authors:darren-murph.yml","en-us/blog/authors/darren-murph.yml","en-us/blog/authors/darren-murph",{"_path":2260,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2261,"config":2268,"_id":2269,"_type":34,"title":2263,"_source":36,"_file":2270,"_stem":2271,"_extension":39},"/en-us/blog/authors/darwin-sanoy",{"role":2262,"name":2263,"config":2264},"Field Chief Cloud Architect","Darwin Sanoy",{"headshot":2265,"linkedin":2266,"ctfId":2267},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659751/Blog/Author%20Headshots/Darwin-Sanoy-headshot-395-square-gitlab-teampage-avatar.png","https://linkedin.com/in/darwinsanoy","DarwinJS",{"template":696},"content:en-us:blog:authors:darwin-sanoy.yml","en-us/blog/authors/darwin-sanoy.yml","en-us/blog/authors/darwin-sanoy",{"_path":2273,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2274,"config":2279,"_id":2280,"_type":34,"title":2275,"_source":36,"_file":2281,"_stem":2282,"_extension":39},"/en-us/blog/authors/dave-steer",{"name":2275,"config":2276},"Dave Steer",{"headshot":2277,"ctfId":2278},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658895/Blog/Author%20Headshots/dsteer-headshot.jpg","dsteer",{"template":696},"content:en-us:blog:authors:dave-steer.yml","en-us/blog/authors/dave-steer.yml","en-us/blog/authors/dave-steer",{"_path":2284,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2285,"config":2289,"_id":2290,"_type":34,"title":2286,"_source":36,"_file":2291,"_stem":2292,"_extension":39},"/en-us/blog/authors/dave-wentzel",{"name":2286,"config":2287},"Dave Wentzel",{"headshot":727,"ctfId":2288},"Dave-Wentzel",{"template":696},"content:en-us:blog:authors:dave-wentzel.yml","en-us/blog/authors/dave-wentzel.yml","en-us/blog/authors/dave-wentzel",{"_path":2294,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2295,"config":2300,"_id":2301,"_type":34,"title":2302,"_source":36,"_file":2303,"_stem":2304,"_extension":39},"/en-us/blog/authors/david-desanto-chief-product-officer-gitlab",{"name":2296,"config":2297},"David DeSanto, Chief Product Officer, GitLab",{"headshot":2298,"ctfId":2299},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660185/Blog/Author%20Headshots/david-headshot.jpg","david",{"template":696},"content:en-us:blog:authors:david-desanto-chief-product-officer-gitlab.yml","David Desanto Chief Product Officer Gitlab","en-us/blog/authors/david-desanto-chief-product-officer-gitlab.yml","en-us/blog/authors/david-desanto-chief-product-officer-gitlab",{"_path":2306,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2307,"config":2312,"_id":2313,"_type":34,"title":2314,"_source":36,"_file":2315,"_stem":2316,"_extension":39},"/en-us/blog/authors/david-oregan",{"name":2308,"config":2309},"David O'Regan",{"headshot":2310,"ctfId":2311},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659853/Blog/Author%20Headshots/oregand-headshot.png","oregand",{"template":696},"content:en-us:blog:authors:david-oregan.yml","David Oregan","en-us/blog/authors/david-oregan.yml","en-us/blog/authors/david-oregan",{"_path":2318,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2319,"config":2323,"_id":2324,"_type":34,"title":2320,"_source":36,"_file":2325,"_stem":2326,"_extension":39},"/en-us/blog/authors/david-planella",{"name":2320,"config":2321},"David Planella",{"headshot":727,"ctfId":2322},"1Ehi3fTex4dxUCV2kYz4Vh",{"template":696},"content:en-us:blog:authors:david-planella.yml","en-us/blog/authors/david-planella.yml","en-us/blog/authors/david-planella",{"_path":2328,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2329,"config":2333,"_id":2334,"_type":34,"title":2330,"_source":36,"_file":2335,"_stem":2336,"_extension":39},"/en-us/blog/authors/david-russell",{"name":2330,"config":2331},"David Russell",{"headshot":727,"ctfId":2332},"David-Russell",{"template":696},"content:en-us:blog:authors:david-russell.yml","en-us/blog/authors/david-russell.yml","en-us/blog/authors/david-russell",{"_path":2338,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2339,"config":2344,"_id":2345,"_type":34,"title":2340,"_source":36,"_file":2346,"_stem":2347,"_extension":39},"/en-us/blog/authors/david-smith",{"name":2340,"config":2341},"David Smith",{"headshot":2342,"ctfId":2343},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671135/Blog/Author%20Headshots/dawsmith-headshot.jpg","dawsmith",{"template":696},"content:en-us:blog:authors:david-smith.yml","en-us/blog/authors/david-smith.yml","en-us/blog/authors/david-smith",{"_path":2349,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2350,"config":2354,"_id":2355,"_type":34,"title":2351,"_source":36,"_file":2356,"_stem":2357,"_extension":39},"/en-us/blog/authors/davis-townsend",{"name":2351,"config":2352},"Davis Townsend",{"headshot":7,"ctfId":2353},"davistownsend",{"template":696},"content:en-us:blog:authors:davis-townsend.yml","en-us/blog/authors/davis-townsend.yml","en-us/blog/authors/davis-townsend",{"_path":2359,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2360,"config":2364,"_id":2366,"_type":34,"title":2361,"_source":36,"_file":2367,"_stem":2368,"_extension":39},"/en-us/blog/authors/davoud-tu",{"name":2361,"config":2362},"Davoud Tu",{"headshot":2363},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756481763/pfdaqbndnstiqlmxh3ee.png",{"template":696,"gitlabHandle":2365},"davoudtu","content:en-us:blog:authors:davoud-tu.yml","en-us/blog/authors/davoud-tu.yml","en-us/blog/authors/davoud-tu",{"_path":2370,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2371,"config":2376,"_id":2377,"_type":34,"title":2378,"_source":36,"_file":2379,"_stem":2380,"_extension":39},"/en-us/blog/authors/dean-agron-co-founder-and-ceo-oxeye",{"name":2372,"config":2373},"Dean Agron, co-founder and CEO, Oxeye",{"headshot":2374,"ctfId":2375},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671963/Blog/Author%20Headshots/Dean_Photo__1_.jpg","6wQ0QwFZdbzAtYGZgnALkw",{"template":696},"content:en-us:blog:authors:dean-agron-co-founder-and-ceo-oxeye.yml","Dean Agron Co Founder And Ceo Oxeye","en-us/blog/authors/dean-agron-co-founder-and-ceo-oxeye.yml","en-us/blog/authors/dean-agron-co-founder-and-ceo-oxeye",{"_path":2382,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2383,"config":2388,"_id":2389,"_type":34,"title":2384,"_source":36,"_file":2390,"_stem":2391,"_extension":39},"/en-us/blog/authors/deepa-mahalingam",{"name":2384,"config":2385},"Deepa Mahalingam",{"headshot":2386,"ctfId":2387},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662019/Blog/Author%20Headshots/deepa-headshot.jpg","M54z9AWDuU7L9nBR9gRF4",{"template":696},"content:en-us:blog:authors:deepa-mahalingam.yml","en-us/blog/authors/deepa-mahalingam.yml","en-us/blog/authors/deepa-mahalingam",{"_path":2393,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2394,"config":2399,"_id":2400,"_type":34,"title":2395,"_source":36,"_file":2401,"_stem":2402,"_extension":39},"/en-us/blog/authors/dennis-appelt",{"name":2395,"config":2396},"Dennis Appelt",{"headshot":2397,"ctfId":2398},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672032/Blog/Author%20Headshots/dappelt-headshot.jpg","dappelt",{"template":696},"content:en-us:blog:authors:dennis-appelt.yml","en-us/blog/authors/dennis-appelt.yml","en-us/blog/authors/dennis-appelt",{"_path":2404,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2405,"config":2410,"_id":2411,"_type":34,"title":2406,"_source":36,"_file":2412,"_stem":2413,"_extension":39},"/en-us/blog/authors/dennis-tang",{"name":2406,"config":2407},"Dennis Tang",{"headshot":2408,"ctfId":2409},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672189/Blog/Author%20Headshots/dennis-headshot.jpg","dennis",{"template":696},"content:en-us:blog:authors:dennis-tang.yml","en-us/blog/authors/dennis-tang.yml","en-us/blog/authors/dennis-tang",{"_path":2415,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2416,"config":2420,"_id":2422,"_type":34,"title":2423,"_source":36,"_file":2424,"_stem":2425,"_extension":39},"/en-us/blog/authors/dennis-van-rooijen",{"name":2417,"config":2418},"Dennis van Rooijen",{"headshot":2419},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758031391/muvwg1sxetzekmuhqdql.png",{"template":696,"gitlabHandle":2421},"dvanrooijen2","content:en-us:blog:authors:dennis-van-rooijen.yml","Dennis Van Rooijen","en-us/blog/authors/dennis-van-rooijen.yml","en-us/blog/authors/dennis-van-rooijen",{"_path":2427,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2428,"config":2433,"_id":2434,"_type":34,"title":2429,"_source":36,"_file":2435,"_stem":2436,"_extension":39},"/en-us/blog/authors/devin-sylva",{"name":2429,"config":2430},"Devin Sylva",{"headshot":2431,"ctfId":2432},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679087/Blog/Author%20Headshots/devin-headshot.jpg","devin",{"template":696},"content:en-us:blog:authors:devin-sylva.yml","en-us/blog/authors/devin-sylva.yml","en-us/blog/authors/devin-sylva",{"_path":2438,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2439,"config":2443,"_id":2444,"_type":34,"title":2440,"_source":36,"_file":2445,"_stem":2446,"_extension":39},"/en-us/blog/authors/dhruv-jain",{"name":2440,"config":2441},"Dhruv Jain",{"headshot":727,"ctfId":2442},"2wyibk9HBKn6PjgaEuzXuZ",{"template":696},"content:en-us:blog:authors:dhruv-jain.yml","en-us/blog/authors/dhruv-jain.yml","en-us/blog/authors/dhruv-jain",{"_path":2448,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2449,"config":2453,"_id":2454,"_type":34,"title":2450,"_source":36,"_file":2455,"_stem":2456,"_extension":39},"/en-us/blog/authors/diana-logan",{"name":2450,"config":2451},"Diana Logan",{"headshot":727,"ctfId":2452},"6poIwhQe6W9ysm5rBuSPXX",{"template":696},"content:en-us:blog:authors:diana-logan.yml","en-us/blog/authors/diana-logan.yml","en-us/blog/authors/diana-logan",{"_path":2458,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2459,"config":2464,"_id":2465,"_type":34,"title":2460,"_source":36,"_file":2466,"_stem":2467,"_extension":39},"/en-us/blog/authors/dilan-orrino",{"name":2460,"config":2461},"Dilan Orrino",{"headshot":2462,"ctfId":2463},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666180/Blog/Author%20Headshots/dorrino-headshot.png","dorrino",{"template":696},"content:en-us:blog:authors:dilan-orrino.yml","en-us/blog/authors/dilan-orrino.yml","en-us/blog/authors/dilan-orrino",{"_path":2469,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2470,"config":2474,"_id":2475,"_type":34,"title":2471,"_source":36,"_file":2476,"_stem":2477,"_extension":39},"/en-us/blog/authors/dimitrie-hoekstra",{"name":2471,"config":2472},"Dimitrie Hoekstra",{"headshot":7,"ctfId":2473},"dimitrieh",{"template":696},"content:en-us:blog:authors:dimitrie-hoekstra.yml","en-us/blog/authors/dimitrie-hoekstra.yml","en-us/blog/authors/dimitrie-hoekstra",{"_path":2479,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2480,"config":2484,"_id":2485,"_type":34,"title":2481,"_source":36,"_file":2486,"_stem":2487,"_extension":39},"/en-us/blog/authors/dinesh-bolkensteyn",{"name":2481,"config":2482},"Dinesh Bolkensteyn",{"headshot":727,"ctfId":2483},"EpylYWgjPmFOL5NX3Zxmk",{"template":696},"content:en-us:blog:authors:dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn",{"_path":2489,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2490,"config":2494,"_id":2495,"_type":34,"title":2496,"_source":36,"_file":2497,"_stem":2498,"_extension":39},"/en-us/blog/authors/dj-mountney",{"name":2491,"config":2492},"DJ Mountney",{"headshot":727,"ctfId":2493},"DJ-Mountney",{"template":696},"content:en-us:blog:authors:dj-mountney.yml","Dj Mountney","en-us/blog/authors/dj-mountney.yml","en-us/blog/authors/dj-mountney",{"_path":2500,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2501,"config":2505,"_id":2506,"_type":34,"title":2507,"_source":36,"_file":2508,"_stem":2509,"_extension":39},"/en-us/blog/authors/dmitriy-job",{"name":2502,"config":2503},"Dmitriy, Job",{"headshot":727,"ctfId":2504},"Dmitriy-Job",{"template":696},"content:en-us:blog:authors:dmitriy-job.yml","Dmitriy Job","en-us/blog/authors/dmitriy-job.yml","en-us/blog/authors/dmitriy-job",{"_path":2511,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2512,"config":2516,"_id":2517,"_type":34,"title":2513,"_source":36,"_file":2518,"_stem":2519,"_extension":39},"/en-us/blog/authors/dmitriy-zaporozhets",{"name":2513,"config":2514},"Dmitriy Zaporozhets",{"headshot":727,"ctfId":2515},"Dmitriy-Zaporozhets",{"template":696},"content:en-us:blog:authors:dmitriy-zaporozhets.yml","en-us/blog/authors/dmitriy-zaporozhets.yml","en-us/blog/authors/dmitriy-zaporozhets",{"_path":2521,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2522,"config":2527,"_id":2528,"_type":34,"title":2523,"_source":36,"_file":2529,"_stem":2530,"_extension":39},"/en-us/blog/authors/dmitry-gruzd",{"name":2523,"config":2524},"Dmitry Gruzd",{"headshot":2525,"ctfId":2526},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682014/Blog/Author%20Headshots/dgruzd-headshot.jpg","dgruzd",{"template":696},"content:en-us:blog:authors:dmitry-gruzd.yml","en-us/blog/authors/dmitry-gruzd.yml","en-us/blog/authors/dmitry-gruzd",{"_path":2532,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2533,"config":2538,"_id":2539,"_type":34,"title":2534,"_source":36,"_file":2540,"_stem":2541,"_extension":39},"/en-us/blog/authors/dominic-couture",{"name":2534,"config":2535},"Dominic Couture",{"headshot":2536,"ctfId":2537},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683783/Blog/Author%20Headshots/dominic.png","3K2DmuMWV5isBeVtKsplia",{"template":696},"content:en-us:blog:authors:dominic-couture.yml","en-us/blog/authors/dominic-couture.yml","en-us/blog/authors/dominic-couture",{"_path":2543,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2544,"config":2548,"_id":2549,"_type":34,"title":2545,"_source":36,"_file":2550,"_stem":2551,"_extension":39},"/en-us/blog/authors/douglas-alexandre",{"name":2545,"config":2546},"Douglas Alexandre",{"headshot":727,"ctfId":2547},"Douglas-Alexandre",{"template":696},"content:en-us:blog:authors:douglas-alexandre.yml","en-us/blog/authors/douglas-alexandre.yml","en-us/blog/authors/douglas-alexandre",{"_path":2553,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2554,"config":2558,"_id":2559,"_type":34,"title":2555,"_source":36,"_file":2560,"_stem":2561,"_extension":39},"/en-us/blog/authors/douwe-maan",{"name":2555,"config":2556},"Douwe Maan",{"headshot":7,"ctfId":2557},"DouweM",{"template":696},"content:en-us:blog:authors:douwe-maan.yml","en-us/blog/authors/douwe-maan.yml","en-us/blog/authors/douwe-maan",{"_path":2563,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2564,"config":2569,"_id":2570,"_type":34,"title":2565,"_source":36,"_file":2571,"_stem":2572,"_extension":39},"/en-us/blog/authors/dov-hershkovitch",{"name":2565,"config":2566},"Dov Hershkovitch",{"headshot":2567,"ctfId":2568},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665628/Blog/Author%20Headshots/dhershkovitch-headshot.png","dhershkovitch",{"template":696},"content:en-us:blog:authors:dov-hershkovitch.yml","en-us/blog/authors/dov-hershkovitch.yml","en-us/blog/authors/dov-hershkovitch",{"_path":2574,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2575,"config":2579,"_id":2580,"_type":34,"title":2581,"_source":36,"_file":2582,"_stem":2583,"_extension":39},"/en-us/blog/authors/dr-elle-obrien",{"name":2576,"config":2577},"Dr. Elle O'Brien",{"headshot":727,"ctfId":2578},"Dr-Elle-OBrien",{"template":696},"content:en-us:blog:authors:dr-elle-obrien.yml","Dr Elle Obrien","en-us/blog/authors/dr-elle-obrien.yml","en-us/blog/authors/dr-elle-obrien",{"_path":2585,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2586,"config":2590,"_id":2591,"_type":34,"title":2587,"_source":36,"_file":2592,"_stem":2593,"_extension":39},"/en-us/blog/authors/drew-blessing",{"name":2587,"config":2588},"Drew Blessing",{"headshot":727,"ctfId":2589},"Drew-Blessing",{"template":696},"content:en-us:blog:authors:drew-blessing.yml","en-us/blog/authors/drew-blessing.yml","en-us/blog/authors/drew-blessing",{"_path":2595,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2596,"config":2601,"_id":2602,"_type":34,"title":2597,"_source":36,"_file":2603,"_stem":2604,"_extension":39},"/en-us/blog/authors/dylan-griffith",{"name":2597,"config":2598},"Dylan Griffith",{"headshot":2599,"ctfId":2600},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672822/Blog/Author%20Headshots/DylanGriffith-headshot.jpg","DylanGriffith",{"template":696},"content:en-us:blog:authors:dylan-griffith.yml","en-us/blog/authors/dylan-griffith.yml","en-us/blog/authors/dylan-griffith",{"_path":2606,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2607,"config":2611,"_id":2612,"_type":34,"title":2608,"_source":36,"_file":2613,"_stem":2614,"_extension":39},"/en-us/blog/authors/eddie-glenn",{"name":2608,"config":2609},"Eddie Glenn",{"headshot":7,"ctfId":2610},"eglenn",{"template":696},"content:en-us:blog:authors:eddie-glenn.yml","en-us/blog/authors/eddie-glenn.yml","en-us/blog/authors/eddie-glenn",{"_path":2616,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2617,"config":2622,"_id":2623,"_type":34,"title":2618,"_source":36,"_file":2624,"_stem":2625,"_extension":39},"/en-us/blog/authors/eduardo-bonet",{"name":2618,"config":2619},"Eduardo Bonet",{"headshot":2620,"ctfId":2621},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682722/Blog/Author%20Headshots/eduardobonet-headshot.jpg","eduardobonet",{"template":696},"content:en-us:blog:authors:eduardo-bonet.yml","en-us/blog/authors/eduardo-bonet.yml","en-us/blog/authors/eduardo-bonet",{"_path":2627,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2628,"config":2633,"_id":2634,"_type":34,"title":2629,"_source":36,"_file":2635,"_stem":2636,"_extension":39},"/en-us/blog/authors/eliran-mesika",{"name":2629,"config":2630},"Eliran Mesika",{"headshot":2631,"ctfId":2632},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670111/Blog/Author%20Headshots/eliran.jpg","eliranmesika",{"template":696},"content:en-us:blog:authors:eliran-mesika.yml","en-us/blog/authors/eliran-mesika.yml","en-us/blog/authors/eliran-mesika",{"_path":2638,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2639,"config":2644,"_id":2645,"_type":34,"title":2640,"_source":36,"_file":2646,"_stem":2647,"_extension":39},"/en-us/blog/authors/elisabeth-burrows",{"name":2640,"config":2641},"Elisabeth Burrows",{"headshot":2642,"ctfId":2643},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659535/Blog/Author%20Headshots/liz_burrows_headshot.png","6Nj2Lio5W7HdeNYoysVgCf",{"template":696},"content:en-us:blog:authors:elisabeth-burrows.yml","en-us/blog/authors/elisabeth-burrows.yml","en-us/blog/authors/elisabeth-burrows",{"_path":2649,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2650,"config":2654,"_id":2655,"_type":34,"title":2651,"_source":36,"_file":2656,"_stem":2657,"_extension":39},"/en-us/blog/authors/elliot-rushton",{"name":2651,"config":2652},"Elliot Rushton",{"headshot":7,"ctfId":2653},"erushton",{"template":696},"content:en-us:blog:authors:elliot-rushton.yml","en-us/blog/authors/elliot-rushton.yml","en-us/blog/authors/elliot-rushton",{"_path":2659,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2660,"config":2664,"_id":2665,"_type":34,"title":2661,"_source":36,"_file":2666,"_stem":2667,"_extension":39},"/en-us/blog/authors/emilie-schario",{"name":2661,"config":2662},"Emilie Schario",{"headshot":7,"ctfId":2663},"emilie",{"template":696},"content:en-us:blog:authors:emilie-schario.yml","en-us/blog/authors/emilie-schario.yml","en-us/blog/authors/emilie-schario",{"_path":2669,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2670,"config":2675,"_id":2676,"_type":34,"title":2671,"_source":36,"_file":2677,"_stem":2678,"_extension":39},"/en-us/blog/authors/emilio-salvador",{"name":2671,"config":2672},"Emilio Salvador",{"headshot":2673,"ctfId":2674},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660161/Blog/Author%20Headshots/esalvadorp-headshot.png","esalvadorp",{"template":696},"content:en-us:blog:authors:emilio-salvador.yml","en-us/blog/authors/emilio-salvador.yml","en-us/blog/authors/emilio-salvador",{"_path":2680,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2681,"config":2686,"_id":2687,"_type":34,"title":2682,"_source":36,"_file":2688,"_stem":2689,"_extension":39},"/en-us/blog/authors/emily-bauman",{"name":2682,"config":2683},"Emily Bauman",{"headshot":2684,"ctfId":2685},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664145/Blog/Author%20Headshots/emilybauman-headshot.jpg","emilybauman",{"template":696},"content:en-us:blog:authors:emily-bauman.yml","en-us/blog/authors/emily-bauman.yml","en-us/blog/authors/emily-bauman",{"_path":2691,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2692,"config":2696,"_id":2697,"_type":34,"title":2693,"_source":36,"_file":2698,"_stem":2699,"_extension":39},"/en-us/blog/authors/emily-chin",{"name":2693,"config":2694},"Emily Chin",{"headshot":7,"ctfId":2695},"echin",{"template":696},"content:en-us:blog:authors:emily-chin.yml","en-us/blog/authors/emily-chin.yml","en-us/blog/authors/emily-chin",{"_path":2701,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2702,"config":2706,"_id":2707,"_type":34,"title":2703,"_source":36,"_file":2708,"_stem":2709,"_extension":39},"/en-us/blog/authors/emily-kyle",{"name":2703,"config":2704},"Emily Kyle",{"headshot":727,"ctfId":2705},"Emily-Kyle",{"template":696},"content:en-us:blog:authors:emily-kyle.yml","en-us/blog/authors/emily-kyle.yml","en-us/blog/authors/emily-kyle",{"_path":2711,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2712,"config":2716,"_id":2717,"_type":34,"title":2718,"_source":36,"_file":2719,"_stem":2720,"_extension":39},"/en-us/blog/authors/emily-von-hoffmann",{"name":2713,"config":2714},"Emily von Hoffmann",{"headshot":727,"ctfId":2715},"evhoffmann",{"template":696},"content:en-us:blog:authors:emily-von-hoffmann.yml","Emily Von Hoffmann","en-us/blog/authors/emily-von-hoffmann.yml","en-us/blog/authors/emily-von-hoffmann",{"_path":2722,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2723,"config":2728,"_id":2729,"_type":34,"title":2730,"_source":36,"_file":2731,"_stem":2732,"_extension":39},"/en-us/blog/authors/enrique-alcntara",{"name":2724,"config":2725},"Enrique Alcántara",{"headshot":2726,"ctfId":2727},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669746/Blog/Author%20Headshots/ealcantara-headshot.jpg","3E3c30ZWRUTq6rlFiYrjtq",{"template":696},"content:en-us:blog:authors:enrique-alcntara.yml","Enrique Alcntara","en-us/blog/authors/enrique-alcntara.yml","en-us/blog/authors/enrique-alcntara",{"_path":2734,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2735,"config":2739,"_id":2740,"_type":34,"title":2736,"_source":36,"_file":2741,"_stem":2742,"_extension":39},"/en-us/blog/authors/eric-brinkman",{"name":2736,"config":2737},"Eric Brinkman",{"headshot":7,"ctfId":2738},"ebrinkman",{"template":696},"content:en-us:blog:authors:eric-brinkman.yml","en-us/blog/authors/eric-brinkman.yml","en-us/blog/authors/eric-brinkman",{"_path":2744,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2745,"config":2749,"_id":2750,"_type":34,"title":2746,"_source":36,"_file":2751,"_stem":2752,"_extension":39},"/en-us/blog/authors/eric-eastwood",{"name":2746,"config":2747},"Eric Eastwood",{"headshot":7,"ctfId":2748},"MadLittleMods",{"template":696},"content:en-us:blog:authors:eric-eastwood.yml","en-us/blog/authors/eric-eastwood.yml","en-us/blog/authors/eric-eastwood",{"_path":2754,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2755,"config":2759,"_id":2760,"_type":34,"title":2756,"_source":36,"_file":2761,"_stem":2762,"_extension":39},"/en-us/blog/authors/eric-rosenberg",{"name":2756,"config":2757},"Eric Rosenberg",{"headshot":7,"ctfId":2758},"ericrosenberg88",{"template":696},"content:en-us:blog:authors:eric-rosenberg.yml","en-us/blog/authors/eric-rosenberg.yml","en-us/blog/authors/eric-rosenberg",{"_path":2764,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2765,"config":2770,"_id":2771,"_type":34,"title":2766,"_source":36,"_file":2772,"_stem":2773,"_extension":39},"/en-us/blog/authors/eric-rubin",{"name":2766,"config":2767},"Eric Rubin",{"headshot":2768,"ctfId":2769},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682494/Blog/Author%20Headshots/ericrubin-headshot.png","ericrubin",{"template":696},"content:en-us:blog:authors:eric-rubin.yml","en-us/blog/authors/eric-rubin.yml","en-us/blog/authors/eric-rubin",{"_path":2775,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2776,"config":2781,"_id":2782,"_type":34,"title":2777,"_source":36,"_file":2783,"_stem":2784,"_extension":39},"/en-us/blog/authors/eric-schurter",{"name":2777,"config":2778},"Eric Schurter",{"headshot":2779,"ctfId":2780},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679281/Blog/Author%20Headshots/ericschurter-headshot.jpg","ericschurter",{"template":696},"content:en-us:blog:authors:eric-schurter.yml","en-us/blog/authors/eric-schurter.yml","en-us/blog/authors/eric-schurter",{"_path":2786,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2787,"config":2791,"_id":2792,"_type":34,"title":2788,"_source":36,"_file":2793,"_stem":2794,"_extension":39},"/en-us/blog/authors/erica-huang",{"name":2788,"config":2789},"Erica Huang",{"headshot":7,"ctfId":2790},"exhuang",{"template":696},"content:en-us:blog:authors:erica-huang.yml","en-us/blog/authors/erica-huang.yml","en-us/blog/authors/erica-huang",{"_path":2796,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2797,"config":2801,"_id":2802,"_type":34,"title":2798,"_source":36,"_file":2803,"_stem":2804,"_extension":39},"/en-us/blog/authors/erica-lindberg",{"name":2798,"config":2799},"Erica Lindberg",{"headshot":727,"ctfId":2800},"Erica-Lindberg",{"template":696},"content:en-us:blog:authors:erica-lindberg.yml","en-us/blog/authors/erica-lindberg.yml","en-us/blog/authors/erica-lindberg",{"_path":2806,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2807,"config":2811,"_id":2812,"_type":34,"title":2808,"_source":36,"_file":2813,"_stem":2814,"_extension":39},"/en-us/blog/authors/erich-wegscheider",{"name":2808,"config":2809},"Erich Wegscheider",{"headshot":7,"ctfId":2810},"ewegscheider",{"template":696},"content:en-us:blog:authors:erich-wegscheider.yml","en-us/blog/authors/erich-wegscheider.yml","en-us/blog/authors/erich-wegscheider",{"_path":2816,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2817,"config":2821,"_id":2822,"_type":34,"title":2818,"_source":36,"_file":2823,"_stem":2824,"_extension":39},"/en-us/blog/authors/erick-banks",{"name":2818,"config":2819},"Erick Banks",{"headshot":727,"ctfId":2820},"4CGXhAxudTq69aZOtPnLfu",{"template":696},"content:en-us:blog:authors:erick-banks.yml","en-us/blog/authors/erick-banks.yml","en-us/blog/authors/erick-banks",{"_path":2826,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2827,"config":2831,"_id":2832,"_type":34,"title":2828,"_source":36,"_file":2833,"_stem":2834,"_extension":39},"/en-us/blog/authors/erika-feldman",{"name":2828,"config":2829},"Erika Feldman",{"headshot":727,"ctfId":2830},"78oCat8vvbl6mzXsLawd9d",{"template":696},"content:en-us:blog:authors:erika-feldman.yml","en-us/blog/authors/erika-feldman.yml","en-us/blog/authors/erika-feldman",{"_path":2836,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2837,"config":2841,"_id":2842,"_type":34,"title":2843,"_source":36,"_file":2844,"_stem":2845,"_extension":39},"/en-us/blog/authors/erin-krengel-pulumi",{"name":2838,"config":2839},"Erin Krengel, Pulumi",{"headshot":727,"ctfId":2840},"Erin-Krengel-Pulumi",{"template":696},"content:en-us:blog:authors:erin-krengel-pulumi.yml","Erin Krengel Pulumi","en-us/blog/authors/erin-krengel-pulumi.yml","en-us/blog/authors/erin-krengel-pulumi",{"_path":2847,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2848,"config":2852,"_id":2853,"_type":34,"title":2854,"_source":36,"_file":2855,"_stem":2856,"_extension":39},"/en-us/blog/authors/ernst-van-nierop",{"name":2849,"config":2850},"Ernst van Nierop",{"headshot":7,"ctfId":2851},"ernstvn",{"template":696},"content:en-us:blog:authors:ernst-van-nierop.yml","Ernst Van Nierop","en-us/blog/authors/ernst-van-nierop.yml","en-us/blog/authors/ernst-van-nierop",{"_path":2858,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2859,"config":2863,"_id":2864,"_type":34,"title":2860,"_source":36,"_file":2865,"_stem":2866,"_extension":39},"/en-us/blog/authors/esther-shein",{"name":2860,"config":2861},"Esther Shein",{"headshot":727,"ctfId":2862},"Esther-Shein",{"template":696},"content:en-us:blog:authors:esther-shein.yml","en-us/blog/authors/esther-shein.yml","en-us/blog/authors/esther-shein",{"_path":2868,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2869,"config":2874,"_id":2875,"_type":34,"title":2870,"_source":36,"_file":2876,"_stem":2877,"_extension":39},"/en-us/blog/authors/ethan-strike",{"name":2870,"config":2871},"Ethan Strike",{"headshot":2872,"ctfId":2873},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679067/Blog/Author%20Headshots/estrike-headshot.png","estrike",{"template":696},"content:en-us:blog:authors:ethan-strike.yml","en-us/blog/authors/ethan-strike.yml","en-us/blog/authors/ethan-strike",{"_path":2879,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2880,"config":2884,"_id":2885,"_type":34,"title":2881,"_source":36,"_file":2886,"_stem":2887,"_extension":39},"/en-us/blog/authors/ethan-urie",{"name":2881,"config":2882},"Ethan Urie",{"headshot":727,"ctfId":2883},"mJhtQw4TY9ZRNF7dfitIF",{"template":696},"content:en-us:blog:authors:ethan-urie.yml","en-us/blog/authors/ethan-urie.yml","en-us/blog/authors/ethan-urie",{"_path":2889,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2890,"config":2894,"_id":2895,"_type":34,"title":2891,"_source":36,"_file":2896,"_stem":2897,"_extension":39},"/en-us/blog/authors/eugene-lim",{"name":2891,"config":2892},"Eugene Lim",{"headshot":727,"ctfId":2893},"6KHdIdghkUfSTzV2MzxNcj",{"template":696},"content:en-us:blog:authors:eugene-lim.yml","en-us/blog/authors/eugene-lim.yml","en-us/blog/authors/eugene-lim",{"_path":2899,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2900,"config":2904,"_id":2905,"_type":34,"title":2901,"_source":36,"_file":2906,"_stem":2907,"_extension":39},"/en-us/blog/authors/eugenia-hannon",{"name":2901,"config":2902},"Eugenia Hannon",{"headshot":7,"ctfId":2903},"eugeniah",{"template":696},"content:en-us:blog:authors:eugenia-hannon.yml","en-us/blog/authors/eugenia-hannon.yml","en-us/blog/authors/eugenia-hannon",{"_path":2909,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2910,"config":2914,"_id":2915,"_type":34,"title":2911,"_source":36,"_file":2916,"_stem":2917,"_extension":39},"/en-us/blog/authors/ev-kontsevoy",{"name":2911,"config":2912},"Ev Kontsevoy",{"headshot":7,"ctfId":2913},"ekontsevoy",{"template":696},"content:en-us:blog:authors:ev-kontsevoy.yml","en-us/blog/authors/ev-kontsevoy.yml","en-us/blog/authors/ev-kontsevoy",{"_path":2919,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2920,"config":2924,"_id":2925,"_type":34,"title":2921,"_source":36,"_file":2926,"_stem":2927,"_extension":39},"/en-us/blog/authors/eva-sasson",{"name":2921,"config":2922},"Eva Sasson",{"headshot":727,"ctfId":2923},"Eva-Sasson",{"template":696},"content:en-us:blog:authors:eva-sasson.yml","en-us/blog/authors/eva-sasson.yml","en-us/blog/authors/eva-sasson",{"_path":2929,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2930,"config":2935,"_id":2936,"_type":34,"title":2931,"_source":36,"_file":2937,"_stem":2938,"_extension":39},"/en-us/blog/authors/fabian-zimmer",{"name":2931,"config":2932},"Fabian Zimmer",{"headshot":2933,"ctfId":2934},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/q6awwqbxtg0a4x9gtmhs.png","3TK88UogcX5lx83kWMVuvI",{"template":696},"content:en-us:blog:authors:fabian-zimmer.yml","en-us/blog/authors/fabian-zimmer.yml","en-us/blog/authors/fabian-zimmer",{"_path":2940,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2941,"config":2945,"_id":2946,"_type":34,"title":2942,"_source":36,"_file":2947,"_stem":2948,"_extension":39},"/en-us/blog/authors/fabio-akita",{"name":2942,"config":2943},"Fabio Akita",{"headshot":727,"ctfId":2944},"Fabio-Akita",{"template":696},"content:en-us:blog:authors:fabio-akita.yml","en-us/blog/authors/fabio-akita.yml","en-us/blog/authors/fabio-akita",{"_path":2950,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2951,"config":2955,"_id":2956,"_type":34,"title":2952,"_source":36,"_file":2957,"_stem":2958,"_extension":39},"/en-us/blog/authors/fabio-busatto",{"name":2952,"config":2953},"Fabio Busatto",{"headshot":7,"ctfId":2954},"bikebilly",{"template":696},"content:en-us:blog:authors:fabio-busatto.yml","en-us/blog/authors/fabio-busatto.yml","en-us/blog/authors/fabio-busatto",{"_path":2960,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2961,"config":2966,"_id":2967,"_type":34,"title":2962,"_source":36,"_file":2968,"_stem":2969,"_extension":39},"/en-us/blog/authors/fabio-pitino",{"name":2962,"config":2963},"Fabio Pitino",{"headshot":2964,"ctfId":2965},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659958/Blog/Author%20Headshots/fabiopitino-headshot.jpg","fabiopitino",{"template":696},"content:en-us:blog:authors:fabio-pitino.yml","en-us/blog/authors/fabio-pitino.yml","en-us/blog/authors/fabio-pitino",{"_path":2971,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2972,"config":2976,"_id":2977,"_type":34,"title":2973,"_source":36,"_file":2978,"_stem":2979,"_extension":39},"/en-us/blog/authors/farnoosh-seifoddini",{"name":2973,"config":2974},"Farnoosh Seifoddini",{"headshot":7,"ctfId":2975},"fseifoddini",{"template":696},"content:en-us:blog:authors:farnoosh-seifoddini.yml","en-us/blog/authors/farnoosh-seifoddini.yml","en-us/blog/authors/farnoosh-seifoddini",{"_path":2981,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2982,"config":2986,"_id":2987,"_type":34,"title":2983,"_source":36,"_file":2988,"_stem":2989,"_extension":39},"/en-us/blog/authors/fatih-acet",{"name":2983,"config":2984},"Fatih Acet",{"headshot":7,"ctfId":2985},"fatihacet",{"template":696},"content:en-us:blog:authors:fatih-acet.yml","en-us/blog/authors/fatih-acet.yml","en-us/blog/authors/fatih-acet",{"_path":2991,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":2992,"config":2997,"_id":2998,"_type":34,"title":2993,"_source":36,"_file":2999,"_stem":3000,"_extension":39},"/en-us/blog/authors/fatima-sarah-khalid",{"name":2993,"config":2994},"Fatima Sarah Khalid",{"headshot":2995,"ctfId":2996},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663337/Blog/Author%20Headshots/sugaroverflow-headshot.jpg","sugaroverflow",{"template":696},"content:en-us:blog:authors:fatima-sarah-khalid.yml","en-us/blog/authors/fatima-sarah-khalid.yml","en-us/blog/authors/fatima-sarah-khalid",{"_path":3002,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3003,"config":3008,"_id":3009,"_type":34,"title":3004,"_source":36,"_file":3010,"_stem":3011,"_extension":39},"/en-us/blog/authors/fernando-diaz",{"name":3004,"config":3005},"Fernando Diaz",{"headshot":3006,"ctfId":3007},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659556/Blog/Author%20Headshots/fern_diaz.png","fjdiaz",{"template":696},"content:en-us:blog:authors:fernando-diaz.yml","en-us/blog/authors/fernando-diaz.yml","en-us/blog/authors/fernando-diaz",{"_path":3013,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3014,"config":3018,"_id":3019,"_type":34,"title":3015,"_source":36,"_file":3020,"_stem":3021,"_extension":39},"/en-us/blog/authors/filipa-lacerda",{"name":3015,"config":3016},"Filipa Lacerda",{"headshot":7,"ctfId":3017},"filipa",{"template":696},"content:en-us:blog:authors:filipa-lacerda.yml","en-us/blog/authors/filipa-lacerda.yml","en-us/blog/authors/filipa-lacerda",{"_path":3023,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3024,"config":3029,"_id":3030,"_type":34,"title":3031,"_source":36,"_file":3032,"_stem":3033,"_extension":39},"/en-us/blog/authors/flix-veillette-potvin",{"name":3025,"config":3026}," Félix Veillette-Potvin",{"headshot":3027,"ctfId":3028},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662606/Blog/Author%20Headshots/_F%C3%A9lix_Veillette-Potvin_headshot.png","3nkwcdE5K3Uw9nrovEngxW",{"template":696},"content:en-us:blog:authors:flix-veillette-potvin.yml","Flix Veillette Potvin","en-us/blog/authors/flix-veillette-potvin.yml","en-us/blog/authors/flix-veillette-potvin",{"_path":3035,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3036,"config":3040,"_id":3041,"_type":34,"title":3037,"_source":36,"_file":3042,"_stem":3043,"_extension":39},"/en-us/blog/authors/forrest-brazeal",{"name":3037,"config":3038},"Forrest Brazeal",{"headshot":7,"ctfId":3039},"fbrazeal",{"template":696},"content:en-us:blog:authors:forrest-brazeal.yml","en-us/blog/authors/forrest-brazeal.yml","en-us/blog/authors/forrest-brazeal",{"_path":3045,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3046,"config":3050,"_id":3051,"_type":34,"title":3047,"_source":36,"_file":3052,"_stem":3053,"_extension":39},"/en-us/blog/authors/francis-ofungwu",{"name":3047,"config":3048},"Francis Ofungwu",{"headshot":727,"ctfId":3049},"fofungwu",{"template":696},"content:en-us:blog:authors:francis-ofungwu.yml","en-us/blog/authors/francis-ofungwu.yml","en-us/blog/authors/francis-ofungwu",{"_path":3055,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3056,"config":3061,"_id":3062,"_type":34,"title":3063,"_source":36,"_file":3064,"_stem":3065,"_extension":39},"/en-us/blog/authors/frdric-caplette",{"name":3057,"config":3058},"Frédéric Caplette",{"headshot":3059,"ctfId":3060},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661878/Blog/Author%20Headshots/frederic_caplette_headshot.png","6nMRwNMwciKSX03zmbBbPF",{"template":696},"content:en-us:blog:authors:frdric-caplette.yml","Frdric Caplette","en-us/blog/authors/frdric-caplette.yml","en-us/blog/authors/frdric-caplette",{"_path":3067,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3068,"config":3073,"_id":3074,"_type":34,"title":3069,"_source":36,"_file":3075,"_stem":3076,"_extension":39},"/en-us/blog/authors/gabe-weaver",{"name":3069,"config":3070},"Gabe Weaver",{"headshot":3071,"ctfId":3072},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667605/Blog/Author%20Headshots/gweaver-headshot.jpg","gweaver",{"template":696},"content:en-us:blog:authors:gabe-weaver.yml","en-us/blog/authors/gabe-weaver.yml","en-us/blog/authors/gabe-weaver",{"_path":3078,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3079,"config":3084,"_id":3085,"_type":34,"title":3080,"_source":36,"_file":3086,"_stem":3087,"_extension":39},"/en-us/blog/authors/gabriel-engel",{"name":3080,"config":3081},"Gabriel Engel",{"headshot":3082,"ctfId":3083},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664747/Blog/Author%20Headshots/gabrielengel_gl-headshot.jpg","gabrielengelgl",{"template":696},"content:en-us:blog:authors:gabriel-engel.yml","en-us/blog/authors/gabriel-engel.yml","en-us/blog/authors/gabriel-engel",{"_path":3089,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3090,"config":3094,"_id":3095,"_type":34,"title":3091,"_source":36,"_file":3096,"_stem":3097,"_extension":39},"/en-us/blog/authors/gabriel-le-breton",{"name":3091,"config":3092},"Gabriel Le Breton",{"headshot":727,"ctfId":3093},"Gabriel-Le-Breton",{"template":696},"content:en-us:blog:authors:gabriel-le-breton.yml","en-us/blog/authors/gabriel-le-breton.yml","en-us/blog/authors/gabriel-le-breton",{"_path":3099,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3100,"config":3105,"_id":3106,"_type":34,"title":3101,"_source":36,"_file":3107,"_stem":3108,"_extension":39},"/en-us/blog/authors/gabriel-mazetto",{"name":3101,"config":3102},"Gabriel Mazetto",{"headshot":3103,"ctfId":3104},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678982/Blog/Author%20Headshots/brodock-headshot.jpg","brodock",{"template":696},"content:en-us:blog:authors:gabriel-mazetto.yml","en-us/blog/authors/gabriel-mazetto.yml","en-us/blog/authors/gabriel-mazetto",{"_path":3110,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3111,"config":3116,"_id":3117,"_type":34,"title":3112,"_source":36,"_file":3118,"_stem":3119,"_extension":39},"/en-us/blog/authors/gavin-peltz",{"name":3112,"config":3113},"Gavin Peltz",{"headshot":3114,"ctfId":3115},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662831/Blog/Author%20Headshots/gavin_peltz.png","27UwgXDMqa0oBWV93rXTgN",{"template":696},"content:en-us:blog:authors:gavin-peltz.yml","en-us/blog/authors/gavin-peltz.yml","en-us/blog/authors/gavin-peltz",{"_path":3121,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3122,"config":3127,"_id":3128,"_type":34,"title":3123,"_source":36,"_file":3129,"_stem":3130,"_extension":39},"/en-us/blog/authors/george-kichukov",{"name":3123,"config":3124},"George Kichukov",{"headshot":3125,"ctfId":3126},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664866/Blog/Author%20Headshots/george_kichukov.png","7e8bn05u4pXwYjkRrqdprE",{"template":696},"content:en-us:blog:authors:george-kichukov.yml","en-us/blog/authors/george-kichukov.yml","en-us/blog/authors/george-kichukov",{"_path":3132,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3133,"config":3137,"_id":3138,"_type":34,"title":3134,"_source":36,"_file":3139,"_stem":3140,"_extension":39},"/en-us/blog/authors/gerard-hickey",{"name":3134,"config":3135},"Gerard Hickey",{"headshot":7,"ctfId":3136},"ghickey",{"template":696},"content:en-us:blog:authors:gerard-hickey.yml","en-us/blog/authors/gerard-hickey.yml","en-us/blog/authors/gerard-hickey",{"_path":3142,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3143,"config":3148,"_id":3149,"_type":34,"title":3150,"_source":36,"_file":3151,"_stem":3152,"_extension":39},"/en-us/blog/authors/gerardo-lopez-fernandez",{"name":3144,"config":3145},"Gerardo Lopez-Fernandez",{"headshot":3146,"ctfId":3147},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679925/Blog/Author%20Headshots/glopezfernandez-headshot.jpg","glopezfernandez",{"template":696},"content:en-us:blog:authors:gerardo-lopez-fernandez.yml","Gerardo Lopez Fernandez","en-us/blog/authors/gerardo-lopez-fernandez.yml","en-us/blog/authors/gerardo-lopez-fernandez",{"_path":3154,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3155,"config":3160,"_id":3161,"_type":34,"title":3156,"_source":36,"_file":3162,"_stem":3163,"_extension":39},"/en-us/blog/authors/gina-doyle",{"name":3156,"config":3157},"Gina Doyle",{"headshot":3158,"ctfId":3159},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679201/Blog/Author%20Headshots/gdoyle-headshot.png","gdoyle",{"template":696},"content:en-us:blog:authors:gina-doyle.yml","en-us/blog/authors/gina-doyle.yml","en-us/blog/authors/gina-doyle",{"_path":3165,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3166,"config":3169,"_id":3170,"_type":34,"title":3171,"_source":36,"_file":3172,"_stem":3173,"_extension":39},"/en-us/blog/authors/gitlab",{"name":3167,"config":3168},"GitLab",{"headshot":727,"ctfId":3167},{"template":696},"content:en-us:blog:authors:gitlab.yml","Gitlab","en-us/blog/authors/gitlab.yml","en-us/blog/authors/gitlab",{"_path":3175,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3176,"config":3180,"_id":3181,"_type":34,"title":3182,"_source":36,"_file":3183,"_stem":3184,"_extension":39},"/en-us/blog/authors/gitlab-ai-assisted-group",{"name":3177,"config":3178},"GitLab AI Assisted Group",{"headshot":727,"ctfId":3179},"GitLab-AI-Assisted-Group",{"template":696},"content:en-us:blog:authors:gitlab-ai-assisted-group.yml","Gitlab Ai Assisted Group","en-us/blog/authors/gitlab-ai-assisted-group.yml","en-us/blog/authors/gitlab-ai-assisted-group",{"_path":3186,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3187,"config":3191,"_id":3192,"_type":34,"title":3193,"_source":36,"_file":3194,"_stem":3195,"_extension":39},"/en-us/blog/authors/gitlab-france-team",{"name":3188,"config":3189},"GitLab France Team",{"headshot":727,"ctfId":3190},"1gfblqN0ibYIuWGk7MOTny",{"template":696},"content:en-us:blog:authors:gitlab-france-team.yml","Gitlab France Team","en-us/blog/authors/gitlab-france-team.yml","en-us/blog/authors/gitlab-france-team",{"_path":3197,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3198,"config":3202,"_id":3203,"_type":34,"title":3204,"_source":36,"_file":3205,"_stem":3206,"_extension":39},"/en-us/blog/authors/gitlab-germany-team",{"name":3199,"config":3200},"GitLab Germany Team",{"headshot":727,"ctfId":3201},"6tNquF8jQeRRRi8k3ZXpvS",{"template":696},"content:en-us:blog:authors:gitlab-germany-team.yml","Gitlab Germany Team","en-us/blog/authors/gitlab-germany-team.yml","en-us/blog/authors/gitlab-germany-team",{"_path":3208,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3209,"config":3213,"_id":3214,"_type":34,"title":3215,"_source":36,"_file":3216,"_stem":3217,"_extension":39},"/en-us/blog/authors/gitlab-japan-team",{"name":3210,"config":3211},"GitLab Japan Team",{"headshot":727,"ctfId":3212},"5YWHF8vG80rluQ41QjgP7V",{"template":696},"content:en-us:blog:authors:gitlab-japan-team.yml","Gitlab Japan Team","en-us/blog/authors/gitlab-japan-team.yml","en-us/blog/authors/gitlab-japan-team",{"_path":3219,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3220,"config":3224,"_id":3225,"_type":34,"title":3226,"_source":36,"_file":3227,"_stem":3228,"_extension":39},"/en-us/blog/authors/gitlab-security-team",{"name":3221,"config":3222},"GitLab Security Team",{"headshot":727,"ctfId":3223},"GitLab-Security-Team",{"template":696},"content:en-us:blog:authors:gitlab-security-team.yml","Gitlab Security Team","en-us/blog/authors/gitlab-security-team.yml","en-us/blog/authors/gitlab-security-team",{"_path":3230,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3231,"config":3235,"_id":3236,"_type":34,"title":3237,"_source":36,"_file":3238,"_stem":3239,"_extension":39},"/en-us/blog/authors/gitlab-team",{"name":3232,"config":3233},"GitLab Team",{"headshot":727,"ctfId":3234},"GitLab-Team",{"template":696},"content:en-us:blog:authors:gitlab-team.yml","Gitlab Team","en-us/blog/authors/gitlab-team.yml","en-us/blog/authors/gitlab-team",{"_path":3241,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3242,"config":3246,"_id":3247,"_type":34,"title":3248,"_source":36,"_file":3249,"_stem":3250,"_extension":39},"/en-us/blog/authors/gitlab-vulnerability-research-team",{"name":3243,"config":3244},"GitLab Vulnerability Research Team",{"headshot":727,"ctfId":3245},"GitLab-Vulnerability-Research-Team",{"template":696},"content:en-us:blog:authors:gitlab-vulnerability-research-team.yml","Gitlab Vulnerability Research Team","en-us/blog/authors/gitlab-vulnerability-research-team.yml","en-us/blog/authors/gitlab-vulnerability-research-team",{"_path":3252,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3253,"config":3257,"_id":3258,"_type":34,"title":3254,"_source":36,"_file":3259,"_stem":3260,"_extension":39},"/en-us/blog/authors/goetz-buerkle",{"name":3254,"config":3255},"Goetz Buerkle",{"headshot":727,"ctfId":3256},"Goetz-Buerkle",{"template":696},"content:en-us:blog:authors:goetz-buerkle.yml","en-us/blog/authors/goetz-buerkle.yml","en-us/blog/authors/goetz-buerkle",{"_path":3262,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3263,"config":3268,"_id":3269,"_type":34,"title":3264,"_source":36,"_file":3270,"_stem":3271,"_extension":39},"/en-us/blog/authors/gosia-ksionek",{"name":3264,"config":3265},"Gosia Ksionek",{"headshot":3266,"ctfId":3267},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749680521/Blog/Author%20Headshots/mksionek-headshot.jpg","mksionek",{"template":696},"content:en-us:blog:authors:gosia-ksionek.yml","en-us/blog/authors/gosia-ksionek.yml","en-us/blog/authors/gosia-ksionek",{"_path":3273,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3274,"config":3279,"_id":3280,"_type":34,"title":3275,"_source":36,"_file":3281,"_stem":3282,"_extension":39},"/en-us/blog/authors/grant-hickman",{"name":3275,"config":3276},"Grant Hickman",{"headshot":3277,"ctfId":3278},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682570/Blog/Author%20Headshots/g.png","ghickman",{"template":696},"content:en-us:blog:authors:grant-hickman.yml","en-us/blog/authors/grant-hickman.yml","en-us/blog/authors/grant-hickman",{"_path":3284,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3285,"config":3290,"_id":3291,"_type":34,"title":3286,"_source":36,"_file":3292,"_stem":3293,"_extension":39},"/en-us/blog/authors/grant-young",{"name":3286,"config":3287},"Grant Young",{"headshot":3288,"ctfId":3289},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666346/Blog/Author%20Headshots/grantyoung-headshot.jpg","grantyoung",{"template":696},"content:en-us:blog:authors:grant-young.yml","en-us/blog/authors/grant-young.yml","en-us/blog/authors/grant-young",{"_path":3295,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3296,"config":3300,"_id":3301,"_type":34,"title":3297,"_source":36,"_file":3302,"_stem":3303,"_extension":39},"/en-us/blog/authors/greg-alfaro",{"name":3297,"config":3298},"Greg Alfaro",{"headshot":7,"ctfId":3299},"7zzMrU9Fbdw0QGxdFjJ1jE",{"template":696},"content:en-us:blog:authors:greg-alfaro.yml","en-us/blog/authors/greg-alfaro.yml","en-us/blog/authors/greg-alfaro",{"_path":3305,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3306,"config":3310,"_id":3311,"_type":34,"title":3307,"_source":36,"_file":3312,"_stem":3313,"_extension":39},"/en-us/blog/authors/greg-johnson",{"name":3307,"config":3308},"Greg Johnson",{"headshot":7,"ctfId":3309},"codeEmitter",{"template":696},"content:en-us:blog:authors:greg-johnson.yml","en-us/blog/authors/greg-johnson.yml","en-us/blog/authors/greg-johnson",{"_path":3315,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3316,"config":3321,"_id":3322,"_type":34,"title":3317,"_source":36,"_file":3323,"_stem":3324,"_extension":39},"/en-us/blog/authors/greg-myers",{"name":3317,"config":3318},"Greg Myers",{"headshot":3319,"ctfId":3320},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665570/Blog/Author%20Headshots/greg_myers_headshot.png","2uUYKgdtszyGfoOHbakiQX",{"template":696},"content:en-us:blog:authors:greg-myers.yml","en-us/blog/authors/greg-myers.yml","en-us/blog/authors/greg-myers",{"_path":3326,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3327,"config":3331,"_id":3332,"_type":34,"title":3328,"_source":36,"_file":3333,"_stem":3334,"_extension":39},"/en-us/blog/authors/grzegorz-bizon",{"name":3328,"config":3329},"Grzegorz Bizon",{"headshot":727,"ctfId":3330},"Grzegorz-Bizon",{"template":696},"content:en-us:blog:authors:grzegorz-bizon.yml","en-us/blog/authors/grzegorz-bizon.yml","en-us/blog/authors/grzegorz-bizon",{"_path":3336,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3337,"config":3341,"_id":3342,"_type":34,"title":3338,"_source":36,"_file":3343,"_stem":3344,"_extension":39},"/en-us/blog/authors/guenjun-yoo",{"name":3338,"config":3339},"Guenjun Yoo",{"headshot":7,"ctfId":3340},"gyoo",{"template":696},"content:en-us:blog:authors:guenjun-yoo.yml","en-us/blog/authors/guenjun-yoo.yml","en-us/blog/authors/guenjun-yoo",{"_path":3346,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3347,"config":3351,"_id":3352,"_type":34,"title":3353,"_source":36,"_file":3354,"_stem":3355,"_extension":39},"/en-us/blog/authors/guest-author-andr-arko-of-ruby-together",{"name":3348,"config":3349},"Guest author André Arko of Ruby Together",{"headshot":727,"ctfId":3350},"Guest-author-Andr-Arko-of-Ruby-Together",{"template":696},"content:en-us:blog:authors:guest-author-andr-arko-of-ruby-together.yml","Guest Author Andr Arko Of Ruby Together","en-us/blog/authors/guest-author-andr-arko-of-ruby-together.yml","en-us/blog/authors/guest-author-andr-arko-of-ruby-together",{"_path":3357,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3358,"config":3362,"_id":3363,"_type":34,"title":3364,"_source":36,"_file":3365,"_stem":3366,"_extension":39},"/en-us/blog/authors/guest-author-andr-miranda",{"name":3359,"config":3360},"Guest author André Miranda",{"headshot":727,"ctfId":3361},"Guest-author-Andr-Miranda",{"template":696},"content:en-us:blog:authors:guest-author-andr-miranda.yml","Guest Author Andr Miranda","en-us/blog/authors/guest-author-andr-miranda.yml","en-us/blog/authors/guest-author-andr-miranda",{"_path":3368,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3369,"config":3375,"_id":3376,"_type":34,"title":3377,"_source":36,"_file":3378,"_stem":3379,"_extension":39},"/en-us/blog/authors/gufran-yeilyurt-obss",{"name":3370,"config":3371},"Gufran Yeşilyurt, OBSS",{"headshot":3372,"linkedin":3373,"ctfId":3374},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666380/Blog/Author%20Headshots/1643972670650.jpg","https://www.linkedin.com/in/gufran-yesilyurt/","2ydYMU86my71BUASual2EI",{"template":696},"content:en-us:blog:authors:gufran-yeilyurt-obss.yml","Gufran Yeilyurt Obss","en-us/blog/authors/gufran-yeilyurt-obss.yml","en-us/blog/authors/gufran-yeilyurt-obss",{"_path":3381,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3382,"config":3386,"_id":3387,"_type":34,"title":3388,"_source":36,"_file":3389,"_stem":3390,"_extension":39},"/en-us/blog/authors/gustaw-fit-of-zoopla",{"name":3383,"config":3384},"Gustaw Fit of Zoopla",{"headshot":727,"ctfId":3385},"Gustaw-Fit-of-Zoopla",{"template":696},"content:en-us:blog:authors:gustaw-fit-of-zoopla.yml","Gustaw Fit Of Zoopla","en-us/blog/authors/gustaw-fit-of-zoopla.yml","en-us/blog/authors/gustaw-fit-of-zoopla",{"_path":3392,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3393,"config":3397,"_id":3398,"_type":34,"title":3399,"_source":36,"_file":3400,"_stem":3401,"_extension":39},"/en-us/blog/authors/guy-bar-gil-product-manager-at-whitesource",{"name":3394,"config":3395},"Guy Bar-Gil, Product Manager at WhiteSource",{"headshot":727,"ctfId":3396},"Guy-BarGil-Product-Manager-at-WhiteSource",{"template":696},"content:en-us:blog:authors:guy-bar-gil-product-manager-at-whitesource.yml","Guy Bar Gil Product Manager At Whitesource","en-us/blog/authors/guy-bar-gil-product-manager-at-whitesource.yml","en-us/blog/authors/guy-bar-gil-product-manager-at-whitesource",{"_path":3403,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3404,"config":3408,"_id":3409,"_type":34,"title":3405,"_source":36,"_file":3410,"_stem":3411,"_extension":39},"/en-us/blog/authors/gyan-chawdhary",{"name":3405,"config":3406},"Gyan Chawdhary",{"headshot":727,"ctfId":3407},"Gyan-Chawdhary",{"template":696},"content:en-us:blog:authors:gyan-chawdhary.yml","en-us/blog/authors/gyan-chawdhary.yml","en-us/blog/authors/gyan-chawdhary",{"_path":3413,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3414,"config":3419,"_id":3420,"_type":34,"title":3415,"_source":36,"_file":3421,"_stem":3422,"_extension":39},"/en-us/blog/authors/haim-snir",{"name":3415,"config":3416},"Haim Snir",{"headshot":3417,"ctfId":3418},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664386/Blog/Author%20Headshots/hsnir1-headshot.jpg","hsnir1",{"template":696},"content:en-us:blog:authors:haim-snir.yml","en-us/blog/authors/haim-snir.yml","en-us/blog/authors/haim-snir",{"_path":3424,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3425,"config":3430,"_id":3431,"_type":34,"title":3432,"_source":36,"_file":3433,"_stem":3434,"_extension":39},"/en-us/blog/authors/hakeem-abdul-razak",{"name":3426,"config":3427},"Hakeem Abdul-Razak",{"headshot":3428,"ctfId":3429},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662077/Blog/Author%20Headshots/Hakeem_Abdul-Razak_headshot.png","7H6nuZfVCK5mqJBK4fuaDH",{"template":696},"content:en-us:blog:authors:hakeem-abdul-razak.yml","Hakeem Abdul Razak","en-us/blog/authors/hakeem-abdul-razak.yml","en-us/blog/authors/hakeem-abdul-razak",{"_path":3436,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3437,"config":3441,"_id":3443,"_type":34,"title":3438,"_source":36,"_file":3444,"_stem":3445,"_extension":39},"/en-us/blog/authors/halil-coban",{"name":3438,"config":3439},"Halil Coban",{"headshot":3440},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751039592/hlxd6cnlgdioobqfvwus.png",{"template":696,"gitlabHandle":3442},"halilcoban","content:en-us:blog:authors:halil-coban.yml","en-us/blog/authors/halil-coban.yml","en-us/blog/authors/halil-coban",{"_path":3447,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3448,"config":3453,"_id":3454,"_type":34,"title":3449,"_source":36,"_file":3455,"_stem":3456,"_extension":39},"/en-us/blog/authors/hannah-sutor",{"name":3449,"config":3450},"Hannah Sutor",{"headshot":3451,"ctfId":3452},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665588/Blog/Author%20Headshots/hsutor-headshot.png","hsutor",{"template":696},"content:en-us:blog:authors:hannah-sutor.yml","en-us/blog/authors/hannah-sutor.yml","en-us/blog/authors/hannah-sutor",{"_path":3458,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3459,"config":3464,"_id":3465,"_type":34,"title":3460,"_source":36,"_file":3466,"_stem":3467,"_extension":39},"/en-us/blog/authors/harjeet-sharma",{"name":3460,"config":3461},"Harjeet Sharma",{"headshot":3462,"ctfId":3463},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665497/Blog/Author%20Headshots/harjeet_sharma_headshot.png","723O6GGQQEu75MCuhw6lqh",{"template":696},"content:en-us:blog:authors:harjeet-sharma.yml","en-us/blog/authors/harjeet-sharma.yml","en-us/blog/authors/harjeet-sharma",{"_path":3469,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3470,"config":3474,"_id":3475,"_type":34,"title":3471,"_source":36,"_file":3476,"_stem":3477,"_extension":39},"/en-us/blog/authors/haydn-mackay",{"name":3471,"config":3472},"Haydn Mackay",{"headshot":727,"ctfId":3473},"Haydn-Mackay",{"template":696},"content:en-us:blog:authors:haydn-mackay.yml","en-us/blog/authors/haydn-mackay.yml","en-us/blog/authors/haydn-mackay",{"_path":3479,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3480,"config":3484,"_id":3485,"_type":34,"title":3481,"_source":36,"_file":3486,"_stem":3487,"_extension":39},"/en-us/blog/authors/hazel-yang",{"name":3481,"config":3482},"Hazel Yang",{"headshot":7,"ctfId":3483},"hazelyang",{"template":696},"content:en-us:blog:authors:hazel-yang.yml","en-us/blog/authors/hazel-yang.yml","en-us/blog/authors/hazel-yang",{"_path":3489,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3490,"config":3494,"_id":3495,"_type":34,"title":3496,"_source":36,"_file":3497,"_stem":3498,"_extension":39},"/en-us/blog/authors/heather-mcnamee",{"name":3491,"config":3492},"Heather McNamee",{"headshot":727,"ctfId":3493},"Heather-McNamee",{"template":696},"content:en-us:blog:authors:heather-mcnamee.yml","Heather Mcnamee","en-us/blog/authors/heather-mcnamee.yml","en-us/blog/authors/heather-mcnamee",{"_path":3500,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3501,"config":3505,"_id":3506,"_type":34,"title":3502,"_source":36,"_file":3507,"_stem":3508,"_extension":39},"/en-us/blog/authors/heather-simpson",{"name":3502,"config":3503},"Heather Simpson",{"headshot":727,"ctfId":3504},"hsimpson",{"template":696},"content:en-us:blog:authors:heather-simpson.yml","en-us/blog/authors/heather-simpson.yml","en-us/blog/authors/heather-simpson",{"_path":3510,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3511,"config":3516,"_id":3517,"_type":34,"title":3512,"_source":36,"_file":3518,"_stem":3519,"_extension":39},"/en-us/blog/authors/hillary-benson",{"name":3512,"config":3513},"Hillary Benson",{"headshot":3514,"ctfId":3515},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683387/Blog/Author%20Headshots/hillarybensonheadshot.png","45VEFoISCoOhRXzyPyAf1x",{"template":696},"content:en-us:blog:authors:hillary-benson.yml","en-us/blog/authors/hillary-benson.yml","en-us/blog/authors/hillary-benson",{"_path":3521,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3522,"config":3526,"_id":3528,"_type":34,"title":3523,"_source":36,"_file":3529,"_stem":3530,"_extension":39},"/en-us/blog/authors/himanshu-kapoor",{"name":3523,"config":3524},"Himanshu Kapoor",{"headshot":3525},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1754585086/hfuoktkehmq0jyfybrnt.png",{"template":696,"gitlabHandle":3527},"himkp","content:en-us:blog:authors:himanshu-kapoor.yml","en-us/blog/authors/himanshu-kapoor.yml","en-us/blog/authors/himanshu-kapoor",{"_path":3532,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3533,"config":3538,"_id":3539,"_type":34,"title":3534,"_source":36,"_file":3540,"_stem":3541,"_extension":39},"/en-us/blog/authors/hiroki-suezawa",{"name":3534,"config":3535},"Hiroki Suezawa",{"headshot":3536,"ctfId":3537},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662370/Blog/Author%20Headshots/hiroki_suezawa.png","cw6ZIj0yjr1uw2LAFr23h",{"template":696},"content:en-us:blog:authors:hiroki-suezawa.yml","en-us/blog/authors/hiroki-suezawa.yml","en-us/blog/authors/hiroki-suezawa",{"_path":3543,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3544,"config":3548,"_id":3549,"_type":34,"title":3545,"_source":36,"_file":3550,"_stem":3551,"_extension":39},"/en-us/blog/authors/holly-reynolds",{"name":3545,"config":3546},"Holly Reynolds",{"headshot":7,"ctfId":3547},"hollyreynolds",{"template":696},"content:en-us:blog:authors:holly-reynolds.yml","en-us/blog/authors/holly-reynolds.yml","en-us/blog/authors/holly-reynolds",{"_path":3553,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3554,"config":3558,"_id":3559,"_type":34,"title":3555,"_source":36,"_file":3560,"_stem":3561,"_extension":39},"/en-us/blog/authors/huldra",{"name":3555,"config":3556},"Huldra",{"headshot":7,"ctfId":3557},"huldra",{"template":696},"content:en-us:blog:authors:huldra.yml","en-us/blog/authors/huldra.yml","en-us/blog/authors/huldra",{"_path":3563,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3564,"config":3568,"_id":3569,"_type":34,"title":3565,"_source":36,"_file":3570,"_stem":3571,"_extension":39},"/en-us/blog/authors/iain-camacho",{"name":3565,"config":3566},"Iain Camacho",{"headshot":7,"ctfId":3567},"icamacho",{"template":696},"content:en-us:blog:authors:iain-camacho.yml","en-us/blog/authors/iain-camacho.yml","en-us/blog/authors/iain-camacho",{"_path":3573,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3574,"config":3578,"_id":3579,"_type":34,"title":3575,"_source":36,"_file":3580,"_stem":3581,"_extension":39},"/en-us/blog/authors/ian-bartholomew",{"name":3575,"config":3576},"Ian Bartholomew",{"headshot":727,"ctfId":3577},"7D4PE43CXfi8pgOSCmipH0",{"template":696},"content:en-us:blog:authors:ian-bartholomew.yml","en-us/blog/authors/ian-bartholomew.yml","en-us/blog/authors/ian-bartholomew",{"_path":3583,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3584,"config":3589,"_id":3590,"_type":34,"title":3585,"_source":36,"_file":3591,"_stem":3592,"_extension":39},"/en-us/blog/authors/ian-khor",{"name":3585,"config":3586},"Ian Khor",{"headshot":3587,"ctfId":3588},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662933/Blog/Author%20Headshots/ian_khor_headshot.png","nSk8fzDwtG3LVFWwg8HrF",{"template":696},"content:en-us:blog:authors:ian-khor.yml","en-us/blog/authors/ian-khor.yml","en-us/blog/authors/ian-khor",{"_path":3594,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3595,"config":3600,"_id":3601,"_type":34,"title":3596,"_source":36,"_file":3602,"_stem":3603,"_extension":39},"/en-us/blog/authors/ian-pedowitz",{"name":3596,"config":3597},"Ian Pedowitz",{"headshot":3598,"ctfId":3599},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683040/Blog/Author%20Headshots/ipedowitz-headshot.jpg","ipedowitz",{"template":696},"content:en-us:blog:authors:ian-pedowitz.yml","en-us/blog/authors/ian-pedowitz.yml","en-us/blog/authors/ian-pedowitz",{"_path":3605,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3606,"config":3611,"_id":3612,"_type":34,"title":3607,"_source":36,"_file":3613,"_stem":3614,"_extension":39},"/en-us/blog/authors/igor-drozdov",{"name":3607,"config":3608},"Igor Drozdov",{"headshot":3609,"ctfId":3610},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672455/Blog/Author%20Headshots/igor.png","igordrozdov",{"template":696},"content:en-us:blog:authors:igor-drozdov.yml","en-us/blog/authors/igor-drozdov.yml","en-us/blog/authors/igor-drozdov",{"_path":3616,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3617,"config":3622,"_id":3623,"_type":34,"title":3618,"_source":36,"_file":3624,"_stem":3625,"_extension":39},"/en-us/blog/authors/igor-wiedler",{"name":3618,"config":3619},"Igor Wiedler",{"headshot":3620,"ctfId":3621},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681841/Blog/Author%20Headshots/igorwwwwwwwwwwwwwwwwwwww-headshot.png","igorwwwwwwwwwwwwwwwwwwww",{"template":696},"content:en-us:blog:authors:igor-wiedler.yml","en-us/blog/authors/igor-wiedler.yml","en-us/blog/authors/igor-wiedler",{"_path":3627,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3628,"config":3633,"_id":3634,"_type":34,"title":3635,"_source":36,"_file":3636,"_stem":3637,"_extension":39},"/en-us/blog/authors/inchul-yoo-sunjung-park",{"name":3629,"config":3630},"Inchul Yoo, Sunjung Park",{"headshot":3631,"ctfId":3632},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669731/Blog/Author%20Headshots/sunjungp-headshot.png","sunjungp",{"template":696},"content:en-us:blog:authors:inchul-yoo-sunjung-park.yml","Inchul Yoo Sunjung Park","en-us/blog/authors/inchul-yoo-sunjung-park.yml","en-us/blog/authors/inchul-yoo-sunjung-park",{"_path":3639,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3640,"config":3645,"_id":3646,"_type":34,"title":3641,"_source":36,"_file":3647,"_stem":3648,"_extension":39},"/en-us/blog/authors/isaac-dawson",{"name":3641,"config":3642},"Isaac Dawson",{"headshot":3643,"ctfId":3644},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669814/Blog/Author%20Headshots/idawson-headshot.jpg","idawson",{"template":696},"content:en-us:blog:authors:isaac-dawson.yml","en-us/blog/authors/isaac-dawson.yml","en-us/blog/authors/isaac-dawson",{"_path":3650,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3651,"config":3655,"_id":3657,"_type":34,"title":3658,"_source":36,"_file":3659,"_stem":3660,"_extension":39},"/en-us/blog/authors/issei-hamada-sony-biz-networks-corporation",{"config":3652,"name":3654},{"headshot":3653},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1760414048/buvcowublhq36ongtzbx.png","Issei Hamada, Sony Biz Networks Corporation",{"template":696,"gitlabHandle":3656},"https://gitlab.com/issei-hamada","content:en-us:blog:authors:issei-hamada-sony-biz-networks-corporation.yml","Issei Hamada Sony Biz Networks Corporation","en-us/blog/authors/issei-hamada-sony-biz-networks-corporation.yml","en-us/blog/authors/issei-hamada-sony-biz-networks-corporation",{"_path":3662,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3663,"config":3668,"_id":3669,"_type":34,"title":3664,"_source":36,"_file":3670,"_stem":3671,"_extension":39},"/en-us/blog/authors/itzik-gan-baruch",{"name":3664,"config":3665},"Itzik Gan Baruch",{"headshot":3666,"ctfId":3667},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658921/Blog/Author%20Headshots/iganbaruch-headshot.jpg","iganbaruch",{"template":696},"content:en-us:blog:authors:itzik-gan-baruch.yml","en-us/blog/authors/itzik-gan-baruch.yml","en-us/blog/authors/itzik-gan-baruch",{"_path":3673,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3674,"config":3678,"_id":3679,"_type":34,"title":3675,"_source":36,"_file":3680,"_stem":3681,"_extension":39},"/en-us/blog/authors/ivan-lychev",{"name":3675,"config":3676},"Ivan Lychev",{"headshot":7,"ctfId":3677},"iLychevAD",{"template":696},"content:en-us:blog:authors:ivan-lychev.yml","en-us/blog/authors/ivan-lychev.yml","en-us/blog/authors/ivan-lychev",{"_path":3683,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3684,"config":3688,"_id":3689,"_type":34,"title":3685,"_source":36,"_file":3690,"_stem":3691,"_extension":39},"/en-us/blog/authors/ivan-nemytchenko",{"name":3685,"config":3686},"Ivan Nemytchenko",{"headshot":727,"ctfId":3687},"Ivan-Nemytchenko",{"template":696},"content:en-us:blog:authors:ivan-nemytchenko.yml","en-us/blog/authors/ivan-nemytchenko.yml","en-us/blog/authors/ivan-nemytchenko",{"_path":3693,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3694,"config":3700,"_id":3701,"_type":34,"title":3696,"_source":36,"_file":3702,"_stem":3703,"_extension":39},"/en-us/blog/authors/ivanha-paz",{"role":3695,"name":3696,"config":3697},"DevRel Lead at Jam","Ivanha Paz",{"headshot":3698,"ctfId":3699},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670359/Blog/Author%20Headshots/Ivanha_Paz_-_headshot.jpg","7sP877dkX9NIHekQO3HbUH",{"template":696},"content:en-us:blog:authors:ivanha-paz.yml","en-us/blog/authors/ivanha-paz.yml","en-us/blog/authors/ivanha-paz",{"_path":3705,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3706,"config":3710,"_id":3711,"_type":34,"title":3707,"_source":36,"_file":3712,"_stem":3713,"_extension":39},"/en-us/blog/authors/jacie-bandur",{"name":3707,"config":3708},"Jacie Bandur",{"headshot":7,"ctfId":3709},"jbandur",{"template":696},"content:en-us:blog:authors:jacie-bandur.yml","en-us/blog/authors/jacie-bandur.yml","en-us/blog/authors/jacie-bandur",{"_path":3715,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3716,"config":3721,"_id":3722,"_type":34,"title":3717,"_source":36,"_file":3723,"_stem":3724,"_extension":39},"/en-us/blog/authors/jacki-bauer",{"name":3717,"config":3718},"Jacki Bauer",{"headshot":3719,"ctfId":3720},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669728/Blog/Author%20Headshots/jackib-headshot.jpg","7nGz3EarOjQXW2gQuJaF1Z",{"template":696},"content:en-us:blog:authors:jacki-bauer.yml","en-us/blog/authors/jacki-bauer.yml","en-us/blog/authors/jacki-bauer",{"_path":3726,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3727,"config":3731,"_id":3732,"_type":34,"title":3728,"_source":36,"_file":3733,"_stem":3734,"_extension":39},"/en-us/blog/authors/jackie-meshell",{"name":3728,"config":3729},"Jackie Meshell",{"headshot":7,"ctfId":3730},"jmeshell",{"template":696},"content:en-us:blog:authors:jackie-meshell.yml","en-us/blog/authors/jackie-meshell.yml","en-us/blog/authors/jackie-meshell",{"_path":3736,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3737,"config":3742,"_id":3743,"_type":34,"title":3738,"_source":36,"_file":3744,"_stem":3745,"_extension":39},"/en-us/blog/authors/jackie-porter",{"name":3738,"config":3739},"Jackie Porter",{"headshot":3740,"ctfId":3741},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664942/Blog/Author%20Headshots/jreporter-headshot.png","jreporter",{"template":696},"content:en-us:blog:authors:jackie-porter.yml","en-us/blog/authors/jackie-porter.yml","en-us/blog/authors/jackie-porter",{"_path":3747,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3748,"config":3752,"_id":3753,"_type":34,"title":3749,"_source":36,"_file":3754,"_stem":3755,"_extension":39},"/en-us/blog/authors/jacob-schatz",{"name":3749,"config":3750},"Jacob Schatz",{"headshot":7,"ctfId":3751},"jschatz1",{"template":696},"content:en-us:blog:authors:jacob-schatz.yml","en-us/blog/authors/jacob-schatz.yml","en-us/blog/authors/jacob-schatz",{"_path":3757,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3758,"config":3762,"_id":3763,"_type":34,"title":3759,"_source":36,"_file":3764,"_stem":3765,"_extension":39},"/en-us/blog/authors/jacob-vosmaer",{"name":3759,"config":3760},"Jacob Vosmaer",{"headshot":727,"ctfId":3761},"Jacob-Vosmaer",{"template":696},"content:en-us:blog:authors:jacob-vosmaer.yml","en-us/blog/authors/jacob-vosmaer.yml","en-us/blog/authors/jacob-vosmaer",{"_path":3767,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3768,"config":3773,"_id":3774,"_type":34,"title":3769,"_source":36,"_file":3775,"_stem":3776,"_extension":39},"/en-us/blog/authors/jacques-erasmus",{"name":3769,"config":3770},"Jacques Erasmus",{"headshot":3771,"ctfId":3772},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682633/Blog/Author%20Headshots/jerasmus-headshot.png","jerasmus",{"template":696},"content:en-us:blog:authors:jacques-erasmus.yml","en-us/blog/authors/jacques-erasmus.yml","en-us/blog/authors/jacques-erasmus",{"_path":3778,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3779,"config":3784,"_id":3785,"_type":34,"title":3786,"_source":36,"_file":3787,"_stem":3788,"_extension":39},"/en-us/blog/authors/jaime-martnez",{"name":3780,"config":3781},"Jaime Martínez",{"headshot":3782,"ctfId":3783},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679630/Blog/Author%20Headshots/jaime-headshot.jpg","jaime",{"template":696},"content:en-us:blog:authors:jaime-martnez.yml","Jaime Martnez","en-us/blog/authors/jaime-martnez.yml","en-us/blog/authors/jaime-martnez",{"_path":3790,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3791,"config":3795,"_id":3796,"_type":34,"title":3792,"_source":36,"_file":3797,"_stem":3798,"_extension":39},"/en-us/blog/authors/jake-foster",{"name":3792,"config":3793},"Jake Foster",{"headshot":727,"ctfId":3794},"jakefoster1",{"template":696},"content:en-us:blog:authors:jake-foster.yml","en-us/blog/authors/jake-foster.yml","en-us/blog/authors/jake-foster",{"_path":3800,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3801,"config":3805,"_id":3806,"_type":34,"title":3802,"_source":36,"_file":3807,"_stem":3808,"_extension":39},"/en-us/blog/authors/jake-stein",{"name":3802,"config":3803},"Jake Stein",{"headshot":727,"ctfId":3804},"Jake-Stein",{"template":696},"content:en-us:blog:authors:jake-stein.yml","en-us/blog/authors/jake-stein.yml","en-us/blog/authors/jake-stein",{"_path":3810,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3811,"config":3815,"_id":3816,"_type":34,"title":3812,"_source":36,"_file":3817,"_stem":3818,"_extension":39},"/en-us/blog/authors/james-dang",{"name":3812,"config":3813},"James Dang",{"headshot":727,"ctfId":3814},"James-Dang",{"template":696},"content:en-us:blog:authors:james-dang.yml","en-us/blog/authors/james-dang.yml","en-us/blog/authors/james-dang",{"_path":3820,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3821,"config":3826,"_id":3827,"_type":34,"title":3822,"_source":36,"_file":3828,"_stem":3829,"_extension":39},"/en-us/blog/authors/james-heimbuck",{"name":3822,"config":3823},"James Heimbuck",{"headshot":3824,"ctfId":3825},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666934/Blog/Author%20Headshots/jheimbuck_gl-headshot.png","jheimbuckgl",{"template":696},"content:en-us:blog:authors:james-heimbuck.yml","en-us/blog/authors/james-heimbuck.yml","en-us/blog/authors/james-heimbuck",{"_path":3831,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3832,"config":3836,"_id":3837,"_type":34,"title":3833,"_source":36,"_file":3838,"_stem":3839,"_extension":39},"/en-us/blog/authors/james-ramsay",{"name":3833,"config":3834},"James Ramsay",{"headshot":7,"ctfId":3835},"jramsay",{"template":696},"content:en-us:blog:authors:james-ramsay.yml","en-us/blog/authors/james-ramsay.yml","en-us/blog/authors/james-ramsay",{"_path":3841,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3842,"config":3846,"_id":3847,"_type":34,"title":20,"_source":36,"_file":3848,"_stem":3849,"_extension":39},"/en-us/blog/authors/james-wormwell",{"name":20,"config":3843},{"headshot":3844,"ctfId":3845},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659474/Blog/Author%20Headshots/james_wormwell_headshot.png","CPPijHb0Op5C5aVcvsOEf",{"template":696},"content:en-us:blog:authors:james-wormwell.yml","en-us/blog/authors/james-wormwell.yml","en-us/blog/authors/james-wormwell",{"_path":3851,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3852,"config":3856,"_id":3857,"_type":34,"title":3853,"_source":36,"_file":3858,"_stem":3859,"_extension":39},"/en-us/blog/authors/jamie-hurewitz",{"name":3853,"config":3854},"Jamie Hurewitz",{"headshot":727,"ctfId":3855},"Jamie-Hurewitz",{"template":696},"content:en-us:blog:authors:jamie-hurewitz.yml","en-us/blog/authors/jamie-hurewitz.yml","en-us/blog/authors/jamie-hurewitz",{"_path":3861,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3862,"config":3866,"_id":3867,"_type":34,"title":3863,"_source":36,"_file":3868,"_stem":3869,"_extension":39},"/en-us/blog/authors/jamie-rachel",{"name":3863,"config":3864},"Jamie Rachel",{"headshot":7,"ctfId":3865},"jrachel1",{"template":696},"content:en-us:blog:authors:jamie-rachel.yml","en-us/blog/authors/jamie-rachel.yml","en-us/blog/authors/jamie-rachel",{"_path":3871,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3872,"config":3877,"_id":3878,"_type":34,"title":3873,"_source":36,"_file":3879,"_stem":3880,"_extension":39},"/en-us/blog/authors/jan-provaznik",{"name":3873,"config":3874},"Jan Provaznik",{"headshot":3875,"ctfId":3876},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683397/Blog/Author%20Headshots/jprovaznik-headshot.png","jprovaznik",{"template":696},"content:en-us:blog:authors:jan-provaznik.yml","en-us/blog/authors/jan-provaznik.yml","en-us/blog/authors/jan-provaznik",{"_path":3882,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3883,"config":3888,"_id":3889,"_type":34,"title":3884,"_source":36,"_file":3890,"_stem":3891,"_extension":39},"/en-us/blog/authors/janis-altherr",{"name":3884,"config":3885},"Janis Altherr",{"headshot":3886,"ctfId":3887},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663163/Blog/Author%20Headshots/janis-headshot.jpg","janis",{"template":696},"content:en-us:blog:authors:janis-altherr.yml","en-us/blog/authors/janis-altherr.yml","en-us/blog/authors/janis-altherr",{"_path":3893,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3894,"config":3899,"_id":3900,"_type":34,"title":3895,"_source":36,"_file":3901,"_stem":3902,"_extension":39},"/en-us/blog/authors/jannik-lehmann",{"name":3895,"config":3896},"Jannik Lehmann",{"headshot":3897,"ctfId":3898},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665530/Blog/Author%20Headshots/jannik_lehmann_headshot.png","1N3FaKXgM0jmYL8jdnWKGN",{"template":696},"content:en-us:blog:authors:jannik-lehmann.yml","en-us/blog/authors/jannik-lehmann.yml","en-us/blog/authors/jannik-lehmann",{"_path":3904,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3905,"config":3910,"_id":3911,"_type":34,"title":3912,"_source":36,"_file":3913,"_stem":3914,"_extension":39},"/en-us/blog/authors/jarka-koanov-et-al",{"name":3906,"config":3907},"Jarka Košanová et al",{"headshot":3908,"ctfId":3909},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672956/Blog/Author%20Headshots/jarka-headshot.jpg","jarka",{"template":696},"content:en-us:blog:authors:jarka-koanov-et-al.yml","Jarka Koanov Et Al","en-us/blog/authors/jarka-koanov-et-al.yml","en-us/blog/authors/jarka-koanov-et-al",{"_path":3916,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3917,"config":3921,"_id":3922,"_type":34,"title":3923,"_source":36,"_file":3924,"_stem":3925,"_extension":39},"/en-us/blog/authors/jason-blais-mattermost",{"name":3918,"config":3919},"Jason Blais – Mattermost",{"headshot":7,"ctfId":3920},"jasonblais",{"template":696},"content:en-us:blog:authors:jason-blais-mattermost.yml","Jason Blais Mattermost","en-us/blog/authors/jason-blais-mattermost.yml","en-us/blog/authors/jason-blais-mattermost",{"_path":3927,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3928,"config":3932,"_id":3933,"_type":34,"title":3929,"_source":36,"_file":3934,"_stem":3935,"_extension":39},"/en-us/blog/authors/jason-chen",{"name":3929,"config":3930},"Jason Chen",{"headshot":727,"ctfId":3931},"Jason-Chen",{"template":696},"content:en-us:blog:authors:jason-chen.yml","en-us/blog/authors/jason-chen.yml","en-us/blog/authors/jason-chen",{"_path":3937,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3938,"config":3943,"_id":3944,"_type":34,"title":3939,"_source":36,"_file":3945,"_stem":3946,"_extension":39},"/en-us/blog/authors/jason-colyer",{"name":3939,"config":3940},"Jason Colyer",{"headshot":3941,"ctfId":3942},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670540/Blog/Author%20Headshots/jcolyer-headshot.jpg","jcolyer",{"template":696},"content:en-us:blog:authors:jason-colyer.yml","en-us/blog/authors/jason-colyer.yml","en-us/blog/authors/jason-colyer",{"_path":3948,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3949,"config":3954,"_id":3955,"_type":34,"title":3950,"_source":36,"_file":3956,"_stem":3957,"_extension":39},"/en-us/blog/authors/jason-plum",{"name":3950,"config":3951},"Jason Plum",{"headshot":3952,"ctfId":3953},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683234/Blog/Author%20Headshots/WarheadsSE-headshot.jpg","WarheadsSE",{"template":696},"content:en-us:blog:authors:jason-plum.yml","en-us/blog/authors/jason-plum.yml","en-us/blog/authors/jason-plum",{"_path":3959,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3960,"config":3964,"_id":3965,"_type":34,"title":3961,"_source":36,"_file":3966,"_stem":3967,"_extension":39},"/en-us/blog/authors/jason-yavorska",{"name":3961,"config":3962},"Jason Yavorska",{"headshot":7,"ctfId":3963},"jyavorska",{"template":696},"content:en-us:blog:authors:jason-yavorska.yml","en-us/blog/authors/jason-yavorska.yml","en-us/blog/authors/jason-yavorska",{"_path":3969,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3970,"config":3974,"_id":3975,"_type":34,"title":3971,"_source":36,"_file":3976,"_stem":3977,"_extension":39},"/en-us/blog/authors/jay-newman",{"name":3971,"config":3972},"Jay Newman",{"headshot":727,"ctfId":3973},"Jay-Newman",{"template":696},"content:en-us:blog:authors:jay-newman.yml","en-us/blog/authors/jay-newman.yml","en-us/blog/authors/jay-newman",{"_path":3979,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3980,"config":3985,"_id":3986,"_type":34,"title":3981,"_source":36,"_file":3987,"_stem":3988,"_extension":39},"/en-us/blog/authors/jayson-salazar",{"name":3981,"config":3982},"Jayson Salazar",{"headshot":3983,"ctfId":3984},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669832/Blog/Author%20Headshots/jdsalaro-headshot.png","787SqtoQNu4DE3WGWE1WMv",{"template":696},"content:en-us:blog:authors:jayson-salazar.yml","en-us/blog/authors/jayson-salazar.yml","en-us/blog/authors/jayson-salazar",{"_path":3990,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":3991,"config":3995,"_id":3996,"_type":34,"title":3997,"_source":36,"_file":3998,"_stem":3999,"_extension":39},"/en-us/blog/authors/jd-alex",{"name":3992,"config":3993},"JD Alex",{"headshot":7,"ctfId":3994},"jalex1",{"template":696},"content:en-us:blog:authors:jd-alex.yml","Jd Alex","en-us/blog/authors/jd-alex.yml","en-us/blog/authors/jd-alex",{"_path":4001,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4002,"config":4006,"_id":4007,"_type":34,"title":4008,"_source":36,"_file":4009,"_stem":4010,"_extension":39},"/en-us/blog/authors/jean-philippe-baconnais",{"name":4003,"config":4004},"Jean-Philippe Baconnais",{"headshot":7,"ctfId":4005},"jeanphibaconnais",{"template":696},"content:en-us:blog:authors:jean-philippe-baconnais.yml","Jean Philippe Baconnais","en-us/blog/authors/jean-philippe-baconnais.yml","en-us/blog/authors/jean-philippe-baconnais",{"_path":4012,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4013,"config":4018,"_id":4019,"_type":34,"title":4014,"_source":36,"_file":4020,"_stem":4021,"_extension":39},"/en-us/blog/authors/jeff-burrows",{"name":4014,"config":4015},"Jeff Burrows",{"headshot":4016,"ctfId":4017},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749680588/Blog/Author%20Headshots/jburrows001-headshot.jpg","jburrows001",{"template":696},"content:en-us:blog:authors:jeff-burrows.yml","en-us/blog/authors/jeff-burrows.yml","en-us/blog/authors/jeff-burrows",{"_path":4023,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4024,"config":4028,"_id":4029,"_type":34,"title":4025,"_source":36,"_file":4030,"_stem":4031,"_extension":39},"/en-us/blog/authors/jeff-kelsey",{"name":4025,"config":4026},"Jeff Kelsey",{"headshot":727,"ctfId":4027},"Jeff-Kelsey",{"template":696},"content:en-us:blog:authors:jeff-kelsey.yml","en-us/blog/authors/jeff-kelsey.yml","en-us/blog/authors/jeff-kelsey",{"_path":4033,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4034,"config":4039,"_id":4040,"_type":34,"title":4035,"_source":36,"_file":4041,"_stem":4042,"_extension":39},"/en-us/blog/authors/jeff-park",{"name":4035,"config":4036},"Jeff Park",{"headshot":4037,"ctfId":4038},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662462/Blog/Author%20Headshots/jeff_park.png","6f3sZWoxqV0RIufjUp6ohq",{"template":696},"content:en-us:blog:authors:jeff-park.yml","en-us/blog/authors/jeff-park.yml","en-us/blog/authors/jeff-park",{"_path":4044,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4045,"config":4050,"_id":4051,"_type":34,"title":4046,"_source":36,"_file":4052,"_stem":4053,"_extension":39},"/en-us/blog/authors/jeff-tucker",{"name":4046,"config":4047},"Jeff Tucker",{"headshot":4048,"ctfId":4049},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662256/Blog/Author%20Headshots/jeff_tucker_headshot.png","QsMDilyLUNsS2rvyaG3ne",{"template":696},"content:en-us:blog:authors:jeff-tucker.yml","en-us/blog/authors/jeff-tucker.yml","en-us/blog/authors/jeff-tucker",{"_path":4055,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4056,"config":4061,"_id":4062,"_type":34,"title":4057,"_source":36,"_file":4063,"_stem":4064,"_extension":39},"/en-us/blog/authors/jensen-stava",{"name":4057,"config":4058},"Jensen Stava",{"headshot":4059,"ctfId":4060},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679862/Blog/Author%20Headshots/jstava-headshot.png","jstava",{"template":696},"content:en-us:blog:authors:jensen-stava.yml","en-us/blog/authors/jensen-stava.yml","en-us/blog/authors/jensen-stava",{"_path":4066,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4067,"config":4071,"_id":4072,"_type":34,"title":4068,"_source":36,"_file":4073,"_stem":4074,"_extension":39},"/en-us/blog/authors/jeremy-cooper",{"name":4068,"config":4069},"Jeremy Cooper",{"headshot":727,"ctfId":4070},"6sXs62l8jODDcUlS9OPgTu",{"template":696},"content:en-us:blog:authors:jeremy-cooper.yml","en-us/blog/authors/jeremy-cooper.yml","en-us/blog/authors/jeremy-cooper",{"_path":4076,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4077,"config":4082,"_id":4083,"_type":34,"title":4078,"_source":36,"_file":4084,"_stem":4085,"_extension":39},"/en-us/blog/authors/jeremy-elder",{"name":4078,"config":4079},"Jeremy Elder",{"headshot":4080,"ctfId":4081},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666146/Blog/Author%20Headshots/jeldergl-headshot.jpg","jeldergl",{"template":696},"content:en-us:blog:authors:jeremy-elder.yml","en-us/blog/authors/jeremy-elder.yml","en-us/blog/authors/jeremy-elder",{"_path":4087,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4088,"config":4093,"_id":4094,"_type":34,"title":4089,"_source":36,"_file":4095,"_stem":4096,"_extension":39},"/en-us/blog/authors/jeremy-wagner",{"name":4089,"config":4090},"Jeremy Wagner",{"headshot":4091,"ctfId":4092},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663285/Blog/Author%20Headshots/jeremywagner-headshot.jpg","jeremywagner",{"template":696},"content:en-us:blog:authors:jeremy-wagner.yml","en-us/blog/authors/jeremy-wagner.yml","en-us/blog/authors/jeremy-wagner",{"_path":4098,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4099,"config":4103,"_id":4104,"_type":34,"title":4100,"_source":36,"_file":4105,"_stem":4106,"_extension":39},"/en-us/blog/authors/jeremy-watson",{"name":4100,"config":4101},"Jeremy Watson",{"headshot":7,"ctfId":4102},"jeremy",{"template":696},"content:en-us:blog:authors:jeremy-watson.yml","en-us/blog/authors/jeremy-watson.yml","en-us/blog/authors/jeremy-watson",{"_path":4108,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4109,"config":4114,"_id":4115,"_type":34,"title":4110,"_source":36,"_file":4116,"_stem":4117,"_extension":39},"/en-us/blog/authors/jerez-solis",{"name":4110,"config":4111},"Jerez Solis",{"headshot":4112,"ctfId":4113},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664494/Blog/Author%20Headshots/jerezsolis.jpg","1Tx8fzD6QQglwxBTAlwAOZ",{"template":696},"content:en-us:blog:authors:jerez-solis.yml","en-us/blog/authors/jerez-solis.yml","en-us/blog/authors/jerez-solis",{"_path":4119,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4120,"config":4124,"_id":4125,"_type":34,"title":4126,"_source":36,"_file":4127,"_stem":4128,"_extension":39},"/en-us/blog/authors/jeroen-van-baarsen",{"name":4121,"config":4122},"Jeroen van Baarsen",{"headshot":727,"ctfId":4123},"Jeroen-van-Baarsen",{"template":696},"content:en-us:blog:authors:jeroen-van-baarsen.yml","Jeroen Van Baarsen","en-us/blog/authors/jeroen-van-baarsen.yml","en-us/blog/authors/jeroen-van-baarsen",{"_path":4130,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4131,"config":4136,"_id":4137,"_type":34,"title":4132,"_source":36,"_file":4138,"_stem":4139,"_extension":39},"/en-us/blog/authors/jessica-hurwitz",{"name":4132,"config":4133},"Jessica Hurwitz",{"headshot":4134,"ctfId":4135},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659532/Blog/Author%20Headshots/jessica_hurwitz_headshot.png","6c35XpCSITw8fPmcAX67of",{"template":696},"content:en-us:blog:authors:jessica-hurwitz.yml","en-us/blog/authors/jessica-hurwitz.yml","en-us/blog/authors/jessica-hurwitz",{"_path":4141,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4142,"config":4146,"_id":4147,"_type":34,"title":4143,"_source":36,"_file":4148,"_stem":4149,"_extension":39},"/en-us/blog/authors/jim-riley",{"name":4143,"config":4144},"Jim Riley",{"headshot":7,"ctfId":4145},"GitLabcom-username-jrileyinva",{"template":696},"content:en-us:blog:authors:jim-riley.yml","en-us/blog/authors/jim-riley.yml","en-us/blog/authors/jim-riley",{"_path":4151,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4152,"config":4156,"_id":4157,"_type":34,"title":4153,"_source":36,"_file":4158,"_stem":4159,"_extension":39},"/en-us/blog/authors/jim-thavisouk",{"name":4153,"config":4154},"Jim Thavisouk",{"headshot":727,"ctfId":4155},"jimthavisouk",{"template":696},"content:en-us:blog:authors:jim-thavisouk.yml","en-us/blog/authors/jim-thavisouk.yml","en-us/blog/authors/jim-thavisouk",{"_path":4161,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4162,"config":4166,"_id":4167,"_type":34,"title":4168,"_source":36,"_file":4169,"_stem":4170,"_extension":39},"/en-us/blog/authors/job-van-der-voort",{"name":4163,"config":4164},"Job van der Voort",{"headshot":727,"ctfId":4165},"Job-van-der-Voort",{"template":696},"content:en-us:blog:authors:job-van-der-voort.yml","Job Van Der Voort","en-us/blog/authors/job-van-der-voort.yml","en-us/blog/authors/job-van-der-voort",{"_path":4172,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4173,"config":4178,"_id":4179,"_type":34,"title":4174,"_source":36,"_file":4180,"_stem":4181,"_extension":39},"/en-us/blog/authors/jocelyn-eillis",{"name":4174,"config":4175},"Jocelyn Eillis",{"headshot":4176,"ctfId":4177},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/geqmxc4jkh4uy89m9loe.png","eGPL69Bvlva57elmDjuSo",{"template":696},"content:en-us:blog:authors:jocelyn-eillis.yml","en-us/blog/authors/jocelyn-eillis.yml","en-us/blog/authors/jocelyn-eillis",{"_path":4183,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4184,"config":4188,"_id":4189,"_type":34,"title":4185,"_source":36,"_file":4190,"_stem":4191,"_extension":39},"/en-us/blog/authors/jochen-roth",{"name":4185,"config":4186},"Jochen Roth",{"headshot":7,"ctfId":4187},"ochorocho",{"template":696},"content:en-us:blog:authors:jochen-roth.yml","en-us/blog/authors/jochen-roth.yml","en-us/blog/authors/jochen-roth",{"_path":4193,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4194,"config":4199,"_id":4200,"_type":34,"title":4195,"_source":36,"_file":4201,"_stem":4202,"_extension":39},"/en-us/blog/authors/joe-randazzo",{"name":4195,"config":4196},"Joe Randazzo",{"headshot":4197,"ctfId":4198},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664711/Blog/Author%20Headshots/randazzo.jpg","5DxpEbIVcwN2ukwiEMsHlH",{"template":696},"content:en-us:blog:authors:joe-randazzo.yml","en-us/blog/authors/joe-randazzo.yml","en-us/blog/authors/joe-randazzo",{"_path":4204,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4205,"config":4210,"_id":4211,"_type":34,"title":4206,"_source":36,"_file":4212,"_stem":4213,"_extension":39},"/en-us/blog/authors/joel-krooswyk",{"name":4206,"config":4207},"Joel Krooswyk",{"headshot":4208,"ctfId":4209},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669392/Blog/Author%20Headshots/jkrooswyk-headshot.jpg","jkrooswyk",{"template":696},"content:en-us:blog:authors:joel-krooswyk.yml","en-us/blog/authors/joel-krooswyk.yml","en-us/blog/authors/joel-krooswyk",{"_path":4215,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4216,"config":4221,"_id":4222,"_type":34,"title":4217,"_source":36,"_file":4223,"_stem":4224,"_extension":39},"/en-us/blog/authors/joern-schneeweisz",{"name":4217,"config":4218},"Joern Schneeweisz",{"headshot":4219,"ctfId":4220},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679144/Blog/Author%20Headshots/joernchen-headshot.png","joernchen",{"template":696},"content:en-us:blog:authors:joern-schneeweisz.yml","en-us/blog/authors/joern-schneeweisz.yml","en-us/blog/authors/joern-schneeweisz",{"_path":4226,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4227,"config":4231,"_id":4232,"_type":34,"title":4228,"_source":36,"_file":4233,"_stem":4234,"_extension":39},"/en-us/blog/authors/joey-salazar",{"name":4228,"config":4229},"Joey Salazar",{"headshot":727,"ctfId":4230},"4LgUP4bzQV6kuhoZNFID9r",{"template":696},"content:en-us:blog:authors:joey-salazar.yml","en-us/blog/authors/joey-salazar.yml","en-us/blog/authors/joey-salazar",{"_path":4236,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4237,"config":4241,"_id":4242,"_type":34,"title":4238,"_source":36,"_file":4243,"_stem":4244,"_extension":39},"/en-us/blog/authors/johanna-ambrosio",{"name":4238,"config":4239},"Johanna Ambrosio",{"headshot":727,"ctfId":4240},"Johanna-Ambrosio",{"template":696},"content:en-us:blog:authors:johanna-ambrosio.yml","en-us/blog/authors/johanna-ambrosio.yml","en-us/blog/authors/johanna-ambrosio",{"_path":4246,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4247,"config":4252,"_id":4253,"_type":34,"title":4248,"_source":36,"_file":4254,"_stem":4255,"_extension":39},"/en-us/blog/authors/johannes-bauer",{"name":4248,"config":4249},"Johannes Bauer",{"headshot":4250,"ctfId":4251},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662611/Blog/Author%20Headshots/johannes_bauer_headshot.png","6Snkao4VD1IxGOzV1YpcMZ",{"template":696},"content:en-us:blog:authors:johannes-bauer.yml","en-us/blog/authors/johannes-bauer.yml","en-us/blog/authors/johannes-bauer",{"_path":4257,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4258,"config":4263,"_id":4264,"_type":34,"title":4259,"_source":36,"_file":4265,"_stem":4266,"_extension":39},"/en-us/blog/authors/john-cai",{"name":4259,"config":4260},"John Cai",{"headshot":4261,"ctfId":4262},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667386/Blog/Author%20Headshots/jcaigitlab-headshot.jpg","jcaigitlab",{"template":696},"content:en-us:blog:authors:john-cai.yml","en-us/blog/authors/john-cai.yml","en-us/blog/authors/john-cai",{"_path":4268,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4269,"config":4274,"_id":4275,"_type":34,"title":4270,"_source":36,"_file":4276,"_stem":4277,"_extension":39},"/en-us/blog/authors/john-coghlan",{"name":4270,"config":4271},"John Coghlan",{"headshot":4272,"ctfId":4273},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670167/Blog/Author%20Headshots/johncoghlan-headshot.jpg","johncoghlan",{"template":696},"content:en-us:blog:authors:john-coghlan.yml","en-us/blog/authors/john-coghlan.yml","en-us/blog/authors/john-coghlan",{"_path":4279,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4280,"config":4285,"_id":4286,"_type":34,"title":4281,"_source":36,"_file":4287,"_stem":4288,"_extension":39},"/en-us/blog/authors/john-crowley",{"name":4281,"config":4282},"John Crowley",{"headshot":4283,"ctfId":4284},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666042/Blog/Author%20Headshots/john_crowley_headshot.png","64k6bR3mtIchoqBccJDaTO",{"template":696},"content:en-us:blog:authors:john-crowley.yml","en-us/blog/authors/john-crowley.yml","en-us/blog/authors/john-crowley",{"_path":4290,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4291,"config":4296,"_id":4297,"_type":34,"title":4292,"_source":36,"_file":4298,"_stem":4299,"_extension":39},"/en-us/blog/authors/john-jarvis",{"name":4292,"config":4293},"John Jarvis",{"headshot":4294,"ctfId":4295},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678622/Blog/Author%20Headshots/jarv-headshot.jpg","jarv",{"template":696},"content:en-us:blog:authors:john-jarvis.yml","en-us/blog/authors/john-jarvis.yml","en-us/blog/authors/john-jarvis",{"_path":4301,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4302,"config":4306,"_id":4307,"_type":34,"title":4303,"_source":36,"_file":4308,"_stem":4309,"_extension":39},"/en-us/blog/authors/john-jeremiah",{"name":4303,"config":4304},"John Jeremiah",{"headshot":727,"ctfId":4305},"johnjeremiah",{"template":696},"content:en-us:blog:authors:john-jeremiah.yml","en-us/blog/authors/john-jeremiah.yml","en-us/blog/authors/john-jeremiah",{"_path":4311,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4312,"config":4316,"_id":4317,"_type":34,"title":4318,"_source":36,"_file":4319,"_stem":4320,"_extension":39},"/en-us/blog/authors/john-mcguire",{"name":4313,"config":4314},"John McGuire",{"headshot":727,"ctfId":4315},"2BpYnUcWeqmuRlVM7w9ZIv",{"template":696},"content:en-us:blog:authors:john-mcguire.yml","John Mcguire","en-us/blog/authors/john-mcguire.yml","en-us/blog/authors/john-mcguire",{"_path":4322,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4323,"config":4327,"_id":4329,"_type":34,"title":4324,"_source":36,"_file":4330,"_stem":4331,"_extension":39},"/en-us/blog/authors/john-skarbek",{"name":4324,"config":4325},"John Skarbek",{"headshot":4326},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751303547/nq8dxitzoybran2r7crm.png",{"template":696,"gitlabHandle":4328},"skarbek","content:en-us:blog:authors:john-skarbek.yml","en-us/blog/authors/john-skarbek.yml","en-us/blog/authors/john-skarbek",{"_path":4333,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4334,"config":4338,"_id":4339,"_type":34,"title":4335,"_source":36,"_file":4340,"_stem":4341,"_extension":39},"/en-us/blog/authors/john-sparrow",{"name":4335,"config":4336},"John Sparrow",{"headshot":727,"ctfId":4337},"John-Sparrow",{"template":696},"content:en-us:blog:authors:john-sparrow.yml","en-us/blog/authors/john-sparrow.yml","en-us/blog/authors/john-sparrow",{"_path":4343,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4344,"config":4348,"_id":4349,"_type":34,"title":4345,"_source":36,"_file":4350,"_stem":4351,"_extension":39},"/en-us/blog/authors/johnathan-hunt",{"name":4345,"config":4346},"Johnathan Hunt",{"headshot":727,"ctfId":4347},"JohnathanHunt",{"template":696},"content:en-us:blog:authors:johnathan-hunt.yml","en-us/blog/authors/johnathan-hunt.yml","en-us/blog/authors/johnathan-hunt",{"_path":4353,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4354,"config":4358,"_id":4359,"_type":34,"title":4355,"_source":36,"_file":4360,"_stem":4361,"_extension":39},"/en-us/blog/authors/joni-klippert",{"name":4355,"config":4356},"Joni Klippert",{"headshot":727,"ctfId":4357},"Joni-Klippert",{"template":696},"content:en-us:blog:authors:joni-klippert.yml","en-us/blog/authors/joni-klippert.yml","en-us/blog/authors/joni-klippert",{"_path":4363,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4364,"config":4369,"_id":4370,"_type":34,"title":4371,"_source":36,"_file":4372,"_stem":4373,"_extension":39},"/en-us/blog/authors/joo-alexandre-prado-tavares-cunha",{"name":4365,"config":4366},"João Alexandre Prado Tavares Cunha",{"headshot":4367,"ctfId":4368},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682771/Blog/Author%20Headshots/Alexand-headshot.jpg","Alexand",{"template":696},"content:en-us:blog:authors:joo-alexandre-prado-tavares-cunha.yml","Joo Alexandre Prado Tavares Cunha","en-us/blog/authors/joo-alexandre-prado-tavares-cunha.yml","en-us/blog/authors/joo-alexandre-prado-tavares-cunha",{"_path":4375,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4376,"config":4381,"_id":4382,"_type":34,"title":4383,"_source":36,"_file":4384,"_stem":4385,"_extension":39},"/en-us/blog/authors/joo-pereira",{"name":4377,"config":4378},"João Pereira",{"headshot":4379,"ctfId":4380},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665547/Blog/Author%20Headshots/joao_pereira.png","7wLh5rwID5R39PRA6aiAb0",{"template":696},"content:en-us:blog:authors:joo-pereira.yml","Joo Pereira","en-us/blog/authors/joo-pereira.yml","en-us/blog/authors/joo-pereira",{"_path":4387,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4388,"config":4392,"_id":4393,"_type":34,"title":4389,"_source":36,"_file":4394,"_stem":4395,"_extension":39},"/en-us/blog/authors/jordi-mon",{"name":4389,"config":4390},"Jordi Mon",{"headshot":7,"ctfId":4391},"jordimon",{"template":696},"content:en-us:blog:authors:jordi-mon.yml","en-us/blog/authors/jordi-mon.yml","en-us/blog/authors/jordi-mon",{"_path":4397,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4398,"config":4403,"_id":4404,"_type":34,"title":4405,"_source":36,"_file":4406,"_stem":4407,"_extension":39},"/en-us/blog/authors/jos-ivn-vargas",{"name":4399,"config":4400},"José Iván Vargas",{"headshot":4401,"ctfId":4402},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679024/Blog/Author%20Headshots/jivanvl-headshot.jpg","jivanvl",{"template":696},"content:en-us:blog:authors:jos-ivn-vargas.yml","Jos Ivn Vargas","en-us/blog/authors/jos-ivn-vargas.yml","en-us/blog/authors/jos-ivn-vargas",{"_path":4409,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4410,"config":4414,"_id":4415,"_type":34,"title":4411,"_source":36,"_file":4416,"_stem":4417,"_extension":39},"/en-us/blog/authors/jose-finotto",{"name":4411,"config":4412},"Jose Finotto",{"headshot":7,"ctfId":4413},"finotto",{"template":696},"content:en-us:blog:authors:jose-finotto.yml","en-us/blog/authors/jose-finotto.yml","en-us/blog/authors/jose-finotto",{"_path":4419,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4420,"config":4424,"_id":4426,"_type":34,"title":4423,"_source":36,"_file":4427,"_stem":4428,"_extension":39},"/en-us/blog/authors/joseph-burnett",{"config":4421,"name":4423},{"headshot":4422},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752169072/teprmqbylocazrqdtuix.png","Joseph Burnett",{"template":696,"gitlabHandle":4425},"josephburnett","content:en-us:blog:authors:joseph-burnett.yml","en-us/blog/authors/joseph-burnett.yml","en-us/blog/authors/joseph-burnett",{"_path":4430,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4431,"config":4436,"_id":4437,"_type":34,"title":4432,"_source":36,"_file":4438,"_stem":4439,"_extension":39},"/en-us/blog/authors/joseph-longo",{"name":4432,"config":4433},"Joseph Longo",{"headshot":4434,"ctfId":4435},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659681/Blog/Author%20Headshots/jlongo_gitlab-headshot.jpg","jlongogitlab",{"template":696},"content:en-us:blog:authors:joseph-longo.yml","en-us/blog/authors/joseph-longo.yml","en-us/blog/authors/joseph-longo",{"_path":4441,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4442,"config":4446,"_id":4447,"_type":34,"title":4448,"_source":36,"_file":4449,"_stem":4450,"_extension":39},"/en-us/blog/authors/joseph-schorr-from-coreos",{"name":4443,"config":4444},"Joseph Schorr from CoreOS",{"headshot":727,"ctfId":4445},"Joseph-Schorr-from-CoreOS",{"template":696},"content:en-us:blog:authors:joseph-schorr-from-coreos.yml","Joseph Schorr From Coreos","en-us/blog/authors/joseph-schorr-from-coreos.yml","en-us/blog/authors/joseph-schorr-from-coreos",{"_path":4452,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4453,"config":4458,"_id":4459,"_type":34,"title":4454,"_source":36,"_file":4460,"_stem":4461,"_extension":39},"/en-us/blog/authors/josh-feehs",{"name":4454,"config":4455},"Josh Feehs",{"headshot":4456,"ctfId":4457},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683068/Blog/Author%20Headshots/Screenshot_2023-11-28_at_9.12.13_AM.png","g5S7qgnlO5aJJ00brs77P",{"template":696},"content:en-us:blog:authors:josh-feehs.yml","en-us/blog/authors/josh-feehs.yml","en-us/blog/authors/josh-feehs",{"_path":4463,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4464,"config":4470,"_id":4471,"_type":34,"title":4472,"_source":36,"_file":4473,"_stem":4474,"_extension":39},"/en-us/blog/authors/josh-kodroff-pulumi",{"role":4465,"name":4466,"config":4467},"Sr. Solutions Architect, Pulumi","Josh Kodroff, Pulumi",{"headshot":4468,"ctfId":4469},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683425/Blog/Author%20Headshots/joshkodroff.jpg","2GF0MF1ngEBxos4nRKt8tL",{"template":696},"content:en-us:blog:authors:josh-kodroff-pulumi.yml","Josh Kodroff Pulumi","en-us/blog/authors/josh-kodroff-pulumi.yml","en-us/blog/authors/josh-kodroff-pulumi",{"_path":4476,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4477,"config":4481,"_id":4482,"_type":34,"title":4478,"_source":36,"_file":4483,"_stem":4484,"_extension":39},"/en-us/blog/authors/josh-zimmerman",{"name":4478,"config":4479},"Josh Zimmerman",{"headshot":7,"ctfId":4480},"JoshZimmerman",{"template":696},"content:en-us:blog:authors:josh-zimmerman.yml","en-us/blog/authors/josh-zimmerman.yml","en-us/blog/authors/josh-zimmerman",{"_path":4486,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4487,"config":4492,"_id":4493,"_type":34,"title":4488,"_source":36,"_file":4494,"_stem":4495,"_extension":39},"/en-us/blog/authors/joshua-carroll",{"name":4488,"config":4489},"Joshua Carroll",{"headshot":4490,"ctfId":4491},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664952/Blog/Author%20Headshots/joshua_carroll_headshot.png","8HOTaXswBopyqMWFZMSv3",{"template":696},"content:en-us:blog:authors:joshua-carroll.yml","en-us/blog/authors/joshua-carroll.yml","en-us/blog/authors/joshua-carroll",{"_path":4497,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4498,"config":4503,"_id":4504,"_type":34,"title":4499,"_source":36,"_file":4505,"_stem":4506,"_extension":39},"/en-us/blog/authors/joshua-lambert",{"name":4499,"config":4500},"Joshua Lambert",{"headshot":4501,"ctfId":4502},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681281/Blog/Author%20Headshots/joshlambert-headshot.png","joshlambert",{"template":696},"content:en-us:blog:authors:joshua-lambert.yml","en-us/blog/authors/joshua-lambert.yml","en-us/blog/authors/joshua-lambert",{"_path":4508,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4509,"config":4513,"_id":4514,"_type":34,"title":4510,"_source":36,"_file":4515,"_stem":4516,"_extension":39},"/en-us/blog/authors/joyce-tompsett",{"name":4510,"config":4511},"Joyce Tompsett",{"headshot":7,"ctfId":4512},"Tompsett",{"template":696},"content:en-us:blog:authors:joyce-tompsett.yml","en-us/blog/authors/joyce-tompsett.yml","en-us/blog/authors/joyce-tompsett",{"_path":4518,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4519,"config":4523,"_id":4524,"_type":34,"title":4520,"_source":36,"_file":4525,"_stem":4526,"_extension":39},"/en-us/blog/authors/juan-broullon",{"name":4520,"config":4521},"Juan Broullon",{"headshot":7,"ctfId":4522},"jbroullon",{"template":696},"content:en-us:blog:authors:juan-broullon.yml","en-us/blog/authors/juan-broullon.yml","en-us/blog/authors/juan-broullon",{"_path":4528,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4529,"config":4533,"_id":4534,"_type":34,"title":4530,"_source":36,"_file":4535,"_stem":4536,"_extension":39},"/en-us/blog/authors/julia-lake",{"name":4530,"config":4531},"Julia Lake",{"headshot":727,"ctfId":4532},"5i9IDwCDDg3lfkiu9T3edZ",{"template":696},"content:en-us:blog:authors:julia-lake.yml","en-us/blog/authors/julia-lake.yml","en-us/blog/authors/julia-lake",{"_path":4538,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4539,"config":4544,"_id":4545,"_type":34,"title":4540,"_source":36,"_file":4546,"_stem":4547,"_extension":39},"/en-us/blog/authors/julia-miocene",{"name":4540,"config":4541},"Julia Miocene",{"headshot":4542,"ctfId":4543},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755616177/yatkjhtf60edealtvpr4.png","6SK0DpWNK5NmfLyn2vWMPI",{"template":696},"content:en-us:blog:authors:julia-miocene.yml","en-us/blog/authors/julia-miocene.yml","en-us/blog/authors/julia-miocene",{"_path":4549,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4550,"config":4554,"_id":4555,"_type":34,"title":4551,"_source":36,"_file":4556,"_stem":4557,"_extension":39},"/en-us/blog/authors/julian-thome",{"name":4551,"config":4552},"Julian Thome",{"headshot":7,"ctfId":4553},"jthome",{"template":696},"content:en-us:blog:authors:julian-thome.yml","en-us/blog/authors/julian-thome.yml","en-us/blog/authors/julian-thome",{"_path":4559,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4560,"config":4565,"_id":4566,"_type":34,"title":4561,"_source":36,"_file":4567,"_stem":4568,"_extension":39},"/en-us/blog/authors/julie-byrne",{"name":4561,"config":4562},"Julie Byrne",{"headshot":4563,"ctfId":4564},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669432/Blog/Author%20Headshots/juliebyrne.jpg","3SaRWyz0u889xiq6rZkCO",{"template":696},"content:en-us:blog:authors:julie-byrne.yml","en-us/blog/authors/julie-byrne.yml","en-us/blog/authors/julie-byrne",{"_path":4570,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4571,"config":4576,"_id":4577,"_type":34,"title":4572,"_source":36,"_file":4578,"_stem":4579,"_extension":39},"/en-us/blog/authors/julie-griffin",{"name":4572,"config":4573},"Julie Griffin",{"headshot":4574,"ctfId":4575},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665206/Blog/Author%20Headshots/julie_griffin_-_headshot.png","3djBidFIW3or5K9uhi9LE5",{"template":696},"content:en-us:blog:authors:julie-griffin.yml","en-us/blog/authors/julie-griffin.yml","en-us/blog/authors/julie-griffin",{"_path":4581,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4582,"config":4586,"_id":4587,"_type":34,"title":4583,"_source":36,"_file":4588,"_stem":4589,"_extension":39},"/en-us/blog/authors/julien-andrieux",{"name":4583,"config":4584},"Julien Andrieux",{"headshot":727,"ctfId":4585},"Julien-Andrieux",{"template":696},"content:en-us:blog:authors:julien-andrieux.yml","en-us/blog/authors/julien-andrieux.yml","en-us/blog/authors/julien-andrieux",{"_path":4591,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4592,"config":4597,"_id":4598,"_type":34,"title":4593,"_source":36,"_file":4599,"_stem":4600,"_extension":39},"/en-us/blog/authors/juliet-wanjohi",{"name":4593,"config":4594},"Juliet Wanjohi",{"headshot":4595,"ctfId":4596},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669837/Blog/Author%20Headshots/jwanjohi-headshot.jpg","jwanjohi",{"template":696},"content:en-us:blog:authors:juliet-wanjohi.yml","en-us/blog/authors/juliet-wanjohi.yml","en-us/blog/authors/juliet-wanjohi",{"_path":4602,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4603,"config":4607,"_id":4608,"_type":34,"title":4604,"_source":36,"_file":4609,"_stem":4610,"_extension":39},"/en-us/blog/authors/justin-farris",{"name":4604,"config":4605},"Justin Farris",{"headshot":727,"ctfId":4606},"5RHYudAlWLmSj5U7AOIcbG",{"template":696},"content:en-us:blog:authors:justin-farris.yml","en-us/blog/authors/justin-farris.yml","en-us/blog/authors/justin-farris",{"_path":4612,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4613,"config":4618,"_id":4619,"_type":34,"title":4614,"_source":36,"_file":4620,"_stem":4621,"_extension":39},"/en-us/blog/authors/justin-tobler",{"name":4614,"config":4615},"Justin Tobler",{"headshot":4616,"ctfId":4617},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664737/Blog/Author%20Headshots/james_tobler_headshot.png","5pnOIbNI1Sc5IFnReNHNtv",{"template":696},"content:en-us:blog:authors:justin-tobler.yml","en-us/blog/authors/justin-tobler.yml","en-us/blog/authors/justin-tobler",{"_path":4623,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4624,"config":4629,"_id":4630,"_type":34,"title":4625,"_source":36,"_file":4631,"_stem":4632,"_extension":39},"/en-us/blog/authors/kai-armstrong",{"name":4625,"config":4626},"Kai Armstrong",{"headshot":4627,"ctfId":4628},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682535/Blog/Author%20Headshots/phikai-headshot.png","phikai",{"template":696},"content:en-us:blog:authors:kai-armstrong.yml","en-us/blog/authors/kai-armstrong.yml","en-us/blog/authors/kai-armstrong",{"_path":4634,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4635,"config":4639,"_id":4640,"_type":34,"title":4641,"_source":36,"_file":4642,"_stem":4643,"_extension":39},"/en-us/blog/authors/kamil-trzciski",{"name":4636,"config":4637},"Kamil Trzciński",{"headshot":727,"ctfId":4638},"Kamil-Trzciski",{"template":696},"content:en-us:blog:authors:kamil-trzciski.yml","Kamil Trzciski","en-us/blog/authors/kamil-trzciski.yml","en-us/blog/authors/kamil-trzciski",{"_path":4645,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4646,"config":4650,"_id":4651,"_type":34,"title":4652,"_source":36,"_file":4653,"_stem":4654,"_extension":39},"/en-us/blog/authors/karen-caras",{"name":4647,"config":4648},"Karen Carías",{"headshot":727,"ctfId":4649},"Karen-Caras",{"template":696},"content:en-us:blog:authors:karen-caras.yml","Karen Caras","en-us/blog/authors/karen-caras.yml","en-us/blog/authors/karen-caras",{"_path":4656,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4657,"config":4661,"_id":4663,"_type":34,"title":4658,"_source":36,"_file":4664,"_stem":4665,"_extension":39},"/en-us/blog/authors/karishma-kumar",{"name":4658,"config":4659},"Karishma Kumar",{"headshot":4660},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1761931048/z7wcdkw5czs9uwtpmfwg.png",{"template":696,"gitlabHandle":4662},"karishmakumar","content:en-us:blog:authors:karishma-kumar.yml","en-us/blog/authors/karishma-kumar.yml","en-us/blog/authors/karishma-kumar",{"_path":4667,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4668,"config":4673,"_id":4674,"_type":34,"title":4669,"_source":36,"_file":4675,"_stem":4676,"_extension":39},"/en-us/blog/authors/karthik-nayak",{"name":4669,"config":4670},"Karthik Nayak",{"headshot":4671,"ctfId":4672},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659809/Blog/Author%20Headshots/Screenshot_2025-06-04_at_8.49.51%C3%A2__AM.png","3Q6ZKvaiCRw7tFZdDGlecg",{"template":696},"content:en-us:blog:authors:karthik-nayak.yml","en-us/blog/authors/karthik-nayak.yml","en-us/blog/authors/karthik-nayak",{"_path":4678,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4679,"config":4683,"_id":4684,"_type":34,"title":4680,"_source":36,"_file":4685,"_stem":4686,"_extension":39},"/en-us/blog/authors/katherine-okpara",{"name":4680,"config":4681},"Katherine Okpara",{"headshot":7,"ctfId":4682},"katokpara",{"template":696},"content:en-us:blog:authors:katherine-okpara.yml","en-us/blog/authors/katherine-okpara.yml","en-us/blog/authors/katherine-okpara",{"_path":4688,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4689,"config":4693,"_id":4694,"_type":34,"title":4690,"_source":36,"_file":4695,"_stem":4696,"_extension":39},"/en-us/blog/authors/kathy-wang",{"name":4690,"config":4691},"Kathy Wang",{"headshot":7,"ctfId":4692},"kathyw",{"template":696},"content:en-us:blog:authors:kathy-wang.yml","en-us/blog/authors/kathy-wang.yml","en-us/blog/authors/kathy-wang",{"_path":4698,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4699,"config":4703,"_id":4704,"_type":34,"title":4705,"_source":36,"_file":4706,"_stem":4707,"_extension":39},"/en-us/blog/authors/keanon-okeefe",{"name":4700,"config":4701},"Keanon O’Keefe",{"headshot":7,"ctfId":4702},"kokeefe",{"template":696},"content:en-us:blog:authors:keanon-okeefe.yml","Keanon Okeefe","en-us/blog/authors/keanon-okeefe.yml","en-us/blog/authors/keanon-okeefe",{"_path":4709,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4710,"config":4715,"_id":4716,"_type":34,"title":4711,"_source":36,"_file":4717,"_stem":4718,"_extension":39},"/en-us/blog/authors/kees-valkhof",{"name":4711,"role":4712,"config":4713},"Kees Valkhof","Configuration manager at Lely",{"headshot":4714},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750331281/xojwtvpk5pif84wlahx1.jpg",{"template":696},"content:en-us:blog:authors:kees-valkhof.yml","en-us/blog/authors/kees-valkhof.yml","en-us/blog/authors/kees-valkhof",{"_path":4720,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4721,"config":4725,"_id":4726,"_type":34,"title":4722,"_source":36,"_file":4727,"_stem":4728,"_extension":39},"/en-us/blog/authors/kelly-hair",{"name":4722,"config":4723},"Kelly Hair",{"headshot":727,"ctfId":4724},"16z1eHwE7Ok5Ty4C6gpbUY",{"template":696},"content:en-us:blog:authors:kelly-hair.yml","en-us/blog/authors/kelly-hair.yml","en-us/blog/authors/kelly-hair",{"_path":4730,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4731,"config":4735,"_id":4736,"_type":34,"title":4732,"_source":36,"_file":4737,"_stem":4738,"_extension":39},"/en-us/blog/authors/kendra-marquart",{"name":4732,"config":4733},"Kendra Marquart",{"headshot":7,"ctfId":4734},"kmarquart",{"template":696},"content:en-us:blog:authors:kendra-marquart.yml","en-us/blog/authors/kendra-marquart.yml","en-us/blog/authors/kendra-marquart",{"_path":4740,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4741,"config":4745,"_id":4746,"_type":34,"title":4742,"_source":36,"_file":4747,"_stem":4748,"_extension":39},"/en-us/blog/authors/kenny-johnston",{"name":4742,"config":4743},"Kenny Johnston",{"headshot":7,"ctfId":4744},"kencjohnston",{"template":696},"content:en-us:blog:authors:kenny-johnston.yml","en-us/blog/authors/kenny-johnston.yml","en-us/blog/authors/kenny-johnston",{"_path":4750,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4751,"config":4756,"_id":4757,"_type":34,"title":4752,"_source":36,"_file":4758,"_stem":4759,"_extension":39},"/en-us/blog/authors/kevin-chu",{"name":4752,"config":4753},"Kevin Chu",{"headshot":4754,"ctfId":4755},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683472/Blog/Author%20Headshots/Screenshot_2024-01-12_at_2.12.33_PM.png","4wPeZqchWYCDsBeGjla485",{"template":696},"content:en-us:blog:authors:kevin-chu.yml","en-us/blog/authors/kevin-chu.yml","en-us/blog/authors/kevin-chu",{"_path":4761,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4762,"config":4767,"_id":4768,"_type":34,"title":4763,"_source":36,"_file":4769,"_stem":4770,"_extension":39},"/en-us/blog/authors/kevin-morrison",{"name":4763,"config":4764},"Kevin Morrison",{"headshot":4765,"ctfId":4766},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663642/Blog/Author%20Headshots/kevin_morrison_headshot.png","AcJIuz1VNQZIVdqgesMMh",{"template":696},"content:en-us:blog:authors:kevin-morrison.yml","en-us/blog/authors/kevin-morrison.yml","en-us/blog/authors/kevin-morrison",{"_path":4772,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4773,"config":4777,"_id":4778,"_type":34,"title":4774,"_source":36,"_file":4779,"_stem":4780,"_extension":39},"/en-us/blog/authors/khrystyna-humenna",{"name":4774,"config":4775},"Khrystyna Humenna",{"headshot":727,"ctfId":4776},"Khrystyna-Humenna",{"template":696},"content:en-us:blog:authors:khrystyna-humenna.yml","en-us/blog/authors/khrystyna-humenna.yml","en-us/blog/authors/khrystyna-humenna",{"_path":4782,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4783,"config":4787,"_id":4788,"_type":34,"title":4784,"_source":36,"_file":4789,"_stem":4790,"_extension":39},"/en-us/blog/authors/kim-lock",{"name":4784,"config":4785},"Kim Lock",{"headshot":7,"ctfId":4786},"KimLock",{"template":696},"content:en-us:blog:authors:kim-lock.yml","en-us/blog/authors/kim-lock.yml","en-us/blog/authors/kim-lock",{"_path":4792,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4793,"config":4797,"_id":4798,"_type":34,"title":4794,"_source":36,"_file":4799,"_stem":4800,"_extension":39},"/en-us/blog/authors/kirsten-abma",{"name":4794,"config":4795},"Kirsten Abma",{"headshot":727,"ctfId":4796},"Kirsten-Abma",{"template":696},"content:en-us:blog:authors:kirsten-abma.yml","en-us/blog/authors/kirsten-abma.yml","en-us/blog/authors/kirsten-abma",{"_path":4802,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4803,"config":4807,"_id":4808,"_type":34,"title":4804,"_source":36,"_file":4809,"_stem":4810,"_extension":39},"/en-us/blog/authors/kristian-larsson",{"name":4804,"config":4805},"Kristian Larsson",{"headshot":727,"ctfId":4806},"Kristian-Larsson",{"template":696},"content:en-us:blog:authors:kristian-larsson.yml","en-us/blog/authors/kristian-larsson.yml","en-us/blog/authors/kristian-larsson",{"_path":4812,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4813,"config":4818,"_id":4819,"_type":34,"title":4814,"_source":36,"_file":4820,"_stem":4821,"_extension":39},"/en-us/blog/authors/kristina-weis",{"name":4814,"config":4815},"Kristina Weis",{"headshot":4816,"ctfId":4817},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663955/Blog/Author%20Headshots/K-W-0155.jpg","kristinaweis",{"template":696},"content:en-us:blog:authors:kristina-weis.yml","en-us/blog/authors/kristina-weis.yml","en-us/blog/authors/kristina-weis",{"_path":4823,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4824,"config":4828,"_id":4829,"_type":34,"title":4825,"_source":36,"_file":4830,"_stem":4831,"_extension":39},"/en-us/blog/authors/kurt-dusek",{"name":4825,"config":4826},"Kurt Dusek",{"headshot":7,"ctfId":4827},"kdusek",{"template":696},"content:en-us:blog:authors:kurt-dusek.yml","en-us/blog/authors/kurt-dusek.yml","en-us/blog/authors/kurt-dusek",{"_path":4833,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4834,"config":4838,"_id":4839,"_type":34,"title":4835,"_source":36,"_file":4840,"_stem":4841,"_extension":39},"/en-us/blog/authors/kushal-koolwal",{"name":4835,"config":4836},"Kushal Koolwal",{"headshot":727,"ctfId":4837},"Kushal-Koolwal",{"template":696},"content:en-us:blog:authors:kushal-koolwal.yml","en-us/blog/authors/kushal-koolwal.yml","en-us/blog/authors/kushal-koolwal",{"_path":4843,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4844,"config":4849,"_id":4850,"_type":34,"title":4845,"_source":36,"_file":4851,"_stem":4852,"_extension":39},"/en-us/blog/authors/kushal-pandya",{"name":4845,"config":4846},"Kushal Pandya",{"headshot":4847,"ctfId":4848},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659454/Blog/Author%20Headshots/kushalpandya-headshot.png","kushalpandya",{"template":696},"content:en-us:blog:authors:kushal-pandya.yml","en-us/blog/authors/kushal-pandya.yml","en-us/blog/authors/kushal-pandya",{"_path":4854,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4855,"config":4859,"_id":4860,"_type":34,"title":4856,"_source":36,"_file":4861,"_stem":4862,"_extension":39},"/en-us/blog/authors/kwan-lee",{"name":4856,"config":4857},"Kwan Lee",{"headshot":727,"ctfId":4858},"Kwan-Lee",{"template":696},"content:en-us:blog:authors:kwan-lee.yml","en-us/blog/authors/kwan-lee.yml","en-us/blog/authors/kwan-lee",{"_path":4864,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4865,"config":4870,"_id":4871,"_type":34,"title":4866,"_source":36,"_file":4872,"_stem":4873,"_extension":39},"/en-us/blog/authors/kyla-gradin-dahl",{"name":4866,"config":4867},"Kyla Gradin Dahl",{"headshot":4868,"ctfId":4869},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682273/Blog/Author%20Headshots/kyla-headshot.jpg","kyla",{"template":696},"content:en-us:blog:authors:kyla-gradin-dahl.yml","en-us/blog/authors/kyla-gradin-dahl.yml","en-us/blog/authors/kyla-gradin-dahl",{"_path":4875,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4876,"config":4880,"_id":4881,"_type":34,"title":4877,"_source":36,"_file":4882,"_stem":4883,"_extension":39},"/en-us/blog/authors/kyle-mann",{"name":4877,"config":4878},"Kyle Mann",{"headshot":727,"ctfId":4879},"44YiW1r6sTpbC9wKBeHGgE",{"template":696},"content:en-us:blog:authors:kyle-mann.yml","en-us/blog/authors/kyle-mann.yml","en-us/blog/authors/kyle-mann",{"_path":4885,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4886,"config":4891,"_id":4892,"_type":34,"title":4887,"_source":36,"_file":4893,"_stem":4894,"_extension":39},"/en-us/blog/authors/kyle-smith",{"name":4887,"config":4888},"Kyle Smith",{"headshot":4889,"ctfId":4890},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664290/Blog/Author%20Headshots/kyle_smith_headshot.png","3Cec6opzqJpbhKXQ5nA4gU",{"template":696},"content:en-us:blog:authors:kyle-smith.yml","en-us/blog/authors/kyle-smith.yml","en-us/blog/authors/kyle-smith",{"_path":4896,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4897,"config":4901,"_id":4903,"_type":34,"title":4898,"_source":36,"_file":4904,"_stem":4905,"_extension":39},"/en-us/blog/authors/kymberlee-price",{"name":4898,"config":4899},"Kymberlee Price",{"headshot":4900},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753961652/wggh3ikqpm5plrptfza0.png",{"template":696,"gitlabHandle":4902},"eelrebmyk","content:en-us:blog:authors:kymberlee-price.yml","en-us/blog/authors/kymberlee-price.yml","en-us/blog/authors/kymberlee-price",{"_path":4907,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4908,"config":4912,"_id":4913,"_type":34,"title":4909,"_source":36,"_file":4914,"_stem":4915,"_extension":39},"/en-us/blog/authors/lasse-schuirmann",{"name":4909,"config":4910},"Lasse Schuirmann",{"headshot":727,"ctfId":4911},"5vpo2ZOrPIS8PBp3k47S6w",{"template":696},"content:en-us:blog:authors:lasse-schuirmann.yml","en-us/blog/authors/lasse-schuirmann.yml","en-us/blog/authors/lasse-schuirmann",{"_path":4917,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4918,"config":4922,"_id":4923,"_type":34,"title":4919,"_source":36,"_file":4924,"_stem":4925,"_extension":39},"/en-us/blog/authors/laura-montemayor",{"name":4919,"config":4920},"Laura Montemayor",{"headshot":7,"ctfId":4921},"lauraMon",{"template":696},"content:en-us:blog:authors:laura-montemayor.yml","en-us/blog/authors/laura-montemayor.yml","en-us/blog/authors/laura-montemayor",{"_path":4927,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4928,"config":4933,"_id":4934,"_type":34,"title":4929,"_source":36,"_file":4935,"_stem":4936,"_extension":39},"/en-us/blog/authors/lauren-barker",{"name":4929,"config":4930},"Lauren Barker",{"headshot":4931,"ctfId":4932},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669974/Blog/Author%20Headshots/laurenbarker-headshot.jpg","laurenbarker",{"template":696},"content:en-us:blog:authors:lauren-barker.yml","en-us/blog/authors/lauren-barker.yml","en-us/blog/authors/lauren-barker",{"_path":4938,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4939,"config":4943,"_id":4944,"_type":34,"title":4940,"_source":36,"_file":4945,"_stem":4946,"_extension":39},"/en-us/blog/authors/lauren-gibbons-paul",{"name":4940,"config":4941},"Lauren Gibbons Paul",{"headshot":727,"ctfId":4942},"Lauren-Gibbons-Paul",{"template":696},"content:en-us:blog:authors:lauren-gibbons-paul.yml","en-us/blog/authors/lauren-gibbons-paul.yml","en-us/blog/authors/lauren-gibbons-paul",{"_path":4948,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4949,"config":4953,"_id":4954,"_type":34,"title":4950,"_source":36,"_file":4955,"_stem":4956,"_extension":39},"/en-us/blog/authors/lauren-minning",{"name":4950,"config":4951},"Lauren Minning",{"headshot":7,"ctfId":4952},"lminning",{"template":696},"content:en-us:blog:authors:lauren-minning.yml","en-us/blog/authors/lauren-minning.yml","en-us/blog/authors/lauren-minning",{"_path":4958,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4959,"config":4964,"_id":4965,"_type":34,"title":4960,"_source":36,"_file":4966,"_stem":4967,"_extension":39},"/en-us/blog/authors/laurena-alves",{"name":4960,"config":4961},"Laurena Alves",{"headshot":4962,"ctfId":4963},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/ip0jiy4wwyc0btfb09y5.png","Q834apoVRmcNXy507xyf5",{"template":696},"content:en-us:blog:authors:laurena-alves.yml","en-us/blog/authors/laurena-alves.yml","en-us/blog/authors/laurena-alves",{"_path":4969,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4970,"config":4975,"_id":4976,"_type":34,"title":4971,"_source":36,"_file":4977,"_stem":4978,"_extension":39},"/en-us/blog/authors/lee-faus",{"name":4971,"config":4972},"Lee Faus",{"headshot":4973,"ctfId":4974},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666427/Blog/Author%20Headshots/lee_faus_headshot.png","lfaus",{"template":696},"content:en-us:blog:authors:lee-faus.yml","en-us/blog/authors/lee-faus.yml","en-us/blog/authors/lee-faus",{"_path":4980,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4981,"config":4986,"_id":4987,"_type":34,"title":4982,"_source":36,"_file":4988,"_stem":4989,"_extension":39},"/en-us/blog/authors/lee-matos",{"name":4982,"config":4983},"Lee Matos",{"headshot":4984,"ctfId":4985},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670430/Blog/Author%20Headshots/lbot-headshot.jpg","lbot",{"template":696},"content:en-us:blog:authors:lee-matos.yml","en-us/blog/authors/lee-matos.yml","en-us/blog/authors/lee-matos",{"_path":4991,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":4992,"config":4997,"_id":4998,"_type":34,"title":4993,"_source":36,"_file":4999,"_stem":5000,"_extension":39},"/en-us/blog/authors/lee-tickett",{"name":4993,"config":4994},"Lee Tickett",{"headshot":4995,"ctfId":4996},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752592356/ibeixykxeiey9aiebylt.png","leetickett",{"template":696},"content:en-us:blog:authors:lee-tickett.yml","en-us/blog/authors/lee-tickett.yml","en-us/blog/authors/lee-tickett",{"_path":5002,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5003,"config":5007,"_id":5008,"_type":34,"title":5004,"_source":36,"_file":5009,"_stem":5010,"_extension":39},"/en-us/blog/authors/levente-polyak",{"name":5004,"config":5005},"Levente Polyak",{"headshot":7,"ctfId":5006},"anthraxx",{"template":696},"content:en-us:blog:authors:levente-polyak.yml","en-us/blog/authors/levente-polyak.yml","en-us/blog/authors/levente-polyak",{"_path":5012,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5013,"config":5018,"_id":5019,"_type":34,"title":5020,"_source":36,"_file":5021,"_stem":5022,"_extension":39},"/en-us/blog/authors/lin-jen-shin",{"name":5014,"config":5015},"Lin Jen-Shin",{"headshot":5016,"ctfId":5017},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678992/Blog/Author%20Headshots/godfat-gitlab-headshot.jpg","godfatgitlab",{"template":696},"content:en-us:blog:authors:lin-jen-shin.yml","Lin Jen Shin","en-us/blog/authors/lin-jen-shin.yml","en-us/blog/authors/lin-jen-shin",{"_path":5024,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5025,"config":5030,"_id":5031,"_type":34,"title":5026,"_source":36,"_file":5032,"_stem":5033,"_extension":39},"/en-us/blog/authors/liz-coleman",{"name":5026,"config":5027},"Liz Coleman",{"headshot":5028,"ctfId":5029},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659695/Blog/Author%20Headshots/coleman_headshot.png","5MTSBqnOko7zYTQa3vVy1c",{"template":696},"content:en-us:blog:authors:liz-coleman.yml","en-us/blog/authors/liz-coleman.yml","en-us/blog/authors/liz-coleman",{"_path":5035,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5036,"config":5041,"_id":5042,"_type":34,"title":5037,"_source":36,"_file":5043,"_stem":5044,"_extension":39},"/en-us/blog/authors/loryn-bortins",{"name":5037,"config":5038},"Loryn Bortins",{"headshot":5039,"ctfId":5040},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668992/Blog/Author%20Headshots/loryn_bortins_headshot.png","5LgbtMISutHieB86Rk8uOL",{"template":696},"content:en-us:blog:authors:loryn-bortins.yml","en-us/blog/authors/loryn-bortins.yml","en-us/blog/authors/loryn-bortins",{"_path":5046,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5047,"config":5051,"_id":5052,"_type":34,"title":5048,"_source":36,"_file":5053,"_stem":5054,"_extension":39},"/en-us/blog/authors/lucas-charles",{"name":5048,"config":5049},"Lucas Charles",{"headshot":727,"ctfId":5050},"01OUkmRJImMowxMk3YHGNS",{"template":696},"content:en-us:blog:authors:lucas-charles.yml","en-us/blog/authors/lucas-charles.yml","en-us/blog/authors/lucas-charles",{"_path":5056,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5057,"config":5061,"_id":5062,"_type":34,"title":5058,"_source":36,"_file":5063,"_stem":5064,"_extension":39},"/en-us/blog/authors/luka-trbojevic",{"name":5058,"config":5059},"Luka Trbojevic",{"headshot":7,"ctfId":5060},"ltrbojevic",{"template":696},"content:en-us:blog:authors:luka-trbojevic.yml","en-us/blog/authors/luka-trbojevic.yml","en-us/blog/authors/luka-trbojevic",{"_path":5066,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5067,"config":5071,"_id":5072,"_type":34,"title":5068,"_source":36,"_file":5073,"_stem":5074,"_extension":39},"/en-us/blog/authors/lukas-eipert",{"name":5068,"config":5069},"Lukas Eipert",{"headshot":727,"ctfId":5070},"37PO8stm7JUQgglr4tWcmw",{"template":696},"content:en-us:blog:authors:lukas-eipert.yml","en-us/blog/authors/lukas-eipert.yml","en-us/blog/authors/lukas-eipert",{"_path":5076,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5077,"config":5082,"_id":5083,"_type":34,"title":5078,"_source":36,"_file":5084,"_stem":5085,"_extension":39},"/en-us/blog/authors/lyle-kozloff",{"name":5078,"config":5079},"Lyle Kozloff",{"headshot":5080,"ctfId":5081},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666803/Blog/Author%20Headshots/lyle-headshot.jpg","lyle",{"template":696},"content:en-us:blog:authors:lyle-kozloff.yml","en-us/blog/authors/lyle-kozloff.yml","en-us/blog/authors/lyle-kozloff",{"_path":5087,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5088,"config":5093,"_id":5094,"_type":34,"title":5089,"_source":36,"_file":5095,"_stem":5096,"_extension":39},"/en-us/blog/authors/madeline-lake",{"name":5089,"config":5090},"Madeline Lake",{"headshot":5091,"ctfId":5092},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659736/Blog/Author%20Headshots/madlake-headshot.jpg","madlake",{"template":696},"content:en-us:blog:authors:madeline-lake.yml","en-us/blog/authors/madeline-lake.yml","en-us/blog/authors/madeline-lake",{"_path":5098,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5099,"config":5104,"_id":5105,"_type":34,"title":5100,"_source":36,"_file":5106,"_stem":5107,"_extension":39},"/en-us/blog/authors/madou-coulibaly",{"name":5100,"config":5101},"Madou Coulibaly",{"headshot":5102,"ctfId":5103},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679848/Blog/Author%20Headshots/madou-headshot.jpg","madou",{"template":696},"content:en-us:blog:authors:madou-coulibaly.yml","en-us/blog/authors/madou-coulibaly.yml","en-us/blog/authors/madou-coulibaly",{"_path":5109,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5110,"config":5115,"_id":5116,"_type":34,"title":5111,"_source":36,"_file":5117,"_stem":5118,"_extension":39},"/en-us/blog/authors/magdalena-frankiewicz",{"name":5111,"config":5112},"Magdalena Frankiewicz",{"headshot":5113,"ctfId":5114},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663511/Blog/Author%20Headshots/m_frankiewicz-headshot.jpg","mfrankiewicz",{"template":696},"content:en-us:blog:authors:magdalena-frankiewicz.yml","en-us/blog/authors/magdalena-frankiewicz.yml","en-us/blog/authors/magdalena-frankiewicz",{"_path":5120,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5121,"config":5125,"_id":5126,"_type":34,"title":5122,"_source":36,"_file":5127,"_stem":5128,"_extension":39},"/en-us/blog/authors/mahesh-kumar",{"name":5122,"config":5123},"Mahesh Kumar",{"headshot":727,"ctfId":5124},"2ihYV6SzSOXfvpI2eJ87Mv",{"template":696},"content:en-us:blog:authors:mahesh-kumar.yml","en-us/blog/authors/mahesh-kumar.yml","en-us/blog/authors/mahesh-kumar",{"_path":5130,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5131,"config":5136,"_id":5137,"_type":34,"title":5132,"_source":36,"_file":5138,"_stem":5139,"_extension":39},"/en-us/blog/authors/manav-khurana",{"name":5132,"config":5133,"role":5135},"Manav Khurana",{"headshot":5134},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1757676476/ygij7nxvn2caq6vajhmy.png","Chief Product and Marketing Officer",{"template":696,"gitlabHandle":7},"content:en-us:blog:authors:manav-khurana.yml","en-us/blog/authors/manav-khurana.yml","en-us/blog/authors/manav-khurana",{"_path":5141,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5142,"config":5147,"_id":5148,"_type":34,"title":5143,"_source":36,"_file":5149,"_stem":5150,"_extension":39},"/en-us/blog/authors/manuel-kraft",{"name":5143,"config":5144},"Manuel Kraft",{"headshot":5145,"ctfId":5146},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659815/Blog/Author%20Headshots/manuel_kraft.png","5q1NADtEqxyoV1F1s6JKDz",{"template":696},"content:en-us:blog:authors:manuel-kraft.yml","en-us/blog/authors/manuel-kraft.yml","en-us/blog/authors/manuel-kraft",{"_path":5152,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5153,"config":5157,"_id":5158,"_type":34,"title":5154,"_source":36,"_file":5159,"_stem":5160,"_extension":39},"/en-us/blog/authors/marc-radulescu",{"name":5154,"config":5155},"Marc Radulescu",{"headshot":727,"ctfId":5156},"Marc-Radulescu",{"template":696},"content:en-us:blog:authors:marc-radulescu.yml","en-us/blog/authors/marc-radulescu.yml","en-us/blog/authors/marc-radulescu",{"_path":5162,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5163,"config":5168,"_id":5169,"_type":34,"title":5164,"_source":36,"_file":5170,"_stem":5171,"_extension":39},"/en-us/blog/authors/marc-shaw",{"name":5164,"config":5165},"Marc Shaw",{"headshot":5166,"ctfId":5167},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672589/Blog/Author%20Headshots/marc_shaw-headshot.jpg","marcshaw",{"template":696},"content:en-us:blog:authors:marc-shaw.yml","en-us/blog/authors/marc-shaw.yml","en-us/blog/authors/marc-shaw",{"_path":5173,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5174,"config":5179,"_id":5180,"_type":34,"title":5181,"_source":36,"_file":5182,"_stem":5183,"_extension":39},"/en-us/blog/authors/marcel-van-remmerden",{"name":5175,"config":5176},"Marcel van Remmerden",{"headshot":5177,"ctfId":5178},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669545/Blog/Author%20Headshots/mvanremmerden-headshot.jpg","7lMCQY4CU5xfTjIiMsNqkR",{"template":696},"content:en-us:blog:authors:marcel-van-remmerden.yml","Marcel Van Remmerden","en-us/blog/authors/marcel-van-remmerden.yml","en-us/blog/authors/marcel-van-remmerden",{"_path":5185,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5186,"config":5190,"_id":5191,"_type":34,"title":5187,"_source":36,"_file":5192,"_stem":5193,"_extension":39},"/en-us/blog/authors/marcia-ramos",{"name":5187,"config":5188},"Marcia Ramos",{"headshot":727,"ctfId":5189},"Marcia-Ramos",{"template":696},"content:en-us:blog:authors:marcia-ramos.yml","en-us/blog/authors/marcia-ramos.yml","en-us/blog/authors/marcia-ramos",{"_path":5195,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5196,"config":5200,"_id":5201,"_type":34,"title":5197,"_source":36,"_file":5202,"_stem":5203,"_extension":39},"/en-us/blog/authors/marco-lenzo",{"name":5197,"config":5198},"Marco Lenzo",{"headshot":727,"ctfId":5199},"Marco-Lenzo",{"template":696},"content:en-us:blog:authors:marco-lenzo.yml","en-us/blog/authors/marco-lenzo.yml","en-us/blog/authors/marco-lenzo",{"_path":5205,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5206,"config":5210,"_id":5211,"_type":34,"title":5207,"_source":36,"_file":5212,"_stem":5213,"_extension":39},"/en-us/blog/authors/marie-hargitt",{"name":5207,"config":5208},"Marie Hargitt",{"headshot":727,"ctfId":5209},"Marie-Hargitt",{"template":696},"content:en-us:blog:authors:marie-hargitt.yml","en-us/blog/authors/marie-hargitt.yml","en-us/blog/authors/marie-hargitt",{"_path":5215,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5216,"config":5221,"_id":5222,"_type":34,"title":5217,"_source":36,"_file":5223,"_stem":5224,"_extension":39},"/en-us/blog/authors/marin-jankovski",{"name":5217,"config":5218},"Marin Jankovski",{"headshot":5219,"ctfId":5220},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671628/Blog/Author%20Headshots/marin-headshot.jpg","Marin-Jankovski",{"template":696},"content:en-us:blog:authors:marin-jankovski.yml","en-us/blog/authors/marin-jankovski.yml","en-us/blog/authors/marin-jankovski",{"_path":5226,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5227,"config":5231,"_id":5232,"_type":34,"title":5233,"_source":36,"_file":5234,"_stem":5235,"_extension":39},"/en-us/blog/authors/marin-job",{"name":5228,"config":5229},"Marin, Job",{"headshot":727,"ctfId":5230},"Marin-Job",{"template":696},"content:en-us:blog:authors:marin-job.yml","Marin Job","en-us/blog/authors/marin-job.yml","en-us/blog/authors/marin-job",{"_path":5237,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5238,"config":5242,"_id":5243,"_type":34,"title":5244,"_source":36,"_file":5245,"_stem":5246,"_extension":39},"/en-us/blog/authors/mario-de-la-ossa",{"name":5239,"config":5240},"Mario de la Ossa",{"headshot":7,"ctfId":5241},"mdelaossa",{"template":696},"content:en-us:blog:authors:mario-de-la-ossa.yml","Mario De La Ossa","en-us/blog/authors/mario-de-la-ossa.yml","en-us/blog/authors/mario-de-la-ossa",{"_path":5248,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5249,"config":5253,"_id":5254,"_type":34,"title":5250,"_source":36,"_file":5255,"_stem":5256,"_extension":39},"/en-us/blog/authors/mark-art",{"name":5250,"config":5251},"Mark Art",{"headshot":727,"ctfId":5252},"55KCfyNmgPaJRmBZhiN7k5",{"template":696},"content:en-us:blog:authors:mark-art.yml","en-us/blog/authors/mark-art.yml","en-us/blog/authors/mark-art",{"_path":5258,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5259,"config":5263,"_id":5264,"_type":34,"title":5260,"_source":36,"_file":5265,"_stem":5266,"_extension":39},"/en-us/blog/authors/mark-fletcher",{"name":5260,"config":5261},"Mark Fletcher",{"headshot":7,"ctfId":5262},"markglenfletcher",{"template":696},"content:en-us:blog:authors:mark-fletcher.yml","en-us/blog/authors/mark-fletcher.yml","en-us/blog/authors/mark-fletcher",{"_path":5268,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5269,"config":5274,"_id":5275,"_type":34,"title":5270,"_source":36,"_file":5276,"_stem":5277,"_extension":39},"/en-us/blog/authors/mark-lapierre",{"name":5270,"config":5271},"Mark Lapierre",{"headshot":5272,"ctfId":5273},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669066/Blog/Author%20Headshots/mark_lapierre.png","2Fnsk5H33npbli2fy9kMqu",{"template":696},"content:en-us:blog:authors:mark-lapierre.yml","en-us/blog/authors/mark-lapierre.yml","en-us/blog/authors/mark-lapierre",{"_path":5279,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5280,"config":5285,"_id":5286,"_type":34,"title":5281,"_source":36,"_file":5287,"_stem":5288,"_extension":39},"/en-us/blog/authors/mark-loveless",{"name":5281,"config":5282},"Mark Loveless",{"headshot":5283,"ctfId":5284},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664093/Blog/Author%20Headshots/mloveless-headshot.png","mloveless",{"template":696},"content:en-us:blog:authors:mark-loveless.yml","en-us/blog/authors/mark-loveless.yml","en-us/blog/authors/mark-loveless",{"_path":5290,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5291,"config":5295,"_id":5296,"_type":34,"title":5292,"_source":36,"_file":5297,"_stem":5298,"_extension":39},"/en-us/blog/authors/mark-pundsack",{"name":5292,"config":5293},"Mark Pundsack",{"headshot":727,"ctfId":5294},"markpundsack",{"template":696},"content:en-us:blog:authors:mark-pundsack.yml","en-us/blog/authors/mark-pundsack.yml","en-us/blog/authors/mark-pundsack",{"_path":5300,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5301,"config":5306,"_id":5307,"_type":34,"title":5308,"_source":36,"_file":5309,"_stem":5310,"_extension":39},"/en-us/blog/authors/martin-brmmer",{"name":5302,"config":5303},"Martin Brümmer",{"headshot":5304,"ctfId":5305},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659427/Blog/Author%20Headshots/martin_brummer.webp","1QkLKK0UnkvZDDBzzEhkaA",{"template":696},"content:en-us:blog:authors:martin-brmmer.yml","Martin Brmmer","en-us/blog/authors/martin-brmmer.yml","en-us/blog/authors/martin-brmmer",{"_path":5312,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5313,"config":5317,"_id":5318,"_type":34,"title":5314,"_source":36,"_file":5319,"_stem":5320,"_extension":39},"/en-us/blog/authors/martynas-krupskis",{"name":5314,"config":5315},"Martynas Krupskis",{"headshot":727,"ctfId":5316},"3tK5S0f4QshGFGRrdEl7rn",{"template":696},"content:en-us:blog:authors:martynas-krupskis.yml","en-us/blog/authors/martynas-krupskis.yml","en-us/blog/authors/martynas-krupskis",{"_path":5322,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5323,"config":5327,"_id":5328,"_type":34,"title":5324,"_source":36,"_file":5329,"_stem":5330,"_extension":39},"/en-us/blog/authors/matej-latin",{"name":5324,"config":5325},"Matej Latin",{"headshot":7,"ctfId":5326},"matejlatin",{"template":696},"content:en-us:blog:authors:matej-latin.yml","en-us/blog/authors/matej-latin.yml","en-us/blog/authors/matej-latin",{"_path":5332,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5333,"config":5338,"_id":5339,"_type":34,"title":5334,"_source":36,"_file":5340,"_stem":5341,"_extension":39},"/en-us/blog/authors/mathias-ewald",{"name":5334,"config":5335},"Mathias Ewald",{"headshot":5336,"ctfId":5337},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664526/Blog/Author%20Headshots/mathias_ewald_headshot.png","7vLTPhU3yvh4xTToXcLpg9",{"template":696},"content:en-us:blog:authors:mathias-ewald.yml","en-us/blog/authors/mathias-ewald.yml","en-us/blog/authors/mathias-ewald",{"_path":5343,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5344,"config":5348,"_id":5349,"_type":34,"title":5345,"_source":36,"_file":5350,"_stem":5351,"_extension":39},"/en-us/blog/authors/matt-baldwin",{"name":5345,"config":5346},"Matt Baldwin",{"headshot":727,"ctfId":5347},"Matt-Baldwin",{"template":696},"content:en-us:blog:authors:matt-baldwin.yml","en-us/blog/authors/matt-baldwin.yml","en-us/blog/authors/matt-baldwin",{"_path":5353,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5354,"config":5359,"_id":5360,"_type":34,"title":5355,"_source":36,"_file":5361,"_stem":5362,"_extension":39},"/en-us/blog/authors/matt-coons",{"name":5355,"config":5356},"Matt Coons",{"headshot":5357,"ctfId":5358},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661888/Blog/Author%20Headshots/mcoons-headshot.jpg","mcoons",{"template":696},"content:en-us:blog:authors:matt-coons.yml","en-us/blog/authors/matt-coons.yml","en-us/blog/authors/matt-coons",{"_path":5364,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5365,"config":5370,"_id":5371,"_type":34,"title":5372,"_source":36,"_file":5373,"_stem":5374,"_extension":39},"/en-us/blog/authors/matt-delaney",{"name":5366,"config":5367},"Matt DeLaney",{"headshot":5368,"ctfId":5369},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659749/Blog/Author%20Headshots/matt_delaney_headshot.png","6apeWdrqrZlMIdaxzV5NvZ",{"template":696},"content:en-us:blog:authors:matt-delaney.yml","Matt Delaney","en-us/blog/authors/matt-delaney.yml","en-us/blog/authors/matt-delaney",{"_path":5376,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5377,"config":5382,"_id":5383,"_type":34,"title":5378,"_source":36,"_file":5384,"_stem":5385,"_extension":39},"/en-us/blog/authors/matt-genelin",{"name":5378,"config":5379},"Matt Genelin",{"headshot":5380,"ctfId":5381},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664522/Blog/Author%20Headshots/matty_genelin.png","6x9dTYZik3lSViI8hu6dYQ",{"template":696},"content:en-us:blog:authors:matt-genelin.yml","en-us/blog/authors/matt-genelin.yml","en-us/blog/authors/matt-genelin",{"_path":5387,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5388,"config":5392,"_id":5393,"_type":34,"title":5389,"_source":36,"_file":5394,"_stem":5395,"_extension":39},"/en-us/blog/authors/matt-nguyen",{"name":5389,"config":5390},"Matt Nguyen",{"headshot":727,"ctfId":5391},"Matt-Nguyen",{"template":696},"content:en-us:blog:authors:matt-nguyen.yml","en-us/blog/authors/matt-nguyen.yml","en-us/blog/authors/matt-nguyen",{"_path":5397,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5398,"config":5403,"_id":5404,"_type":34,"title":5399,"_source":36,"_file":5405,"_stem":5406,"_extension":39},"/en-us/blog/authors/matt-nohr",{"name":5399,"config":5400},"Matt Nohr",{"headshot":5401,"ctfId":5402},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681473/Blog/Author%20Headshots/mnohr-headshot.jpg","mnohr",{"template":696},"content:en-us:blog:authors:matt-nohr.yml","en-us/blog/authors/matt-nohr.yml","en-us/blog/authors/matt-nohr",{"_path":5408,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5409,"config":5414,"_id":5415,"_type":34,"title":5410,"_source":36,"_file":5416,"_stem":5417,"_extension":39},"/en-us/blog/authors/matt-smiley",{"name":5410,"config":5411},"Matt Smiley",{"headshot":5412,"ctfId":5413},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682529/Blog/Author%20Headshots/msmiley-headshot.jpg","msmiley",{"template":696},"content:en-us:blog:authors:matt-smiley.yml","en-us/blog/authors/matt-smiley.yml","en-us/blog/authors/matt-smiley",{"_path":5419,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5420,"config":5424,"_id":5425,"_type":34,"title":5421,"_source":36,"_file":5426,"_stem":5427,"_extension":39},"/en-us/blog/authors/matt-wilson",{"name":5421,"config":5422},"Matt Wilson",{"headshot":727,"ctfId":5423},"mattwilson",{"template":696},"content:en-us:blog:authors:matt-wilson.yml","en-us/blog/authors/matt-wilson.yml","en-us/blog/authors/matt-wilson",{"_path":5429,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5430,"config":5435,"_id":5436,"_type":34,"title":5431,"_source":36,"_file":5437,"_stem":5438,"_extension":39},"/en-us/blog/authors/matthew-macfarlane",{"name":5431,"config":5432},"Matthew Macfarlane",{"headshot":5433,"ctfId":5434},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663160/Blog/Author%20Headshots/matthew_mcfarlane_headshot.png","6dyod6DIfkxY5CognC5g2N",{"template":696},"content:en-us:blog:authors:matthew-macfarlane.yml","en-us/blog/authors/matthew-macfarlane.yml","en-us/blog/authors/matthew-macfarlane",{"_path":5440,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5441,"config":5446,"_id":5447,"_type":34,"title":5442,"_source":36,"_file":5448,"_stem":5449,"_extension":39},"/en-us/blog/authors/matthew-nearents",{"name":5442,"config":5443},"Matthew Nearents",{"headshot":5444,"ctfId":5445},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681789/Blog/Author%20Headshots/mnearents-headshot.jpg","mnearents",{"template":696},"content:en-us:blog:authors:matthew-nearents.yml","en-us/blog/authors/matthew-nearents.yml","en-us/blog/authors/matthew-nearents",{"_path":5451,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5452,"config":5457,"_id":5458,"_type":34,"title":5459,"_source":36,"_file":5460,"_stem":5461,"_extension":39},"/en-us/blog/authors/matthias-kppler",{"name":5453,"config":5454},"Matthias Käppler",{"headshot":5455,"ctfId":5456},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670351/Blog/Author%20Headshots/mkaeppler-headshot.jpg","mkaeppler",{"template":696},"content:en-us:blog:authors:matthias-kppler.yml","Matthias Kppler","en-us/blog/authors/matthias-kppler.yml","en-us/blog/authors/matthias-kppler",{"_path":5463,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5464,"config":5468,"_id":5469,"_type":34,"title":5465,"_source":36,"_file":5470,"_stem":5471,"_extension":39},"/en-us/blog/authors/matthieu-fronton",{"name":5465,"config":5466},"Matthieu Fronton",{"headshot":7,"ctfId":5467},"frntn",{"template":696},"content:en-us:blog:authors:matthieu-fronton.yml","en-us/blog/authors/matthieu-fronton.yml","en-us/blog/authors/matthieu-fronton",{"_path":5473,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5474,"config":5478,"_id":5479,"_type":34,"title":5475,"_source":36,"_file":5480,"_stem":5481,"_extension":39},"/en-us/blog/authors/max-woolf",{"name":5475,"config":5476},"Max Woolf",{"headshot":727,"ctfId":5477},"Max-Woolf",{"template":696},"content:en-us:blog:authors:max-woolf.yml","en-us/blog/authors/max-woolf.yml","en-us/blog/authors/max-woolf",{"_path":5483,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5484,"config":5489,"_id":5490,"_type":34,"title":5485,"_source":36,"_file":5491,"_stem":5492,"_extension":39},"/en-us/blog/authors/maximilien-belinga",{"name":5485,"config":5486},"Maximilien Belinga",{"headshot":5487,"ctfId":5488},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665080/Blog/Author%20Headshots/max_belinga.png","4n2a5tKPKk6qCis0IzevOS",{"template":696},"content:en-us:blog:authors:maximilien-belinga.yml","en-us/blog/authors/maximilien-belinga.yml","en-us/blog/authors/maximilien-belinga",{"_path":5494,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5495,"config":5499,"_id":5500,"_type":34,"title":5496,"_source":36,"_file":5501,"_stem":5502,"_extension":39},"/en-us/blog/authors/mayank-tahilramani",{"name":5496,"config":5497},"Mayank Tahilramani",{"headshot":7,"ctfId":5498},"mayanktahil",{"template":696},"content:en-us:blog:authors:mayank-tahilramani.yml","en-us/blog/authors/mayank-tahilramani.yml","en-us/blog/authors/mayank-tahilramani",{"_path":5504,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5505,"config":5510,"_id":5511,"_type":34,"title":5506,"_source":36,"_file":5512,"_stem":5513,"_extension":39},"/en-us/blog/authors/mayra-cabrera",{"name":5506,"config":5507},"Mayra Cabrera",{"headshot":5508,"ctfId":5509},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663224/Blog/Author%20Headshots/mayra-cabrera-headshot.jpg","mayracabrera",{"template":696},"content:en-us:blog:authors:mayra-cabrera.yml","en-us/blog/authors/mayra-cabrera.yml","en-us/blog/authors/mayra-cabrera",{"_path":5515,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5516,"config":5520,"_id":5521,"_type":34,"title":5517,"_source":36,"_file":5522,"_stem":5523,"_extension":39},"/en-us/blog/authors/meghan-maneval",{"name":5517,"config":5518},"Meghan Maneval",{"headshot":7,"ctfId":5519},"mmaneval20",{"template":696},"content:en-us:blog:authors:meghan-maneval.yml","en-us/blog/authors/meghan-maneval.yml","en-us/blog/authors/meghan-maneval",{"_path":5525,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5526,"config":5531,"_id":5532,"_type":34,"title":5527,"_source":36,"_file":5533,"_stem":5534,"_extension":39},"/en-us/blog/authors/mek-stittri",{"name":5527,"config":5528},"Mek Stittri",{"headshot":5529,"ctfId":5530},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682281/Blog/Author%20Headshots/meks-headshot.png","meks",{"template":696},"content:en-us:blog:authors:mek-stittri.yml","en-us/blog/authors/mek-stittri.yml","en-us/blog/authors/mek-stittri",{"_path":5536,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5537,"config":5541,"_id":5542,"_type":34,"title":5538,"_source":36,"_file":5543,"_stem":5544,"_extension":39},"/en-us/blog/authors/melissa-farber",{"name":5538,"config":5539},"Melissa Farber",{"headshot":7,"ctfId":5540},"mfarber",{"template":696},"content:en-us:blog:authors:melissa-farber.yml","en-us/blog/authors/melissa-farber.yml","en-us/blog/authors/melissa-farber",{"_path":5546,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5547,"config":5551,"_id":5552,"_type":34,"title":5548,"_source":36,"_file":5553,"_stem":5554,"_extension":39},"/en-us/blog/authors/melissa-smolensky",{"name":5548,"config":5549},"Melissa Smolensky",{"headshot":7,"ctfId":5550},"melsmo",{"template":696},"content:en-us:blog:authors:melissa-smolensky.yml","en-us/blog/authors/melissa-smolensky.yml","en-us/blog/authors/melissa-smolensky",{"_path":5556,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5557,"config":5562,"_id":5563,"_type":34,"title":5558,"_source":36,"_file":5564,"_stem":5565,"_extension":39},"/en-us/blog/authors/melissa-ushakov",{"name":5558,"config":5559},"Melissa Ushakov",{"headshot":5560,"ctfId":5561},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666529/Blog/Author%20Headshots/mushakov-headshot.jpg","mushakov",{"template":696},"content:en-us:blog:authors:melissa-ushakov.yml","en-us/blog/authors/melissa-ushakov.yml","en-us/blog/authors/melissa-ushakov",{"_path":5567,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5568,"config":5572,"_id":5573,"_type":34,"title":5569,"_source":36,"_file":5574,"_stem":5575,"_extension":39},"/en-us/blog/authors/michael-fahey",{"name":5569,"config":5570},"Michael Fahey",{"headshot":7,"ctfId":5571},"mfahey",{"template":696},"content:en-us:blog:authors:michael-fahey.yml","en-us/blog/authors/michael-fahey.yml","en-us/blog/authors/michael-fahey",{"_path":5577,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5578,"config":5583,"_id":5584,"_type":34,"title":5579,"_source":36,"_file":5585,"_stem":5586,"_extension":39},"/en-us/blog/authors/michael-friedrich",{"name":5579,"config":5580},"Michael Friedrich",{"headshot":5581,"ctfId":5582},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659879/Blog/Author%20Headshots/dnsmichi-headshot.jpg","dnsmichi",{"template":696},"content:en-us:blog:authors:michael-friedrich.yml","en-us/blog/authors/michael-friedrich.yml","en-us/blog/authors/michael-friedrich",{"_path":5588,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5589,"config":5593,"_id":5594,"_type":34,"title":5590,"_source":36,"_file":5595,"_stem":5596,"_extension":39},"/en-us/blog/authors/michael-henriksen",{"name":5590,"config":5591},"Michael Henriksen",{"headshot":727,"ctfId":5592},"3DmojnawcJFqAgoNMCpFTX",{"template":696},"content:en-us:blog:authors:michael-henriksen.yml","en-us/blog/authors/michael-henriksen.yml","en-us/blog/authors/michael-henriksen",{"_path":5598,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5599,"config":5603,"_id":5604,"_type":34,"title":5600,"_source":36,"_file":5605,"_stem":5606,"_extension":39},"/en-us/blog/authors/michael-karampalas",{"name":5600,"config":5601},"Michael Karampalas",{"headshot":7,"ctfId":5602},"mkarampalas",{"template":696},"content:en-us:blog:authors:michael-karampalas.yml","en-us/blog/authors/michael-karampalas.yml","en-us/blog/authors/michael-karampalas",{"_path":5608,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5609,"config":5614,"_id":5615,"_type":34,"title":5610,"_source":36,"_file":5616,"_stem":5617,"_extension":39},"/en-us/blog/authors/michael-kozono",{"name":5610,"config":5611},"Michael Kozono",{"headshot":5612,"ctfId":5613},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679544/Blog/Author%20Headshots/mkozono-headshot.jpg","mkozono",{"template":696},"content:en-us:blog:authors:michael-kozono.yml","en-us/blog/authors/michael-kozono.yml","en-us/blog/authors/michael-kozono",{"_path":5619,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5620,"config":5624,"_id":5625,"_type":34,"title":5621,"_source":36,"_file":5626,"_stem":5627,"_extension":39},"/en-us/blog/authors/michael-miranda",{"name":5621,"config":5622},"Michael Miranda",{"headshot":7,"ctfId":5623},"mikemiranda",{"template":696},"content:en-us:blog:authors:michael-miranda.yml","en-us/blog/authors/michael-miranda.yml","en-us/blog/authors/michael-miranda",{"_path":5629,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5630,"config":5635,"_id":5636,"_type":34,"title":5631,"_source":36,"_file":5637,"_stem":5638,"_extension":39},"/en-us/blog/authors/michelle-gill",{"name":5631,"config":5632},"Michelle Gill",{"headshot":5633,"ctfId":5634},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666460/Blog/Author%20Headshots/michelle_gill_headshot.png","1o9MOYTUcO2koXs4FgpOEw",{"template":696},"content:en-us:blog:authors:michelle-gill.yml","en-us/blog/authors/michelle-gill.yml","en-us/blog/authors/michelle-gill",{"_path":5640,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5641,"config":5646,"_id":5647,"_type":34,"title":5642,"_source":36,"_file":5648,"_stem":5649,"_extension":39},"/en-us/blog/authors/miguel-rincon",{"name":5642,"config":5643},"Miguel Rincon",{"headshot":5644,"ctfId":5645},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681865/Blog/Author%20Headshots/mrincon-headshot.jpg","mrincon",{"template":696},"content:en-us:blog:authors:miguel-rincon.yml","en-us/blog/authors/miguel-rincon.yml","en-us/blog/authors/miguel-rincon",{"_path":5651,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5652,"config":5656,"_id":5657,"_type":34,"title":5653,"_source":36,"_file":5658,"_stem":5659,"_extension":39},"/en-us/blog/authors/mike-bartlett",{"name":5653,"config":5654},"Mike Bartlett",{"headshot":7,"ctfId":5655},"mydigitalself",{"template":696},"content:en-us:blog:authors:mike-bartlett.yml","en-us/blog/authors/mike-bartlett.yml","en-us/blog/authors/mike-bartlett",{"_path":5661,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5662,"config":5666,"_id":5667,"_type":34,"title":5663,"_source":36,"_file":5668,"_stem":5669,"_extension":39},"/en-us/blog/authors/mike-eddington",{"name":5663,"config":5664},"Mike Eddington",{"headshot":727,"ctfId":5665},"q5tK0TgB1ZovSwShKSvOJ",{"template":696},"content:en-us:blog:authors:mike-eddington.yml","en-us/blog/authors/mike-eddington.yml","en-us/blog/authors/mike-eddington",{"_path":5671,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5672,"config":5677,"_id":5678,"_type":34,"title":5673,"_source":36,"_file":5679,"_stem":5680,"_extension":39},"/en-us/blog/authors/mike-flouton",{"name":5673,"config":5674},"Mike Flouton",{"headshot":5675,"ctfId":5676},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679190/Blog/Author%20Headshots/mflouton-headshot.jpg","mflouton",{"template":696},"content:en-us:blog:authors:mike-flouton.yml","en-us/blog/authors/mike-flouton.yml","en-us/blog/authors/mike-flouton",{"_path":5682,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5683,"config":5687,"_id":5688,"_type":34,"title":5684,"_source":36,"_file":5689,"_stem":5690,"_extension":39},"/en-us/blog/authors/mike-gerwitz",{"name":5684,"config":5685},"Mike Gerwitz",{"headshot":727,"ctfId":5686},"Mike-Gerwitz",{"template":696},"content:en-us:blog:authors:mike-gerwitz.yml","en-us/blog/authors/mike-gerwitz.yml","en-us/blog/authors/mike-gerwitz",{"_path":5692,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5693,"config":5697,"_id":5698,"_type":34,"title":5694,"_source":36,"_file":5699,"_stem":5700,"_extension":39},"/en-us/blog/authors/mike-greiling",{"name":5694,"config":5695},"Mike Greiling",{"headshot":7,"ctfId":5696},"mikegreiling",{"template":696},"content:en-us:blog:authors:mike-greiling.yml","en-us/blog/authors/mike-greiling.yml","en-us/blog/authors/mike-greiling",{"_path":5702,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5703,"config":5707,"_id":5708,"_type":34,"title":5704,"_source":36,"_file":5709,"_stem":5710,"_extension":39},"/en-us/blog/authors/mike-vanbuskirk",{"name":5704,"config":5705},"Mike Vanbuskirk",{"headshot":727,"ctfId":5706},"Mike-Vanbuskirk",{"template":696},"content:en-us:blog:authors:mike-vanbuskirk.yml","en-us/blog/authors/mike-vanbuskirk.yml","en-us/blog/authors/mike-vanbuskirk",{"_path":5712,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5713,"config":5717,"_id":5718,"_type":34,"title":5714,"_source":36,"_file":5719,"_stem":5720,"_extension":39},"/en-us/blog/authors/miranda-carter",{"name":5714,"config":5715},"Miranda Carter",{"headshot":727,"ctfId":5716},"4xT4dbRh6N9i7jW5xuPhVp",{"template":696},"content:en-us:blog:authors:miranda-carter.yml","en-us/blog/authors/miranda-carter.yml","en-us/blog/authors/miranda-carter",{"_path":5722,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5723,"config":5728,"_id":5729,"_type":34,"title":5724,"_source":36,"_file":5730,"_stem":5731,"_extension":39},"/en-us/blog/authors/mitra-jozenazemian",{"name":5724,"config":5725},"Mitra Jozenazemian",{"headshot":5726,"ctfId":5727},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662373/Blog/Author%20Headshots/Screenshot_2024-10-25_at_8.23.56_AM.png","4suqsutT8w5ZmkIvSVrmWQ",{"template":696},"content:en-us:blog:authors:mitra-jozenazemian.yml","en-us/blog/authors/mitra-jozenazemian.yml","en-us/blog/authors/mitra-jozenazemian",{"_path":5733,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5734,"config":5739,"_id":5740,"_type":34,"title":5735,"_source":36,"_file":5741,"_stem":5742,"_extension":39},"/en-us/blog/authors/monmayuri-ray",{"name":5735,"config":5736},"Monmayuri Ray",{"headshot":5737,"ctfId":5738},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679381/Blog/Author%20Headshots/mray2020-headshot.png","mray2020",{"template":696},"content:en-us:blog:authors:monmayuri-ray.yml","en-us/blog/authors/monmayuri-ray.yml","en-us/blog/authors/monmayuri-ray",{"_path":5744,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5745,"config":5750,"_id":5752,"_type":34,"title":5746,"_source":36,"_file":5753,"_stem":5754,"_extension":39},"/en-us/blog/authors/naoharu-sasaki",{"name":5746,"config":5747,"role":5749},"Naoharu Sasaki",{"headshot":5748},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751951026/qgwsq65eqcrrxemihenj.png","Senior Solutions Architect",{"template":696,"gitlabHandle":5751},"https://gitlab.com/naosasaki","content:en-us:blog:authors:naoharu-sasaki.yml","en-us/blog/authors/naoharu-sasaki.yml","en-us/blog/authors/naoharu-sasaki",{"_path":5756,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5757,"config":5762,"_id":5763,"_type":34,"title":5758,"_source":36,"_file":5764,"_stem":5765,"_extension":39},"/en-us/blog/authors/nate-rosandich",{"name":5758,"config":5759},"Nate Rosandich",{"headshot":5760,"ctfId":5761},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665774/Blog/Author%20Headshots/nate_rosandich_headshot.png","6o7KM5bD29P7qtz6yu60rZ",{"template":696},"content:en-us:blog:authors:nate-rosandich.yml","en-us/blog/authors/nate-rosandich.yml","en-us/blog/authors/nate-rosandich",{"_path":5767,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5768,"config":5773,"_id":5774,"_type":34,"title":5769,"_source":36,"_file":5775,"_stem":5776,"_extension":39},"/en-us/blog/authors/neha-khalwadekar",{"name":5769,"config":5770},"Neha Khalwadekar",{"headshot":5771,"ctfId":5772},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682666/Blog/Author%20Headshots/nkhalwadekar-headshot.jpg","nkhalwadekar",{"template":696},"content:en-us:blog:authors:neha-khalwadekar.yml","en-us/blog/authors/neha-khalwadekar.yml","en-us/blog/authors/neha-khalwadekar",{"_path":5778,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5779,"config":5784,"_id":5785,"_type":34,"title":5786,"_source":36,"_file":5787,"_stem":5788,"_extension":39},"/en-us/blog/authors/neil-mccorrison",{"name":5780,"config":5781},"Neil McCorrison",{"headshot":5782,"ctfId":5783},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669499/Blog/Author%20Headshots/nmccorrison-headshot.jpg","nmccorrison",{"template":696},"content:en-us:blog:authors:neil-mccorrison.yml","Neil Mccorrison","en-us/blog/authors/neil-mccorrison.yml","en-us/blog/authors/neil-mccorrison",{"_path":5790,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5791,"config":5796,"_id":5797,"_type":34,"title":5798,"_source":36,"_file":5799,"_stem":5800,"_extension":39},"/en-us/blog/authors/neil-mcdonald",{"name":5792,"config":5793},"Neil McDonald",{"headshot":5794,"ctfId":5795},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665769/Blog/Author%20Headshots/neil_mcdonald_headshot.png","3AlbY0x99iY5eFvSZcn1zL",{"template":696},"content:en-us:blog:authors:neil-mcdonald.yml","Neil Mcdonald","en-us/blog/authors/neil-mcdonald.yml","en-us/blog/authors/neil-mcdonald",{"_path":5802,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5803,"config":5807,"_id":5809,"_type":34,"title":5804,"_source":36,"_file":5810,"_stem":5811,"_extension":39},"/en-us/blog/authors/nick-cayou",{"name":5804,"config":5805,"role":7},"Nick Cayou",{"headshot":5806},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751467780/nzign0cbu1g4ulxlhgop.png",{"template":696,"gitlabHandle":5808},"ncayou","content:en-us:blog:authors:nick-cayou.yml","en-us/blog/authors/nick-cayou.yml","en-us/blog/authors/nick-cayou",{"_path":5813,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5814,"config":5819,"_id":5820,"_type":34,"title":5815,"_source":36,"_file":5821,"_stem":5822,"_extension":39},"/en-us/blog/authors/nick-malcolm",{"name":5815,"config":5816},"Nick Malcolm",{"headshot":5817,"ctfId":5818},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679150/Blog/Author%20Headshots/nmalcolm-headshot.jpg","nmalcolm",{"template":696},"content:en-us:blog:authors:nick-malcolm.yml","en-us/blog/authors/nick-malcolm.yml","en-us/blog/authors/nick-malcolm",{"_path":5824,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5825,"config":5829,"_id":5830,"_type":34,"title":5826,"_source":36,"_file":5831,"_stem":5832,"_extension":39},"/en-us/blog/authors/nick-thomas",{"name":5826,"config":5827},"Nick Thomas",{"headshot":7,"ctfId":5828},"nickthomas",{"template":696},"content:en-us:blog:authors:nick-thomas.yml","en-us/blog/authors/nick-thomas.yml","en-us/blog/authors/nick-thomas",{"_path":5834,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5835,"config":5840,"_id":5841,"_type":34,"title":5836,"_source":36,"_file":5842,"_stem":5843,"_extension":39},"/en-us/blog/authors/nick-veenhof",{"name":5836,"config":5837},"Nick Veenhof",{"headshot":5838,"ctfId":5839},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679373/Blog/Author%20Headshots/nick_vh-headshot.jpg","nickvh",{"template":696},"content:en-us:blog:authors:nick-veenhof.yml","en-us/blog/authors/nick-veenhof.yml","en-us/blog/authors/nick-veenhof",{"_path":5845,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5846,"config":5850,"_id":5851,"_type":34,"title":5847,"_source":36,"_file":5852,"_stem":5853,"_extension":39},"/en-us/blog/authors/nico-meisenzahl",{"name":5847,"config":5848},"Nico Meisenzahl",{"headshot":7,"ctfId":5849},"nicomeisenzahl",{"template":696},"content:en-us:blog:authors:nico-meisenzahl.yml","en-us/blog/authors/nico-meisenzahl.yml","en-us/blog/authors/nico-meisenzahl",{"_path":5855,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5856,"config":5860,"_id":5861,"_type":34,"title":5857,"_source":36,"_file":5862,"_stem":5863,"_extension":39},"/en-us/blog/authors/nicole-schwartz",{"name":5857,"config":5858},"Nicole Schwartz",{"headshot":7,"ctfId":5859},"nicoleschwartz",{"template":696},"content:en-us:blog:authors:nicole-schwartz.yml","en-us/blog/authors/nicole-schwartz.yml","en-us/blog/authors/nicole-schwartz",{"_path":5865,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5866,"config":5871,"_id":5872,"_type":34,"title":5867,"_source":36,"_file":5873,"_stem":5874,"_extension":39},"/en-us/blog/authors/nikhil-george",{"name":5867,"config":5868},"Nikhil George",{"headshot":5869,"ctfId":5870},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666175/Blog/Author%20Headshots/ngeorge1-headshot.jpg","ngeorge1",{"template":696},"content:en-us:blog:authors:nikhil-george.yml","en-us/blog/authors/nikhil-george.yml","en-us/blog/authors/nikhil-george",{"_path":5876,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5877,"config":5882,"_id":5883,"_type":34,"title":5878,"_source":36,"_file":5884,"_stem":5885,"_extension":39},"/en-us/blog/authors/nima-badiey",{"name":5878,"config":5879},"Nima Badiey",{"headshot":5880,"ctfId":5881},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668177/Blog/Author%20Headshots/nbadiey-headshot.jpg","nbadiey",{"template":696},"content:en-us:blog:authors:nima-badiey.yml","en-us/blog/authors/nima-badiey.yml","en-us/blog/authors/nima-badiey",{"_path":5887,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5888,"config":5893,"_id":5894,"_type":34,"title":5889,"_source":36,"_file":5895,"_stem":5896,"_extension":39},"/en-us/blog/authors/noah-ing",{"name":5889,"config":5890},"Noah Ing",{"headshot":5891,"ctfId":5892},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664410/Blog/Author%20Headshots/noahing.png","noahing",{"template":696},"content:en-us:blog:authors:noah-ing.yml","en-us/blog/authors/noah-ing.yml","en-us/blog/authors/noah-ing",{"_path":5898,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5899,"config":5903,"_id":5904,"_type":34,"title":5900,"_source":36,"_file":5905,"_stem":5906,"_extension":39},"/en-us/blog/authors/noah-manger",{"name":5900,"config":5901},"Noah Manger",{"headshot":727,"ctfId":5902},"Noah-Manger",{"template":696},"content:en-us:blog:authors:noah-manger.yml","en-us/blog/authors/noah-manger.yml","en-us/blog/authors/noah-manger",{"_path":5908,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5909,"config":5913,"_id":5914,"_type":34,"title":5910,"_source":36,"_file":5915,"_stem":5916,"_extension":39},"/en-us/blog/authors/noah-zoschke",{"name":5910,"config":5911},"Noah Zoschke",{"headshot":727,"ctfId":5912},"Noah-Zoschke",{"template":696},"content:en-us:blog:authors:noah-zoschke.yml","en-us/blog/authors/noah-zoschke.yml","en-us/blog/authors/noah-zoschke",{"_path":5918,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5919,"config":5923,"_id":5924,"_type":34,"title":5920,"_source":36,"_file":5925,"_stem":5926,"_extension":39},"/en-us/blog/authors/nolan-myers",{"name":5920,"config":5921},"Nolan Myers",{"headshot":727,"ctfId":5922},"Nolan-Myers",{"template":696},"content:en-us:blog:authors:nolan-myers.yml","en-us/blog/authors/nolan-myers.yml","en-us/blog/authors/nolan-myers",{"_path":5928,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5929,"config":5933,"_id":5934,"_type":34,"title":5930,"_source":36,"_file":5935,"_stem":5936,"_extension":39},"/en-us/blog/authors/nupur-sharma",{"name":5930,"config":5931},"Nupur Sharma",{"headshot":727,"ctfId":5932},"6p7RQDl0cDWnAxU8yu2vVK",{"template":696},"content:en-us:blog:authors:nupur-sharma.yml","en-us/blog/authors/nupur-sharma.yml","en-us/blog/authors/nupur-sharma",{"_path":5938,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5939,"config":5943,"_id":5944,"_type":34,"title":5940,"_source":36,"_file":5945,"_stem":5946,"_extension":39},"/en-us/blog/authors/nuritzi-sanchez",{"name":5940,"config":5941},"Nuritzi Sanchez",{"headshot":7,"ctfId":5942},"nuritzi",{"template":696},"content:en-us:blog:authors:nuritzi-sanchez.yml","en-us/blog/authors/nuritzi-sanchez.yml","en-us/blog/authors/nuritzi-sanchez",{"_path":5948,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5949,"config":5954,"_id":5955,"_type":34,"title":5950,"_source":36,"_file":5956,"_stem":5957,"_extension":39},"/en-us/blog/authors/oleksandr-pysaryuk",{"name":5950,"config":5951},"Oleksandr Pysaryuk",{"headshot":5952,"ctfId":5953},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664469/Blog/Author%20Headshots/opysaryuk_headshot.png","5EbCnvbwgeZKYOUug8fFFO",{"template":696},"content:en-us:blog:authors:oleksandr-pysaryuk.yml","en-us/blog/authors/oleksandr-pysaryuk.yml","en-us/blog/authors/oleksandr-pysaryuk",{"_path":5959,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5960,"config":5965,"_id":5966,"_type":34,"title":5967,"_source":36,"_file":5968,"_stem":5969,"_extension":39},"/en-us/blog/authors/olena-horal-koretska",{"name":5961,"config":5962},"Olena Horal-Koretska",{"headshot":5963,"ctfId":5964},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681267/Blog/Author%20Headshots/ohoral-headshot.jpg","ohoral",{"template":696},"content:en-us:blog:authors:olena-horal-koretska.yml","Olena Horal Koretska","en-us/blog/authors/olena-horal-koretska.yml","en-us/blog/authors/olena-horal-koretska",{"_path":5971,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5972,"config":5976,"_id":5978,"_type":34,"title":5973,"_source":36,"_file":5979,"_stem":5980,"_extension":39},"/en-us/blog/authors/olivier-campeau",{"name":5973,"config":5974},"Olivier Campeau",{"headshot":5975},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750704785/kyqz7c4ctjvo4qpj8ldf.png",{"template":696,"gitlabHandle":5977},"oli.campeau","content:en-us:blog:authors:olivier-campeau.yml","en-us/blog/authors/olivier-campeau.yml","en-us/blog/authors/olivier-campeau",{"_path":5982,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5983,"config":5988,"_id":5989,"_type":34,"title":5990,"_source":36,"_file":5991,"_stem":5992,"_extension":39},"/en-us/blog/authors/olivier-dupr",{"name":5984,"config":5985},"Olivier Dupré",{"headshot":5986,"ctfId":5987},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713474/cj6odchlpoqxbibenvye.png","4VIckvQsyfNxEtz4pM42aP",{"template":696},"content:en-us:blog:authors:olivier-dupr.yml","Olivier Dupr","en-us/blog/authors/olivier-dupr.yml","en-us/blog/authors/olivier-dupr",{"_path":5994,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":5995,"config":6000,"_id":6001,"_type":34,"title":5996,"_source":36,"_file":6002,"_stem":6003,"_extension":39},"/en-us/blog/authors/omar-fernandez",{"name":5996,"config":5997},"Omar Fernandez",{"headshot":5998,"ctfId":5999},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668073/Blog/Author%20Headshots/ofernandez2-headshot.jpg","ofernandez2",{"template":696},"content:en-us:blog:authors:omar-fernandez.yml","en-us/blog/authors/omar-fernandez.yml","en-us/blog/authors/omar-fernandez",{"_path":6005,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6006,"config":6010,"_id":6011,"_type":34,"title":6007,"_source":36,"_file":6012,"_stem":6013,"_extension":39},"/en-us/blog/authors/opher-vishnia",{"name":6007,"config":6008},"Opher Vishnia",{"headshot":727,"ctfId":6009},"O0F3sw3av9pRAxeP9iR7N",{"template":696},"content:en-us:blog:authors:opher-vishnia.yml","en-us/blog/authors/opher-vishnia.yml","en-us/blog/authors/opher-vishnia",{"_path":6015,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6016,"config":6020,"_id":6021,"_type":34,"title":6017,"_source":36,"_file":6022,"_stem":6023,"_extension":39},"/en-us/blog/authors/orit-golowinski",{"name":6017,"config":6018},"Orit Golowinski",{"headshot":7,"ctfId":6019},"ogolowinski",{"template":696},"content:en-us:blog:authors:orit-golowinski.yml","en-us/blog/authors/orit-golowinski.yml","en-us/blog/authors/orit-golowinski",{"_path":6025,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6026,"config":6031,"_id":6032,"_type":34,"title":6027,"_source":36,"_file":6033,"_stem":6034,"_extension":39},"/en-us/blog/authors/ottilia-westerlund",{"name":6027,"config":6028},"Ottilia Westerlund",{"headshot":6029,"ctfId":6030},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664791/Blog/Author%20Headshots/ottiliawesterlundheadshot.png","ottiliawesterlund",{"template":696},"content:en-us:blog:authors:ottilia-westerlund.yml","en-us/blog/authors/ottilia-westerlund.yml","en-us/blog/authors/ottilia-westerlund",{"_path":6036,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6037,"config":6041,"_id":6042,"_type":34,"title":6038,"_source":36,"_file":6043,"_stem":6044,"_extension":39},"/en-us/blog/authors/owen-williams",{"name":6038,"config":6039},"Owen Williams",{"headshot":727,"ctfId":6040},"Owen-Williams",{"template":696},"content:en-us:blog:authors:owen-williams.yml","en-us/blog/authors/owen-williams.yml","en-us/blog/authors/owen-williams",{"_path":6046,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6047,"config":6051,"_id":6052,"_type":34,"title":6048,"_source":36,"_file":6053,"_stem":6054,"_extension":39},"/en-us/blog/authors/pablo-carranza",{"name":6048,"config":6049},"Pablo Carranza",{"headshot":727,"ctfId":6050},"Pablo-Carranza",{"template":696},"content:en-us:blog:authors:pablo-carranza.yml","en-us/blog/authors/pablo-carranza.yml","en-us/blog/authors/pablo-carranza",{"_path":6056,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6057,"config":6061,"_id":6062,"_type":34,"title":6058,"_source":36,"_file":6063,"_stem":6064,"_extension":39},"/en-us/blog/authors/parker-ennis",{"name":6058,"config":6059},"Parker Ennis",{"headshot":7,"ctfId":6060},"parkerennis",{"template":696},"content:en-us:blog:authors:parker-ennis.yml","en-us/blog/authors/parker-ennis.yml","en-us/blog/authors/parker-ennis",{"_path":6066,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6067,"config":6071,"_id":6072,"_type":34,"title":6068,"_source":36,"_file":6073,"_stem":6074,"_extension":39},"/en-us/blog/authors/patricio-cano",{"name":6068,"config":6069},"Patricio Cano",{"headshot":727,"ctfId":6070},"Patricio-Cano",{"template":696},"content:en-us:blog:authors:patricio-cano.yml","en-us/blog/authors/patricio-cano.yml","en-us/blog/authors/patricio-cano",{"_path":6076,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6077,"config":6081,"_id":6082,"_type":34,"title":6078,"_source":36,"_file":6083,"_stem":6084,"_extension":39},"/en-us/blog/authors/patrick-deuley",{"name":6078,"config":6079},"Patrick Deuley",{"headshot":727,"ctfId":6080},"4YYemtKKpxKC4yukyFavai",{"template":696},"content:en-us:blog:authors:patrick-deuley.yml","en-us/blog/authors/patrick-deuley.yml","en-us/blog/authors/patrick-deuley",{"_path":6086,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6087,"config":6091,"_id":6092,"_type":34,"title":6088,"_source":36,"_file":6093,"_stem":6094,"_extension":39},"/en-us/blog/authors/patrick-foster",{"name":6088,"config":6089},"Patrick Foster",{"headshot":727,"ctfId":6090},"Patrick-Foster",{"template":696},"content:en-us:blog:authors:patrick-foster.yml","en-us/blog/authors/patrick-foster.yml","en-us/blog/authors/patrick-foster",{"_path":6096,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6097,"config":6102,"_id":6103,"_type":34,"title":6098,"_source":36,"_file":6104,"_stem":6105,"_extension":39},"/en-us/blog/authors/patrick-steinhardt",{"name":6098,"config":6099},"Patrick Steinhardt",{"headshot":6100,"ctfId":6101},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661952/Blog/Author%20Headshots/pks-gitlab-headshot.png","pksgitlab",{"template":696},"content:en-us:blog:authors:patrick-steinhardt.yml","en-us/blog/authors/patrick-steinhardt.yml","en-us/blog/authors/patrick-steinhardt",{"_path":6107,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6108,"config":6112,"_id":6113,"_type":34,"title":6109,"_source":36,"_file":6114,"_stem":6115,"_extension":39},"/en-us/blog/authors/patty-cheung",{"name":6109,"config":6110},"Patty Cheung",{"headshot":727,"ctfId":6111},"pattycheung",{"template":696},"content:en-us:blog:authors:patty-cheung.yml","en-us/blog/authors/patty-cheung.yml","en-us/blog/authors/patty-cheung",{"_path":6117,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6118,"config":6122,"_id":6123,"_type":34,"title":6119,"_source":36,"_file":6124,"_stem":6125,"_extension":39},"/en-us/blog/authors/paul-badcock",{"name":6119,"config":6120},"Paul Badcock",{"headshot":727,"ctfId":6121},"TbNQIdiD4vlFB7XYXeArb",{"template":696},"content:en-us:blog:authors:paul-badcock.yml","en-us/blog/authors/paul-badcock.yml","en-us/blog/authors/paul-badcock",{"_path":6127,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6128,"config":6132,"_id":6133,"_type":34,"title":6134,"_source":36,"_file":6135,"_stem":6136,"_extension":39},"/en-us/blog/authors/paul-gascou-vaillancourt",{"name":6129,"config":6130},"Paul Gascou-Vaillancourt",{"headshot":727,"ctfId":6131},"6Yg7HWPoy2E5vwudH0EZja",{"template":696},"content:en-us:blog:authors:paul-gascou-vaillancourt.yml","Paul Gascou Vaillancourt","en-us/blog/authors/paul-gascou-vaillancourt.yml","en-us/blog/authors/paul-gascou-vaillancourt",{"_path":6138,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6139,"config":6143,"_id":6144,"_type":34,"title":6140,"_source":36,"_file":6145,"_stem":6146,"_extension":39},"/en-us/blog/authors/paul-hibbitts",{"name":6140,"config":6141},"Paul Hibbitts",{"headshot":727,"ctfId":6142},"Paul-Hibbitts",{"template":696},"content:en-us:blog:authors:paul-hibbitts.yml","en-us/blog/authors/paul-hibbitts.yml","en-us/blog/authors/paul-hibbitts",{"_path":6148,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6149,"config":6153,"_id":6154,"_type":34,"title":6150,"_source":36,"_file":6155,"_stem":6156,"_extension":39},"/en-us/blog/authors/paul-machle",{"name":6150,"config":6151},"Paul Machle",{"headshot":727,"ctfId":6152},"Paul-Machle",{"template":696},"content:en-us:blog:authors:paul-machle.yml","en-us/blog/authors/paul-machle.yml","en-us/blog/authors/paul-machle",{"_path":6158,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6159,"config":6163,"_id":6165,"_type":34,"title":6160,"_source":36,"_file":6166,"_stem":6167,"_extension":39},"/en-us/blog/authors/paul-meresanu",{"name":6160,"role":7,"config":6161},"Paul Meresanu",{"headshot":6162},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750267141/qpw5ayteg0sewyh7s8xi.png",{"template":696,"gitlabHandle":6164},"pmeresanu","content:en-us:blog:authors:paul-meresanu.yml","en-us/blog/authors/paul-meresanu.yml","en-us/blog/authors/paul-meresanu",{"_path":6169,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6170,"config":6175,"_id":6176,"_type":34,"title":6171,"_source":36,"_file":6177,"_stem":6178,"_extension":39},"/en-us/blog/authors/payton-burdette",{"name":6171,"config":6172},"Payton Burdette",{"headshot":6173,"ctfId":6174},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667712/Blog/Author%20Headshots/payton_burdette_headshot.png","42ZmAy1Ix0cQeI3hHYupW",{"template":696},"content:en-us:blog:authors:payton-burdette.yml","en-us/blog/authors/payton-burdette.yml","en-us/blog/authors/payton-burdette",{"_path":6180,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6181,"config":6185,"_id":6186,"_type":34,"title":6182,"_source":36,"_file":6187,"_stem":6188,"_extension":39},"/en-us/blog/authors/pedro-fortuna",{"name":6182,"config":6183},"Pedro Fortuna",{"headshot":727,"ctfId":6184},"7JwB4WZYF19OKwOo4yk5n4",{"template":696},"content:en-us:blog:authors:pedro-fortuna.yml","en-us/blog/authors/pedro-fortuna.yml","en-us/blog/authors/pedro-fortuna",{"_path":6190,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6191,"config":6196,"_id":6197,"_type":34,"title":6198,"_source":36,"_file":6199,"_stem":6200,"_extension":39},"/en-us/blog/authors/pedro-moreira-da-silva",{"name":6192,"config":6193},"Pedro Moreira da Silva",{"headshot":6194,"ctfId":6195},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666783/Blog/Author%20Headshots/pedroms-headshot.jpg","pedroms",{"template":696},"content:en-us:blog:authors:pedro-moreira-da-silva.yml","Pedro Moreira Da Silva","en-us/blog/authors/pedro-moreira-da-silva.yml","en-us/blog/authors/pedro-moreira-da-silva",{"_path":6202,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6203,"config":6208,"_id":6209,"_type":34,"title":6204,"_source":36,"_file":6210,"_stem":6211,"_extension":39},"/en-us/blog/authors/phil-hughes",{"name":6204,"config":6205},"Phil Hughes",{"headshot":6206,"ctfId":6207},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681552/Blog/Author%20Headshots/iamphill-headshot.jpg","iamphill",{"template":696},"content:en-us:blog:authors:phil-hughes.yml","en-us/blog/authors/phil-hughes.yml","en-us/blog/authors/phil-hughes",{"_path":6213,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6214,"config":6218,"_id":6219,"_type":34,"title":6215,"_source":36,"_file":6220,"_stem":6221,"_extension":39},"/en-us/blog/authors/philip-welz",{"name":6215,"config":6216},"Philip Welz",{"headshot":7,"ctfId":6217},"philxx",{"template":696},"content:en-us:blog:authors:philip-welz.yml","en-us/blog/authors/philip-welz.yml","en-us/blog/authors/philip-welz",{"_path":6223,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6224,"config":6229,"_id":6230,"_type":34,"title":6231,"_source":36,"_file":6232,"_stem":6233,"_extension":39},"/en-us/blog/authors/philippe-lafoucrire",{"name":6225,"config":6226},"Philippe Lafoucrière",{"headshot":6227,"ctfId":6228},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679747/Blog/Author%20Headshots/plafoucriere-headshot.jpg","plafoucriere",{"template":696},"content:en-us:blog:authors:philippe-lafoucrire.yml","Philippe Lafoucrire","en-us/blog/authors/philippe-lafoucrire.yml","en-us/blog/authors/philippe-lafoucrire",{"_path":6235,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6236,"config":6240,"_id":6241,"_type":34,"title":6242,"_source":36,"_file":6243,"_stem":6244,"_extension":39},"/en-us/blog/authors/pierre-de-la-morinerie",{"name":6237,"config":6238},"Pierre de La Morinerie",{"headshot":727,"ctfId":6239},"Pierre-de-La-Morinerie",{"template":696},"content:en-us:blog:authors:pierre-de-la-morinerie.yml","Pierre De La Morinerie","en-us/blog/authors/pierre-de-la-morinerie.yml","en-us/blog/authors/pierre-de-la-morinerie",{"_path":6246,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6247,"config":6251,"_id":6252,"_type":34,"title":6248,"_source":36,"_file":6253,"_stem":6254,"_extension":39},"/en-us/blog/authors/pierre-smeyers",{"name":6248,"config":6249},"Pierre Smeyers",{"headshot":7,"ctfId":6250},"pismy",{"template":696},"content:en-us:blog:authors:pierre-smeyers.yml","en-us/blog/authors/pierre-smeyers.yml","en-us/blog/authors/pierre-smeyers",{"_path":6256,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6257,"config":6262,"_id":6263,"_type":34,"title":6258,"_source":36,"_file":6264,"_stem":6265,"_extension":39},"/en-us/blog/authors/pini-wietchner",{"name":6258,"config":6259},"Pini Wietchner",{"headshot":6260,"ctfId":6261},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660171/Blog/Author%20Headshots/Pini_Wietchner_headshot.png","4FclpbCSjD5ytIrKCyRL0o",{"template":696},"content:en-us:blog:authors:pini-wietchner.yml","en-us/blog/authors/pini-wietchner.yml","en-us/blog/authors/pini-wietchner",{"_path":6267,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6268,"config":6272,"_id":6273,"_type":34,"title":6274,"_source":36,"_file":6275,"_stem":6276,"_extension":39},"/en-us/blog/authors/pj-metz",{"name":6269,"config":6270},"PJ Metz",{"headshot":727,"ctfId":6271},"PjMetz",{"template":696},"content:en-us:blog:authors:pj-metz.yml","Pj Metz","en-us/blog/authors/pj-metz.yml","en-us/blog/authors/pj-metz",{"_path":6278,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6279,"config":6282,"_id":6283,"_type":34,"title":6284,"_source":36,"_file":6285,"_stem":6286,"_extension":39},"/en-us/blog/authors/plapadoo",{"name":6280,"config":6281},"plapadoo",{"headshot":727,"ctfId":6280},{"template":696},"content:en-us:blog:authors:plapadoo.yml","Plapadoo","en-us/blog/authors/plapadoo.yml","en-us/blog/authors/plapadoo",{"_path":6288,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6289,"config":6293,"_id":6294,"_type":34,"title":6290,"_source":36,"_file":6295,"_stem":6296,"_extension":39},"/en-us/blog/authors/pranay-bakre",{"name":6290,"config":6291},"Pranay Bakre",{"headshot":7,"ctfId":6292},"Darren-Eastman",{"template":696},"content:en-us:blog:authors:pranay-bakre.yml","en-us/blog/authors/pranay-bakre.yml","en-us/blog/authors/pranay-bakre",{"_path":6298,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6299,"config":6303,"_id":6304,"_type":34,"title":6300,"_source":36,"_file":6305,"_stem":6306,"_extension":39},"/en-us/blog/authors/priyanka-sharma",{"name":6300,"config":6301},"Priyanka Sharma",{"headshot":7,"ctfId":6302},"pritianka",{"template":696},"content:en-us:blog:authors:priyanka-sharma.yml","en-us/blog/authors/priyanka-sharma.yml","en-us/blog/authors/priyanka-sharma",{"_path":6308,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6309,"config":6314,"_id":6315,"_type":34,"title":6316,"_source":36,"_file":6317,"_stem":6318,"_extension":39},"/en-us/blog/authors/pter-bozs",{"name":6310,"config":6311},"Péter Bozsó",{"headshot":6312,"ctfId":6313},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666384/Blog/Author%20Headshots/pbozso_headshot.png","4i1NVYip0RqxRnbpZ9deKp",{"template":696},"content:en-us:blog:authors:pter-bozs.yml","Pter Bozs","en-us/blog/authors/pter-bozs.yml","en-us/blog/authors/pter-bozs",{"_path":6320,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6321,"config":6325,"_id":6326,"_type":34,"title":6322,"_source":36,"_file":6327,"_stem":6328,"_extension":39},"/en-us/blog/authors/quan-to",{"name":6322,"config":6323},"Quan To",{"headshot":727,"ctfId":6324},"5dswLnpCobgICjM0RpHMU2",{"template":696},"content:en-us:blog:authors:quan-to.yml","en-us/blog/authors/quan-to.yml","en-us/blog/authors/quan-to",{"_path":6330,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6331,"config":6336,"_id":6337,"_type":34,"title":6332,"_source":36,"_file":6338,"_stem":6339,"_extension":39},"/en-us/blog/authors/rachel-nienaber",{"name":6332,"config":6333},"Rachel Nienaber",{"headshot":6334,"ctfId":6335},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667065/Blog/Author%20Headshots/rnienaber-headshot.jpg","rnienaber",{"template":696},"content:en-us:blog:authors:rachel-nienaber.yml","en-us/blog/authors/rachel-nienaber.yml","en-us/blog/authors/rachel-nienaber",{"_path":6341,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6342,"config":6346,"_id":6348,"_type":34,"title":6343,"_source":36,"_file":6349,"_stem":6350,"_extension":39},"/en-us/blog/authors/radovan-bacovic",{"name":6343,"config":6344},"Radovan Bacovic",{"headshot":6345},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1760036179/vvj2tiujit6kopuz8mqp.png",{"template":696,"gitlabHandle":6347},"rbacovic","content:en-us:blog:authors:radovan-bacovic.yml","en-us/blog/authors/radovan-bacovic.yml","en-us/blog/authors/radovan-bacovic",{"_path":6352,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6353,"config":6357,"_id":6358,"_type":34,"title":6359,"_source":36,"_file":6360,"_stem":6361,"_extension":39},"/en-us/blog/authors/rahul-bhargava-cto-evolphin",{"name":6354,"config":6355},"Rahul Bhargava, CTO, Evolphin",{"headshot":727,"ctfId":6356},"Rahul-Bhargava-CTO-Evolphin",{"template":696},"content:en-us:blog:authors:rahul-bhargava-cto-evolphin.yml","Rahul Bhargava Cto Evolphin","en-us/blog/authors/rahul-bhargava-cto-evolphin.yml","en-us/blog/authors/rahul-bhargava-cto-evolphin",{"_path":6363,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6364,"config":6369,"_id":6370,"_type":34,"title":6365,"_source":36,"_file":6371,"_stem":6372,"_extension":39},"/en-us/blog/authors/raimund-hook",{"name":6365,"config":6366},"Raimund Hook",{"headshot":6367,"ctfId":6368},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672472/Blog/Author%20Headshots/stingrayza-headshot.jpg","stingrayza",{"template":696},"content:en-us:blog:authors:raimund-hook.yml","en-us/blog/authors/raimund-hook.yml","en-us/blog/authors/raimund-hook",{"_path":6374,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6375,"config":6379,"_id":6380,"_type":34,"title":6376,"_source":36,"_file":6381,"_stem":6382,"_extension":39},"/en-us/blog/authors/raquel-campuzano",{"name":6376,"config":6377},"Raquel Campuzano",{"headshot":727,"ctfId":6378},"Raquel-Campuzano",{"template":696},"content:en-us:blog:authors:raquel-campuzano.yml","en-us/blog/authors/raquel-campuzano.yml","en-us/blog/authors/raquel-campuzano",{"_path":6384,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6385,"config":6389,"_id":6390,"_type":34,"title":6386,"_source":36,"_file":6391,"_stem":6392,"_extension":39},"/en-us/blog/authors/ray-paik",{"name":6386,"config":6387},"Ray Paik",{"headshot":7,"ctfId":6388},"rpaik",{"template":696},"content:en-us:blog:authors:ray-paik.yml","en-us/blog/authors/ray-paik.yml","en-us/blog/authors/ray-paik",{"_path":6394,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6395,"config":6400,"_id":6401,"_type":34,"title":6396,"_source":36,"_file":6402,"_stem":6403,"_extension":39},"/en-us/blog/authors/rayana-verissimo",{"name":6396,"config":6397},"Rayana Verissimo",{"headshot":6398,"ctfId":6399},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679581/Blog/Author%20Headshots/rayana-headshot.png","rayana",{"template":696},"content:en-us:blog:authors:rayana-verissimo.yml","en-us/blog/authors/rayana-verissimo.yml","en-us/blog/authors/rayana-verissimo",{"_path":6405,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6406,"config":6410,"_id":6412,"_type":34,"title":6413,"_source":36,"_file":6414,"_stem":6415,"_extension":39},"/en-us/blog/authors/rebeca-fenoy-anthony",{"name":6407,"config":6408},"Rebeca Fenoy-Anthony",{"headshot":6409},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756988188/r1og9bwc9mxwxqeoehyi.png",{"template":696,"gitlabHandle":6411},"rfenoyanthony","content:en-us:blog:authors:rebeca-fenoy-anthony.yml","Rebeca Fenoy Anthony","en-us/blog/authors/rebeca-fenoy-anthony.yml","en-us/blog/authors/rebeca-fenoy-anthony",{"_path":6417,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6418,"config":6422,"_id":6423,"_type":34,"title":6419,"_source":36,"_file":6424,"_stem":6425,"_extension":39},"/en-us/blog/authors/rebecca-dodd",{"name":6419,"config":6420},"Rebecca Dodd",{"headshot":727,"ctfId":6421},"Rebecca-Dodd",{"template":696},"content:en-us:blog:authors:rebecca-dodd.yml","en-us/blog/authors/rebecca-dodd.yml","en-us/blog/authors/rebecca-dodd",{"_path":6427,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6428,"config":6432,"_id":6433,"_type":34,"title":6429,"_source":36,"_file":6434,"_stem":6435,"_extension":39},"/en-us/blog/authors/regis-freyd",{"name":6429,"config":6430},"Regis Freyd",{"headshot":727,"ctfId":6431},"Regis-Freyd",{"template":696},"content:en-us:blog:authors:regis-freyd.yml","en-us/blog/authors/regis-freyd.yml","en-us/blog/authors/regis-freyd",{"_path":6437,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6438,"config":6443,"_id":6444,"_type":34,"title":6439,"_source":36,"_file":6445,"_stem":6446,"_extension":39},"/en-us/blog/authors/regnard-raquedan",{"name":6439,"config":6440},"Regnard Raquedan",{"headshot":6441,"ctfId":6442},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663118/Blog/Author%20Headshots/regnard_raquedan_headshot.png","rraquedan",{"template":696},"content:en-us:blog:authors:regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan",{"_path":6448,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6449,"config":6453,"_id":6454,"_type":34,"title":6450,"_source":36,"_file":6455,"_stem":6456,"_extension":39},"/en-us/blog/authors/renato-stanic",{"name":6450,"config":6451},"Renato Stanic",{"headshot":7,"ctfId":6452},"rstanic12",{"template":696},"content:en-us:blog:authors:renato-stanic.yml","en-us/blog/authors/renato-stanic.yml","en-us/blog/authors/renato-stanic",{"_path":6458,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6459,"config":6464,"_id":6465,"_type":34,"title":6460,"_source":36,"_file":6466,"_stem":6467,"_extension":39},"/en-us/blog/authors/ricardo-amarilla-villalba",{"name":6460,"config":6461},"Ricardo Amarilla Villalba",{"headshot":6462,"ctfId":6463},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659922/Blog/Author%20Headshots/amarilla_headshot.png","4WSHcpkt7wBzARJQ1JkIMm",{"template":696},"content:en-us:blog:authors:ricardo-amarilla-villalba.yml","en-us/blog/authors/ricardo-amarilla-villalba.yml","en-us/blog/authors/ricardo-amarilla-villalba",{"_path":6469,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6470,"config":6474,"_id":6475,"_type":34,"title":6471,"_source":36,"_file":6476,"_stem":6477,"_extension":39},"/en-us/blog/authors/riccardo-padovani",{"name":6471,"config":6472},"Riccardo Padovani",{"headshot":727,"ctfId":6473},"Riccardo-Padovani",{"template":696},"content:en-us:blog:authors:riccardo-padovani.yml","en-us/blog/authors/riccardo-padovani.yml","en-us/blog/authors/riccardo-padovani",{"_path":6479,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6480,"config":6485,"_id":6486,"_type":34,"title":6487,"_source":36,"_file":6488,"_stem":6489,"_extension":39},"/en-us/blog/authors/rmy-coutable",{"name":6481,"config":6482},"Rémy Coutable",{"headshot":6483,"ctfId":6484},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667148/Blog/Author%20Headshots/rymai-headshot.jpg","rymai",{"template":696},"content:en-us:blog:authors:rmy-coutable.yml","Rmy Coutable","en-us/blog/authors/rmy-coutable.yml","en-us/blog/authors/rmy-coutable",{"_path":6491,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6492,"config":6497,"_id":6498,"_type":34,"title":6493,"_source":36,"_file":6499,"_stem":6500,"_extension":39},"/en-us/blog/authors/rob-jackson",{"name":6493,"config":6494},"Rob Jackson",{"headshot":6495,"ctfId":6496},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664773/Blog/Author%20Headshots/rob_jackson_headshot.png","12y1rDDleLKyUs9QhZFDQe",{"template":696},"content:en-us:blog:authors:rob-jackson.yml","en-us/blog/authors/rob-jackson.yml","en-us/blog/authors/rob-jackson",{"_path":6502,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6503,"config":6507,"_id":6508,"_type":34,"title":6504,"_source":36,"_file":6509,"_stem":6510,"_extension":39},"/en-us/blog/authors/rob-ribeiro",{"name":6504,"config":6505},"Rob Ribeiro",{"headshot":727,"ctfId":6506},"Rob-Ribeiro",{"template":696},"content:en-us:blog:authors:rob-ribeiro.yml","en-us/blog/authors/rob-ribeiro.yml","en-us/blog/authors/rob-ribeiro",{"_path":6512,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6513,"config":6517,"_id":6518,"_type":34,"title":6514,"_source":36,"_file":6519,"_stem":6520,"_extension":39},"/en-us/blog/authors/robert-speicher",{"name":6514,"config":6515},"Robert Speicher",{"headshot":7,"ctfId":6516},"rspeicher",{"template":696},"content:en-us:blog:authors:robert-speicher.yml","en-us/blog/authors/robert-speicher.yml","en-us/blog/authors/robert-speicher",{"_path":6522,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6523,"config":6528,"_id":6529,"_type":34,"title":6524,"_source":36,"_file":6530,"_stem":6531,"_extension":39},"/en-us/blog/authors/robert-williams",{"name":6524,"config":6525},"Robert Williams",{"headshot":6526,"ctfId":6527},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682973/Blog/Author%20Headshots/r_williams-headshot.png","rwilliams",{"template":696},"content:en-us:blog:authors:robert-williams.yml","en-us/blog/authors/robert-williams.yml","en-us/blog/authors/robert-williams",{"_path":6533,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6534,"config":6540,"_id":6541,"_type":34,"title":6535,"_source":36,"_file":6542,"_stem":6543,"_extension":39},"/en-us/blog/authors/robin-schulman",{"name":6535,"config":6536,"role":6539},"Robin Schulman",{"headshot":6537,"ctfId":6538},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665748/Blog/Author%20Headshots/robin-headshot.png","robin","Chief Legal Officer and Head of Corporate Affairs",{"template":696},"content:en-us:blog:authors:robin-schulman.yml","en-us/blog/authors/robin-schulman.yml","en-us/blog/authors/robin-schulman",{"_path":6545,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6546,"config":6550,"_id":6551,"_type":34,"title":6547,"_source":36,"_file":6552,"_stem":6553,"_extension":39},"/en-us/blog/authors/roger-woo",{"name":6547,"config":6548},"Roger Woo",{"headshot":727,"ctfId":6549},"rogerwoo",{"template":696},"content:en-us:blog:authors:roger-woo.yml","en-us/blog/authors/roger-woo.yml","en-us/blog/authors/roger-woo",{"_path":6555,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6556,"config":6562,"_id":6563,"_type":34,"title":6564,"_source":36,"_file":6565,"_stem":6566,"_extension":39},"/en-us/blog/authors/rohit-shambhuni",{"role":6557,"name":6558,"config":6559},"Staff Application Security Engineer"," Rohit Shambhuni",{"headshot":6560,"ctfId":6561},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661924/Blog/Author%20Headshots/rohit.png","182K42TpkCqjIAwBkZxTmD",{"template":696},"content:en-us:blog:authors:rohit-shambhuni.yml","Rohit Shambhuni","en-us/blog/authors/rohit-shambhuni.yml","en-us/blog/authors/rohit-shambhuni",{"_path":6568,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6569,"config":6573,"_id":6574,"_type":34,"title":6570,"_source":36,"_file":6575,"_stem":6576,"_extension":39},"/en-us/blog/authors/roman-kuba",{"name":6570,"config":6571},"Roman Kuba",{"headshot":7,"ctfId":6572},"rkuba",{"template":696},"content:en-us:blog:authors:roman-kuba.yml","en-us/blog/authors/roman-kuba.yml","en-us/blog/authors/roman-kuba",{"_path":6578,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6579,"config":6584,"_id":6585,"_type":34,"title":6586,"_source":36,"_file":6587,"_stem":6588,"_extension":39},"/en-us/blog/authors/romuald-atchad",{"name":6580,"config":6581},"Romuald Atchadé",{"headshot":6582,"ctfId":6583},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683323/Blog/Author%20Headshots/romuald_headshot.png","UlDEnaT6wqUdPZMmBKpE2",{"template":696},"content:en-us:blog:authors:romuald-atchad.yml","Romuald Atchad","en-us/blog/authors/romuald-atchad.yml","en-us/blog/authors/romuald-atchad",{"_path":6590,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6591,"config":6595,"_id":6596,"_type":34,"title":6597,"_source":36,"_file":6598,"_stem":6599,"_extension":39},"/en-us/blog/authors/ronald-van-zon",{"name":6592,"config":6593},"Ronald van Zon",{"headshot":7,"ctfId":6594},"Eagllus",{"template":696},"content:en-us:blog:authors:ronald-van-zon.yml","Ronald Van Zon","en-us/blog/authors/ronald-van-zon.yml","en-us/blog/authors/ronald-van-zon",{"_path":6601,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6602,"config":6606,"_id":6607,"_type":34,"title":6603,"_source":36,"_file":6608,"_stem":6609,"_extension":39},"/en-us/blog/authors/ross-fuhrman",{"name":6603,"config":6604},"Ross Fuhrman",{"headshot":727,"ctfId":6605},"7dkuWBvIc0AQanUclt3pOk",{"template":696},"content:en-us:blog:authors:ross-fuhrman.yml","en-us/blog/authors/ross-fuhrman.yml","en-us/blog/authors/ross-fuhrman",{"_path":6611,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6612,"config":6616,"_id":6617,"_type":34,"title":6613,"_source":36,"_file":6618,"_stem":6619,"_extension":39},"/en-us/blog/authors/roy-taragan",{"name":6613,"config":6614},"Roy Taragan",{"headshot":727,"ctfId":6615},"3pnwP9gqELfda3DCOQJQCL",{"template":696},"content:en-us:blog:authors:roy-taragan.yml","en-us/blog/authors/roy-taragan.yml","en-us/blog/authors/roy-taragan",{"_path":6621,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6622,"config":6627,"_id":6628,"_type":34,"title":6623,"_source":36,"_file":6629,"_stem":6630,"_extension":39},"/en-us/blog/authors/ruby-nealon",{"name":6623,"config":6624},"Ruby Nealon",{"headshot":6625,"ctfId":6626},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661883/Blog/Author%20Headshots/ruby_nealon_headshot.png","4N7iu9ue1QnoovueNm4S7r",{"template":696},"content:en-us:blog:authors:ruby-nealon.yml","en-us/blog/authors/ruby-nealon.yml","en-us/blog/authors/ruby-nealon",{"_path":6632,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6633,"config":6637,"_id":6638,"_type":34,"title":6634,"_source":36,"_file":6639,"_stem":6640,"_extension":39},"/en-us/blog/authors/rupert-douglas",{"name":6634,"config":6635},"Rupert Douglas",{"headshot":7,"ctfId":6636},"rdouglasgitlab",{"template":696},"content:en-us:blog:authors:rupert-douglas.yml","en-us/blog/authors/rupert-douglas.yml","en-us/blog/authors/rupert-douglas",{"_path":6642,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6643,"config":6647,"_id":6648,"_type":34,"title":6649,"_source":36,"_file":6650,"_stem":6651,"_extension":39},"/en-us/blog/authors/rusty-weston-guest-contributor",{"name":6644,"config":6645},"Rusty Weston, Guest Contributor",{"headshot":7,"ctfId":6646},"3PShSyZ6DJXnkDa5xrQs7V",{"template":696},"content:en-us:blog:authors:rusty-weston-guest-contributor.yml","Rusty Weston Guest Contributor","en-us/blog/authors/rusty-weston-guest-contributor.yml","en-us/blog/authors/rusty-weston-guest-contributor",{"_path":6653,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6654,"config":6659,"_id":6660,"_type":34,"title":6655,"_source":36,"_file":6661,"_stem":6662,"_extension":39},"/en-us/blog/authors/rutvik-shah",{"name":6655,"config":6656},"Rutvik Shah",{"headshot":6657,"ctfId":6658},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661843/Blog/Author%20Headshots/rutvik_shah_headshot.png","6co92rUBTbWcyV3EW23iEx",{"template":696},"content:en-us:blog:authors:rutvik-shah.yml","en-us/blog/authors/rutvik-shah.yml","en-us/blog/authors/rutvik-shah",{"_path":6664,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6665,"config":6670,"_id":6671,"_type":34,"title":6666,"_source":36,"_file":6672,"_stem":6673,"_extension":39},"/en-us/blog/authors/sacha-guyon",{"name":6666,"config":6667},"Sacha Guyon",{"headshot":6668,"ctfId":6669},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664566/Blog/Author%20Headshots/sacha_guyon_headshot.png","24pBtwb7WTU9fJB9qfqJYu",{"template":696},"content:en-us:blog:authors:sacha-guyon.yml","en-us/blog/authors/sacha-guyon.yml","en-us/blog/authors/sacha-guyon",{"_path":6675,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6676,"config":6681,"_id":6682,"_type":34,"title":6677,"_source":36,"_file":6683,"_stem":6684,"_extension":39},"/en-us/blog/authors/safwan-ahmed",{"name":6677,"config":6678},"Safwan Ahmed",{"headshot":6679,"ctfId":6680},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667732/Blog/Author%20Headshots/safwan_headshot.png","2Nw8KPOPpRBiBrVxMIaEn3",{"template":696},"content:en-us:blog:authors:safwan-ahmed.yml","en-us/blog/authors/safwan-ahmed.yml","en-us/blog/authors/safwan-ahmed",{"_path":6686,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6687,"config":6691,"_id":6693,"_type":34,"title":6688,"_source":36,"_file":6694,"_stem":6695,"_extension":39},"/en-us/blog/authors/salahddine-aberkan",{"name":6688,"config":6689},"Salahddine Aberkan",{"headshot":6690},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750434234/comdtybiix8pjqdpsxow.png",{"template":696,"gitlabHandle":6692},"saberkan","content:en-us:blog:authors:salahddine-aberkan.yml","en-us/blog/authors/salahddine-aberkan.yml","en-us/blog/authors/salahddine-aberkan",{"_path":6697,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6698,"config":6703,"_id":6704,"_type":34,"title":6699,"_source":36,"_file":6705,"_stem":6706,"_extension":39},"/en-us/blog/authors/salman-ladha",{"name":6699,"config":6700},"Salman Ladha",{"headshot":6701,"ctfId":6702},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662937/Blog/Author%20Headshots/salman_ladha_headshot.png","2AYyG99S9PBB8PQIJ6aKuq",{"template":696},"content:en-us:blog:authors:salman-ladha.yml","en-us/blog/authors/salman-ladha.yml","en-us/blog/authors/salman-ladha",{"_path":6708,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6709,"config":6714,"_id":6715,"_type":34,"title":6710,"_source":36,"_file":6716,"_stem":6717,"_extension":39},"/en-us/blog/authors/sam-beckham",{"name":6710,"config":6711},"Sam Beckham",{"headshot":6712,"ctfId":6713},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678740/Blog/Author%20Headshots/samdbeckham-headshot.jpg","samdbeckham",{"template":696},"content:en-us:blog:authors:sam-beckham.yml","en-us/blog/authors/sam-beckham.yml","en-us/blog/authors/sam-beckham",{"_path":6719,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6720,"config":6725,"_id":6726,"_type":34,"title":6721,"_source":36,"_file":6727,"_stem":6728,"_extension":39},"/en-us/blog/authors/sam-kerr",{"name":6721,"config":6722},"Sam Kerr",{"headshot":6723,"ctfId":6724},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668841/Blog/Author%20Headshots/stkerr-headshot.jpg","stkerr",{"template":696},"content:en-us:blog:authors:sam-kerr.yml","en-us/blog/authors/sam-kerr.yml","en-us/blog/authors/sam-kerr",{"_path":6730,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6731,"config":6736,"_id":6737,"_type":34,"title":6732,"_source":36,"_file":6738,"_stem":6739,"_extension":39},"/en-us/blog/authors/sam-morris",{"name":6732,"config":6733},"Sam Morris",{"headshot":6734,"ctfId":6735},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660148/Blog/Author%20Headshots/sam_morris.png","6JTrhUIqSCU30Y9KZOaan8",{"template":696},"content:en-us:blog:authors:sam-morris.yml","en-us/blog/authors/sam-morris.yml","en-us/blog/authors/sam-morris",{"_path":6741,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6742,"config":6747,"_id":6748,"_type":34,"title":6743,"_source":36,"_file":6749,"_stem":6750,"_extension":39},"/en-us/blog/authors/sam-white",{"name":6743,"config":6744},"Sam White",{"headshot":6745,"ctfId":6746},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682227/Blog/Author%20Headshots/sam.png","samwhite",{"template":696},"content:en-us:blog:authors:sam-white.yml","en-us/blog/authors/sam-white.yml","en-us/blog/authors/sam-white",{"_path":6752,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6753,"config":6758,"_id":6759,"_type":34,"title":6754,"_source":36,"_file":6760,"_stem":6761,"_extension":39},"/en-us/blog/authors/sam-wiskow",{"name":6754,"config":6755},"Sam Wiskow",{"headshot":6756,"ctfId":6757},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659433/Blog/Author%20Headshots/swiskow-headshot.jpg","swiskow",{"template":696},"content:en-us:blog:authors:sam-wiskow.yml","en-us/blog/authors/sam-wiskow.yml","en-us/blog/authors/sam-wiskow",{"_path":6763,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6764,"config":6769,"_id":6770,"_type":34,"title":6765,"_source":36,"_file":6771,"_stem":6772,"_extension":39},"/en-us/blog/authors/samantha-lee",{"name":6765,"config":6766},"Samantha Lee",{"headshot":6767,"ctfId":6768},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679833/Blog/Author%20Headshots/slee24-headshot.png","slee24",{"template":696},"content:en-us:blog:authors:samantha-lee.yml","en-us/blog/authors/samantha-lee.yml","en-us/blog/authors/samantha-lee",{"_path":6774,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6775,"config":6779,"_id":6780,"_type":34,"title":6781,"_source":36,"_file":6782,"_stem":6783,"_extension":39},"/en-us/blog/authors/sameer-farooqui-octoml",{"name":6776,"config":6777},"Sameer Farooqui, OctoML",{"headshot":727,"ctfId":6778},"Sameer-Farooqui-OctoML",{"template":696},"content:en-us:blog:authors:sameer-farooqui-octoml.yml","Sameer Farooqui Octoml","en-us/blog/authors/sameer-farooqui-octoml.yml","en-us/blog/authors/sameer-farooqui-octoml",{"_path":6785,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6786,"config":6791,"_id":6792,"_type":34,"title":6787,"_source":36,"_file":6793,"_stem":6794,"_extension":39},"/en-us/blog/authors/sameer-kamani",{"name":6787,"config":6788},"Sameer Kamani",{"headshot":6789,"ctfId":6790},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682359/Blog/Author%20Headshots/skamani-headshot.jpg","skamani",{"template":696},"content:en-us:blog:authors:sameer-kamani.yml","en-us/blog/authors/sameer-kamani.yml","en-us/blog/authors/sameer-kamani",{"_path":6796,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6797,"config":6802,"_id":6803,"_type":34,"title":6798,"_source":36,"_file":6804,"_stem":6805,"_extension":39},"/en-us/blog/authors/samer-akkoub",{"name":6798,"config":6799},"Samer Akkoub",{"headshot":6800,"ctfId":6801},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664173/Blog/Author%20Headshots/SamerAkkoub.png","BekAzK0RFux30pt6dvtWh",{"template":696},"content:en-us:blog:authors:samer-akkoub.yml","en-us/blog/authors/samer-akkoub.yml","en-us/blog/authors/samer-akkoub",{"_path":6807,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6808,"config":6812,"_id":6813,"_type":34,"title":6809,"_source":36,"_file":6814,"_stem":6815,"_extension":39},"/en-us/blog/authors/samuel-alfageme",{"name":6809,"config":6810},"Samuel Alfageme",{"headshot":727,"ctfId":6811},"Samuel-Alfageme",{"template":696},"content:en-us:blog:authors:samuel-alfageme.yml","en-us/blog/authors/samuel-alfageme.yml","en-us/blog/authors/samuel-alfageme",{"_path":6817,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6818,"config":6825,"_id":6826,"_type":34,"title":6820,"_source":36,"_file":6827,"_stem":6828,"_extension":39},"/en-us/blog/authors/sandra-gittlen",{"role":6819,"name":6820,"config":6821},"Managing Editor, GitLab Blog","Sandra Gittlen",{"headshot":6822,"linkedin":6823,"ctfId":6824},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659648/Blog/Author%20Headshots/Sgittlen-headshot.jpg","https://www.linkedin.com/in/sandra-gittlen-48557a294/","sgittlen",{"template":696},"content:en-us:blog:authors:sandra-gittlen.yml","en-us/blog/authors/sandra-gittlen.yml","en-us/blog/authors/sandra-gittlen",{"_path":6830,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6831,"config":6835,"_id":6836,"_type":34,"title":6832,"_source":36,"_file":6837,"_stem":6838,"_extension":39},"/en-us/blog/authors/sandra-salerno",{"name":6832,"config":6833},"Sandra Salerno",{"headshot":727,"ctfId":6834},"Sandra-Salerno",{"template":696},"content:en-us:blog:authors:sandra-salerno.yml","en-us/blog/authors/sandra-salerno.yml","en-us/blog/authors/sandra-salerno",{"_path":6840,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6841,"config":6845,"_id":6846,"_type":34,"title":6847,"_source":36,"_file":6848,"_stem":6849,"_extension":39},"/en-us/blog/authors/santiago-ruano-rincn",{"name":6842,"config":6843},"Santiago Ruano Rincón",{"headshot":7,"ctfId":6844},"topodelapradera",{"template":696},"content:en-us:blog:authors:santiago-ruano-rincn.yml","Santiago Ruano Rincn","en-us/blog/authors/santiago-ruano-rincn.yml","en-us/blog/authors/santiago-ruano-rincn",{"_path":6851,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6852,"config":6856,"_id":6857,"_type":34,"title":6853,"_source":36,"_file":6858,"_stem":6859,"_extension":39},"/en-us/blog/authors/sara-kassabian",{"name":6853,"config":6854},"Sara Kassabian",{"headshot":7,"ctfId":6855},"skassabian",{"template":696},"content:en-us:blog:authors:sara-kassabian.yml","en-us/blog/authors/sara-kassabian.yml","en-us/blog/authors/sara-kassabian",{"_path":6861,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6862,"config":6867,"_id":6868,"_type":34,"title":6863,"_source":36,"_file":6869,"_stem":6870,"_extension":39},"/en-us/blog/authors/sara-meadzinger",{"name":6863,"config":6864},"Sara Meadzinger",{"headshot":6865,"ctfId":6866},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713474/ucbe3kgq9cylttuqy5lt.png","53lD8Rb05nXLHefXurjdvI",{"template":696},"content:en-us:blog:authors:sara-meadzinger.yml","en-us/blog/authors/sara-meadzinger.yml","en-us/blog/authors/sara-meadzinger",{"_path":6872,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6873,"config":6877,"_id":6878,"_type":34,"title":6874,"_source":36,"_file":6879,"_stem":6880,"_extension":39},"/en-us/blog/authors/sarah-daily",{"name":6874,"config":6875},"Sarah Daily",{"headshot":727,"ctfId":6876},"2YhqRPG08HF0FCF1l7oeZL",{"template":696},"content:en-us:blog:authors:sarah-daily.yml","en-us/blog/authors/sarah-daily.yml","en-us/blog/authors/sarah-daily",{"_path":6882,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6883,"config":6887,"_id":6888,"_type":34,"title":6884,"_source":36,"_file":6889,"_stem":6890,"_extension":39},"/en-us/blog/authors/sarah-german",{"name":6884,"config":6885},"Sarah German",{"headshot":6886,"ctfId":4543},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755639969/jgc97wpptft48qsbrla7.jpg",{"template":696},"content:en-us:blog:authors:sarah-german.yml","en-us/blog/authors/sarah-german.yml","en-us/blog/authors/sarah-german",{"_path":6892,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6893,"config":6898,"_id":6899,"_type":34,"title":6894,"_source":36,"_file":6900,"_stem":6901,"_extension":39},"/en-us/blog/authors/sarah-matthies",{"name":6894,"config":6895},"Sarah Matthies",{"headshot":6896,"ctfId":6897},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664405/Blog/Author%20Headshots/Screenshot_2024-11-19_at_9.50.14_AM.png","2Giv8NnS4VVAq9RsHYqHkg",{"template":696},"content:en-us:blog:authors:sarah-matthies.yml","en-us/blog/authors/sarah-matthies.yml","en-us/blog/authors/sarah-matthies",{"_path":6903,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6904,"config":6908,"_id":6909,"_type":34,"title":6910,"_source":36,"_file":6911,"_stem":6912,"_extension":39},"/en-us/blog/authors/sarah-odonnell",{"name":6905,"config":6906},"Sarah O’Donnell",{"headshot":7,"ctfId":6907},"sarahod",{"template":696},"content:en-us:blog:authors:sarah-odonnell.yml","Sarah Odonnell","en-us/blog/authors/sarah-odonnell.yml","en-us/blog/authors/sarah-odonnell",{"_path":6914,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6915,"config":6920,"_id":6921,"_type":34,"title":6916,"_source":36,"_file":6922,"_stem":6923,"_extension":39},"/en-us/blog/authors/sarah-waldner",{"name":6916,"config":6917},"Sarah Waldner",{"headshot":6918,"ctfId":6919},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667588/Blog/Author%20Headshots/sarahwaldner-headshot.png","sarahwaldner",{"template":696},"content:en-us:blog:authors:sarah-waldner.yml","en-us/blog/authors/sarah-waldner.yml","en-us/blog/authors/sarah-waldner",{"_path":6925,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6926,"config":6930,"_id":6931,"_type":34,"title":6927,"_source":36,"_file":6932,"_stem":6933,"_extension":39},"/en-us/blog/authors/sarrah-vesselov",{"name":6927,"config":6928},"Sarrah Vesselov",{"headshot":7,"ctfId":6929},"sarrahvesselov",{"template":696},"content:en-us:blog:authors:sarrah-vesselov.yml","en-us/blog/authors/sarrah-vesselov.yml","en-us/blog/authors/sarrah-vesselov",{"_path":6935,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6936,"config":6940,"_id":6941,"_type":34,"title":6937,"_source":36,"_file":6942,"_stem":6943,"_extension":39},"/en-us/blog/authors/sarup-banskota",{"name":6937,"config":6938},"Sarup Banskota",{"headshot":727,"ctfId":6939},"3sY2Ef0sXxaJKCmArdSLsA",{"template":696},"content:en-us:blog:authors:sarup-banskota.yml","en-us/blog/authors/sarup-banskota.yml","en-us/blog/authors/sarup-banskota",{"_path":6945,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6946,"config":6951,"_id":6952,"_type":34,"title":6947,"_source":36,"_file":6953,"_stem":6954,"_extension":39},"/en-us/blog/authors/sascha-eggenberger",{"name":6947,"config":6948},"Sascha Eggenberger",{"headshot":6949,"ctfId":6950},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666141/Blog/Author%20Headshots/sascha_eggenberger_headshot.png","O6MskfzTlsw7vLqbd86bX",{"template":696},"content:en-us:blog:authors:sascha-eggenberger.yml","en-us/blog/authors/sascha-eggenberger.yml","en-us/blog/authors/sascha-eggenberger",{"_path":6956,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6957,"config":6961,"_id":6962,"_type":34,"title":6958,"_source":36,"_file":6963,"_stem":6964,"_extension":39},"/en-us/blog/authors/sasha-bannister",{"name":6958,"config":6959},"Sasha Bannister",{"headshot":727,"ctfId":6960},"Sasha-Bannister",{"template":696},"content:en-us:blog:authors:sasha-bannister.yml","en-us/blog/authors/sasha-bannister.yml","en-us/blog/authors/sasha-bannister",{"_path":6966,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6967,"config":6972,"_id":6973,"_type":34,"title":6968,"_source":36,"_file":6974,"_stem":6975,"_extension":39},"/en-us/blog/authors/sasha-gazlay",{"name":6968,"config":6969},"Sasha Gazlay",{"headshot":6970,"ctfId":6971},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663565/Blog/Author%20Headshots/sasha_gazlay_headshot.png","77Cb6RM2x7PjvfDc64pZxa",{"template":696},"content:en-us:blog:authors:sasha-gazlay.yml","en-us/blog/authors/sasha-gazlay.yml","en-us/blog/authors/sasha-gazlay",{"_path":6977,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6978,"config":6983,"_id":6984,"_type":34,"title":6979,"_source":36,"_file":6985,"_stem":6986,"_extension":39},"/en-us/blog/authors/saumya-upadhyaya",{"name":6979,"config":6980},"Saumya Upadhyaya",{"headshot":6981,"ctfId":6982},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665624/Blog/Author%20Headshots/supadhyaya-headshot.jpg","4aP7wXPoc3veAEWbngqxKR",{"template":696},"content:en-us:blog:authors:saumya-upadhyaya.yml","en-us/blog/authors/saumya-upadhyaya.yml","en-us/blog/authors/saumya-upadhyaya",{"_path":6988,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":6989,"config":6994,"_id":6995,"_type":34,"title":6996,"_source":36,"_file":6997,"_stem":6998,"_extension":39},"/en-us/blog/authors/scott-de-jonge",{"name":6990,"config":6991},"Scott de Jonge",{"headshot":6992,"ctfId":6993},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682764/Blog/Author%20Headshots/sdejonge-headshot.jpg","sdejonge",{"template":696},"content:en-us:blog:authors:scott-de-jonge.yml","Scott De Jonge","en-us/blog/authors/scott-de-jonge.yml","en-us/blog/authors/scott-de-jonge",{"_path":7000,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7001,"config":7006,"_id":7007,"_type":34,"title":7002,"_source":36,"_file":7008,"_stem":7009,"_extension":39},"/en-us/blog/authors/scott-hampton",{"name":7002,"config":7003},"Scott Hampton",{"headshot":7004,"ctfId":7005},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682259/Blog/Author%20Headshots/shampton-headshot.png","shampton",{"template":696},"content:en-us:blog:authors:scott-hampton.yml","en-us/blog/authors/scott-hampton.yml","en-us/blog/authors/scott-hampton",{"_path":7011,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7012,"config":7016,"_id":7017,"_type":34,"title":7013,"_source":36,"_file":7018,"_stem":7019,"_extension":39},"/en-us/blog/authors/scott-williamson",{"name":7013,"config":7014},"Scott Williamson",{"headshot":7,"ctfId":7015},"sfwgitlab",{"template":696},"content:en-us:blog:authors:scott-williamson.yml","en-us/blog/authors/scott-williamson.yml","en-us/blog/authors/scott-williamson",{"_path":7021,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7022,"config":7027,"_id":7028,"_type":34,"title":7023,"_source":36,"_file":7029,"_stem":7030,"_extension":39},"/en-us/blog/authors/sean-arnold",{"name":7023,"config":7024},"Sean Arnold",{"headshot":7025,"ctfId":7026},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681647/Blog/Author%20Headshots/seanarnold-headshot.jpg","seanarnold",{"template":696},"content:en-us:blog:authors:sean-arnold.yml","en-us/blog/authors/sean-arnold.yml","en-us/blog/authors/sean-arnold",{"_path":7032,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7033,"config":7037,"_id":7038,"_type":34,"title":7039,"_source":36,"_file":7040,"_stem":7041,"_extension":39},"/en-us/blog/authors/sean-mcgivern",{"name":7034,"config":7035},"Sean McGivern",{"headshot":727,"ctfId":7036},"Sean-McGivern",{"template":696},"content:en-us:blog:authors:sean-mcgivern.yml","Sean Mcgivern","en-us/blog/authors/sean-mcgivern.yml","en-us/blog/authors/sean-mcgivern",{"_path":7043,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7044,"config":7048,"_id":7049,"_type":34,"title":7045,"_source":36,"_file":7050,"_stem":7051,"_extension":39},"/en-us/blog/authors/sean-packham",{"name":7045,"config":7046},"Sean Packham",{"headshot":727,"ctfId":7047},"Sean-Packham",{"template":696},"content:en-us:blog:authors:sean-packham.yml","en-us/blog/authors/sean-packham.yml","en-us/blog/authors/sean-packham",{"_path":7053,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7054,"config":7058,"_id":7059,"_type":34,"title":7055,"_source":36,"_file":7060,"_stem":7061,"_extension":39},"/en-us/blog/authors/sebastian-latacz",{"name":7055,"config":7056},"Sebastian Latacz",{"headshot":727,"ctfId":7057},"4DoWSQV719HEWt2rbDIoQR",{"template":696},"content:en-us:blog:authors:sebastian-latacz.yml","en-us/blog/authors/sebastian-latacz.yml","en-us/blog/authors/sebastian-latacz",{"_path":7063,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7064,"config":7068,"_id":7069,"_type":34,"title":7065,"_source":36,"_file":7070,"_stem":7071,"_extension":39},"/en-us/blog/authors/sergey-nuzhdin",{"name":7065,"config":7066},"Sergey Nuzhdin",{"headshot":727,"ctfId":7067},"Sergey-Nuzhdin",{"template":696},"content:en-us:blog:authors:sergey-nuzhdin.yml","en-us/blog/authors/sergey-nuzhdin.yml","en-us/blog/authors/sergey-nuzhdin",{"_path":7073,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7074,"config":7078,"_id":7079,"_type":34,"title":7075,"_source":36,"_file":7080,"_stem":7081,"_extension":39},"/en-us/blog/authors/seth-berger",{"name":7075,"config":7076},"Seth Berger",{"headshot":7,"ctfId":7077},"sethgitlab",{"template":696},"content:en-us:blog:authors:seth-berger.yml","en-us/blog/authors/seth-berger.yml","en-us/blog/authors/seth-berger",{"_path":7083,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7084,"config":7088,"_id":7089,"_type":34,"title":7085,"_source":36,"_file":7090,"_stem":7091,"_extension":39},"/en-us/blog/authors/shane-rice",{"name":7085,"config":7086},"Shane Rice",{"headshot":727,"ctfId":7087},"3uVL7xMsEf13JzpbXYTCbM",{"template":696},"content:en-us:blog:authors:shane-rice.yml","en-us/blog/authors/shane-rice.yml","en-us/blog/authors/shane-rice",{"_path":7093,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7094,"config":7099,"_id":7100,"_type":34,"title":7095,"_source":36,"_file":7101,"_stem":7102,"_extension":39},"/en-us/blog/authors/sharon-gaudin",{"name":7095,"config":7096},"Sharon Gaudin",{"headshot":7097,"ctfId":7098},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663767/Blog/Author%20Headshots/sharongaudinheadshot.png","sgaudin",{"template":696},"content:en-us:blog:authors:sharon-gaudin.yml","en-us/blog/authors/sharon-gaudin.yml","en-us/blog/authors/sharon-gaudin",{"_path":7104,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7105,"config":7109,"_id":7110,"_type":34,"title":7106,"_source":36,"_file":7111,"_stem":7112,"_extension":39},"/en-us/blog/authors/shawn-winters",{"name":7106,"config":7107},"Shawn Winters",{"headshot":7,"ctfId":7108},"ShawnWinters",{"template":696},"content:en-us:blog:authors:shawn-winters.yml","en-us/blog/authors/shawn-winters.yml","en-us/blog/authors/shawn-winters",{"_path":7114,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7115,"config":7119,"_id":7120,"_type":34,"title":7121,"_source":36,"_file":7122,"_stem":7123,"_extension":39},"/en-us/blog/authors/sherida-mcmullan",{"name":7116,"config":7117},"Sherida McMullan",{"headshot":727,"ctfId":7118},"BpqiUFXm6aUxjXJdAeKuL",{"template":696},"content:en-us:blog:authors:sherida-mcmullan.yml","Sherida Mcmullan","en-us/blog/authors/sherida-mcmullan.yml","en-us/blog/authors/sherida-mcmullan",{"_path":7125,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7126,"config":7130,"_id":7131,"_type":34,"title":7127,"_source":36,"_file":7132,"_stem":7133,"_extension":39},"/en-us/blog/authors/shinya-maeda",{"name":7127,"config":7128},"Shinya Maeda",{"headshot":7,"ctfId":7129},"dosuken123",{"template":696},"content:en-us:blog:authors:shinya-maeda.yml","en-us/blog/authors/shinya-maeda.yml","en-us/blog/authors/shinya-maeda",{"_path":7135,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7136,"config":7141,"_id":7142,"_type":34,"title":7137,"_source":36,"_file":7143,"_stem":7144,"_extension":39},"/en-us/blog/authors/shrishti-choudhary",{"name":7137,"config":7138},"Shrishti Choudhary",{"headshot":7139,"ctfId":7140},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671923/Blog/Author%20Headshots/shrishti.png","5tIiu8vyhWHEUi1tgQivzj",{"template":696},"content:en-us:blog:authors:shrishti-choudhary.yml","en-us/blog/authors/shrishti-choudhary.yml","en-us/blog/authors/shrishti-choudhary",{"_path":7146,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7147,"config":7156,"_id":7157,"_type":34,"title":7149,"_source":36,"_file":7158,"_stem":7159,"_extension":39},"/en-us/blog/authors/sid-sijbrandij",{"role":7148,"name":7149,"bio":7150,"config":7151},"Co-founder, Chief Executive Officer and Board Chair of GitLab Inc.","Sid Sijbrandij","Sid Sijbrandij (pronounced see-brandy) is the Co-founder, Chief Executive Officer and Board Chair of GitLab Inc., the most comprehensive AI-powered DevSecOps platform. GitLab's single application helps organizations deliver software faster and more efficiently while strengthening their security and compliance.\n\nSid's career path has been anything but traditional. He spent four years building recreational submarines for U-Boat Worx and while at Ministerie van Justitie en Veiligheid he worked on the Legis project, which developed several innovative web applications to aid lawmaking. He first saw Ruby code in 2007 and loved it so much that he taught himself how to program. In 2012, as a Ruby programmer, he encountered GitLab and discovered his passion for open source. Soon after, Sid commercialized GitLab, and by 2015 he led the company through Y Combinator's Winter 2015 batch. Under his leadership, the company has grown with an estimated 30 million+ registered users from startups to global enterprises.\n\nSid studied at the University of Twente in the Netherlands where he received an M.S. in Management Science. Sid was named one of the greatest minds of the pandemic by Forbes for spreading the gospel of remote work.",{"headshot":7152,"twitter":7153,"linkedin":7154,"ctfId":7155},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665383/Blog/Author%20Headshots/sytses-headshot.png","https://twitter.com/sytses","https://www.linkedin.com/in/sijbrandij","sytses",{"template":696},"content:en-us:blog:authors:sid-sijbrandij.yml","en-us/blog/authors/sid-sijbrandij.yml","en-us/blog/authors/sid-sijbrandij",{"_path":7161,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7162,"config":7167,"_id":7168,"_type":34,"title":7163,"_source":36,"_file":7169,"_stem":7170,"_extension":39},"/en-us/blog/authors/siddharth-mathur",{"name":7163,"config":7164},"Siddharth Mathur",{"headshot":7165,"ctfId":7166},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682662/Blog/Author%20Headshots/smathur-headshot.png","smathur",{"template":696},"content:en-us:blog:authors:siddharth-mathur.yml","en-us/blog/authors/siddharth-mathur.yml","en-us/blog/authors/siddharth-mathur",{"_path":7172,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7173,"config":7177,"_id":7178,"_type":34,"title":7174,"_source":36,"_file":7179,"_stem":7180,"_extension":39},"/en-us/blog/authors/simon-tarchichi",{"name":7174,"config":7175},"Simon Tarchichi",{"headshot":7,"ctfId":7176},"kartsims",{"template":696},"content:en-us:blog:authors:simon-tarchichi.yml","en-us/blog/authors/simon-tarchichi.yml","en-us/blog/authors/simon-tarchichi",{"_path":7182,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7183,"config":7188,"_id":7189,"_type":34,"title":7184,"_source":36,"_file":7190,"_stem":7191,"_extension":39},"/en-us/blog/authors/sophia-manicor",{"name":7184,"config":7185},"Sophia Manicor",{"headshot":7186,"ctfId":7187},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665576/Blog/Author%20Headshots/sophie_manicor_headshot.png","79Msqcc9YZrC0IvTggfQ5y",{"template":696},"content:en-us:blog:authors:sophia-manicor.yml","en-us/blog/authors/sophia-manicor.yml","en-us/blog/authors/sophia-manicor",{"_path":7193,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7194,"config":7199,"_id":7200,"_type":34,"title":7195,"_source":36,"_file":7201,"_stem":7202,"_extension":39},"/en-us/blog/authors/sri-rangan",{"name":7195,"config":7196},"Sri Rangan",{"headshot":7197,"ctfId":7198},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665808/Blog/Author%20Headshots/sri19-headshot.jpg","sri19",{"template":696},"content:en-us:blog:authors:sri-rangan.yml","en-us/blog/authors/sri-rangan.yml","en-us/blog/authors/sri-rangan",{"_path":7204,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7205,"config":7210,"_id":7211,"_type":34,"title":7206,"_source":36,"_file":7212,"_stem":7213,"_extension":39},"/en-us/blog/authors/stacy-cline",{"name":7206,"config":7207},"Stacy Cline",{"headshot":7208,"ctfId":7209},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669909/Blog/Author%20Headshots/stacycline.jpg","5a2wvqC09jbT1kGMpVoNyg",{"template":696},"content:en-us:blog:authors:stacy-cline.yml","en-us/blog/authors/stacy-cline.yml","en-us/blog/authors/stacy-cline",{"_path":7215,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7216,"config":7221,"_id":7222,"_type":34,"title":7217,"_source":36,"_file":7223,"_stem":7224,"_extension":39},"/en-us/blog/authors/stan-hu",{"name":7217,"config":7218},"Stan Hu",{"headshot":7219,"ctfId":7220},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659504/Blog/Author%20Headshots/stanhu-headshot.jpg","stanhu",{"template":696},"content:en-us:blog:authors:stan-hu.yml","en-us/blog/authors/stan-hu.yml","en-us/blog/authors/stan-hu",{"_path":7226,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7227,"config":7231,"_id":7232,"_type":34,"title":7233,"_source":36,"_file":7234,"_stem":7235,"_extension":39},"/en-us/blog/authors/stephan-hochdrfer",{"name":7228,"config":7229},"Stephan Hochdörfer",{"headshot":727,"ctfId":7230},"Stephan-Hochdrfer",{"template":696},"content:en-us:blog:authors:stephan-hochdrfer.yml","Stephan Hochdrfer","en-us/blog/authors/stephan-hochdrfer.yml","en-us/blog/authors/stephan-hochdrfer",{"_path":7237,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7238,"config":7242,"_id":7243,"_type":34,"title":7239,"_source":36,"_file":7244,"_stem":7245,"_extension":39},"/en-us/blog/authors/stephanie-garza",{"name":7239,"config":7240},"Stephanie Garza",{"headshot":7,"ctfId":7241},"StephanieGarza",{"template":696},"content:en-us:blog:authors:stephanie-garza.yml","en-us/blog/authors/stephanie-garza.yml","en-us/blog/authors/stephanie-garza",{"_path":7247,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7248,"config":7252,"_id":7253,"_type":34,"title":7254,"_source":36,"_file":7255,"_stem":7256,"_extension":39},"/en-us/blog/authors/stephen-mcguinness",{"name":7249,"config":7250},"Stephen McGuinness",{"headshot":7,"ctfId":7251},"smcguinness1",{"template":696},"content:en-us:blog:authors:stephen-mcguinness.yml","Stephen Mcguinness","en-us/blog/authors/stephen-mcguinness.yml","en-us/blog/authors/stephen-mcguinness",{"_path":7258,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7259,"config":7264,"_id":7265,"_type":34,"title":7260,"_source":36,"_file":7266,"_stem":7267,"_extension":39},"/en-us/blog/authors/stephen-walters",{"name":7260,"config":7261},"Stephen Walters",{"headshot":7262,"ctfId":7263},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664996/Blog/Author%20Headshots/stephen_walters_gitlab.png","7uMrX0SDPVz1YkZnVqLmGm",{"template":696},"content:en-us:blog:authors:stephen-walters.yml","en-us/blog/authors/stephen-walters.yml","en-us/blog/authors/stephen-walters",{"_path":7269,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7270,"config":7275,"_id":7276,"_type":34,"title":7271,"_source":36,"_file":7277,"_stem":7278,"_extension":39},"/en-us/blog/authors/steve-abrams",{"name":7271,"config":7272},"Steve Abrams",{"headshot":7273,"ctfId":7274},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681809/Blog/Author%20Headshots/sabrams-headshot.png","sabrams",{"template":696},"content:en-us:blog:authors:steve-abrams.yml","en-us/blog/authors/steve-abrams.yml","en-us/blog/authors/steve-abrams",{"_path":7280,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7281,"config":7285,"_id":7286,"_type":34,"title":7282,"_source":36,"_file":7287,"_stem":7288,"_extension":39},"/en-us/blog/authors/steve-azzopardi",{"name":7282,"config":7283},"Steve Azzopardi",{"headshot":7,"ctfId":7284},"steveazz",{"template":696},"content:en-us:blog:authors:steve-azzopardi.yml","en-us/blog/authors/steve-azzopardi.yml","en-us/blog/authors/steve-azzopardi",{"_path":7290,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7291,"config":7296,"_id":7297,"_type":34,"title":7292,"_source":36,"_file":7298,"_stem":7299,"_extension":39},"/en-us/blog/authors/steve-grossman",{"name":7292,"config":7293},"Steve Grossman",{"headshot":7294,"ctfId":7295},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682744/Blog/Author%20Headshots/Steevo-headshot.jpg","Steevo",{"template":696},"content:en-us:blog:authors:steve-grossman.yml","en-us/blog/authors/steve-grossman.yml","en-us/blog/authors/steve-grossman",{"_path":7301,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7302,"config":7306,"_id":7307,"_type":34,"title":7303,"_source":36,"_file":7308,"_stem":7309,"_extension":39},"/en-us/blog/authors/steve-ropa",{"name":7303,"config":7304},"Steve Ropa",{"headshot":727,"ctfId":7305},"Steve-Ropa",{"template":696},"content:en-us:blog:authors:steve-ropa.yml","en-us/blog/authors/steve-ropa.yml","en-us/blog/authors/steve-ropa",{"_path":7311,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7312,"config":7316,"_id":7317,"_type":34,"title":7313,"_source":36,"_file":7318,"_stem":7319,"_extension":39},"/en-us/blog/authors/steve-truong",{"name":7313,"config":7314},"Steve Truong",{"headshot":7,"ctfId":7315},"sttruong",{"template":696},"content:en-us:blog:authors:steve-truong.yml","en-us/blog/authors/steve-truong.yml","en-us/blog/authors/steve-truong",{"_path":7321,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7322,"config":7326,"_id":7327,"_type":34,"title":7323,"_source":36,"_file":7328,"_stem":7329,"_extension":39},"/en-us/blog/authors/steven-zinck",{"name":7323,"config":7324},"Steven Zinck",{"headshot":727,"ctfId":7325},"49JllsB7PFUrjj2Wi4Wa2O",{"template":696},"content:en-us:blog:authors:steven-zinck.yml","en-us/blog/authors/steven-zinck.yml","en-us/blog/authors/steven-zinck",{"_path":7331,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7332,"config":7336,"_id":7337,"_type":34,"title":7333,"_source":36,"_file":7338,"_stem":7339,"_extension":39},"/en-us/blog/authors/sunil-kowlgi",{"name":7333,"config":7334},"Sunil Kowlgi",{"headshot":727,"ctfId":7335},"Sunil-Kowlgi",{"template":696},"content:en-us:blog:authors:sunil-kowlgi.yml","en-us/blog/authors/sunil-kowlgi.yml","en-us/blog/authors/sunil-kowlgi",{"_path":7341,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7342,"config":7346,"_id":7347,"_type":34,"title":7343,"_source":36,"_file":7348,"_stem":7349,"_extension":39},"/en-us/blog/authors/suri-patel",{"name":7343,"config":7344},"Suri Patel",{"headshot":727,"ctfId":7345},"suripatel",{"template":696},"content:en-us:blog:authors:suri-patel.yml","en-us/blog/authors/suri-patel.yml","en-us/blog/authors/suri-patel",{"_path":7351,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7352,"config":7357,"_id":7358,"_type":34,"title":7353,"_source":36,"_file":7359,"_stem":7360,"_extension":39},"/en-us/blog/authors/susan-tacker",{"name":7353,"config":7354},"Susan Tacker",{"headshot":7355,"ctfId":7356},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660253/Blog/Author%20Headshots/susantacker-headshot.jpg","6uxN75wAjT3afaKtVlr9GM",{"template":696},"content:en-us:blog:authors:susan-tacker.yml","en-us/blog/authors/susan-tacker.yml","en-us/blog/authors/susan-tacker",{"_path":7362,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7363,"config":7369,"_id":7370,"_type":34,"title":7364,"_source":36,"_file":7371,"_stem":7372,"_extension":39},"/en-us/blog/authors/susie-bitters",{"name":7364,"config":7365},"Susie Bitters",{"headshot":7366,"linkedin":7367,"ctfId":7368},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664195/Blog/Author%20Headshots/susiebittersheadshot.png","https://www.linkedin.com/in/susie-bitters-33268410/","7yiomgeGp9k4a4srjDU1QK",{"template":696},"content:en-us:blog:authors:susie-bitters.yml","en-us/blog/authors/susie-bitters.yml","en-us/blog/authors/susie-bitters",{"_path":7374,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7375,"config":7379,"_id":7380,"_type":34,"title":7376,"_source":36,"_file":7381,"_stem":7382,"_extension":39},"/en-us/blog/authors/suzanne-selhorn",{"name":7376,"config":7377},"Suzanne Selhorn",{"headshot":7378,"ctfId":4543},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755616156/vboecuoyo8tjfdis7c5a.jpg",{"template":696},"content:en-us:blog:authors:suzanne-selhorn.yml","en-us/blog/authors/suzanne-selhorn.yml","en-us/blog/authors/suzanne-selhorn",{"_path":7384,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7385,"config":7390,"_id":7391,"_type":34,"title":7386,"_source":36,"_file":7392,"_stem":7393,"_extension":39},"/en-us/blog/authors/tanuja-jayarama-raju",{"name":7386,"config":7387},"Tanuja Jayarama Raju",{"headshot":7388,"ctfId":7389},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662262/Blog/Author%20Headshots/tanuja_jayarama_raju_headshot.png","2Fssp8ttZw6Y78hzS15kMC",{"template":696},"content:en-us:blog:authors:tanuja-jayarama-raju.yml","en-us/blog/authors/tanuja-jayarama-raju.yml","en-us/blog/authors/tanuja-jayarama-raju",{"_path":7395,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7396,"config":7401,"_id":7402,"_type":34,"title":7397,"_source":36,"_file":7403,"_stem":7404,"_extension":39},"/en-us/blog/authors/taurie-davis",{"name":7397,"config":7398},"Taurie Davis",{"headshot":7399,"ctfId":7400},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667191/Blog/Author%20Headshots/tauriedavis-headshot.jpg","tauriedavis",{"template":696},"content:en-us:blog:authors:taurie-davis.yml","en-us/blog/authors/taurie-davis.yml","en-us/blog/authors/taurie-davis",{"_path":7406,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7407,"config":7412,"_id":7413,"_type":34,"title":7414,"_source":36,"_file":7415,"_stem":7416,"_extension":39},"/en-us/blog/authors/taylor-mccaslin",{"name":7408,"config":7409},"Taylor McCaslin",{"headshot":7410,"ctfId":7411},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667996/Blog/Author%20Headshots/tmccaslin-headshot.png","tmccaslin",{"template":696},"content:en-us:blog:authors:taylor-mccaslin.yml","Taylor Mccaslin","en-us/blog/authors/taylor-mccaslin.yml","en-us/blog/authors/taylor-mccaslin",{"_path":7418,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7419,"config":7423,"_id":7424,"_type":34,"title":7420,"_source":36,"_file":7425,"_stem":7426,"_extension":39},"/en-us/blog/authors/taylor-murphy",{"name":7420,"config":7421},"Taylor Murphy",{"headshot":7,"ctfId":7422},"tayloramurphy",{"template":696},"content:en-us:blog:authors:taylor-murphy.yml","en-us/blog/authors/taylor-murphy.yml","en-us/blog/authors/taylor-murphy",{"_path":7428,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7429,"config":7434,"_id":7435,"_type":34,"title":7430,"_source":36,"_file":7436,"_stem":7437,"_extension":39},"/en-us/blog/authors/ted-gieschen",{"name":7430,"config":7431},"Ted Gieschen",{"headshot":7432,"ctfId":7433},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669010/Blog/Author%20Headshots/Screenshot_2024-06-10_at_10.16.50_AM.png","7xh91XqI5wf8CKmOr0PurA",{"template":696},"content:en-us:blog:authors:ted-gieschen.yml","en-us/blog/authors/ted-gieschen.yml","en-us/blog/authors/ted-gieschen",{"_path":7439,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7440,"config":7444,"_id":7445,"_type":34,"title":7441,"_source":36,"_file":7446,"_stem":7447,"_extension":39},"/en-us/blog/authors/thao-yeager",{"name":7441,"config":7442},"Thao Yeager",{"headshot":7,"ctfId":7443},"thaoyeager",{"template":696},"content:en-us:blog:authors:thao-yeager.yml","en-us/blog/authors/thao-yeager.yml","en-us/blog/authors/thao-yeager",{"_path":7449,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7450,"config":7455,"_id":7456,"_type":34,"title":7457,"_source":36,"_file":7458,"_stem":7459,"_extension":39},"/en-us/blog/authors/thiago-figueir",{"name":7451,"config":7452},"Thiago Figueiró",{"headshot":7453,"ctfId":7454},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667091/Blog/Author%20Headshots/thiagocsf-headshot.jpg","thiagocsf",{"template":696},"content:en-us:blog:authors:thiago-figueir.yml","Thiago Figueir","en-us/blog/authors/thiago-figueir.yml","en-us/blog/authors/thiago-figueir",{"_path":7461,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7462,"config":7467,"_id":7468,"_type":34,"title":7463,"_source":36,"_file":7469,"_stem":7470,"_extension":39},"/en-us/blog/authors/thong-kuah",{"name":7463,"config":7464},"Thong Kuah",{"headshot":7465,"ctfId":7466},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667179/Blog/Author%20Headshots/tkuah-headshot.jpg","tkuah",{"template":696},"content:en-us:blog:authors:thong-kuah.yml","en-us/blog/authors/thong-kuah.yml","en-us/blog/authors/thong-kuah",{"_path":7472,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7473,"config":7477,"_id":7478,"_type":34,"title":7474,"_source":36,"_file":7479,"_stem":7480,"_extension":39},"/en-us/blog/authors/tim-davis",{"name":7474,"config":7475},"Tim Davis",{"headshot":727,"ctfId":7476},"6PksqjEtq1Y8goFUvAUcIn",{"template":696},"content:en-us:blog:authors:tim-davis.yml","en-us/blog/authors/tim-davis.yml","en-us/blog/authors/tim-davis",{"_path":7482,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7483,"config":7487,"_id":7488,"_type":34,"title":7484,"_source":36,"_file":7489,"_stem":7490,"_extension":39},"/en-us/blog/authors/tim-lehnen",{"name":7484,"config":7485},"Tim Lehnen",{"headshot":7,"ctfId":7486},"hestenet",{"template":696},"content:en-us:blog:authors:tim-lehnen.yml","en-us/blog/authors/tim-lehnen.yml","en-us/blog/authors/tim-lehnen",{"_path":7492,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7493,"config":7498,"_id":7499,"_type":34,"title":7494,"_source":36,"_file":7500,"_stem":7501,"_extension":39},"/en-us/blog/authors/tim-rizzi",{"name":7494,"config":7495},"Tim Rizzi",{"headshot":7496,"ctfId":7497},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661866/Blog/Author%20Headshots/trizzi-headshot.jpg","trizzi",{"template":696},"content:en-us:blog:authors:tim-rizzi.yml","en-us/blog/authors/tim-rizzi.yml","en-us/blog/authors/tim-rizzi",{"_path":7503,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7504,"config":7508,"_id":7510,"_type":34,"title":7505,"_source":36,"_file":7511,"_stem":7512,"_extension":39},"/en-us/blog/authors/tim-zallmann",{"name":7505,"config":7506},"Tim Zallmann",{"headshot":7507},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1759175957/ddfyzux6oosrseryb4pg.png",{"template":696,"gitlabHandle":7509},"timzallmann","content:en-us:blog:authors:tim-zallmann.yml","en-us/blog/authors/tim-zallmann.yml","en-us/blog/authors/tim-zallmann",{"_path":7514,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7515,"config":7519,"_id":7520,"_type":34,"title":7516,"_source":36,"_file":7521,"_stem":7522,"_extension":39},"/en-us/blog/authors/tina-sturgis",{"name":7516,"config":7517},"Tina Sturgis",{"headshot":7,"ctfId":7518},"TinaS",{"template":696},"content:en-us:blog:authors:tina-sturgis.yml","en-us/blog/authors/tina-sturgis.yml","en-us/blog/authors/tina-sturgis",{"_path":7524,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7525,"config":7529,"_id":7530,"_type":34,"title":7531,"_source":36,"_file":7532,"_stem":7533,"_extension":39},"/en-us/blog/authors/tobias-gnther",{"name":7526,"config":7527},"Tobias Günther",{"headshot":727,"ctfId":7528},"Tobias-Gnther",{"template":696},"content:en-us:blog:authors:tobias-gnther.yml","Tobias Gnther","en-us/blog/authors/tobias-gnther.yml","en-us/blog/authors/tobias-gnther",{"_path":7535,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7536,"config":7540,"_id":7541,"_type":34,"title":7537,"_source":36,"_file":7542,"_stem":7543,"_extension":39},"/en-us/blog/authors/todd-barr",{"name":7537,"config":7538},"Todd Barr",{"headshot":7,"ctfId":7539},"twbarr",{"template":696},"content:en-us:blog:authors:todd-barr.yml","en-us/blog/authors/todd-barr.yml","en-us/blog/authors/todd-barr",{"_path":7545,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7546,"config":7550,"_id":7551,"_type":34,"title":7547,"_source":36,"_file":7552,"_stem":7553,"_extension":39},"/en-us/blog/authors/tom-cooney",{"name":7547,"config":7548},"Tom Cooney",{"headshot":7,"ctfId":7549},"tomcooney",{"template":696},"content:en-us:blog:authors:tom-cooney.yml","en-us/blog/authors/tom-cooney.yml","en-us/blog/authors/tom-cooney",{"_path":7555,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7556,"config":7561,"_id":7562,"_type":34,"title":7557,"_source":36,"_file":7563,"_stem":7564,"_extension":39},"/en-us/blog/authors/tomas-vik",{"name":7557,"config":7558},"Tomas Vik",{"headshot":7559,"ctfId":7560},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681785/Blog/Author%20Headshots/viktomas-headshot.jpg","viktomas",{"template":696},"content:en-us:blog:authors:tomas-vik.yml","en-us/blog/authors/tomas-vik.yml","en-us/blog/authors/tomas-vik",{"_path":7566,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7567,"config":7572,"_id":7573,"_type":34,"title":7568,"_source":36,"_file":7574,"_stem":7575,"_extension":39},"/en-us/blog/authors/tomasz-maczukin",{"name":7568,"config":7569},"Tomasz Maczukin",{"headshot":7570,"ctfId":7571},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682116/Blog/Author%20Headshots/tmaczukin-headshot.jpg","tmaczukin",{"template":696},"content:en-us:blog:authors:tomasz-maczukin.yml","en-us/blog/authors/tomasz-maczukin.yml","en-us/blog/authors/tomasz-maczukin",{"_path":7577,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7578,"config":7583,"_id":7584,"_type":34,"title":7579,"_source":36,"_file":7585,"_stem":7586,"_extension":39},"/en-us/blog/authors/toon-claes",{"name":7579,"config":7580},"Toon Claes",{"headshot":7581,"ctfId":7582},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663082/Blog/Author%20Headshots/toon_claes_headshot.png","toon",{"template":696},"content:en-us:blog:authors:toon-claes.yml","en-us/blog/authors/toon-claes.yml","en-us/blog/authors/toon-claes",{"_path":7588,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7589,"config":7594,"_id":7595,"_type":34,"title":7590,"_source":36,"_file":7596,"_stem":7597,"_extension":39},"/en-us/blog/authors/torsten-linz",{"name":7590,"config":7591},"Torsten Linz",{"headshot":7592,"ctfId":7593},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658907/Blog/Author%20Headshots/tlinz-headshot.jpg","tlinz",{"template":696},"content:en-us:blog:authors:torsten-linz.yml","en-us/blog/authors/torsten-linz.yml","en-us/blog/authors/torsten-linz",{"_path":7599,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7600,"config":7604,"_id":7605,"_type":34,"title":7601,"_source":36,"_file":7606,"_stem":7607,"_extension":39},"/en-us/blog/authors/trevor-knudsen",{"name":7601,"config":7602},"Trevor Knudsen",{"headshot":7,"ctfId":7603},"Tknudsen",{"template":696},"content:en-us:blog:authors:trevor-knudsen.yml","en-us/blog/authors/trevor-knudsen.yml","en-us/blog/authors/trevor-knudsen",{"_path":7609,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7610,"config":7615,"_id":7616,"_type":34,"title":7611,"_source":36,"_file":7617,"_stem":7618,"_extension":39},"/en-us/blog/authors/tristan-read",{"name":7611,"config":7612},"Tristan Read",{"headshot":7613,"ctfId":7614},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679131/Blog/Author%20Headshots/tristan.png","tristanread",{"template":696},"content:en-us:blog:authors:tristan-read.yml","en-us/blog/authors/tristan-read.yml","en-us/blog/authors/tristan-read",{"_path":7620,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7621,"config":7626,"_id":7627,"_type":34,"title":7622,"_source":36,"_file":7628,"_stem":7629,"_extension":39},"/en-us/blog/authors/tsukasa-komatsubara",{"name":7622,"config":7623},"Tsukasa Komatsubara",{"headshot":7624,"ctfId":7625},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659784/Blog/Author%20Headshots/gitlab_tsukasa.jpg","31YQLiBRrJPn35BBhY69ly",{"template":696},"content:en-us:blog:authors:tsukasa-komatsubara.yml","en-us/blog/authors/tsukasa-komatsubara.yml","en-us/blog/authors/tsukasa-komatsubara",{"_path":7631,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7632,"config":7636,"_id":7637,"_type":34,"title":7633,"_source":36,"_file":7638,"_stem":7639,"_extension":39},"/en-us/blog/authors/tsvi-zandany",{"name":7633,"config":7634},"Tsvi Zandany",{"headshot":727,"ctfId":7635},"Tsvi-Zandany",{"template":696},"content:en-us:blog:authors:tsvi-zandany.yml","en-us/blog/authors/tsvi-zandany.yml","en-us/blog/authors/tsvi-zandany",{"_path":7641,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7642,"config":7646,"_id":7647,"_type":34,"title":7643,"_source":36,"_file":7648,"_stem":7649,"_extension":39},"/en-us/blog/authors/tye-davis",{"name":7643,"config":7644},"Tye Davis",{"headshot":7,"ctfId":7645},"davistye",{"template":696},"content:en-us:blog:authors:tye-davis.yml","en-us/blog/authors/tye-davis.yml","en-us/blog/authors/tye-davis",{"_path":7651,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7652,"config":7656,"_id":7657,"_type":34,"title":7653,"_source":36,"_file":7658,"_stem":7659,"_extension":39},"/en-us/blog/authors/tyler-williams",{"name":7653,"config":7654},"Tyler Williams",{"headshot":7,"ctfId":7655},"tywilliams",{"template":696},"content:en-us:blog:authors:tyler-williams.yml","en-us/blog/authors/tyler-williams.yml","en-us/blog/authors/tyler-williams",{"_path":7661,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7662,"config":7666,"_id":7667,"_type":34,"title":7668,"_source":36,"_file":7669,"_stem":7670,"_extension":39},"/en-us/blog/authors/ulrica-de-fort-menares",{"name":7663,"config":7664},"Ulrica de Fort-Menares",{"headshot":7,"ctfId":7665},"ulrica1",{"template":696},"content:en-us:blog:authors:ulrica-de-fort-menares.yml","Ulrica De Fort Menares","en-us/blog/authors/ulrica-de-fort-menares.yml","en-us/blog/authors/ulrica-de-fort-menares",{"_path":7672,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7673,"config":7678,"_id":7679,"_type":34,"title":7674,"_source":36,"_file":7680,"_stem":7681,"_extension":39},"/en-us/blog/authors/valentine-mairet",{"name":7674,"config":7675},"Valentine Mairet",{"headshot":7676,"ctfId":7677},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665455/Blog/Author%20Headshots/valentine_mairet_headshot.png","1AQjHTpq6sBauRMdCibxQX",{"template":696},"content:en-us:blog:authors:valentine-mairet.yml","en-us/blog/authors/valentine-mairet.yml","en-us/blog/authors/valentine-mairet",{"_path":7683,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7684,"config":7688,"_id":7689,"_type":34,"title":7685,"_source":36,"_file":7690,"_stem":7691,"_extension":39},"/en-us/blog/authors/valerie-silverthorne",{"name":7685,"config":7686},"Valerie Silverthorne",{"headshot":727,"ctfId":7687},"vsilverthorne",{"template":696},"content:en-us:blog:authors:valerie-silverthorne.yml","en-us/blog/authors/valerie-silverthorne.yml","en-us/blog/authors/valerie-silverthorne",{"_path":7693,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7694,"config":7698,"_id":7699,"_type":34,"title":7695,"_source":36,"_file":7700,"_stem":7701,"_extension":39},"/en-us/blog/authors/vanessa-wegner",{"name":7695,"config":7696},"Vanessa Wegner",{"headshot":7,"ctfId":7697},"vwegner",{"template":696},"content:en-us:blog:authors:vanessa-wegner.yml","en-us/blog/authors/vanessa-wegner.yml","en-us/blog/authors/vanessa-wegner",{"_path":7703,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7704,"config":7709,"_id":7710,"_type":34,"title":7705,"_source":36,"_file":7711,"_stem":7712,"_extension":39},"/en-us/blog/authors/veethika-mishra",{"name":7705,"config":7706},"Veethika Mishra",{"headshot":7707,"ctfId":7708},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664676/Blog/Author%20Headshots/veethika-headshot.jpg","veethika",{"template":696},"content:en-us:blog:authors:veethika-mishra.yml","en-us/blog/authors/veethika-mishra.yml","en-us/blog/authors/veethika-mishra",{"_path":7714,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7715,"config":7720,"_id":7721,"_type":34,"title":7716,"_source":36,"_file":7722,"_stem":7723,"_extension":39},"/en-us/blog/authors/vick-kelkar",{"name":7716,"config":7717},"Vick Kelkar",{"headshot":7718,"ctfId":7719},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668508/Blog/Author%20Headshots/vkelkar-headshot.jpg","vkelkar",{"template":696},"content:en-us:blog:authors:vick-kelkar.yml","en-us/blog/authors/vick-kelkar.yml","en-us/blog/authors/vick-kelkar",{"_path":7725,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7726,"config":7730,"_id":7731,"_type":34,"title":7727,"_source":36,"_file":7732,"_stem":7733,"_extension":39},"/en-us/blog/authors/vicky-steeves",{"name":7727,"config":7728},"Vicky Steeves",{"headshot":7,"ctfId":7729},"vickysteeves",{"template":696},"content:en-us:blog:authors:vicky-steeves.yml","en-us/blog/authors/vicky-steeves.yml","en-us/blog/authors/vicky-steeves",{"_path":7735,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7736,"config":7740,"_id":7741,"_type":34,"title":7737,"_source":36,"_file":7742,"_stem":7743,"_extension":39},"/en-us/blog/authors/victor-hernandez",{"name":7737,"config":7738},"Victor Hernandez",{"headshot":727,"ctfId":7739},"KVTkvySIqkAu34p2jsXZz",{"template":696},"content:en-us:blog:authors:victor-hernandez.yml","en-us/blog/authors/victor-hernandez.yml","en-us/blog/authors/victor-hernandez",{"_path":7745,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7746,"config":7750,"_id":7751,"_type":34,"title":7747,"_source":36,"_file":7752,"_stem":7753,"_extension":39},"/en-us/blog/authors/victor-wu",{"name":7747,"config":7748},"Victor Wu",{"headshot":727,"ctfId":7749},"victorwu",{"template":696},"content:en-us:blog:authors:victor-wu.yml","en-us/blog/authors/victor-wu.yml","en-us/blog/authors/victor-wu",{"_path":7755,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7756,"config":7761,"_id":7762,"_type":34,"title":7757,"_source":36,"_file":7763,"_stem":7764,"_extension":39},"/en-us/blog/authors/viktor-nagy",{"name":7757,"config":7758},"Viktor Nagy",{"headshot":7759,"ctfId":7760},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662918/Blog/Author%20Headshots/nagy-headshot.jpg","nagyvgitlab",{"template":696},"content:en-us:blog:authors:viktor-nagy.yml","en-us/blog/authors/viktor-nagy.yml","en-us/blog/authors/viktor-nagy",{"_path":7766,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7767,"config":7771,"_id":7772,"_type":34,"title":7768,"_source":36,"_file":7773,"_stem":7774,"_extension":39},"/en-us/blog/authors/vincent-jong",{"name":7768,"config":7769},"Vincent Jong",{"headshot":727,"ctfId":7770},"Vincent-Jong",{"template":696},"content:en-us:blog:authors:vincent-jong.yml","en-us/blog/authors/vincent-jong.yml","en-us/blog/authors/vincent-jong",{"_path":7776,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7777,"config":7782,"_id":7783,"_type":34,"title":7778,"_source":36,"_file":7784,"_stem":7785,"_extension":39},"/en-us/blog/authors/vincy-wilson",{"name":7778,"config":7779},"Vincy Wilson",{"headshot":7780,"ctfId":7781},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669069/Blog/Author%20Headshots/vincy.jpg","1iyKndVlbE3dQnxOJoSY0q",{"template":696},"content:en-us:blog:authors:vincy-wilson.yml","en-us/blog/authors/vincy-wilson.yml","en-us/blog/authors/vincy-wilson",{"_path":7787,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7788,"config":7793,"_id":7794,"_type":34,"title":7789,"_source":36,"_file":7795,"_stem":7796,"_extension":39},"/en-us/blog/authors/vishal-tak",{"name":7789,"config":7790},"Vishal Tak",{"headshot":7791,"ctfId":7792},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663854/Blog/Author%20Headshots/vishal_tak_headshot.png","6BalO1YQUIuDdhUP80bFra",{"template":696},"content:en-us:blog:authors:vishal-tak.yml","en-us/blog/authors/vishal-tak.yml","en-us/blog/authors/vishal-tak",{"_path":7798,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7799,"config":7804,"_id":7805,"_type":34,"title":7800,"_source":36,"_file":7806,"_stem":7807,"_extension":39},"/en-us/blog/authors/vitor-meireles-de-sousa",{"name":7800,"config":7801},"Vitor Meireles De Sousa",{"headshot":7802,"ctfId":7803},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682001/Blog/Author%20Headshots/vdesousa-headshot.png","vdesousa",{"template":696},"content:en-us:blog:authors:vitor-meireles-de-sousa.yml","en-us/blog/authors/vitor-meireles-de-sousa.yml","en-us/blog/authors/vitor-meireles-de-sousa",{"_path":7809,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7810,"config":7814,"_id":7815,"_type":34,"title":7811,"_source":36,"_file":7816,"_stem":7817,"_extension":39},"/en-us/blog/authors/vlad-budica",{"name":7811,"config":7812},"Vlad Budica",{"headshot":727,"ctfId":7813},"Vlad-Budica",{"template":696},"content:en-us:blog:authors:vlad-budica.yml","en-us/blog/authors/vlad-budica.yml","en-us/blog/authors/vlad-budica",{"_path":7819,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7820,"config":7824,"_id":7825,"_type":34,"title":7821,"_source":36,"_file":7826,"_stem":7827,"_extension":39},"/en-us/blog/authors/vlad-stoianovici",{"name":7821,"config":7822},"Vlad Stoianovici",{"headshot":7,"ctfId":7823},"vstoianovici",{"template":696},"content:en-us:blog:authors:vlad-stoianovici.yml","en-us/blog/authors/vlad-stoianovici.yml","en-us/blog/authors/vlad-stoianovici",{"_path":7829,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7830,"config":7834,"_id":7835,"_type":34,"title":7831,"_source":36,"_file":7836,"_stem":7837,"_extension":39},"/en-us/blog/authors/wayne-haber",{"name":7831,"config":7832},"Wayne Haber",{"headshot":7,"ctfId":7833},"whaber",{"template":696},"content:en-us:blog:authors:wayne-haber.yml","en-us/blog/authors/wayne-haber.yml","en-us/blog/authors/wayne-haber",{"_path":7839,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7840,"config":7844,"_id":7845,"_type":34,"title":7841,"_source":36,"_file":7846,"_stem":7847,"_extension":39},"/en-us/blog/authors/will-chandler",{"name":7841,"config":7842},"Will Chandler",{"headshot":727,"ctfId":7843},"DKiIGSSRIyO6QdTQkRkjs",{"template":696},"content:en-us:blog:authors:will-chandler.yml","en-us/blog/authors/will-chandler.yml","en-us/blog/authors/will-chandler",{"_path":7849,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7850,"config":7855,"_id":7856,"_type":34,"title":7851,"_source":36,"_file":7857,"_stem":7858,"_extension":39},"/en-us/blog/authors/will-leidheiser",{"name":7851,"config":7852},"Will Leidheiser",{"headshot":7853,"ctfId":7854},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679335/Blog/Author%20Headshots/wleidheiser-headshot.jpg","wleidheiser",{"template":696},"content:en-us:blog:authors:will-leidheiser.yml","en-us/blog/authors/will-leidheiser.yml","en-us/blog/authors/will-leidheiser",{"_path":7860,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7861,"config":7866,"_id":7867,"_type":34,"title":7862,"_source":36,"_file":7868,"_stem":7869,"_extension":39},"/en-us/blog/authors/william-arias",{"name":7862,"config":7863},"William Arias",{"headshot":7864,"ctfId":7865},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667549/Blog/Author%20Headshots/warias-headshot.jpg","warias",{"template":696},"content:en-us:blog:authors:william-arias.yml","en-us/blog/authors/william-arias.yml","en-us/blog/authors/william-arias",{"_path":7871,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7872,"config":7876,"_id":7877,"_type":34,"title":7873,"_source":36,"_file":7878,"_stem":7879,"_extension":39},"/en-us/blog/authors/william-chia",{"name":7873,"config":7874},"William Chia",{"headshot":7,"ctfId":7875},"williamchia",{"template":696},"content:en-us:blog:authors:william-chia.yml","en-us/blog/authors/william-chia.yml","en-us/blog/authors/william-chia",{"_path":7881,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7882,"config":7886,"_id":7887,"_type":34,"title":7883,"_source":36,"_file":7888,"_stem":7889,"_extension":39},"/en-us/blog/authors/yannis-roussos",{"name":7883,"config":7884},"Yannis Roussos",{"headshot":7,"ctfId":7885},"iroussos",{"template":696},"content:en-us:blog:authors:yannis-roussos.yml","en-us/blog/authors/yannis-roussos.yml","en-us/blog/authors/yannis-roussos",{"_path":7891,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7892,"config":7896,"_id":7897,"_type":34,"title":7893,"_source":36,"_file":7898,"_stem":7899,"_extension":39},"/en-us/blog/authors/yevgeny-pats",{"name":7893,"config":7894},"Yevgeny Pats",{"headshot":7,"ctfId":7895},"ypats",{"template":696},"content:en-us:blog:authors:yevgeny-pats.yml","en-us/blog/authors/yevgeny-pats.yml","en-us/blog/authors/yevgeny-pats",{"_path":7901,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7902,"config":7906,"_id":7907,"_type":34,"title":7903,"_source":36,"_file":7908,"_stem":7909,"_extension":39},"/en-us/blog/authors/yorick-peterse",{"name":7903,"config":7904},"Yorick Peterse",{"headshot":727,"ctfId":7905},"Yorick-Peterse",{"template":696},"content:en-us:blog:authors:yorick-peterse.yml","en-us/blog/authors/yorick-peterse.yml","en-us/blog/authors/yorick-peterse",{"_path":7911,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7912,"config":7916,"_id":7917,"_type":34,"title":7918,"_source":36,"_file":7919,"_stem":7920,"_extension":39},"/en-us/blog/authors/zeger-jan-van-de-weg",{"name":7913,"config":7914},"Zeger-Jan van de Weg",{"headshot":7,"ctfId":7915},"zjgitlab",{"template":696},"content:en-us:blog:authors:zeger-jan-van-de-weg.yml","Zeger Jan Van De Weg","en-us/blog/authors/zeger-jan-van-de-weg.yml","en-us/blog/authors/zeger-jan-van-de-weg",{"_path":7922,"_dir":689,"_draft":6,"_partial":6,"_locale":7,"content":7923,"config":7928,"_id":7929,"_type":34,"title":7924,"_source":36,"_file":7930,"_stem":7931,"_extension":39},"/en-us/blog/authors/zhaochen-li",{"name":7924,"config":7925},"Zhaochen Li",{"headshot":7926,"ctfId":7927},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664331/Blog/Author%20Headshots/Zhaochen_Li_headshot.png","D67XqgLJdlpOsrG3ivCGT",{"template":696},"content:en-us:blog:authors:zhaochen-li.yml","en-us/blog/authors/zhaochen-li.yml","en-us/blog/authors/zhaochen-li",{"_path":7933,"_dir":42,"_draft":6,"_partial":6,"_locale":7,"header":7934,"eyebrow":7935,"blurb":7936,"button":7937,"secondaryButton":7941,"_id":7943,"_type":34,"title":7944,"_source":36,"_file":7945,"_stem":7946,"_extension":39},"/shared/de-de/next-steps","Stelle jetzt bessere Software schneller bereit","Mehr als 50 % der Fortune-100-Unternehmen vertrauen GitLab","Erlebe, was dein Team mit der intelligenten\n\n\nDevSecOps-Plattform erreichen kann.\n",{"text":50,"config":7938},{"href":7939,"dataGaName":53,"dataGaLocation":7940},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":55,"config":7942},{"href":57,"dataGaName":58,"dataGaLocation":7940},"content:shared:de-de:next-steps.yml","Next Steps","shared/de-de/next-steps.yml","shared/de-de/next-steps",1762754783456]