[{"data":1,"prerenderedAt":7936},["ShallowReactive",2],{"/de-de/blog/ultimate-guide-to-migrating-from-aws-codecommit-to-gitlab":3,"navigation-de-de":44,"banner-de-de":460,"footer-de-de":473,"blogAuthors-de-de":682,"next-steps-de-de":7915,"footer-source-/de-de/blog/ultimate-guide-to-migrating-from-aws-codecommit-to-gitlab/":7930},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":16,"config":33,"_id":37,"_type":38,"title":39,"_source":40,"_file":41,"_stem":42,"_extension":43},"/de-de/blog/ultimate-guide-to-migrating-from-aws-codecommit-to-gitlab","blog",false,"",{"title":9,"description":10,"ogTitle":9,"ogDescription":10,"noIndex":6,"ogImage":11,"ogUrl":12,"ogSiteName":13,"ogType":14,"canonicalUrls":12,"schema":15},"Ultimativer Leitfaden für die Migration von AWS CodeCommit zu GitLab","In diesem umfassenden Tutorial erfährst du, wie du von AWS Services zu GitLab migrieren und die DevSecOps-Plattform nahtlos integrieren kannst. ","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097810/Blog/Hero%20Images/Blog/Hero%20Images/blog-image-template-1800x945%20%2828%29_4mi0l4wzUa5VI4wtf8gInx_1750097810027.png","https://about.gitlab.com/blog/ultimate-guide-to-migrating-from-aws-codecommit-to-gitlab","https://about.gitlab.com","article","\n                        {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"Article\",\n        \"headline\": \"Ultimativer Leitfaden für die Migration von AWS CodeCommit zu GitLab\",\n        \"author\": [{\"@type\":\"Person\",\"name\":\"Tsukasa Komatsubara\"},{\"@type\":\"Person\",\"name\":\"Darwin Sanoy\"},{\"@type\":\"Person\",\"name\":\"Samer Akkoub\"},{\"@type\":\"Person\",\"name\":\"Bart Zhang\"}],\n        \"datePublished\": \"2024-08-26\",\n      }\n                  ",{"title":9,"description":10,"authors":17,"heroImage":11,"date":22,"body":23,"category":24,"tags":25,"updatedDate":32},[18,19,20,21],"Tsukasa Komatsubara","Darwin Sanoy","Samer Akkoub","Bart Zhang","2024-08-26","Am 25. Juli 2024 hat AWS eine wichtige Ankündigung in Bezug auf den CodeCommit-Service des Unternehmens veröffentlicht. Wie in ihrem [offiziellen Blogbeitrag](https://aws.amazon.com/blogs/devops/how-to-migrate-your-aws-codecommit-repository-to-another-git-provider/) beschrieben, hat AWS beschlossen, Neukund(inn)en den Zugriff auf CodeCommit zu entziehen. Bestehende Kund(inn)en können den Service zwar weiterhin nutzen, aber AWS führt keine neuen Funktionen mehr ein und konzentriert sich nur noch auf die Verbesserung von Sicherheit, Verfügbarkeit und Leistung.\n\nDiese Ankündigung hat Entwicklerteams dazu veranlasst, eine Migration ihrer Repositorys zu alternativen Git-Anbietern in Betracht zu ziehen. Angesichts dieser Änderungen haben wir diese umfassende Anleitung erstellt, um Teams bei der Migration zu GitLab und der Integration mit anderen AWS-Services zu unterstützen.\n\n**Hinweis:** Weitere Einzelheiten zu den offiziellen Migrationsempfehlungen von AWS findest du im [entsprechenden Blogbeitrag](https://aws.amazon.com/blogs/devops/how-to-migrate-your-aws-codecommit-repository-to-another-git-provider/).\n\n## Über diesen Leitfaden\n\nDieser Leitfaden enthält umfassende Informationen für Entwicklungsteams, die GitLab nutzen und eine Integration mit AWS-Services in Betracht ziehen oder eine Migration von AWS-gehosteten Git-Repositories zu GitLab.com planen. Der Leitfaden ist in drei Hauptabschnitte unterteilt:\n\n- [Parallele Migration zu GitLab](#section-1-parallel-migration-to-gitlab): Beschreibt die schrittweise Migration vorhandener, in AWS gehosteter Repositories zu GitLab.com bei gleichzeitiger Minimierung von Risiken.\n\n- [Integration mit AWS CodeBuild](#section-2-integrating-gitlab-with-aws-codebuild): Beschreibt die Schritte zur Integration von GitLab-Repositories mit AWS CodeBuild und zur Einrichtung einer leistungsstarken Umgebung mit kontinuierlicher Integration.\n\n- [Integration mit AWS CodePipeline](#section-3-integrating-gitlab-with-aws-codepipeline): Enthält Details zur Verbindung von GitLab-Repositories mit AWS CodePipeline, um effiziente Pipelines für kontinuierliche Lieferung zu erstellen.\n\n- [Downstream-Integrationen für CodePipeline- und CodeStar-Verbindunge](#section-4-migrating-to-gitlab): Beschreibt die Nutzung von GitLab-AWS-Verbindungen für umfassende Servicezugriffe mit zahlreichen Integrationsmöglichkeiten im gesamten AWS-Ökosystem.\n\nIn dieser Anleitung erfährst du, wie du die leistungsstarken Funktionen von GitLab und AWS kombinieren kannst, um einen effizienten und flexiblen Entwicklungs-Workflow zu erstellen.\n\n## Abschnitt 1: Parallele Migration zu GitLab \n\nWenn du vorhast, Git-Repositories, die auf AWS gehostet werden, auf GitLab.com zu migrieren, findest du in diesem Abschnitt eine Anleitung für eine schrittweise Migration, die die Risiken minimiert. Mit den Mirroring-Funktionen von GitLab kannst du bestehende Entwicklungsabläufe beibehalten und gleichzeitig die neue Umgebung testen.\n\n### Warum ist die parallele Migration wichtig?\n\nUmfangreiche Systemmigrationen sind immer mit Risiken verbunden, insbesondere mit potenziellen Auswirkungen auf die laufende Entwicklungsarbeit, bestehende Integrationen und automatisierte Prozesse. Ein paralleler Migrationsansatz bietet die folgenden Vorteile:\n\n1. Risikominimierung: Teste die neue Umgebung, während bestehende Systeme betriebsbereit bleiben.\n2. Nahtloser Übergang: Entwicklungsteams können sich allmählich an das neue System gewöhnen.\n3. Integrationstests: Teste alle Integrationen und Automatisierungen in der neuen Umgebung gründlich.\n4. Zukunftsfähigkeit: Ermögliche es den Teams, schrittweise auf GitLab CI/CD zu migrieren, parallel zur bestehenden CI.\n\nEine parallele Migration ist nicht erforderlich, wenn du bereits weißt, dass du direkt zu GitLab wechseln möchtest.\n\n### Schritte für die Migration zu GitLab.com\n\n#### Schritt 1: Einrichtung auf GitLab.com\n\n- Überprüfe, ob dein Unternehmen bereits eine Gruppe auf GitLab.com besitzt und ob Single Sign-On (SSO) eingerichtet ist. Wenn ja, solltest du nach Möglichkeit beides verwenden.\n\n- Wenn dein Unternehmen noch nicht auf GitLab.com vertreten ist, besuche [GitLab.com](https://www.gitlab.com) und erstelle ein neues Konto oder melde dich bei einem bestehenden Konto an.\n- Erstelle einen neuen Unternehmens-Namensraum (eine Gruppe auf der Stammebene von gitlab.com).\n- Wähle einen Namen, der dein gesamtes Unternehmen widerspiegelt (und noch nicht vergeben ist).\n\n#### Schritt 2: Repository importieren\nBei paralleler Migration: Verwende die Pull-Mirroring-Funktion von GitLab, um Änderungen von in AWS gehosteten Repositories automatisch mit GitLab.com zu synchronisieren.\n\n1. Gehe zur Zielgruppe auf GitLab.com.\n2. Klicke oben rechts auf „Neues Projekt“.\n3. Klicke auf der Seite „Neues Projekt erstellen“ auf „Projekt importieren“.\n4. Klicke auf der Seite „Projekt importieren“ auf „Repository nach URL“.\n5. Gib die URL deines in AWS gehosteten Repositorys in das Feld „Git-Repository-URL“ ein.\n6. Aktiviere unter dem Feld „Git-Repository-URL“ die Option „Repository spiegeln“.\n7. Authentifizierung einrichten: Wähle in der AWS-CodeCommit-Konsole die Klon-URL für das Repository aus, das du migrieren möchtest. Wenn du CodeCommit-Repositories in GitLab importieren möchtest, kannst du die HTTPS-CodeCommit-URL verwenden, um das Repository über die GitLab-Repository-Spiegelung zu klonen. Außerdem musst du deine Git-Zugangsdaten von AWS für deinen IAM-Benutzer (Identity and Access Management) in GitLab angeben. Du kannst Git-Zugangsdaten für AWS CodeCommit erstellen, indem du dieser [AWS-Anleitung](https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-gc.html) folgst.\n\n![Klon-URL](https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097822/Blog/Content%20Images/Blog/Content%20Images/clone-url-screenshot__1__aHR0cHM6_1750097822121.png)\n\nMit dieser Einrichtung werden Änderungen aus dem von AWS gehosteten Repository automatisch alle fünf Minuten auf GitLab.com übertragen.\n\nWeitere Informationen findest du in unserer [Dokumentation zur Repository-Spiegelung](https://docs.gitlab.com/ee/user/project/repository/mirror/).\n\n#### Schritt 3: Integrationen testen und validieren\n\n1. CI/CD-Pipelines: Richte die Datei `.gitlab-ci.yml` in GitLab CI ein, um vorhandene Pipelines zu replizieren. Weitere Informationen zur [Planung einer Migration von anderen CI-Tools nach GitLab CI/CD](https://docs.gitlab.com/ee/ci/migration/plan_a_migration.html).\n2. Ticketverfolgung: Importiere Projekt-Tickets und teste Workflows.\n3. Code Review: Richte den Merge-Request-Prozess ein und teste die Review-Workflows.\n#### Schritt 4: Schrittweise Migration\n\n1. Beginne mit kleinen oder unkritischen Projekten, um dich mit der Arbeit auf GitLab.com vertraut zu machen.\n2. Biete Schulungen für Teammitglieder an und plane Zeit für die Anpassung an neue Workflows ein.\n3. Migriere nach und nach weitere Projekte und stelle dabei sicher, dass die Integrationen und Workflows problemlos funktionieren.\n\nWeitere Informationen findest du unter [Automatisieren von Migrationen von CodeCommit nach GitLab](https://gitlab.com/guided-explorations/aws/migrating-from-codecommit-to-gitlab/-/blob/main/migrating_codecommit_to_gitlab.md).\n\n#### Schritt 5: Migration abschließen\nWenn alle Tests und Validierungen abgeschlossen sind und das Team mit der neuen Umgebung vertraut ist, kannst du die vollständige Migration planen. Gehe für jedes Projekt wie folgt vor:\n\n1. Lege ein Migrationsdatum fest und benachrichtige alle Stakeholder.\n2. Führe die abschließende Datensynchronisierung durch.\n3. Entferne die Spiegelungseinstellungen aus dem GitLab-Projekt.\n4. Lege in AWS gehostete Repositories als schreibgeschützt fest und übertrage alle Entwicklungsarbeiten nach GitLab.com.\n\n#### Schritt 6: Bewerten der Akzeptanz der neuen Funktionen\n\nDie Zusammenarbeit in GitLab und die Automatisierung von Workflows für Entwickler(innen) sind weitaus umfangreicher als in CodeCommit. Nimm dir etwas Zeit, um diese Fähigkeiten kennenzulernen. Der Merge-Request-Prozess ist im Vergleich zu CodeCommit besonders vielseitig.\n\nWenn die Repositories auf GitLab stabil sind, kannst du GitLab CI/CD mühelos parallel zu einer vorhandenen Lösung ausprobieren. Die Teams können sich Zeit nehmen, um ihre GitLab-CI/CD-Automatisierung zu optimieren, ohne dass die Produktions-Workflows davon betroffen sind.\n\nAuch die Artefaktverwaltung von GitLab ist mit der Release-Funktion und vielen Paketregistrierungen sehr leistungsfähig.\n\n### Abschnitt 1: Zusammenfassung\nMit einem parallelen Migrationsansatz zu GitLab kannst du einen reibungslosen Übergang erreichen und gleichzeitig die Risiken minimieren. Mit diesem Prozess können sich Teams schrittweise an die neue Umgebung anpassen und sicherstellen, dass alle Integrationen und Automatisierungen ordnungsgemäß funktionieren. Bei der Übernahmemigration wird nur ein einziges Kontrollkästchen ausgelassen, wenn bekannt ist, dass eine parallele Migration nicht notwendig ist.\n\n## Abschnitt 2: Integration von GitLab mit AWS CodeBuild\n\nWenn du Code aus GitLab-Repositories mit AWS CodeBuild erstellen und testen möchtest, hilft dir diese umfassende Anleitung beim Einrichten einer effizienten CI-Pipeline.\n\n### Voraussetzungen\n\n- GitLab.com-Konto\n- AWS-Konto\n- AWS CLI (konfiguriert)\n\n### Schritt 1: GitLab-Verbindung in AWS CodeStar-Verbindungen erstellen\n\n1. Melde dich in der AWS-Managementkonsole an und navigiere zum CodeBuild-Service.\n2. Wähle in der linken Navigationsleiste „Einstellungen“ > „Verbindungen“ aus.\n3. Klicke auf die Schaltfläche „Verbindung erstellen“.\n4. Wähle „GitLab“ als Anbieter aus.\n5. Gib einen Verbindungsnamen ein und klicke auf „Mit GitLab verbinden“.\n6. Daraufhin wirst du zur GitLab-Authentifizierungsseite weitergeleitet.\n7. Erteile die erforderlichen Berechtigungen.\n8. Nach erfolgreichem Abschluss ändert sich der Verbindungsstatus in „Verfügbar“.\n\n![CodeStar-Connect-Einrichtung](https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097822/Blog/Content%20Images/Blog/Content%20Images/codestar-connections-setup_aHR0cHM6_1750097822122.png)\n\n### Schritt 2: AWS-CodeBuild-Projekt erstellen\n\n1. Klicke im CodeBuild-Dashboard auf „Build-Projekt erstellen“.\n2. Gib einen Projektnamen und eine Beschreibung ein.\n3. Wähle in den Quelleneinstellungen „GitLab“ als Anbieter aus.\n4. Wähle die soeben erstellte Verbindung aus und gib das GitLab-Repository und den Branch an.\n\n![CodeBuild-Projekt hinzufügen](https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097822/Blog/Content%20Images/Blog/Content%20Images/codepipeline_step_3_add_codebuild_aHR0cHM6_1750097822123.png)\n\n**Hinweis: Konfiguriere ab Schritt 3 die Einstellungen für deine spezifische Umgebung und deine Anforderungen.**\n\n### Zusammenfassung von Abschnitt 2\nIn diesem Abschnitt wurde ausführlich beschrieben, wie du GitLab-Repositories in AWS CodeBuild integrieren kannst. Diese Einrichtung ermöglicht eine kontinuierliche Integrationspipeline, bei der Codeänderungen in GitLab automatisch mit AWS CodeBuild erstellt und getestet werden.\n\n## Abschnitt 3: GitLab mit AWS CodePipeline integrieren\n\nWenn du die kontinuierliche Lieferung von GitLab-Repositories mit AWS CodePipeline implementieren möchtest, wird dir diese detaillierte Anleitung helfen. Die Integration ist jetzt noch einfacher geworden, da GitLab als AWS-CodeStar-Connections-Anbieter verfügbar ist.\n\n### Voraussetzungen\n\n- GitLab.com-Konto\n- AWS-Konto\n- AWS CLI (konfiguriert)\n\n### Schritt 1: GitLab-Verbindung in AWS CodeStar-Verbindungen erstellen\n\n1. Melde dich in der AWS-Managementkonsole an und navigiere zum CodePipeline-Service.\n2. Wähle in der linken Navigationsleiste „Einstellungen“ > „Verbindungen“ aus.\n3. Klicke auf die Schaltfläche „Verbindung erstellen“.\n4. Wähle „GitLab“ als Anbieter aus.\n5. Gib einen Verbindungsnamen ein und klicke auf „Mit GitLab verbinden“.\n6. Daraufhin wirst du zur GitLab-Authentifizierungsseite weitergeleitet.\n7. Erteile die erforderlichen Berechtigungen.\n8. Nach erfolgreichem Abschluss ändert sich der Verbindungsstatus in „Verfügbar“.\n\n![CodeStar Connections einrichten](https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097822/Blog/Content%20Images/Blog/Content%20Images/codestar-connections-setup_aHR0cHM6_1750097822122.png)\n\n### Schritt 2: AWS CodePipeline erstellen\n\n1. Klicke im CodePipeline-Dashboard auf „Pipeline erstellen“.\n2. Gib einen Pipeline-Namen ein und klicke auf „Weiter“.\n3. Wähle „GitLab“ als Quellenanbieter aus.\n4. Wähle die soeben erstellte Verbindung aus und gib das GitLab-Repository und den Branch an.\n5. Wähle den Triggertyp aus: Du kannst die Ausführung der CodePipeline-Pipeline anhand von Pull- oder Push-Ereignissen für bestimmte Branches und Dateitypen in deinem Repository auslösen.\n\n![Quellenanbieter hinzufügen](https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097822/Blog/Content%20Images/Blog/Content%20Images/codestar-connections-setup_aHR0cHM6_1750097822125.png)\n\n![Quellkonfiguration hinzufügen](https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097822/Blog/Content%20Images/Blog/Content%20Images/codepipeline_step_2_source_provider_aHR0cHM6_1750097822127.png)\n\n**Hinweis: Konfiguriere ab Schritt 3 die Einstellungen für deine spezifische Umgebung und deine Anforderungen.**\n\n### Zusammenfassung von Abschnitt 3\nIn diesem Abschnitt wurde beschrieben, wie du GitLab-Repositories in die AWS CodePipeline integrierst. Diese Einrichtung ermöglicht eine CD-Pipeline, bei der Codeänderungen in GitLab automatisch in deiner AWS-Umgebung bereitgestellt werden.\n\n## Abschnitt 4: Migration zu GitLab\n\nDie Integration von GitLab in AWS eröffnet dir leistungsstarke Möglichkeiten zur Optimierung deiner Entwicklungs- und Bereitstellungs-Workflows und hilft dir, deine Probleme bei der Quellcodeverwaltung zu lösen. Diese Integration kann auf verschiedene Arten erreicht werden, die jeweils einzigartige Vorteile bieten:\n\n- Wenn du AWS-CodeStar-Verbindungen verwendest, um GitLab mit AWS-Services zu verknüpfen, erhältst du einen kohärenten Workflow, da du externe Git-Repositories wie GitLab mit verschiedenen AWS-Services verbinden kannst. Diese Einrichtung unterstützt automatisierte Builds, Bereitstellungen und andere wichtige Aktionen direkt von deinem GitLab-Repository aus und macht deinen Entwicklungsprozess integrierter und effizienter.\n\n- Die Verbindung von GitLab mit AWS CodePipeline über AWS CodeStar Connections treibt die Automatisierung voran und ermöglicht es dir, eine vollständige CI/CD-Pipeline zu erstellen. Dieser Ansatz integriert GitLab mit AWS CodePipeline und ermöglicht es dir, den gesamten Prozess – von der Quellcodeverwaltung über Builds bis hin zu Tests und Bereitstellung – mit AWS-Services wie CodeBuild und CodeDeploy zu automatisieren. So wird ein robuster, skalierbarer und effizienter Bereitstellungsprozess gewährleistet.\n\n![Diagramm neuer Technologien und Lösungen für die gemeinsame Nutzung von GitLab und AWS](https://res.cloudinary.com/about-gitlab-com/image/upload/v1750097822/Blog/Content%20Images/Blog/Content%20Images/codepipeline_step_2_source_configured_aHR0cHM6_1750097822129.png)\n\n1\\. Verbindung von GitLab mit AWS-Services über AWS CodeStar Connections\n\nAWS CodeStar Connections ist ein Service, mit dem du externe Git-Repositories (wie GitHub oder Bitbucket) mit den AWS-Services verbinden kannst. Du kannst GitLab auch über CodeStar Connections mit AWS-Services verbinden. Wenn du GitLab verwendest, musst du möglicherweise eine benutzerdefinierte Verbindung als HTTP-Git-Server einrichten.\nDie folgenden AWS-Services können mit dieser Methode mit GitLab verbunden werden:\n\n- **AWS Service Catalog **\n\nDer AWS Service Catalog hilft Unternehmen bei der Standardisierung und Verwaltung von AWS-Ressourcen. Die Integration mit GitLab verbessert die Transparenz beim Ressourcenmanagement und vereinfacht die Nachverfolgung von Änderungen. Insbesondere kannst du Katalogaktualisierungen auf der Grundlage von GitLab-Commits automatisieren und so die Effizienz deines Vorgangs verbessern.\n\n- __AWS CodeBuild__\n\nAWS CodeBuild ist ein verwalteter Build-Service, der Quellcode kompiliert, Tests durchführt und bereitstellbare Softwarepakete erstellt. Die Integration von GitLab mit CodeBuild ermöglicht es, automatisierte Build-Prozesse zu starten, wenn Codeänderungen an GitLab übertragen werden. Dies garantiert einheitliche Builds und erleichtert die Zusammenarbeit und Versionskontrolle.\n\n- __AWS Glue Notebook Jobs__\n\nAWS Glue Notebook Jobs ist ein Service, mit dem du interaktiv Datenaufbereitungs- und ETL-Aufgaben (Extract, Transform, Load) entwickeln und ausführen kannst. Die Integration von GitLab mit Glue Notebook Jobs ermöglicht die Versionskontrolle für Notebooks und ETL-Skripte, fördert die Zusammenarbeit zwischen Teammitgliedern und verbessert das Qualitätsmanagement von Datenverarbeitungs-Pipelines.\n\n- __AWS Proton__\n\nAWS Proton ist ein Service, der die Entwicklung und Bereitstellung von Microservices und serverlosen Anwendungen automatisiert. Durch die Integration von GitLab mit AWS Proton kannst du Infrastructure as Code verwalten, Bereitstellungen automatisieren und ein konsistentes Umgebungsmanagement sicherstellen, was zu effizienteren Entwicklungsprozessen führt.\n\nWenn AWS CodeStar Connections in Zukunft mehr Dienste unterstützen, wird es immer einfacher, GitLab mit zusätzlichen AWS-Services zu verbinden. Du solltest regelmäßig prüfen, ob es neue Services gibt, die CodeStar Connections unterstützen.\n\n2. Verbindung von CodePipeline mit GitLab über AWS CodeStar Connections (einschließlich CodeDeploy)\n\nAWS CodePipeline ist ein kontinuierlicher Bereitstellungsdienst, der den Freigabeprozess für Software automatisiert. Um GitLab mit CodePipeline zu verbinden, musst du AWS CodeStar Connections verwenden. Mit dieser Einrichtung kannst du ein GitLab-Repository als Quelle festlegen und die gesamte CI/CD-Pipeline automatisieren.\nBeispiele für wichtige Aktionen, die CodePipeline unterstützt:\n- **Quellcode-Kontrolle:** AWS CodeCommit, GitHub, Bitbucket, GitLab\n- **Erstellen und Testen:** AWS CodeBuild, Jenkins\n- **Bereitstellen:** AWS CodeDeploy, Elastic Beanstalk, ECS, S3\n- **Genehmigen:** Manuelle Genehmigung\n- **Infrastruktur-Management:** AWS CloudFormation\n- **Serverlos:** AWS Lambda\n- **Tests:** AWS Device Farm\n- **Benutzerdefinierte Aktionen:** AWS Step Functions\n\nDurch die Integration von GitLab mit CodePipeline kannst du die Pipeline automatisch auslösen, wenn Codeänderungen nach GitLab gepusht werden, um einen konsistenten Prozess vom Build bis zur Bereitstellung sicherzustellen. In Kombination mit den Versionskontrollfunktionen von GitLab ist es außerdem einfacher, den Verlauf und die Zustände der Bereitstellung zu verfolgen, was zu einer flexibleren und zuverlässigeren Softwarebereitstellung führt.\n\n## Das hast du gelernt\nDiese Anleitung enthält umfassende Informationen über die Migration zu und die Integration von GitLab in AWS. In den vier Abschnitten haben wir Folgendes behandelt:\n- Parallele Migration zu GitLab: Wie du schrittweise von bestehenden, bei AWS gehosteten Repositories zu GitLab.com migrierst und dabei die Risiken minimierst.\n- Integration mit AWS CodeBuild: Schritte zum Einrichten einer leistungsstarken CI-Umgebung, die mit GitLab-Repositories integriert ist.\n- Integration mit AWS CodePipeline: Wie du effiziente Continuous-Delivery-Pipelines mit GitLab-Repositories aufbaust.\n- Nachgelagerte Integrationen für CodePipeline und CodeStar Connections: Die Nutzung von GitLab-AWS-Verbindungen für einen weitreichenden Service-Zugang, wodurch eine Reihe von Integrationsmöglichkeiten im gesamten AWS-Ökosystem entstehen.\n\nDa die Code-Hosting- und Integrationsstrategie jedes Unternehmens einzigartig ist, kannst du dieses Tutorial als Ausgangspunkt für deine eigene GitLab- und AWS- Integrations- und Implementierungsstrategie nutzen.\n\n## Zusätzliche Ressourcen\n\nWeitere Informationen und erweiterte Konfigurationen findest du in den folgenden Ressourcen:\n\n- [GitLab-Dokumentation](https://docs.gitlab.com/)\n- [AWS-CodeBuild-Benutzerhandbuch](https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html)\n- [AWS-CodePipeline-Benutzerhandbuch](https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html)\n- [GitLab-CI/CD-Dokumentation](https://docs.gitlab.com/ee/ci/)\n- [Integration mit AWS](https://docs.gitlab.com/ee/solutions/cloud/aws/gitlab_aws_integration.html)\n\nWenn du Fragen hast oder Unterstützung benötigst, wende dich bitte an den [GitLab-Support](https://about.gitlab.com/support/) oder den AWS-Support. Wir hoffen, dass dir diese umfassende Anleitung bei deiner AWS-GitLab-Integration hilft","product",[26,27,28,29,30,24,31],"CI/CD","AWS","DevSecOps platform","tutorial","solutions architecture","integrations","2024-11-27",{"slug":34,"featured":35,"template":36},"ultimate-guide-to-migrating-from-aws-codecommit-to-gitlab",true,"BlogPost","content:de-de:blog:ultimate-guide-to-migrating-from-aws-codecommit-to-gitlab.yml","yaml","Ultimate Guide To Migrating From Aws Codecommit To Gitlab","content","de-de/blog/ultimate-guide-to-migrating-from-aws-codecommit-to-gitlab.yml","de-de/blog/ultimate-guide-to-migrating-from-aws-codecommit-to-gitlab","yml",{"_path":45,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"data":47,"_id":456,"_type":38,"title":457,"_source":40,"_file":458,"_stem":459,"_extension":43},"/shared/de-de/main-navigation","de-de",{"logo":48,"freeTrial":53,"sales":58,"login":63,"items":68,"search":397,"minimal":433,"duo":447},{"config":49},{"href":50,"dataGaName":51,"dataGaLocation":52},"/de-de/","gitlab logo","header",{"text":54,"config":55},"Kostenlose Testversion anfordern",{"href":56,"dataGaName":57,"dataGaLocation":52},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":59,"config":60},"Vertrieb kontaktieren",{"href":61,"dataGaName":62,"dataGaLocation":52},"/de-de/sales/","sales",{"text":64,"config":65},"Anmelden",{"href":66,"dataGaName":67,"dataGaLocation":52},"https://gitlab.com/users/sign_in/","sign in",[69,113,209,214,318,378],{"text":70,"config":71,"cards":73,"footer":96},"Plattform",{"dataNavLevelOne":72},"platform",[74,80,88],{"title":70,"description":75,"link":76},"Die umfassendste KI-basierte DevSecOps-Plattform",{"text":77,"config":78},"Erkunde unsere Plattform",{"href":79,"dataGaName":72,"dataGaLocation":52},"/de-de/platform/",{"title":81,"description":82,"link":83},"GitLab Duo (KI)","Entwickle Software schneller mit KI in jeder Phase der Entwicklung",{"text":84,"config":85},"Lerne GitLab Duo kennen",{"href":86,"dataGaName":87,"dataGaLocation":52},"/de-de/gitlab-duo/","gitlab duo ai",{"title":89,"description":90,"link":91},"Gründe, die für GitLab sprechen","10 Gründe, warum Unternehmen sich für GitLab entscheiden",{"text":92,"config":93},"Mehr erfahren",{"href":94,"dataGaName":95,"dataGaLocation":52},"/de-de/why-gitlab/","why gitlab",{"title":97,"items":98},"Erste Schritte mit",[99,104,109],{"text":100,"config":101},"Platform Engineering",{"href":102,"dataGaName":103,"dataGaLocation":52},"/de-de/solutions/platform-engineering/","platform engineering",{"text":105,"config":106},"Entwicklererfahrung",{"href":107,"dataGaName":108,"dataGaLocation":52},"/de-de/developer-experience/","Developer experience",{"text":110,"config":111},"MLOps",{"href":112,"dataGaName":110,"dataGaLocation":52},"/de-de/topics/devops/the-role-of-ai-in-devops/",{"text":114,"left":35,"config":115,"link":117,"lists":121,"footer":191},"Produkt",{"dataNavLevelOne":116},"solutions",{"text":118,"config":119},"Alle Lösungen anzeigen",{"href":120,"dataGaName":116,"dataGaLocation":52},"/de-de/solutions/",[122,147,169],{"title":123,"description":124,"link":125,"items":130},"Automatisierung","CI/CD und Automatisierung zur Beschleunigung der Bereitstellung",{"config":126},{"icon":127,"href":128,"dataGaName":129,"dataGaLocation":52},"AutomatedCodeAlt","/de-de/solutions/delivery-automation/","automated software delivery",[131,134,138,143],{"text":26,"config":132},{"href":133,"dataGaLocation":52,"dataGaName":26},"/de-de/solutions/continuous-integration/",{"text":135,"config":136},"KI-unterstützte Entwicklung",{"href":86,"dataGaLocation":52,"dataGaName":137},"AI assisted development",{"text":139,"config":140},"Quellcodeverwaltung",{"href":141,"dataGaLocation":52,"dataGaName":142},"/de-de/solutions/source-code-management/","Source Code Management",{"text":144,"config":145},"Automatisierte Softwarebereitstellung",{"href":128,"dataGaLocation":52,"dataGaName":146},"Automated software delivery",{"title":148,"description":149,"link":150,"items":155},"Sicherheit","Entwickle schneller, ohne die Sicherheit zu gefährden",{"config":151},{"href":152,"dataGaName":153,"dataGaLocation":52,"icon":154},"/de-de/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[156,160,165],{"text":157,"config":158},"Application Security Testing",{"href":152,"dataGaName":159,"dataGaLocation":52},"Application security testing",{"text":161,"config":162},"Schutz der Software-Lieferkette",{"href":163,"dataGaLocation":52,"dataGaName":164},"/de-de/solutions/supply-chain/","Software supply chain security",{"text":166,"config":167},"Software Compliance",{"href":168,"dataGaName":166,"dataGaLocation":52},"/de-de/solutions/software-compliance/",{"title":170,"link":171,"items":176},"Bewertung",{"config":172},{"icon":173,"href":174,"dataGaName":175,"dataGaLocation":52},"DigitalTransformation","/de-de/solutions/visibility-measurement/","visibility and measurement",[177,181,186],{"text":178,"config":179},"Sichtbarkeit und Bewertung",{"href":174,"dataGaLocation":52,"dataGaName":180},"Visibility and Measurement",{"text":182,"config":183},"Wertstrommanagement",{"href":184,"dataGaLocation":52,"dataGaName":185},"/de-de/solutions/value-stream-management/","Value Stream Management",{"text":187,"config":188},"Analysen und Einblicke",{"href":189,"dataGaLocation":52,"dataGaName":190},"/de-de/solutions/analytics-and-insights/","Analytics and insights",{"title":192,"items":193},"GitLab für",[194,199,204],{"text":195,"config":196},"Enterprise",{"href":197,"dataGaLocation":52,"dataGaName":198},"/de-de/enterprise/","enterprise",{"text":200,"config":201},"Kleinunternehmen",{"href":202,"dataGaLocation":52,"dataGaName":203},"/de-de/small-business/","small business",{"text":205,"config":206},"den öffentlichen Sektor",{"href":207,"dataGaLocation":52,"dataGaName":208},"/de-de/solutions/public-sector/","public sector",{"text":210,"config":211},"Preise",{"href":212,"dataGaName":213,"dataGaLocation":52,"dataNavLevelOne":213},"/de-de/pricing/","pricing",{"text":215,"config":216,"link":218,"lists":222,"feature":305},"Ressourcen",{"dataNavLevelOne":217},"resources",{"text":219,"config":220},"Alle Ressourcen anzeigen",{"href":221,"dataGaName":217,"dataGaLocation":52},"/de-de/resources/",[223,255,277],{"title":224,"items":225},"Erste Schritte",[226,231,236,241,246,251],{"text":227,"config":228},"Installieren",{"href":229,"dataGaName":230,"dataGaLocation":52},"/de-de/install/","install",{"text":232,"config":233},"Kurzanleitungen",{"href":234,"dataGaName":235,"dataGaLocation":52},"/de-de/get-started/","quick setup checklists",{"text":237,"config":238},"Lernen",{"href":239,"dataGaLocation":52,"dataGaName":240},"https://university.gitlab.com/","learn",{"text":242,"config":243},"Produktdokumentation",{"href":244,"dataGaName":245,"dataGaLocation":52},"https://docs.gitlab.com/","product documentation",{"text":247,"config":248},"Best-Practice-Videos",{"href":249,"dataGaName":250,"dataGaLocation":52},"/de-de/getting-started-videos/","best practice videos",{"text":252,"config":253},"Integrationen",{"href":254,"dataGaName":31,"dataGaLocation":52},"/de-de/integrations/",{"title":256,"items":257},"Entdecken",[258,263,267,272],{"text":259,"config":260},"Kundenerfolge",{"href":261,"dataGaName":262,"dataGaLocation":52},"/de-de/customers/","customer success stories",{"text":264,"config":265},"Blog",{"href":266,"dataGaName":5,"dataGaLocation":52},"/de-de/blog/",{"text":268,"config":269},"Remote",{"href":270,"dataGaName":271,"dataGaLocation":52},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":273,"config":274},"TeamOps",{"href":275,"dataGaName":276,"dataGaLocation":52},"/de-de/teamops/","teamops",{"title":278,"items":279},"Vernetzen",[280,285,290,295,300],{"text":281,"config":282},"GitLab-Services",{"href":283,"dataGaName":284,"dataGaLocation":52},"/de-de/services/","services",{"text":286,"config":287},"Community",{"href":288,"dataGaName":289,"dataGaLocation":52},"/community/","community",{"text":291,"config":292},"Forum",{"href":293,"dataGaName":294,"dataGaLocation":52},"https://forum.gitlab.com/","forum",{"text":296,"config":297},"Veranstaltungen",{"href":298,"dataGaName":299,"dataGaLocation":52},"/events/","events",{"text":301,"config":302},"Partner",{"href":303,"dataGaName":304,"dataGaLocation":52},"/de-de/partners/","partners",{"backgroundColor":306,"textColor":307,"text":308,"image":309,"link":313},"#2f2a6b","#fff","Perspektiven für die Softwareentwicklung der Zukunft",{"altText":310,"config":311},"the source promo card",{"src":312},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":314,"config":315},"Lies die News",{"href":316,"dataGaName":317,"dataGaLocation":52},"/de-de/the-source/","the source",{"text":319,"config":320,"lists":322},"Unternehmen",{"dataNavLevelOne":321},"company",[323],{"items":324},[325,330,336,338,343,348,353,358,363,368,373],{"text":326,"config":327},"Über",{"href":328,"dataGaName":329,"dataGaLocation":52},"/de-de/company/","about",{"text":331,"config":332,"footerGa":335},"Karriere",{"href":333,"dataGaName":334,"dataGaLocation":52},"/jobs/","jobs",{"dataGaName":334},{"text":296,"config":337},{"href":298,"dataGaName":299,"dataGaLocation":52},{"text":339,"config":340},"Geschäftsführung",{"href":341,"dataGaName":342,"dataGaLocation":52},"/company/team/e-group/","leadership",{"text":344,"config":345},"Team",{"href":346,"dataGaName":347,"dataGaLocation":52},"/company/team/","team",{"text":349,"config":350},"Handbuch",{"href":351,"dataGaName":352,"dataGaLocation":52},"https://handbook.gitlab.com/","handbook",{"text":354,"config":355},"Investor Relations",{"href":356,"dataGaName":357,"dataGaLocation":52},"https://ir.gitlab.com/","investor relations",{"text":359,"config":360},"Trust Center",{"href":361,"dataGaName":362,"dataGaLocation":52},"/de-de/security/","trust center",{"text":364,"config":365},"AI Transparency Center",{"href":366,"dataGaName":367,"dataGaLocation":52},"/de-de/ai-transparency-center/","ai transparency center",{"text":369,"config":370},"Newsletter",{"href":371,"dataGaName":372,"dataGaLocation":52},"/company/contact/","newsletter",{"text":374,"config":375},"Presse",{"href":376,"dataGaName":377,"dataGaLocation":52},"/press/","press",{"text":379,"config":380,"lists":381},"Kontakt",{"dataNavLevelOne":321},[382],{"items":383},[384,387,392],{"text":59,"config":385},{"href":61,"dataGaName":386,"dataGaLocation":52},"talk to sales",{"text":388,"config":389},"Support",{"href":390,"dataGaName":391,"dataGaLocation":52},"/support/","get help",{"text":393,"config":394},"Kundenportal",{"href":395,"dataGaName":396,"dataGaLocation":52},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":398,"login":399,"suggestions":406},"Schließen",{"text":400,"link":401},"Um Repositories und Projekte zu durchsuchen, melde dich an bei",{"text":402,"config":403},"gitlab.com",{"href":66,"dataGaName":404,"dataGaLocation":405},"search login","search",{"text":407,"default":408},"Vorschläge",[409,412,417,419,424,429],{"text":81,"config":410},{"href":86,"dataGaName":411,"dataGaLocation":405},"GitLab Duo (AI)",{"text":413,"config":414},"Code Suggestions (KI)",{"href":415,"dataGaName":416,"dataGaLocation":405},"/de-de/solutions/code-suggestions/","Code Suggestions (AI)",{"text":26,"config":418},{"href":133,"dataGaName":26,"dataGaLocation":405},{"text":420,"config":421},"GitLab auf AWS",{"href":422,"dataGaName":423,"dataGaLocation":405},"/de-de/partners/technology-partners/aws/","GitLab on AWS",{"text":425,"config":426},"GitLab auf Google Cloud",{"href":427,"dataGaName":428,"dataGaLocation":405},"/de-de/partners/technology-partners/google-cloud-platform/","GitLab on Google Cloud",{"text":430,"config":431},"Warum GitLab?",{"href":94,"dataGaName":432,"dataGaLocation":405},"Why GitLab?",{"freeTrial":434,"mobileIcon":439,"desktopIcon":444},{"text":435,"config":436},"Kostenlos testen",{"href":437,"dataGaName":57,"dataGaLocation":438},"https://gitlab.com/-/trials/new/","nav",{"altText":440,"config":441},"GitLab-Symbol",{"src":442,"dataGaName":443,"dataGaLocation":438},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":440,"config":445},{"src":446,"dataGaName":443,"dataGaLocation":438},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":448,"mobileIcon":452,"desktopIcon":454},{"text":449,"config":450},"Erfahre mehr über GitLab Duo",{"href":86,"dataGaName":451,"dataGaLocation":438},"gitlab duo",{"altText":440,"config":453},{"src":442,"dataGaName":443,"dataGaLocation":438},{"altText":440,"config":455},{"src":446,"dataGaName":443,"dataGaLocation":438},"content:shared:de-de:main-navigation.yml","Main Navigation","shared/de-de/main-navigation.yml","shared/de-de/main-navigation",{"_path":461,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"title":462,"button":463,"config":468,"_id":470,"_type":38,"_source":40,"_file":471,"_stem":472,"_extension":43},"/shared/de-de/banner","GitLab Duo Agent Platform ist jetzt in öffentlicher Beta!",{"text":464,"config":465},"Beta testen",{"href":466,"dataGaName":467,"dataGaLocation":52},"/de-de/gitlab-duo/agent-platform/","duo banner",{"layout":469},"release","content:shared:de-de:banner.yml","shared/de-de/banner.yml","shared/de-de/banner",{"_path":474,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"data":475,"_id":678,"_type":38,"title":679,"_source":40,"_file":680,"_stem":681,"_extension":43},"/shared/de-de/main-footer",{"text":476,"source":477,"edit":483,"contribute":488,"config":493,"items":498,"minimal":670},"Git ist eine Marke von Software Freedom Conservancy und unsere Verwendung von „GitLab“ erfolgt unter Lizenz.",{"text":478,"config":479},"Quelltext der Seite anzeigen",{"href":480,"dataGaName":481,"dataGaLocation":482},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":484,"config":485},"Diese Seite bearbeiten",{"href":486,"dataGaName":487,"dataGaLocation":482},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":489,"config":490},"Beteilige dich",{"href":491,"dataGaName":492,"dataGaLocation":482},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":494,"facebook":495,"youtube":496,"linkedin":497},"https://x.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[499,522,577,606,640],{"title":70,"links":500,"subMenu":505},[501],{"text":502,"config":503},"DevSecOps-Plattform",{"href":79,"dataGaName":504,"dataGaLocation":482},"devsecops platform",[506],{"title":210,"links":507},[508,512,517],{"text":509,"config":510},"Tarife anzeigen",{"href":212,"dataGaName":511,"dataGaLocation":482},"view plans",{"text":513,"config":514},"Vorteile von Premium",{"href":515,"dataGaName":516,"dataGaLocation":482},"/de-de/pricing/premium/","why premium",{"text":518,"config":519},"Vorteile von Ultimate",{"href":520,"dataGaName":521,"dataGaLocation":482},"/de-de/pricing/ultimate/","why ultimate",{"title":523,"links":524},"Lösungen",[525,530,533,535,540,545,549,552,555,560,562,564,567,572],{"text":526,"config":527},"Digitale Transformation",{"href":528,"dataGaName":529,"dataGaLocation":482},"/de-de/topics/digital-transformation/","digital transformation",{"text":531,"config":532},"Sicherheit und Compliance",{"href":152,"dataGaName":159,"dataGaLocation":482},{"text":144,"config":534},{"href":128,"dataGaName":129,"dataGaLocation":482},{"text":536,"config":537},"Agile Entwicklung",{"href":538,"dataGaName":539,"dataGaLocation":482},"/de-de/solutions/agile-delivery/","agile delivery",{"text":541,"config":542},"Cloud-Transformation",{"href":543,"dataGaName":544,"dataGaLocation":482},"/de-de/topics/cloud-native/","cloud transformation",{"text":546,"config":547},"SCM",{"href":141,"dataGaName":548,"dataGaLocation":482},"source code management",{"text":26,"config":550},{"href":133,"dataGaName":551,"dataGaLocation":482},"continuous integration & delivery",{"text":182,"config":553},{"href":184,"dataGaName":554,"dataGaLocation":482},"value stream management",{"text":556,"config":557},"GitOps",{"href":558,"dataGaName":559,"dataGaLocation":482},"/de-de/solutions/gitops/","gitops",{"text":195,"config":561},{"href":197,"dataGaName":198,"dataGaLocation":482},{"text":200,"config":563},{"href":202,"dataGaName":203,"dataGaLocation":482},{"text":565,"config":566},"Öffentlicher Sektor",{"href":207,"dataGaName":208,"dataGaLocation":482},{"text":568,"config":569},"Bildungswesen",{"href":570,"dataGaName":571,"dataGaLocation":482},"/de-de/solutions/education/","education",{"text":573,"config":574},"Finanzdienstleistungen",{"href":575,"dataGaName":576,"dataGaLocation":482},"/de-de/solutions/finance/","financial services",{"title":215,"links":578},[579,581,583,585,588,590,592,594,596,598,600,602,604],{"text":227,"config":580},{"href":229,"dataGaName":230,"dataGaLocation":482},{"text":232,"config":582},{"href":234,"dataGaName":235,"dataGaLocation":482},{"text":237,"config":584},{"href":239,"dataGaName":240,"dataGaLocation":482},{"text":242,"config":586},{"href":244,"dataGaName":587,"dataGaLocation":482},"docs",{"text":264,"config":589},{"href":266,"dataGaName":5,"dataGaLocation":482},{"text":259,"config":591},{"href":261,"dataGaName":262,"dataGaLocation":482},{"text":268,"config":593},{"href":270,"dataGaName":271,"dataGaLocation":482},{"text":281,"config":595},{"href":283,"dataGaName":284,"dataGaLocation":482},{"text":273,"config":597},{"href":275,"dataGaName":276,"dataGaLocation":482},{"text":286,"config":599},{"href":288,"dataGaName":289,"dataGaLocation":482},{"text":291,"config":601},{"href":293,"dataGaName":294,"dataGaLocation":482},{"text":296,"config":603},{"href":298,"dataGaName":299,"dataGaLocation":482},{"text":301,"config":605},{"href":303,"dataGaName":304,"dataGaLocation":482},{"title":319,"links":607},[608,610,612,614,616,618,620,624,629,631,633,635],{"text":326,"config":609},{"href":328,"dataGaName":321,"dataGaLocation":482},{"text":331,"config":611},{"href":333,"dataGaName":334,"dataGaLocation":482},{"text":339,"config":613},{"href":341,"dataGaName":342,"dataGaLocation":482},{"text":344,"config":615},{"href":346,"dataGaName":347,"dataGaLocation":482},{"text":349,"config":617},{"href":351,"dataGaName":352,"dataGaLocation":482},{"text":354,"config":619},{"href":356,"dataGaName":357,"dataGaLocation":482},{"text":621,"config":622},"Sustainability",{"href":623,"dataGaName":621,"dataGaLocation":482},"/sustainability/",{"text":625,"config":626},"Vielfalt, Inklusion und Zugehörigkeit",{"href":627,"dataGaName":628,"dataGaLocation":482},"/de-de/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":359,"config":630},{"href":361,"dataGaName":362,"dataGaLocation":482},{"text":369,"config":632},{"href":371,"dataGaName":372,"dataGaLocation":482},{"text":374,"config":634},{"href":376,"dataGaName":377,"dataGaLocation":482},{"text":636,"config":637},"Transparenzerklärung zu moderner Sklaverei",{"href":638,"dataGaName":639,"dataGaLocation":482},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":641,"links":642},"Nimm Kontakt auf",[643,646,648,650,655,660,665],{"text":644,"config":645},"Sprich mit einem Experten/einer Expertin",{"href":61,"dataGaName":62,"dataGaLocation":482},{"text":388,"config":647},{"href":390,"dataGaName":391,"dataGaLocation":482},{"text":393,"config":649},{"href":395,"dataGaName":396,"dataGaLocation":482},{"text":651,"config":652},"Status",{"href":653,"dataGaName":654,"dataGaLocation":482},"https://status.gitlab.com/","status",{"text":656,"config":657},"Nutzungsbedingungen",{"href":658,"dataGaName":659,"dataGaLocation":482},"/terms/","terms of use",{"text":661,"config":662},"Datenschutzerklärung",{"href":663,"dataGaName":664,"dataGaLocation":482},"/de-de/privacy/","privacy statement",{"text":666,"config":667},"Cookie-Einstellungen",{"dataGaName":668,"dataGaLocation":482,"id":669,"isOneTrustButton":35},"cookie preferences","ot-sdk-btn",{"items":671},[672,674,676],{"text":656,"config":673},{"href":658,"dataGaName":659,"dataGaLocation":482},{"text":661,"config":675},{"href":663,"dataGaName":664,"dataGaLocation":482},{"text":666,"config":677},{"dataGaName":668,"dataGaLocation":482,"id":669,"isOneTrustButton":35},"content:shared:de-de:main-footer.yml","Main Footer","shared/de-de/main-footer.yml","shared/de-de/main-footer",[683,696,707,718,729,740,751,762,772,782,793,804,814,825,836,846,856,866,876,887,897,907,917,928,939,949,960,971,981,992,1002,1013,1024,1035,1046,1056,1067,1078,1088,1099,1109,1120,1131,1141,1151,1162,1172,1182,1192,1203,1214,1225,1236,1246,1257,1268,1279,1290,1300,1311,1323,1333,1344,1354,1366,1377,1387,1398,1408,1419,1429,1440,1451,1461,1471,1481,1492,1502,1512,1522,1532,1543,1553,1564,1574,1585,1595,1605,1615,1626,1637,1648,1659,1670,1682,1692,1703,1713,1724,1735,1746,1757,1767,1778,1789,1800,1811,1821,1832,1843,1854,1864,1877,1887,1898,1909,1920,1930,1941,1952,1963,1973,1983,1993,2003,2014,2024,2034,2045,2055,2066,2076,2087,2098,2108,2119,2129,2139,2149,2160,2170,2180,2191,2202,2212,2223,2234,2245,2255,2267,2278,2288,2300,2312,2322,2332,2343,2353,2364,2376,2387,2398,2409,2421,2432,2442,2452,2463,2473,2483,2494,2505,2515,2526,2537,2547,2557,2568,2579,2589,2600,2610,2621,2632,2643,2653,2663,2674,2685,2695,2705,2716,2728,2738,2748,2758,2769,2780,2790,2800,2810,2820,2830,2841,2852,2862,2873,2883,2893,2903,2913,2923,2934,2944,2954,2965,2975,2985,2996,3007,3017,3029,3039,3049,3061,3072,3083,3093,3104,3115,3126,3136,3148,3159,3169,3180,3191,3202,3213,3224,3235,3246,3256,3267,3278,3289,3299,3309,3320,3330,3340,3351,3362,3375,3386,3397,3407,3418,3430,3441,3452,3463,3473,3483,3494,3504,3515,3526,3537,3547,3557,3567,3577,3588,3599,3610,3621,3633,3644,3656,3667,3677,3687,3699,3709,3720,3730,3741,3751,3761,3772,3784,3794,3804,3814,3825,3835,3846,3856,3866,3877,3888,3899,3911,3922,3932,3943,3954,3964,3974,3985,3996,4007,4018,4028,4039,4050,4061,4071,4082,4093,4103,4114,4125,4136,4146,4156,4167,4178,4188,4199,4210,4221,4231,4241,4252,4263,4274,4285,4296,4306,4317,4328,4338,4348,4358,4370,4382,4392,4404,4414,4425,4436,4447,4458,4471,4481,4492,4503,4513,4523,4533,4544,4554,4565,4576,4586,4597,4607,4618,4629,4640,4651,4662,4672,4682,4693,4704,4714,4724,4734,4745,4756,4766,4776,4786,4796,4807,4817,4827,4838,4848,4859,4869,4880,4891,4901,4911,4922,4932,4942,4953,4964,4975,4986,4996,5008,5019,5030,5040,5050,5060,5071,5082,5093,5104,5114,5125,5136,5146,5157,5169,5179,5189,5199,5210,5221,5232,5242,5252,5263,5274,5284,5296,5306,5316,5327,5337,5348,5360,5371,5381,5392,5403,5413,5424,5435,5447,5457,5467,5478,5488,5499,5509,5520,5530,5540,5551,5561,5572,5582,5592,5603,5613,5624,5635,5645,5655,5666,5676,5686,5696,5706,5717,5728,5740,5751,5762,5774,5786,5797,5808,5818,5829,5839,5849,5860,5871,5882,5892,5902,5912,5922,5932,5943,5955,5966,5978,5989,5999,6009,6020,6030,6040,6050,6060,6070,6080,6091,6101,6111,6122,6132,6142,6153,6164,6174,6186,6197,6207,6219,6230,6240,6251,6262,6272,6282,6292,6304,6314,6325,6336,6347,6358,6368,6378,6389,6401,6411,6421,6432,6442,6453,6463,6475,6486,6496,6506,6517,6529,6539,6552,6562,6574,6585,6595,6605,6616,6626,6637,6648,6659,6670,6681,6692,6703,6714,6725,6736,6747,6758,6769,6780,6790,6800,6813,6823,6834,6844,6855,6865,6875,6886,6897,6908,6918,6928,6939,6949,6960,6971,6983,6994,7004,7015,7026,7036,7046,7056,7066,7076,7087,7097,7108,7118,7129,7144,7155,7165,7176,7187,7198,7209,7220,7230,7241,7252,7263,7273,7284,7294,7304,7314,7324,7334,7345,7357,7367,7378,7389,7401,7411,7422,7432,7444,7455,7465,7475,7486,7497,7507,7518,7528,7538,7549,7560,7571,7582,7592,7603,7613,7623,7633,7643,7654,7665,7675,7685,7696,7707,7717,7727,7737,7748,7758,7769,7780,7791,7801,7811,7821,7831,7842,7853,7863,7873,7883,7893,7904],{"_path":684,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":686,"config":691,"_id":693,"_type":38,"title":687,"_source":40,"_file":694,"_stem":695,"_extension":43},"/en-us/blog/authors/aakriti-gupta","authors",{"name":687,"config":688},"Aakriti Gupta",{"headshot":689,"ctfId":690},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681960/Blog/Author%20Headshots/aakriti.jpg","aakritigupta",{"template":692},"BlogAuthor","content:en-us:blog:authors:aakriti-gupta.yml","en-us/blog/authors/aakriti-gupta.yml","en-us/blog/authors/aakriti-gupta",{"_path":697,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":698,"config":702,"_id":703,"_type":38,"title":704,"_source":40,"_file":705,"_stem":706,"_extension":43},"/en-us/blog/authors/aaron-peters-member-good-docs-project",{"name":699,"config":700},"Aaron Peters, Member, Good Docs Project",{"headshot":7,"ctfId":701},"7KZoxZ7kn5c5DAvuDP6wtx",{"template":692},"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":708,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":709,"config":714,"_id":715,"_type":38,"title":710,"_source":40,"_file":716,"_stem":717,"_extension":43},"/en-us/blog/authors/aathira-nair",{"name":710,"config":711},"Aathira Nair",{"headshot":712,"ctfId":713},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663871/Blog/Author%20Headshots/anair5-headshot.jpg","anair",{"template":692},"content:en-us:blog:authors:aathira-nair.yml","en-us/blog/authors/aathira-nair.yml","en-us/blog/authors/aathira-nair",{"_path":719,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":720,"config":725,"_id":726,"_type":38,"title":721,"_source":40,"_file":727,"_stem":728,"_extension":43},"/en-us/blog/authors/abdulkader-benchi",{"name":721,"config":722},"Abdulkader Benchi",{"headshot":723,"ctfId":724},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","Abdulkader-Benchi",{"template":692},"content:en-us:blog:authors:abdulkader-benchi.yml","en-us/blog/authors/abdulkader-benchi.yml","en-us/blog/authors/abdulkader-benchi",{"_path":730,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":731,"config":736,"_id":737,"_type":38,"title":732,"_source":40,"_file":738,"_stem":739,"_extension":43},"/en-us/blog/authors/abubakar-siddiq-ango",{"name":732,"config":733},"Abubakar Siddiq Ango",{"headshot":734,"ctfId":735},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660104/Blog/Author%20Headshots/abuango-headshot.jpg","abuango",{"template":692},"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":741,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":742,"config":747,"_id":748,"_type":38,"title":743,"_source":40,"_file":749,"_stem":750,"_extension":43},"/en-us/blog/authors/achilleas-pipinellis",{"name":743,"config":744},"Achilleas Pipinellis",{"headshot":745,"ctfId":746},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671703/Blog/Author%20Headshots/axil-headshot.jpg","Achilleas-Pipinellis",{"template":692},"content:en-us:blog:authors:achilleas-pipinellis.yml","en-us/blog/authors/achilleas-pipinellis.yml","en-us/blog/authors/achilleas-pipinellis",{"_path":752,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":753,"config":757,"_id":758,"_type":38,"title":759,"_source":40,"_file":760,"_stem":761,"_extension":43},"/en-us/blog/authors/adfinis-sygroup",{"name":754,"config":755},"Adfinis SyGroup",{"headshot":723,"ctfId":756},"Adfinis-SyGroup",{"template":692},"content:en-us:blog:authors:adfinis-sygroup.yml","Adfinis Sygroup","en-us/blog/authors/adfinis-sygroup.yml","en-us/blog/authors/adfinis-sygroup",{"_path":763,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":764,"config":768,"_id":769,"_type":38,"title":765,"_source":40,"_file":770,"_stem":771,"_extension":43},"/en-us/blog/authors/ahmet-kizilay",{"name":765,"config":766},"Ahmet Kizilay",{"headshot":723,"ctfId":767},"Ahmet-Kizilay",{"template":692},"content:en-us:blog:authors:ahmet-kizilay.yml","en-us/blog/authors/ahmet-kizilay.yml","en-us/blog/authors/ahmet-kizilay",{"_path":773,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":774,"config":778,"_id":779,"_type":38,"title":775,"_source":40,"_file":780,"_stem":781,"_extension":43},"/en-us/blog/authors/akashdeep-dhar",{"name":775,"config":776},"Akashdeep Dhar",{"headshot":7,"ctfId":777},"t0xic0der",{"template":692},"content:en-us:blog:authors:akashdeep-dhar.yml","en-us/blog/authors/akashdeep-dhar.yml","en-us/blog/authors/akashdeep-dhar",{"_path":783,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":784,"config":789,"_id":790,"_type":38,"title":785,"_source":40,"_file":791,"_stem":792,"_extension":43},"/en-us/blog/authors/alana-bellucci",{"name":785,"config":786},"Alana Bellucci",{"headshot":787,"ctfId":788},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664907/Blog/Author%20Headshots/abellucci-headshot.jpg","abellucci",{"template":692},"content:en-us:blog:authors:alana-bellucci.yml","en-us/blog/authors/alana-bellucci.yml","en-us/blog/authors/alana-bellucci",{"_path":794,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":795,"config":800,"_id":801,"_type":38,"title":796,"_source":40,"_file":802,"_stem":803,"_extension":43},"/en-us/blog/authors/alex-fracazo",{"name":796,"config":797},"Alex Fracazo",{"headshot":798,"ctfId":799},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663572/Blog/Author%20Headshots/Alex_Fracazo_headshot.png","1fd3avORyzEvt4jtKpkT2k",{"template":692},"content:en-us:blog:authors:alex-fracazo.yml","en-us/blog/authors/alex-fracazo.yml","en-us/blog/authors/alex-fracazo",{"_path":805,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":806,"config":810,"_id":811,"_type":38,"title":807,"_source":40,"_file":812,"_stem":813,"_extension":43},"/en-us/blog/authors/alex-groleau",{"name":807,"config":808},"Alex Groleau",{"headshot":723,"ctfId":809},"3VVHytQSHu9ehZgsUEJ3qq",{"template":692},"content:en-us:blog:authors:alex-groleau.yml","en-us/blog/authors/alex-groleau.yml","en-us/blog/authors/alex-groleau",{"_path":815,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":816,"config":821,"_id":822,"_type":38,"title":817,"_source":40,"_file":823,"_stem":824,"_extension":43},"/en-us/blog/authors/alex-mark",{"name":817,"config":818},"Alex Mark",{"headshot":819,"ctfId":820},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755709078/j3vuvongn6hbucxwaufz.png","alexmark",{"template":692},"content:en-us:blog:authors:alex-mark.yml","en-us/blog/authors/alex-mark.yml","en-us/blog/authors/alex-mark",{"_path":826,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":827,"config":832,"_id":833,"_type":38,"title":828,"_source":40,"_file":834,"_stem":835,"_extension":43},"/en-us/blog/authors/alex-martin",{"name":828,"config":829},"Alex Martin",{"headshot":830,"ctfId":831},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666415/Blog/Author%20Headshots/alex_martin_headshot.png","4vZLX2E8BoR3LCNoYdooCY",{"template":692},"content:en-us:blog:authors:alex-martin.yml","en-us/blog/authors/alex-martin.yml","en-us/blog/authors/alex-martin",{"_path":837,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":838,"config":842,"_id":843,"_type":38,"title":839,"_source":40,"_file":844,"_stem":845,"_extension":43},"/en-us/blog/authors/alexander-dietrich",{"name":839,"config":840},"Alexander Dietrich",{"headshot":723,"ctfId":841},"2CzeEOPVjjGKpdblIm0JfO",{"template":692},"content:en-us:blog:authors:alexander-dietrich.yml","en-us/blog/authors/alexander-dietrich.yml","en-us/blog/authors/alexander-dietrich",{"_path":847,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":848,"config":852,"_id":853,"_type":38,"title":849,"_source":40,"_file":854,"_stem":855,"_extension":43},"/en-us/blog/authors/alexander-malaev",{"name":849,"config":850},"Alexander Malaev",{"headshot":723,"ctfId":851},"Alexander-Malaev",{"template":692},"content:en-us:blog:authors:alexander-malaev.yml","en-us/blog/authors/alexander-malaev.yml","en-us/blog/authors/alexander-malaev",{"_path":857,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":858,"config":862,"_id":863,"_type":38,"title":859,"_source":40,"_file":864,"_stem":865,"_extension":43},"/en-us/blog/authors/alexander-pereverzevs",{"name":859,"config":860},"Alexander Pereverzevs",{"headshot":7,"ctfId":861},"lokalise",{"template":692},"content:en-us:blog:authors:alexander-pereverzevs.yml","en-us/blog/authors/alexander-pereverzevs.yml","en-us/blog/authors/alexander-pereverzevs",{"_path":867,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":868,"config":872,"_id":873,"_type":38,"title":869,"_source":40,"_file":874,"_stem":875,"_extension":43},"/en-us/blog/authors/alexis-ginsberg",{"name":869,"config":870},"Alexis Ginsberg",{"headshot":723,"ctfId":871},"lmDIchpcDx48jKuke2B4l",{"template":692},"content:en-us:blog:authors:alexis-ginsberg.yml","en-us/blog/authors/alexis-ginsberg.yml","en-us/blog/authors/alexis-ginsberg",{"_path":877,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":878,"config":883,"_id":884,"_type":38,"title":879,"_source":40,"_file":885,"_stem":886,"_extension":43},"/en-us/blog/authors/allie-holland",{"name":879,"config":880},"Allie Holland",{"headshot":881,"ctfId":882},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664869/Blog/Author%20Headshots/allie_headshot.png","4Sc66Y8dwHEHwBNuJSh4Mv",{"template":692},"content:en-us:blog:authors:allie-holland.yml","en-us/blog/authors/allie-holland.yml","en-us/blog/authors/allie-holland",{"_path":888,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":889,"config":893,"_id":894,"_type":38,"title":890,"_source":40,"_file":895,"_stem":896,"_extension":43},"/en-us/blog/authors/allison-whilden",{"name":890,"config":891},"Allison Whilden",{"headshot":723,"ctfId":892},"Allison-Whilden",{"template":692},"content:en-us:blog:authors:allison-whilden.yml","en-us/blog/authors/allison-whilden.yml","en-us/blog/authors/allison-whilden",{"_path":898,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":899,"config":903,"_id":904,"_type":38,"title":900,"_source":40,"_file":905,"_stem":906,"_extension":43},"/en-us/blog/authors/alyssa-rock",{"name":900,"config":901},"Alyssa Rock",{"headshot":723,"ctfId":902},"4T2hddEfeK0Kp1zF8Ncvej",{"template":692},"content:en-us:blog:authors:alyssa-rock.yml","en-us/blog/authors/alyssa-rock.yml","en-us/blog/authors/alyssa-rock",{"_path":908,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":909,"config":913,"_id":914,"_type":38,"title":910,"_source":40,"_file":915,"_stem":916,"_extension":43},"/en-us/blog/authors/amanda-folson",{"name":910,"config":911},"Amanda Folson",{"headshot":723,"ctfId":912},"Amanda-Folson",{"template":692},"content:en-us:blog:authors:amanda-folson.yml","en-us/blog/authors/amanda-folson.yml","en-us/blog/authors/amanda-folson",{"_path":918,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":919,"config":924,"_id":925,"_type":38,"title":920,"_source":40,"_file":926,"_stem":927,"_extension":43},"/en-us/blog/authors/amanda-rueda",{"name":920,"config":921},"Amanda Rueda",{"headshot":922,"ctfId":923},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660008/Blog/Author%20Headshots/amanda_rueda_headshot.png","73IHSOcUmhlsh9XDSEiyjs",{"template":692},"content:en-us:blog:authors:amanda-rueda.yml","en-us/blog/authors/amanda-rueda.yml","en-us/blog/authors/amanda-rueda",{"_path":929,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":930,"config":935,"_id":936,"_type":38,"title":931,"_source":40,"_file":937,"_stem":938,"_extension":43},"/en-us/blog/authors/amar-patel",{"name":931,"config":932},"Amar Patel",{"headshot":933,"ctfId":934},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663805/Blog/Author%20Headshots/amar_patel_headshot.png","1EUBoP8mmMLhdha2tRo0vB",{"template":692},"content:en-us:blog:authors:amar-patel.yml","en-us/blog/authors/amar-patel.yml","en-us/blog/authors/amar-patel",{"_path":940,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":941,"config":945,"_id":946,"_type":38,"title":942,"_source":40,"_file":947,"_stem":948,"_extension":43},"/en-us/blog/authors/amara-nwaigwe",{"name":942,"config":943},"Amara Nwaigwe",{"headshot":723,"ctfId":944},"Amara-Nwaigwe",{"template":692},"content:en-us:blog:authors:amara-nwaigwe.yml","en-us/blog/authors/amara-nwaigwe.yml","en-us/blog/authors/amara-nwaigwe",{"_path":950,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":951,"config":956,"_id":957,"_type":38,"title":952,"_source":40,"_file":958,"_stem":959,"_extension":43},"/en-us/blog/authors/amelia-bauerly",{"name":952,"config":953},"Amelia Bauerly",{"headshot":954,"ctfId":955},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670746/Blog/Author%20Headshots/ameliabauerly-headshot.jpg","ameliabauerly",{"template":692},"content:en-us:blog:authors:amelia-bauerly.yml","en-us/blog/authors/amelia-bauerly.yml","en-us/blog/authors/amelia-bauerly",{"_path":961,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":962,"config":967,"_id":968,"_type":38,"title":963,"_source":40,"_file":969,"_stem":970,"_extension":43},"/en-us/blog/authors/ameya-darshan",{"name":963,"config":964},"Ameya Darshan",{"headshot":965,"ctfId":966},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667342/Blog/Author%20Headshots/ameya_darshan_headshot.png","79paMp2QSqRdFtZznJ6uNr",{"template":692},"content:en-us:blog:authors:ameya-darshan.yml","en-us/blog/authors/ameya-darshan.yml","en-us/blog/authors/ameya-darshan",{"_path":972,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":973,"config":977,"_id":978,"_type":38,"title":974,"_source":40,"_file":979,"_stem":980,"_extension":43},"/en-us/blog/authors/andrea-borga",{"name":974,"config":975},"Andrea Borga",{"headshot":723,"ctfId":976},"6dPpfov6kpNcMdmyHyhKcN",{"template":692},"content:en-us:blog:authors:andrea-borga.yml","en-us/blog/authors/andrea-borga.yml","en-us/blog/authors/andrea-borga",{"_path":982,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":983,"config":988,"_id":989,"_type":38,"title":984,"_source":40,"_file":990,"_stem":991,"_extension":43},"/en-us/blog/authors/andreas-brandl",{"name":984,"config":985},"Andreas Brandl",{"headshot":986,"ctfId":987},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683343/Blog/Author%20Headshots/abrandl-headshot.jpg","abrandl",{"template":692},"content:en-us:blog:authors:andreas-brandl.yml","en-us/blog/authors/andreas-brandl.yml","en-us/blog/authors/andreas-brandl",{"_path":993,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":994,"config":998,"_id":999,"_type":38,"title":995,"_source":40,"_file":1000,"_stem":1001,"_extension":43},"/en-us/blog/authors/andrew-chilton",{"name":995,"config":996},"Andrew Chilton",{"headshot":7,"ctfId":997},"chilts",{"template":692},"content:en-us:blog:authors:andrew-chilton.yml","en-us/blog/authors/andrew-chilton.yml","en-us/blog/authors/andrew-chilton",{"_path":1003,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1004,"config":1009,"_id":1010,"_type":38,"title":1005,"_source":40,"_file":1011,"_stem":1012,"_extension":43},"/en-us/blog/authors/andrew-fontaine",{"name":1005,"config":1006},"Andrew Fontaine",{"headshot":1007,"ctfId":1008},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672447/Blog/Author%20Headshots/afontaine-headshot.jpg","afontaine",{"template":692},"content:en-us:blog:authors:andrew-fontaine.yml","en-us/blog/authors/andrew-fontaine.yml","en-us/blog/authors/andrew-fontaine",{"_path":1014,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1015,"config":1020,"_id":1021,"_type":38,"title":1016,"_source":40,"_file":1022,"_stem":1023,"_extension":43},"/en-us/blog/authors/andrew-kelly",{"name":1016,"config":1017},"Andrew Kelly",{"headshot":1018,"ctfId":1019},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681953/Blog/Author%20Headshots/ankelly-headshot.jpg","ankelly",{"template":692},"content:en-us:blog:authors:andrew-kelly.yml","en-us/blog/authors/andrew-kelly.yml","en-us/blog/authors/andrew-kelly",{"_path":1025,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1026,"config":1031,"_id":1032,"_type":38,"title":1027,"_source":40,"_file":1033,"_stem":1034,"_extension":43},"/en-us/blog/authors/andrew-newdigate",{"name":1027,"config":1028},"Andrew Newdigate",{"headshot":1029,"ctfId":1030},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670199/Blog/Author%20Headshots/andrewn-headshot.jpg","andrewn",{"template":692},"content:en-us:blog:authors:andrew-newdigate.yml","en-us/blog/authors/andrew-newdigate.yml","en-us/blog/authors/andrew-newdigate",{"_path":1036,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1037,"config":1042,"_id":1043,"_type":38,"title":1038,"_source":40,"_file":1044,"_stem":1045,"_extension":43},"/en-us/blog/authors/andrew-patterson",{"name":1038,"config":1039},"Andrew Patterson",{"headshot":1040,"ctfId":1041},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669197/Blog/Author%20Headshots/andrew_patterson_headshot.png","6qJ1J2ePA6FVQaVLqx0C0d",{"template":692},"content:en-us:blog:authors:andrew-patterson.yml","en-us/blog/authors/andrew-patterson.yml","en-us/blog/authors/andrew-patterson",{"_path":1047,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1048,"config":1052,"_id":1053,"_type":38,"title":1049,"_source":40,"_file":1054,"_stem":1055,"_extension":43},"/en-us/blog/authors/andrew-taylor",{"name":1049,"config":1050},"Andrew Taylor",{"headshot":723,"ctfId":1051},"Andrew-Taylor",{"template":692},"content:en-us:blog:authors:andrew-taylor.yml","en-us/blog/authors/andrew-taylor.yml","en-us/blog/authors/andrew-taylor",{"_path":1057,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1058,"config":1063,"_id":1064,"_type":38,"title":1059,"_source":40,"_file":1065,"_stem":1066,"_extension":43},"/en-us/blog/authors/andrew-thomas",{"name":1059,"config":1060},"Andrew Thomas",{"headshot":1061,"ctfId":1062},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663944/Blog/Author%20Headshots/awthomas-headshot.jpg","awthomas",{"template":692},"content:en-us:blog:authors:andrew-thomas.yml","en-us/blog/authors/andrew-thomas.yml","en-us/blog/authors/andrew-thomas",{"_path":1068,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1069,"config":1074,"_id":1075,"_type":38,"title":1070,"_source":40,"_file":1076,"_stem":1077,"_extension":43},"/en-us/blog/authors/andy-bradfield",{"name":1070,"role":1071,"config":1072},"Andy Bradfield","Vice President, IBM Z Hybrid Cloud",{"headshot":1073},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750433790/essf1v0fbgzygctp8cuc.jpg",{"template":692},"content:en-us:blog:authors:andy-bradfield.yml","en-us/blog/authors/andy-bradfield.yml","en-us/blog/authors/andy-bradfield",{"_path":1079,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1080,"config":1084,"_id":1085,"_type":38,"title":1081,"_source":40,"_file":1086,"_stem":1087,"_extension":43},"/en-us/blog/authors/andy-rogers",{"name":1081,"config":1082},"Andy Rogers",{"headshot":723,"ctfId":1083},"Andy-Rogers",{"template":692},"content:en-us:blog:authors:andy-rogers.yml","en-us/blog/authors/andy-rogers.yml","en-us/blog/authors/andy-rogers",{"_path":1089,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1090,"config":1095,"_id":1096,"_type":38,"title":1091,"_source":40,"_file":1097,"_stem":1098,"_extension":43},"/en-us/blog/authors/andy-volpe",{"name":1091,"config":1092},"Andy Volpe",{"headshot":1093,"ctfId":1094},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669776/Blog/Author%20Headshots/andyvolpe-headshot.png","andyvolpe",{"template":692},"content:en-us:blog:authors:andy-volpe.yml","en-us/blog/authors/andy-volpe.yml","en-us/blog/authors/andy-volpe",{"_path":1100,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1101,"config":1105,"_id":1106,"_type":38,"title":1102,"_source":40,"_file":1107,"_stem":1108,"_extension":43},"/en-us/blog/authors/angelo-stavrow",{"name":1102,"config":1103},"Angelo Stavrow",{"headshot":723,"ctfId":1104},"Angelo-Stavrow",{"template":692},"content:en-us:blog:authors:angelo-stavrow.yml","en-us/blog/authors/angelo-stavrow.yml","en-us/blog/authors/angelo-stavrow",{"_path":1110,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1111,"config":1116,"_id":1117,"_type":38,"title":1112,"_source":40,"_file":1118,"_stem":1119,"_extension":43},"/en-us/blog/authors/anna-vovchenko",{"name":1112,"config":1113},"Anna Vovchenko",{"headshot":1114,"ctfId":1115},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669159/Blog/Author%20Headshots/anna_vovchenko_headshot.png","4bLGBzB5LA0jYw0y9IqCs2",{"template":692},"content:en-us:blog:authors:anna-vovchenko.yml","en-us/blog/authors/anna-vovchenko.yml","en-us/blog/authors/anna-vovchenko",{"_path":1121,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1122,"config":1127,"_id":1128,"_type":38,"title":1123,"_source":40,"_file":1129,"_stem":1130,"_extension":43},"/en-us/blog/authors/annabel-dunstone-gray",{"name":1123,"config":1124},"Annabel Dunstone Gray",{"headshot":1125,"ctfId":1126},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679009/Blog/Author%20Headshots/annabeldunstone-headshot.jpg","annabeldunstone",{"template":692},"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":1132,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1133,"config":1137,"_id":1138,"_type":38,"title":1134,"_source":40,"_file":1139,"_stem":1140,"_extension":43},"/en-us/blog/authors/anshuman-singh",{"name":1134,"config":1135},"Anshuman Singh",{"headshot":723,"ctfId":1136},"4xzrY67JSkxp4j7hlK1DWA",{"template":692},"content:en-us:blog:authors:anshuman-singh.yml","en-us/blog/authors/anshuman-singh.yml","en-us/blog/authors/anshuman-singh",{"_path":1142,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1143,"config":1147,"_id":1148,"_type":38,"title":1144,"_source":40,"_file":1149,"_stem":1150,"_extension":43},"/en-us/blog/authors/anthony-davanzo",{"name":1144,"config":1145},"Anthony Davanzo",{"headshot":723,"ctfId":1146},"4KccrB6k5jq46xQRDOdWSb",{"template":692},"content:en-us:blog:authors:anthony-davanzo.yml","en-us/blog/authors/anthony-davanzo.yml","en-us/blog/authors/anthony-davanzo",{"_path":1152,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1153,"config":1158,"_id":1159,"_type":38,"title":1154,"_source":40,"_file":1160,"_stem":1161,"_extension":43},"/en-us/blog/authors/anton-smith",{"name":1154,"config":1155},"Anton Smith",{"headshot":1156,"ctfId":1157},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679625/Blog/Author%20Headshots/anton-headshot.png","anton",{"template":692},"content:en-us:blog:authors:anton-smith.yml","en-us/blog/authors/anton-smith.yml","en-us/blog/authors/anton-smith",{"_path":1163,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1164,"config":1168,"_id":1169,"_type":38,"title":1165,"_source":40,"_file":1170,"_stem":1171,"_extension":43},"/en-us/blog/authors/aricka-flowers",{"name":1165,"config":1166},"Aricka Flowers",{"headshot":7,"ctfId":1167},"atflowers",{"template":692},"content:en-us:blog:authors:aricka-flowers.yml","en-us/blog/authors/aricka-flowers.yml","en-us/blog/authors/aricka-flowers",{"_path":1173,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1174,"config":1178,"_id":1179,"_type":38,"title":1175,"_source":40,"_file":1180,"_stem":1181,"_extension":43},"/en-us/blog/authors/ariel-camus",{"name":1175,"config":1176},"Ariel Camus",{"headshot":7,"ctfId":1177},"arielcamus",{"template":692},"content:en-us:blog:authors:ariel-camus.yml","en-us/blog/authors/ariel-camus.yml","en-us/blog/authors/ariel-camus",{"_path":1183,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1184,"config":1188,"_id":1189,"_type":38,"title":1185,"_source":40,"_file":1190,"_stem":1191,"_extension":43},"/en-us/blog/authors/arunoda-susiripala",{"name":1185,"config":1186},"Arunoda Susiripala",{"headshot":723,"ctfId":1187},"7kQaq0xFWPi2zRW6NZIDHp",{"template":692},"content:en-us:blog:authors:arunoda-susiripala.yml","en-us/blog/authors/arunoda-susiripala.yml","en-us/blog/authors/arunoda-susiripala",{"_path":1193,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1194,"config":1198,"_id":1200,"_type":38,"title":1195,"_source":40,"_file":1201,"_stem":1202,"_extension":43},"/en-us/blog/authors/ashher-syed",{"name":1195,"config":1196},"Ashher Syed",{"headshot":1197},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753883485/jnsltidrjyzzbxlmllua.png",{"template":692,"gitlabHandle":1199},"ashhers","content:en-us:blog:authors:ashher-syed.yml","en-us/blog/authors/ashher-syed.yml","en-us/blog/authors/ashher-syed",{"_path":1204,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1205,"config":1210,"_id":1211,"_type":38,"title":1206,"_source":40,"_file":1212,"_stem":1213,"_extension":43},"/en-us/blog/authors/ashley-knobloch",{"name":1206,"config":1207},"Ashley Knobloch",{"headshot":1208,"ctfId":1209},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682879/Blog/Author%20Headshots/aknobloch-headshot.jpg","aknobloch",{"template":692},"content:en-us:blog:authors:ashley-knobloch.yml","en-us/blog/authors/ashley-knobloch.yml","en-us/blog/authors/ashley-knobloch",{"_path":1215,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1216,"config":1221,"_id":1222,"_type":38,"title":1217,"_source":40,"_file":1223,"_stem":1224,"_extension":43},"/en-us/blog/authors/ashley-kramer",{"name":1217,"config":1218},"Ashley Kramer",{"headshot":1219,"ctfId":1220},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662520/Blog/Author%20Headshots/akramer-headshot.jpg","akramer",{"template":692},"content:en-us:blog:authors:ashley-kramer.yml","en-us/blog/authors/ashley-kramer.yml","en-us/blog/authors/ashley-kramer",{"_path":1226,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1227,"config":1231,"_id":1232,"_type":38,"title":1233,"_source":40,"_file":1234,"_stem":1235,"_extension":43},"/en-us/blog/authors/ashley-mcalpin",{"name":1228,"config":1229},"Ashley McAlpin",{"headshot":723,"ctfId":1230},"Ashley-McAlpin",{"template":692},"content:en-us:blog:authors:ashley-mcalpin.yml","Ashley Mcalpin","en-us/blog/authors/ashley-mcalpin.yml","en-us/blog/authors/ashley-mcalpin",{"_path":1237,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1238,"config":1242,"_id":1243,"_type":38,"title":1239,"_source":40,"_file":1244,"_stem":1245,"_extension":43},"/en-us/blog/authors/ashley-smith",{"name":1239,"config":1240},"Ashley Smith",{"headshot":723,"ctfId":1241},"Ashley-Smith",{"template":692},"content:en-us:blog:authors:ashley-smith.yml","en-us/blog/authors/ashley-smith.yml","en-us/blog/authors/ashley-smith",{"_path":1247,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1248,"config":1252,"_id":1253,"_type":38,"title":1254,"_source":40,"_file":1255,"_stem":1256,"_extension":43},"/en-us/blog/authors/atlassian-bitbucket-github-gitlab",{"name":1249,"config":1250},"Atlassian Bitbucket, GitHub, GitLab",{"headshot":723,"ctfId":1251},"Atlassian-Bitbucket-GitHub-GitLab",{"template":692},"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":1258,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1259,"config":1264,"_id":1265,"_type":38,"title":1260,"_source":40,"_file":1266,"_stem":1267,"_extension":43},"/en-us/blog/authors/austin-regnery",{"name":1260,"config":1261},"Austin Regnery",{"headshot":1262,"ctfId":1263},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679497/Blog/Author%20Headshots/aregnery-headshot.jpg","aregnery",{"template":692},"content:en-us:blog:authors:austin-regnery.yml","en-us/blog/authors/austin-regnery.yml","en-us/blog/authors/austin-regnery",{"_path":1269,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1270,"config":1275,"_id":1276,"_type":38,"title":1271,"_source":40,"_file":1277,"_stem":1278,"_extension":43},"/en-us/blog/authors/ayoub-fandi",{"name":1271,"config":1272},"Ayoub Fandi",{"headshot":1273,"ctfId":1274},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664292/Blog/Author%20Headshots/ayofan-headshot.jpg","ayofan",{"template":692},"content:en-us:blog:authors:ayoub-fandi.yml","en-us/blog/authors/ayoub-fandi.yml","en-us/blog/authors/ayoub-fandi",{"_path":1280,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1281,"config":1285,"_id":1286,"_type":38,"title":1287,"_source":40,"_file":1288,"_stem":1289,"_extension":43},"/en-us/blog/authors/bahubali-bill-shetti",{"name":1282,"config":1283},"Bahubali (Bill) Shetti",{"headshot":723,"ctfId":1284},"4rFnUJeUt0JNGQwwCZSLMj",{"template":692},"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":1291,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1292,"config":1296,"_id":1297,"_type":38,"title":1293,"_source":40,"_file":1298,"_stem":1299,"_extension":43},"/en-us/blog/authors/baksheesh-singh-ghuman",{"name":1293,"config":1294},"Baksheesh Singh Ghuman",{"headshot":723,"ctfId":1295},"Baksheesh-Singh-Ghuman",{"template":692},"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":1301,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1302,"config":1307,"_id":1308,"_type":38,"title":1303,"_source":40,"_file":1309,"_stem":1310,"_extension":43},"/en-us/blog/authors/bala-allam",{"name":1303,"config":1304},"Bala Allam",{"headshot":1305,"ctfId":1306},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663541/Blog/Author%20Headshots/bala_allam_headshot.png","2rLcMDIniW4zfuD8s0ckVt",{"template":692},"content:en-us:blog:authors:bala-allam.yml","en-us/blog/authors/bala-allam.yml","en-us/blog/authors/bala-allam",{"_path":1312,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1313,"config":1318,"_id":1319,"_type":38,"title":1320,"_source":40,"_file":1321,"_stem":1322,"_extension":43},"/en-us/blog/authors/balasankar-balu-c",{"name":1314,"config":1315},"Balasankar 'Balu' C",{"headshot":1316,"ctfId":1317},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681201/Blog/Author%20Headshots/balasankarc-headshot.jpg","balasankarc",{"template":692},"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":1324,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1325,"config":1329,"_id":1330,"_type":38,"title":21,"_source":40,"_file":1331,"_stem":1332,"_extension":43},"/en-us/blog/authors/bart-zhang",{"name":21,"config":1326},{"headshot":1327,"ctfId":1328},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664177/Blog/Author%20Headshots/bartzhang-headshot.jpg","bartzhang",{"template":692},"content:en-us:blog:authors:bart-zhang.yml","en-us/blog/authors/bart-zhang.yml","en-us/blog/authors/bart-zhang",{"_path":1334,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1335,"config":1340,"_id":1341,"_type":38,"title":1336,"_source":40,"_file":1342,"_stem":1343,"_extension":43},"/en-us/blog/authors/beatriz-barbosa",{"name":1336,"config":1337},"Beatriz Barbosa",{"headshot":1338,"ctfId":1339},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665252/Blog/Author%20Headshots/beatriz_barbosa.png","7GdHsfTvzkhnGh2qQmZF91",{"template":692},"content:en-us:blog:authors:beatriz-barbosa.yml","en-us/blog/authors/beatriz-barbosa.yml","en-us/blog/authors/beatriz-barbosa",{"_path":1345,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1346,"config":1350,"_id":1351,"_type":38,"title":1347,"_source":40,"_file":1352,"_stem":1353,"_extension":43},"/en-us/blog/authors/becka-lippert",{"name":1347,"config":1348},"Becka Lippert",{"headshot":723,"ctfId":1349},"7wX6Hbvb3AbKwa6NnClvBX",{"template":692},"content:en-us:blog:authors:becka-lippert.yml","en-us/blog/authors/becka-lippert.yml","en-us/blog/authors/becka-lippert",{"_path":1355,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1356,"config":1361,"_id":1362,"_type":38,"title":1363,"_source":40,"_file":1364,"_stem":1365,"_extension":43},"/en-us/blog/authors/ben-leduc-mills",{"name":1357,"config":1358},"Ben Leduc-Mills",{"headshot":1359,"ctfId":1360},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682380/Blog/Author%20Headshots/leducmills-headshot.png","leducmills",{"template":692},"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":1367,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1368,"config":1373,"_id":1374,"_type":38,"title":1369,"_source":40,"_file":1375,"_stem":1376,"_extension":43},"/en-us/blog/authors/ben-ridley",{"name":1369,"config":1370},"Ben Ridley",{"headshot":1371,"ctfId":1372},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659973/Blog/Author%20Headshots/bridley-headshot.jpg","bridley",{"template":692},"content:en-us:blog:authors:ben-ridley.yml","en-us/blog/authors/ben-ridley.yml","en-us/blog/authors/ben-ridley",{"_path":1378,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1379,"config":1383,"_id":1384,"_type":38,"title":1380,"_source":40,"_file":1385,"_stem":1386,"_extension":43},"/en-us/blog/authors/benedikt-rollik",{"name":1380,"config":1381},"Benedikt Rollik",{"headshot":723,"ctfId":1382},"Benedikt-Rollik",{"template":692},"content:en-us:blog:authors:benedikt-rollik.yml","en-us/blog/authors/benedikt-rollik.yml","en-us/blog/authors/benedikt-rollik",{"_path":1388,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1389,"config":1394,"_id":1395,"_type":38,"title":1390,"_source":40,"_file":1396,"_stem":1397,"_extension":43},"/en-us/blog/authors/benjamin-skierlak",{"name":1390,"config":1391},"Benjamin Skierlak",{"headshot":1392,"ctfId":1393},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659471/Blog/Author%20Headshots/Benjamin_Skierlak_headshot.png","Kzp6pkUjPORYYMoeLFPRf",{"template":692},"content:en-us:blog:authors:benjamin-skierlak.yml","en-us/blog/authors/benjamin-skierlak.yml","en-us/blog/authors/benjamin-skierlak",{"_path":1399,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1400,"config":1404,"_id":1405,"_type":38,"title":1401,"_source":40,"_file":1406,"_stem":1407,"_extension":43},"/en-us/blog/authors/bert-van-eyck",{"name":1401,"config":1402},"Bert Van Eyck",{"headshot":7,"ctfId":1403},"bertveproximus",{"template":692},"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":1409,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1410,"config":1415,"_id":1416,"_type":38,"title":1411,"_source":40,"_file":1417,"_stem":1418,"_extension":43},"/en-us/blog/authors/betsy-bula",{"name":1411,"config":1412},"Betsy Bula",{"headshot":1413,"ctfId":1414},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679451/Blog/Author%20Headshots/bbula-headshot.jpg","bbula",{"template":692},"content:en-us:blog:authors:betsy-bula.yml","en-us/blog/authors/betsy-bula.yml","en-us/blog/authors/betsy-bula",{"_path":1420,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1421,"config":1425,"_id":1426,"_type":38,"title":1422,"_source":40,"_file":1427,"_stem":1428,"_extension":43},"/en-us/blog/authors/betsy-church",{"name":1422,"config":1423},"Betsy Church",{"headshot":7,"ctfId":1424},"bchurch",{"template":692},"content:en-us:blog:authors:betsy-church.yml","en-us/blog/authors/betsy-church.yml","en-us/blog/authors/betsy-church",{"_path":1430,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1431,"config":1436,"_id":1437,"_type":38,"title":1432,"_source":40,"_file":1438,"_stem":1439,"_extension":43},"/en-us/blog/authors/bill-staples",{"name":1432,"config":1433,"role":1435},"Bill Staples",{"headshot":1434},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750434080/glxv59lh9qftpdbsb4ph.png","CEO",{"template":692},"content:en-us:blog:authors:bill-staples.yml","en-us/blog/authors/bill-staples.yml","en-us/blog/authors/bill-staples",{"_path":1441,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1442,"config":1447,"_id":1448,"_type":38,"title":1443,"_source":40,"_file":1449,"_stem":1450,"_extension":43},"/en-us/blog/authors/bob-van-landuyt",{"name":1443,"config":1444},"Bob Van Landuyt",{"headshot":1445,"ctfId":1446},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667520/Blog/Author%20Headshots/reprazent-headshot.png","reprazent",{"template":692},"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":1452,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1453,"config":1457,"_id":1458,"_type":38,"title":1454,"_source":40,"_file":1459,"_stem":1460,"_extension":43},"/en-us/blog/authors/boris-baldassari",{"name":1454,"config":1455},"Boris Baldassari",{"headshot":7,"ctfId":1456},"bbaldassari",{"template":692},"content:en-us:blog:authors:boris-baldassari.yml","en-us/blog/authors/boris-baldassari.yml","en-us/blog/authors/boris-baldassari",{"_path":1462,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1463,"config":1467,"_id":1468,"_type":38,"title":1464,"_source":40,"_file":1469,"_stem":1470,"_extension":43},"/en-us/blog/authors/borivoje-tasovac",{"name":1464,"config":1465},"Borivoje Tasovac",{"headshot":7,"ctfId":1466},"borivoje",{"template":692},"content:en-us:blog:authors:borivoje-tasovac.yml","en-us/blog/authors/borivoje-tasovac.yml","en-us/blog/authors/borivoje-tasovac",{"_path":1472,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1473,"config":1477,"_id":1478,"_type":38,"title":1474,"_source":40,"_file":1479,"_stem":1480,"_extension":43},"/en-us/blog/authors/brad-downey",{"name":1474,"config":1475},"Brad Downey",{"headshot":723,"ctfId":1476},"6b6RTu6832NFEju2zKJhbE",{"template":692},"content:en-us:blog:authors:brad-downey.yml","en-us/blog/authors/brad-downey.yml","en-us/blog/authors/brad-downey",{"_path":1482,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1483,"config":1488,"_id":1489,"_type":38,"title":1484,"_source":40,"_file":1490,"_stem":1491,"_extension":43},"/en-us/blog/authors/bradley-lee",{"name":1484,"config":1485},"Bradley Lee",{"headshot":1486,"ctfId":1487},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666491/Blog/Author%20Headshots/bradleylee-headshot.jpg","bradleylee",{"template":692},"content:en-us:blog:authors:bradley-lee.yml","en-us/blog/authors/bradley-lee.yml","en-us/blog/authors/bradley-lee",{"_path":1493,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1494,"config":1498,"_id":1499,"_type":38,"title":1495,"_source":40,"_file":1500,"_stem":1501,"_extension":43},"/en-us/blog/authors/brandon-foo",{"name":1495,"config":1496},"Brandon Foo",{"headshot":723,"ctfId":1497},"Brandon-Foo",{"template":692},"content:en-us:blog:authors:brandon-foo.yml","en-us/blog/authors/brandon-foo.yml","en-us/blog/authors/brandon-foo",{"_path":1503,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1504,"config":1508,"_id":1509,"_type":38,"title":1505,"_source":40,"_file":1510,"_stem":1511,"_extension":43},"/en-us/blog/authors/brandon-jung",{"name":1505,"config":1506},"Brandon Jung",{"headshot":723,"ctfId":1507},"Brandon-Jung",{"template":692},"content:en-us:blog:authors:brandon-jung.yml","en-us/blog/authors/brandon-jung.yml","en-us/blog/authors/brandon-jung",{"_path":1513,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1514,"config":1518,"_id":1519,"_type":38,"title":1515,"_source":40,"_file":1520,"_stem":1521,"_extension":43},"/en-us/blog/authors/brandon-lyon",{"name":1515,"config":1516},"Brandon Lyon",{"headshot":7,"ctfId":1517},"brandonlyon",{"template":692},"content:en-us:blog:authors:brandon-lyon.yml","en-us/blog/authors/brandon-lyon.yml","en-us/blog/authors/brandon-lyon",{"_path":1523,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1524,"config":1528,"_id":1529,"_type":38,"title":1525,"_source":40,"_file":1530,"_stem":1531,"_extension":43},"/en-us/blog/authors/brein-matturro",{"name":1525,"config":1526},"Brein Matturro",{"headshot":7,"ctfId":1527},"bmatturro",{"template":692},"content:en-us:blog:authors:brein-matturro.yml","en-us/blog/authors/brein-matturro.yml","en-us/blog/authors/brein-matturro",{"_path":1533,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1534,"config":1538,"_id":1539,"_type":38,"title":1540,"_source":40,"_file":1541,"_stem":1542,"_extension":43},"/en-us/blog/authors/brendan-oleary",{"name":1535,"config":1536},"Brendan O'Leary",{"headshot":7,"ctfId":1537},"brendan",{"template":692},"content:en-us:blog:authors:brendan-oleary.yml","Brendan Oleary","en-us/blog/authors/brendan-oleary.yml","en-us/blog/authors/brendan-oleary",{"_path":1544,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1545,"config":1549,"_id":1550,"_type":38,"title":1546,"_source":40,"_file":1551,"_stem":1552,"_extension":43},"/en-us/blog/authors/brendan-regan",{"name":1546,"config":1547},"Brendan Regan",{"headshot":7,"ctfId":1548},"brendanregan11",{"template":692},"content:en-us:blog:authors:brendan-regan.yml","en-us/blog/authors/brendan-regan.yml","en-us/blog/authors/brendan-regan",{"_path":1554,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1555,"config":1560,"_id":1561,"_type":38,"title":1556,"_source":40,"_file":1562,"_stem":1563,"_extension":43},"/en-us/blog/authors/brett-walker",{"name":1556,"config":1557},"Brett Walker",{"headshot":1558,"ctfId":1559},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670155/Blog/Author%20Headshots/digitalmoksha-headshot.jpg","digitalmoksha",{"template":692},"content:en-us:blog:authors:brett-walker.yml","en-us/blog/authors/brett-walker.yml","en-us/blog/authors/brett-walker",{"_path":1565,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1566,"config":1570,"_id":1571,"_type":38,"title":1567,"_source":40,"_file":1572,"_stem":1573,"_extension":43},"/en-us/blog/authors/brian-glanz",{"name":1567,"config":1568},"Brian Glanz",{"headshot":7,"ctfId":1569},"brianglanz",{"template":692},"content:en-us:blog:authors:brian-glanz.yml","en-us/blog/authors/brian-glanz.yml","en-us/blog/authors/brian-glanz",{"_path":1575,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1576,"config":1580,"_id":1581,"_type":38,"title":1582,"_source":40,"_file":1583,"_stem":1584,"_extension":43},"/en-us/blog/authors/brian-oconnell",{"name":1577,"config":1578},"Brian O'Connell",{"headshot":723,"ctfId":1579},"Brian-OConnell",{"template":692},"content:en-us:blog:authors:brian-oconnell.yml","Brian Oconnell","en-us/blog/authors/brian-oconnell.yml","en-us/blog/authors/brian-oconnell",{"_path":1586,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1587,"config":1591,"_id":1592,"_type":38,"title":1588,"_source":40,"_file":1593,"_stem":1594,"_extension":43},"/en-us/blog/authors/brian-rhea",{"name":1588,"config":1589},"Brian Rhea",{"headshot":7,"ctfId":1590},"brhea",{"template":692},"content:en-us:blog:authors:brian-rhea.yml","en-us/blog/authors/brian-rhea.yml","en-us/blog/authors/brian-rhea",{"_path":1596,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1597,"config":1601,"_id":1602,"_type":38,"title":1598,"_source":40,"_file":1603,"_stem":1604,"_extension":43},"/en-us/blog/authors/brian-wald",{"name":1598,"config":1599},"Brian Wald",{"headshot":723,"ctfId":1600},"78qOxgHKlgDY2IxMrBrgCu",{"template":692},"content:en-us:blog:authors:brian-wald.yml","en-us/blog/authors/brian-wald.yml","en-us/blog/authors/brian-wald",{"_path":1606,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1607,"config":1611,"_id":1612,"_type":38,"title":1608,"_source":40,"_file":1613,"_stem":1614,"_extension":43},"/en-us/blog/authors/brittany-rohde",{"name":1608,"config":1609},"Brittany Rohde",{"headshot":7,"ctfId":1610},"brittanyr",{"template":692},"content:en-us:blog:authors:brittany-rohde.yml","en-us/blog/authors/brittany-rohde.yml","en-us/blog/authors/brittany-rohde",{"_path":1616,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1617,"config":1622,"_id":1623,"_type":38,"title":1618,"_source":40,"_file":1624,"_stem":1625,"_extension":43},"/en-us/blog/authors/bryan-behrenshausen",{"name":1618,"config":1619},"Bryan Behrenshausen",{"headshot":1620,"ctfId":1621},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670181/Blog/Author%20Headshots/bbehr-headshot.jpg","bbehr",{"template":692},"content:en-us:blog:authors:bryan-behrenshausen.yml","en-us/blog/authors/bryan-behrenshausen.yml","en-us/blog/authors/bryan-behrenshausen",{"_path":1627,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1628,"config":1633,"_id":1634,"_type":38,"title":1629,"_source":40,"_file":1635,"_stem":1636,"_extension":43},"/en-us/blog/authors/bryan-may",{"name":1629,"config":1630},"Bryan May",{"headshot":1631,"ctfId":1632},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668135/Blog/Author%20Headshots/bryan-may-headshot.jpg","bryanmay",{"template":692},"content:en-us:blog:authors:bryan-may.yml","en-us/blog/authors/bryan-may.yml","en-us/blog/authors/bryan-may",{"_path":1638,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1639,"config":1644,"_id":1645,"_type":38,"title":1640,"_source":40,"_file":1646,"_stem":1647,"_extension":43},"/en-us/blog/authors/byron-boots",{"name":1640,"config":1641},"Byron Boots",{"headshot":1642,"ctfId":1643},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662281/Blog/Author%20Headshots/byron_boots_headshot.png","7ezFbRYF2Cu5JTBQXRp7mw",{"template":692},"content:en-us:blog:authors:byron-boots.yml","en-us/blog/authors/byron-boots.yml","en-us/blog/authors/byron-boots",{"_path":1649,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1650,"config":1655,"_id":1656,"_type":38,"title":1651,"_source":40,"_file":1657,"_stem":1658,"_extension":43},"/en-us/blog/authors/camellia-yang",{"name":1651,"config":1652},"Camellia Yang",{"headshot":1653,"ctfId":1654},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682106/Blog/Author%20Headshots/cam.png","camx",{"template":692},"content:en-us:blog:authors:camellia-yang.yml","en-us/blog/authors/camellia-yang.yml","en-us/blog/authors/camellia-yang",{"_path":1660,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1661,"config":1666,"_id":1667,"_type":38,"title":1662,"_source":40,"_file":1668,"_stem":1669,"_extension":43},"/en-us/blog/authors/cameron-swords",{"name":1662,"config":1663},"Cameron Swords",{"headshot":1664,"ctfId":1665},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667598/Blog/Author%20Headshots/cam_swords-headshot.jpg","camswords",{"template":692},"content:en-us:blog:authors:cameron-swords.yml","en-us/blog/authors/cameron-swords.yml","en-us/blog/authors/cameron-swords",{"_path":1671,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1672,"config":1678,"_id":1679,"_type":38,"title":1674,"_source":40,"_file":1680,"_stem":1681,"_extension":43},"/en-us/blog/authors/carl-myers",{"role":1673,"name":1674,"config":1675},"Manager, CI Platform team, Indeed","Carl Myers",{"headshot":1676,"ctfId":1677},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665044/Blog/Author%20Headshots/image1.jpg","7KelbQ0LsGSGf4TpT0qAlp",{"template":692},"content:en-us:blog:authors:carl-myers.yml","en-us/blog/authors/carl-myers.yml","en-us/blog/authors/carl-myers",{"_path":1683,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1684,"config":1688,"_id":1689,"_type":38,"title":1685,"_source":40,"_file":1690,"_stem":1691,"_extension":43},"/en-us/blog/authors/carol-teskey",{"name":1685,"config":1686},"Carol Teskey",{"headshot":7,"ctfId":1687},"cteskey",{"template":692},"content:en-us:blog:authors:carol-teskey.yml","en-us/blog/authors/carol-teskey.yml","en-us/blog/authors/carol-teskey",{"_path":1693,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1694,"config":1699,"_id":1700,"_type":38,"title":1695,"_source":40,"_file":1701,"_stem":1702,"_extension":43},"/en-us/blog/authors/cesar-saavedra",{"name":1695,"config":1696},"Cesar Saavedra",{"headshot":1697,"ctfId":1698},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659600/Blog/Author%20Headshots/csaavedra1-headshot.jpg","csaavedra1",{"template":692},"content:en-us:blog:authors:cesar-saavedra.yml","en-us/blog/authors/cesar-saavedra.yml","en-us/blog/authors/cesar-saavedra",{"_path":1704,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1705,"config":1709,"_id":1710,"_type":38,"title":1706,"_source":40,"_file":1711,"_stem":1712,"_extension":43},"/en-us/blog/authors/chad-malchow",{"name":1706,"config":1707},"Chad Malchow",{"headshot":723,"ctfId":1708},"Chad-Malchow",{"template":692},"content:en-us:blog:authors:chad-malchow.yml","en-us/blog/authors/chad-malchow.yml","en-us/blog/authors/chad-malchow",{"_path":1714,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1715,"config":1720,"_id":1721,"_type":38,"title":1716,"_source":40,"_file":1722,"_stem":1723,"_extension":43},"/en-us/blog/authors/chance-feick",{"name":1716,"config":1717},"Chance Feick",{"headshot":1718,"ctfId":1719},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666442/Blog/Author%20Headshots/chance_feick_headshot.png","18dtRbXV47xqf5iDrOIduM",{"template":692},"content:en-us:blog:authors:chance-feick.yml","en-us/blog/authors/chance-feick.yml","en-us/blog/authors/chance-feick",{"_path":1725,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1726,"config":1731,"_id":1732,"_type":38,"title":1727,"_source":40,"_file":1733,"_stem":1734,"_extension":43},"/en-us/blog/authors/chandler-gibbons",{"name":1727,"config":1728},"Chandler Gibbons",{"headshot":1729,"ctfId":1730},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663276/Blog/Author%20Headshots/chandlergibb-headshot.jpg","chandlergibb",{"template":692},"content:en-us:blog:authors:chandler-gibbons.yml","en-us/blog/authors/chandler-gibbons.yml","en-us/blog/authors/chandler-gibbons",{"_path":1736,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1737,"config":1741,"_id":1742,"_type":38,"title":1743,"_source":40,"_file":1744,"_stem":1745,"_extension":43},"/en-us/blog/authors/charl-de-wit",{"name":1738,"config":1739},"Charl de Wit",{"headshot":723,"ctfId":1740},"45mQeypQVLNvvTWMzserbR",{"template":692},"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":1747,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1748,"config":1753,"_id":1754,"_type":38,"title":1749,"_source":40,"_file":1755,"_stem":1756,"_extension":43},"/en-us/blog/authors/charlie-ablett",{"name":1749,"config":1750},"Charlie Ablett",{"headshot":1751,"ctfId":1752},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670131/Blog/Author%20Headshots/cablett-headshot.png","cablett",{"template":692},"content:en-us:blog:authors:charlie-ablett.yml","en-us/blog/authors/charlie-ablett.yml","en-us/blog/authors/charlie-ablett",{"_path":1758,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1759,"config":1763,"_id":1764,"_type":38,"title":1760,"_source":40,"_file":1765,"_stem":1766,"_extension":43},"/en-us/blog/authors/charvi-mendiratta",{"name":1760,"config":1761},"Charvi Mendiratta",{"headshot":723,"ctfId":1762},"YV7WvnjPWFS3JhXmSYJLk",{"template":692},"content:en-us:blog:authors:charvi-mendiratta.yml","en-us/blog/authors/charvi-mendiratta.yml","en-us/blog/authors/charvi-mendiratta",{"_path":1768,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1769,"config":1774,"_id":1775,"_type":38,"title":1770,"_source":40,"_file":1776,"_stem":1777,"_extension":43},"/en-us/blog/authors/cherry-han",{"name":1770,"config":1771},"Cherry Han",{"headshot":1772,"ctfId":1773},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/ehktvdbix2o1t0mmcvll.png","6gkuhRkgzCNP1Ee6J14yLu",{"template":692},"content:en-us:blog:authors:cherry-han.yml","en-us/blog/authors/cherry-han.yml","en-us/blog/authors/cherry-han",{"_path":1779,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1780,"config":1784,"_id":1786,"_type":38,"title":1781,"_source":40,"_file":1787,"_stem":1788,"_extension":43},"/en-us/blog/authors/chloe-cartron",{"name":1781,"config":1782},"Chloe Cartron",{"headshot":1783},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1754425488/d0uiiypsxa5ajnbdm6jn.png",{"template":692,"gitlabHandle":1785},"ChloeCartron","content:en-us:blog:authors:chloe-cartron.yml","en-us/blog/authors/chloe-cartron.yml","en-us/blog/authors/chloe-cartron",{"_path":1790,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1791,"config":1796,"_id":1797,"_type":38,"title":1792,"_source":40,"_file":1798,"_stem":1799,"_extension":43},"/en-us/blog/authors/chloe-whitestone",{"name":1792,"config":1793},"Chloe Whitestone",{"headshot":1794,"ctfId":1795},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678693/Blog/Author%20Headshots/chloe-headshot.jpg","chloe",{"template":692},"content:en-us:blog:authors:chloe-whitestone.yml","en-us/blog/authors/chloe-whitestone.yml","en-us/blog/authors/chloe-whitestone",{"_path":1801,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1802,"config":1807,"_id":1808,"_type":38,"title":1803,"_source":40,"_file":1809,"_stem":1810,"_extension":43},"/en-us/blog/authors/chris-balane",{"name":1803,"config":1804},"Chris Balane",{"headshot":1805,"ctfId":1806},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667630/Blog/Author%20Headshots/chris_balane_headshot.png","40SOCfTl3frynjL3dbg63o",{"template":692},"content:en-us:blog:authors:chris-balane.yml","en-us/blog/authors/chris-balane.yml","en-us/blog/authors/chris-balane",{"_path":1812,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1813,"config":1817,"_id":1818,"_type":38,"title":1814,"_source":40,"_file":1819,"_stem":1820,"_extension":43},"/en-us/blog/authors/chris-baus",{"name":1814,"config":1815},"Chris Baus",{"headshot":7,"ctfId":1816},"chrisbaus",{"template":692},"content:en-us:blog:authors:chris-baus.yml","en-us/blog/authors/chris-baus.yml","en-us/blog/authors/chris-baus",{"_path":1822,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1823,"config":1828,"_id":1829,"_type":38,"title":1824,"_source":40,"_file":1830,"_stem":1831,"_extension":43},"/en-us/blog/authors/chris-micek",{"name":1824,"config":1825},"Chris Micek",{"headshot":1826,"ctfId":1827},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666144/Blog/Author%20Headshots/chris_micek_headshot.png","62ZsvfXlttQEQ1tnikgoq9",{"template":692},"content:en-us:blog:authors:chris-micek.yml","en-us/blog/authors/chris-micek.yml","en-us/blog/authors/chris-micek",{"_path":1833,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1834,"config":1839,"_id":1840,"_type":38,"title":1835,"_source":40,"_file":1841,"_stem":1842,"_extension":43},"/en-us/blog/authors/chris-moberly",{"name":1835,"config":1836},"Chris Moberly",{"headshot":1837,"ctfId":1838},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664235/Blog/Author%20Headshots/cmoberly-headshot.jpg","cmoberly",{"template":692},"content:en-us:blog:authors:chris-moberly.yml","en-us/blog/authors/chris-moberly.yml","en-us/blog/authors/chris-moberly",{"_path":1844,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1845,"config":1849,"_id":1850,"_type":38,"title":1851,"_source":40,"_file":1852,"_stem":1853,"_extension":43},"/en-us/blog/authors/chris-sterry-dotscience",{"name":1846,"config":1847},"Chris Sterry, Dotscience",{"headshot":723,"ctfId":1848},"Chris-Sterry-Dotscience",{"template":692},"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":1855,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1856,"config":1860,"_id":1861,"_type":38,"title":1857,"_source":40,"_file":1862,"_stem":1863,"_extension":43},"/en-us/blog/authors/chris-ward",{"name":1857,"config":1858},"Chris Ward",{"headshot":7,"ctfId":1859},"chrischinchilla",{"template":692},"content:en-us:blog:authors:chris-ward.yml","en-us/blog/authors/chris-ward.yml","en-us/blog/authors/chris-ward",{"_path":1865,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1866,"config":1873,"_id":1874,"_type":38,"title":1868,"_source":40,"_file":1875,"_stem":1876,"_extension":43},"/en-us/blog/authors/chris-weber",{"role":1867,"name":1868,"config":1869},"CRO ","Chris Weber",{"headshot":1870,"linkedin":1871,"ctfId":1872},"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":692},"content:en-us:blog:authors:chris-weber.yml","en-us/blog/authors/chris-weber.yml","en-us/blog/authors/chris-weber",{"_path":1878,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1879,"config":1883,"_id":1884,"_type":38,"title":1880,"_source":40,"_file":1885,"_stem":1886,"_extension":43},"/en-us/blog/authors/chrissie-buchanan",{"name":1880,"config":1881},"Chrissie Buchanan",{"headshot":723,"ctfId":1882},"cbuchanan",{"template":692},"content:en-us:blog:authors:chrissie-buchanan.yml","en-us/blog/authors/chrissie-buchanan.yml","en-us/blog/authors/chrissie-buchanan",{"_path":1888,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1889,"config":1894,"_id":1895,"_type":38,"title":1890,"_source":40,"_file":1896,"_stem":1897,"_extension":43},"/en-us/blog/authors/christen-dybenko",{"name":1890,"config":1891},"Christen Dybenko",{"headshot":1892,"ctfId":1893},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668811/Blog/Author%20Headshots/cdybenko-headshot.jpg","cdybenko",{"template":692},"content:en-us:blog:authors:christen-dybenko.yml","en-us/blog/authors/christen-dybenko.yml","en-us/blog/authors/christen-dybenko",{"_path":1899,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1900,"config":1905,"_id":1906,"_type":38,"title":1901,"_source":40,"_file":1907,"_stem":1908,"_extension":43},"/en-us/blog/authors/christian-couder",{"name":1901,"config":1902},"Christian Couder",{"headshot":1903,"ctfId":1904},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663687/Blog/Author%20Headshots/chriscool-headshot.jpg","chriscool",{"template":692},"content:en-us:blog:authors:christian-couder.yml","en-us/blog/authors/christian-couder.yml","en-us/blog/authors/christian-couder",{"_path":1910,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1911,"config":1916,"_id":1917,"_type":38,"title":1912,"_source":40,"_file":1918,"_stem":1919,"_extension":43},"/en-us/blog/authors/christian-nnachi",{"name":1912,"config":1913},"Christian Nnachi",{"headshot":1914,"ctfId":1915},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665343/Blog/Author%20Headshots/christian_nnachi_headshot.png","6pE7HjtzzpRhBFVdwTFjEX",{"template":692},"content:en-us:blog:authors:christian-nnachi.yml","en-us/blog/authors/christian-nnachi.yml","en-us/blog/authors/christian-nnachi",{"_path":1921,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1922,"config":1926,"_id":1927,"_type":38,"title":1923,"_source":40,"_file":1928,"_stem":1929,"_extension":43},"/en-us/blog/authors/christian-simko",{"name":1923,"config":1924},"Christian Simko",{"headshot":7,"ctfId":1925},"csimko",{"template":692},"content:en-us:blog:authors:christian-simko.yml","en-us/blog/authors/christian-simko.yml","en-us/blog/authors/christian-simko",{"_path":1931,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1932,"config":1937,"_id":1938,"_type":38,"title":1933,"_source":40,"_file":1939,"_stem":1940,"_extension":43},"/en-us/blog/authors/christie-lenneville",{"name":1933,"config":1934},"Christie Lenneville",{"headshot":1935,"ctfId":1936},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670047/Blog/Author%20Headshots/clenneville-headshot.jpg","clenneville",{"template":692},"content:en-us:blog:authors:christie-lenneville.yml","en-us/blog/authors/christie-lenneville.yml","en-us/blog/authors/christie-lenneville",{"_path":1942,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1943,"config":1947,"_id":1948,"_type":38,"title":1949,"_source":40,"_file":1950,"_stem":1951,"_extension":43},"/en-us/blog/authors/christina-hupy-phd",{"name":1944,"config":1945},"Christina Hupy, Ph.D.",{"headshot":7,"ctfId":1946},"chupy",{"template":692},"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":1953,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1954,"config":1959,"_id":1960,"_type":38,"title":1955,"_source":40,"_file":1961,"_stem":1962,"_extension":43},"/en-us/blog/authors/christina-lohr",{"name":1955,"config":1956},"Christina Lohr",{"headshot":1957,"ctfId":1958},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662499/Blog/Author%20Headshots/lohrc-headshot.jpg","lohrc",{"template":692},"content:en-us:blog:authors:christina-lohr.yml","en-us/blog/authors/christina-lohr.yml","en-us/blog/authors/christina-lohr",{"_path":1964,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1965,"config":1969,"_id":1970,"_type":38,"title":1966,"_source":40,"_file":1971,"_stem":1972,"_extension":43},"/en-us/blog/authors/christine-yoshida",{"name":1966,"config":1967},"Christine Yoshida",{"headshot":7,"ctfId":1968},"cyoshida",{"template":692},"content:en-us:blog:authors:christine-yoshida.yml","en-us/blog/authors/christine-yoshida.yml","en-us/blog/authors/christine-yoshida",{"_path":1974,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1975,"config":1979,"_id":1980,"_type":38,"title":1976,"_source":40,"_file":1981,"_stem":1982,"_extension":43},"/en-us/blog/authors/christopher-watson",{"name":1976,"config":1977},"Christopher Watson",{"headshot":723,"ctfId":1978},"Christopher-Watson",{"template":692},"content:en-us:blog:authors:christopher-watson.yml","en-us/blog/authors/christopher-watson.yml","en-us/blog/authors/christopher-watson",{"_path":1984,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1985,"config":1989,"_id":1990,"_type":38,"title":1986,"_source":40,"_file":1991,"_stem":1992,"_extension":43},"/en-us/blog/authors/christos-bacharakis",{"name":1986,"config":1987},"Christos Bacharakis",{"headshot":723,"ctfId":1988},"Christos-Bacharakis",{"template":692},"content:en-us:blog:authors:christos-bacharakis.yml","en-us/blog/authors/christos-bacharakis.yml","en-us/blog/authors/christos-bacharakis",{"_path":1994,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":1995,"config":1999,"_id":2000,"_type":38,"title":1996,"_source":40,"_file":2001,"_stem":2002,"_extension":43},"/en-us/blog/authors/cindy-blake",{"name":1996,"config":1997},"Cindy Blake",{"headshot":723,"ctfId":1998},"cblake",{"template":692},"content:en-us:blog:authors:cindy-blake.yml","en-us/blog/authors/cindy-blake.yml","en-us/blog/authors/cindy-blake",{"_path":2004,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2005,"config":2010,"_id":2011,"_type":38,"title":2006,"_source":40,"_file":2012,"_stem":2013,"_extension":43},"/en-us/blog/authors/claire-champernowne",{"name":2006,"config":2007},"Claire Champernowne",{"headshot":2008,"ctfId":2009},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664698/Blog/Author%20Headshots/clair_champernowne_headshot.png","jNt5P04nQ4dptXOKZZ8ZQ",{"template":692},"content:en-us:blog:authors:claire-champernowne.yml","en-us/blog/authors/claire-champernowne.yml","en-us/blog/authors/claire-champernowne",{"_path":2015,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2016,"config":2020,"_id":2021,"_type":38,"title":2017,"_source":40,"_file":2022,"_stem":2023,"_extension":43},"/en-us/blog/authors/clement-ho",{"name":2017,"config":2018},"Clement Ho",{"headshot":7,"ctfId":2019},"ClemMakesApps",{"template":692},"content:en-us:blog:authors:clement-ho.yml","en-us/blog/authors/clement-ho.yml","en-us/blog/authors/clement-ho",{"_path":2025,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2026,"config":2030,"_id":2031,"_type":38,"title":2027,"_source":40,"_file":2032,"_stem":2033,"_extension":43},"/en-us/blog/authors/colin-fletcher",{"name":2027,"config":2028},"Colin Fletcher",{"headshot":7,"ctfId":2029},"cfletcher1",{"template":692},"content:en-us:blog:authors:colin-fletcher.yml","en-us/blog/authors/colin-fletcher.yml","en-us/blog/authors/colin-fletcher",{"_path":2035,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2036,"config":2041,"_id":2042,"_type":38,"title":2037,"_source":40,"_file":2043,"_stem":2044,"_extension":43},"/en-us/blog/authors/connor-gilbert",{"name":2037,"config":2038},"Connor Gilbert",{"headshot":2039,"ctfId":2040},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665913/Blog/Author%20Headshots/connorgilbert-headshot.jpg","connorgilbert",{"template":692},"content:en-us:blog:authors:connor-gilbert.yml","en-us/blog/authors/connor-gilbert.yml","en-us/blog/authors/connor-gilbert",{"_path":2046,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2047,"config":2051,"_id":2052,"_type":38,"title":2048,"_source":40,"_file":2053,"_stem":2054,"_extension":43},"/en-us/blog/authors/connor-shea",{"name":2048,"config":2049},"Connor Shea",{"headshot":723,"ctfId":2050},"Connor-Shea",{"template":692},"content:en-us:blog:authors:connor-shea.yml","en-us/blog/authors/connor-shea.yml","en-us/blog/authors/connor-shea",{"_path":2056,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2057,"config":2062,"_id":2063,"_type":38,"title":2058,"_source":40,"_file":2064,"_stem":2065,"_extension":43},"/en-us/blog/authors/corey-oas",{"name":2058,"config":2059},"Corey Oas",{"headshot":2060,"ctfId":2061},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667633/Blog/Author%20Headshots/corey_oas_headshot.png","1Dd1lJ4aKCv36YWdlUhlPf",{"template":692},"content:en-us:blog:authors:corey-oas.yml","en-us/blog/authors/corey-oas.yml","en-us/blog/authors/corey-oas",{"_path":2067,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2068,"config":2072,"_id":2073,"_type":38,"title":2069,"_source":40,"_file":2074,"_stem":2075,"_extension":43},"/en-us/blog/authors/cormac-foster",{"name":2069,"config":2070},"Cormac Foster",{"headshot":7,"ctfId":2071},"cfoster3",{"template":692},"content:en-us:blog:authors:cormac-foster.yml","en-us/blog/authors/cormac-foster.yml","en-us/blog/authors/cormac-foster",{"_path":2077,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2078,"config":2083,"_id":2084,"_type":38,"title":2079,"_source":40,"_file":2085,"_stem":2086,"_extension":43},"/en-us/blog/authors/costel-maxim",{"name":2079,"config":2080},"Costel Maxim",{"headshot":2081,"ctfId":2082},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663173/Blog/Author%20Headshots/costel_maxim_headshot.png","3QzzrMksaRD9ZPytt0SPPL",{"template":692},"content:en-us:blog:authors:costel-maxim.yml","en-us/blog/authors/costel-maxim.yml","en-us/blog/authors/costel-maxim",{"_path":2088,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2089,"config":2094,"_id":2095,"_type":38,"title":2090,"_source":40,"_file":2096,"_stem":2097,"_extension":43},"/en-us/blog/authors/courtney-meddaugh",{"name":2090,"config":2091},"Courtney Meddaugh",{"headshot":2092,"ctfId":2093},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665168/Blog/Author%20Headshots/courtney_meddaugh_headshot.png","5avtK3YS9MrDBkaOnB9ZmG",{"template":692},"content:en-us:blog:authors:courtney-meddaugh.yml","en-us/blog/authors/courtney-meddaugh.yml","en-us/blog/authors/courtney-meddaugh",{"_path":2099,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2100,"config":2104,"_id":2105,"_type":38,"title":2101,"_source":40,"_file":2106,"_stem":2107,"_extension":43},"/en-us/blog/authors/craig-gomes",{"name":2101,"config":2102},"Craig Gomes",{"headshot":7,"ctfId":2103},"craiggomes",{"template":692},"content:en-us:blog:authors:craig-gomes.yml","en-us/blog/authors/craig-gomes.yml","en-us/blog/authors/craig-gomes",{"_path":2109,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2110,"config":2115,"_id":2116,"_type":38,"title":2111,"_source":40,"_file":2117,"_stem":2118,"_extension":43},"/en-us/blog/authors/craig-miskell",{"name":2111,"config":2112},"Craig Miskell",{"headshot":2113,"ctfId":2114},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667372/Blog/Author%20Headshots/cmiskell-headshot.jpg","cmiskell",{"template":692},"content:en-us:blog:authors:craig-miskell.yml","en-us/blog/authors/craig-miskell.yml","en-us/blog/authors/craig-miskell",{"_path":2120,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2121,"config":2125,"_id":2126,"_type":38,"title":2122,"_source":40,"_file":2127,"_stem":2128,"_extension":43},"/en-us/blog/authors/creighton-swank",{"name":2122,"config":2123},"Creighton Swank",{"headshot":723,"ctfId":2124},"5uf3k9lutpbelxJQ373eWu",{"template":692},"content:en-us:blog:authors:creighton-swank.yml","en-us/blog/authors/creighton-swank.yml","en-us/blog/authors/creighton-swank",{"_path":2130,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2131,"config":2135,"_id":2136,"_type":38,"title":2132,"_source":40,"_file":2137,"_stem":2138,"_extension":43},"/en-us/blog/authors/daisy-miclat",{"name":2132,"config":2133},"Daisy Miclat",{"headshot":723,"ctfId":2134},"IU4zOKoPhWS7hok7qsy7w",{"template":692},"content:en-us:blog:authors:daisy-miclat.yml","en-us/blog/authors/daisy-miclat.yml","en-us/blog/authors/daisy-miclat",{"_path":2140,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2141,"config":2145,"_id":2146,"_type":38,"title":2142,"_source":40,"_file":2147,"_stem":2148,"_extension":43},"/en-us/blog/authors/dan-luhring",{"name":2142,"config":2143},"Dan Luhring",{"headshot":7,"ctfId":2144},"danluhring",{"template":692},"content:en-us:blog:authors:dan-luhring.yml","en-us/blog/authors/dan-luhring.yml","en-us/blog/authors/dan-luhring",{"_path":2150,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2151,"config":2156,"_id":2157,"_type":38,"title":2152,"_source":40,"_file":2158,"_stem":2159,"_extension":43},"/en-us/blog/authors/dan-rabinovitz",{"name":2152,"config":2153},"Dan Rabinovitz",{"headshot":2154,"ctfId":2155},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664796/Blog/Author%20Headshots/dan_rabinovitz_headshot.png","31AXb267jy94budCWQZQyr",{"template":692},"content:en-us:blog:authors:dan-rabinovitz.yml","en-us/blog/authors/dan-rabinovitz.yml","en-us/blog/authors/dan-rabinovitz",{"_path":2161,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2162,"config":2166,"_id":2167,"_type":38,"title":2163,"_source":40,"_file":2168,"_stem":2169,"_extension":43},"/en-us/blog/authors/daniel-berman",{"name":2163,"config":2164},"Daniel Berman",{"headshot":723,"ctfId":2165},"Daniel-Berman",{"template":692},"content:en-us:blog:authors:daniel-berman.yml","en-us/blog/authors/daniel-berman.yml","en-us/blog/authors/daniel-berman",{"_path":2171,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2172,"config":2176,"_id":2177,"_type":38,"title":2173,"_source":40,"_file":2178,"_stem":2179,"_extension":43},"/en-us/blog/authors/daniel-gruesso",{"name":2173,"config":2174},"Daniel Gruesso",{"headshot":7,"ctfId":2175},"danielgruesso",{"template":692},"content:en-us:blog:authors:daniel-gruesso.yml","en-us/blog/authors/daniel-gruesso.yml","en-us/blog/authors/daniel-gruesso",{"_path":2181,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2182,"config":2187,"_id":2188,"_type":38,"title":2183,"_source":40,"_file":2189,"_stem":2190,"_extension":43},"/en-us/blog/authors/daniel-hauenstein",{"name":2183,"config":2184},"Daniel Hauenstein",{"headshot":2185,"ctfId":2186},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662434/Blog/Author%20Headshots/daniel_hauenstein_headshot.png","2gXGuSmuvZSxv0iCn4sinV",{"template":692},"content:en-us:blog:authors:daniel-hauenstein.yml","en-us/blog/authors/daniel-hauenstein.yml","en-us/blog/authors/daniel-hauenstein",{"_path":2192,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2193,"config":2198,"_id":2199,"_type":38,"title":2194,"_source":40,"_file":2200,"_stem":2201,"_extension":43},"/en-us/blog/authors/daniel-helfand",{"name":2194,"config":2195},"Daniel Helfand",{"headshot":2196,"ctfId":2197},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662418/Blog/Author%20Headshots/dhelfand.png","b9sRP0HJhdPsOEruWUfih",{"template":692},"content:en-us:blog:authors:daniel-helfand.yml","en-us/blog/authors/daniel-helfand.yml","en-us/blog/authors/daniel-helfand",{"_path":2203,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2204,"config":2208,"_id":2209,"_type":38,"title":2205,"_source":40,"_file":2210,"_stem":2211,"_extension":43},"/en-us/blog/authors/daniel-mora",{"name":2205,"config":2206},"Daniel Mora",{"headshot":7,"ctfId":2207},"dmoraberlin",{"template":692},"content:en-us:blog:authors:daniel-mora.yml","en-us/blog/authors/daniel-mora.yml","en-us/blog/authors/daniel-mora",{"_path":2213,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2214,"config":2218,"_id":2220,"_type":38,"title":2215,"_source":40,"_file":2221,"_stem":2222,"_extension":43},"/en-us/blog/authors/daniel-murphy",{"name":2215,"config":2216},"Daniel Murphy",{"headshot":2217},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752519199/fabr89uottv7n6r2jldp.png",{"template":692,"gitlabHandle":2219},"daniel-murphy","content:en-us:blog:authors:daniel-murphy.yml","en-us/blog/authors/daniel-murphy.yml","en-us/blog/authors/daniel-murphy",{"_path":2224,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2225,"config":2230,"_id":2231,"_type":38,"title":2226,"_source":40,"_file":2232,"_stem":2233,"_extension":43},"/en-us/blog/authors/darby-frey",{"name":2226,"config":2227},"Darby Frey",{"headshot":2228,"ctfId":2229},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668565/Blog/Author%20Headshots/darbyfrey-headshot.png","darbyfrey",{"template":692},"content:en-us:blog:authors:darby-frey.yml","en-us/blog/authors/darby-frey.yml","en-us/blog/authors/darby-frey",{"_path":2235,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2236,"config":2241,"_id":2242,"_type":38,"title":2237,"_source":40,"_file":2243,"_stem":2244,"_extension":43},"/en-us/blog/authors/darren-eastman",{"name":2237,"config":2238},"Darren Eastman",{"headshot":2239,"ctfId":2240},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665148/Blog/Author%20Headshots/darren_eastman.png","DarrenEastman",{"template":692},"content:en-us:blog:authors:darren-eastman.yml","en-us/blog/authors/darren-eastman.yml","en-us/blog/authors/darren-eastman",{"_path":2246,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2247,"config":2251,"_id":2252,"_type":38,"title":2248,"_source":40,"_file":2253,"_stem":2254,"_extension":43},"/en-us/blog/authors/darren-murph",{"name":2248,"config":2249},"Darren Murph",{"headshot":7,"ctfId":2250},"dmurph",{"template":692},"content:en-us:blog:authors:darren-murph.yml","en-us/blog/authors/darren-murph.yml","en-us/blog/authors/darren-murph",{"_path":2256,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2257,"config":2263,"_id":2264,"_type":38,"title":19,"_source":40,"_file":2265,"_stem":2266,"_extension":43},"/en-us/blog/authors/darwin-sanoy",{"role":2258,"name":19,"config":2259},"Field Chief Cloud Architect",{"headshot":2260,"linkedin":2261,"ctfId":2262},"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":692},"content:en-us:blog:authors:darwin-sanoy.yml","en-us/blog/authors/darwin-sanoy.yml","en-us/blog/authors/darwin-sanoy",{"_path":2268,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2269,"config":2274,"_id":2275,"_type":38,"title":2270,"_source":40,"_file":2276,"_stem":2277,"_extension":43},"/en-us/blog/authors/dave-steer",{"name":2270,"config":2271},"Dave Steer",{"headshot":2272,"ctfId":2273},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658895/Blog/Author%20Headshots/dsteer-headshot.jpg","dsteer",{"template":692},"content:en-us:blog:authors:dave-steer.yml","en-us/blog/authors/dave-steer.yml","en-us/blog/authors/dave-steer",{"_path":2279,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2280,"config":2284,"_id":2285,"_type":38,"title":2281,"_source":40,"_file":2286,"_stem":2287,"_extension":43},"/en-us/blog/authors/dave-wentzel",{"name":2281,"config":2282},"Dave Wentzel",{"headshot":723,"ctfId":2283},"Dave-Wentzel",{"template":692},"content:en-us:blog:authors:dave-wentzel.yml","en-us/blog/authors/dave-wentzel.yml","en-us/blog/authors/dave-wentzel",{"_path":2289,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2290,"config":2295,"_id":2296,"_type":38,"title":2297,"_source":40,"_file":2298,"_stem":2299,"_extension":43},"/en-us/blog/authors/david-desanto-chief-product-officer-gitlab",{"name":2291,"config":2292},"David DeSanto, Chief Product Officer, GitLab",{"headshot":2293,"ctfId":2294},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660185/Blog/Author%20Headshots/david-headshot.jpg","david",{"template":692},"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":2301,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2302,"config":2307,"_id":2308,"_type":38,"title":2309,"_source":40,"_file":2310,"_stem":2311,"_extension":43},"/en-us/blog/authors/david-oregan",{"name":2303,"config":2304},"David O'Regan",{"headshot":2305,"ctfId":2306},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659853/Blog/Author%20Headshots/oregand-headshot.png","oregand",{"template":692},"content:en-us:blog:authors:david-oregan.yml","David Oregan","en-us/blog/authors/david-oregan.yml","en-us/blog/authors/david-oregan",{"_path":2313,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2314,"config":2318,"_id":2319,"_type":38,"title":2315,"_source":40,"_file":2320,"_stem":2321,"_extension":43},"/en-us/blog/authors/david-planella",{"name":2315,"config":2316},"David Planella",{"headshot":723,"ctfId":2317},"1Ehi3fTex4dxUCV2kYz4Vh",{"template":692},"content:en-us:blog:authors:david-planella.yml","en-us/blog/authors/david-planella.yml","en-us/blog/authors/david-planella",{"_path":2323,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2324,"config":2328,"_id":2329,"_type":38,"title":2325,"_source":40,"_file":2330,"_stem":2331,"_extension":43},"/en-us/blog/authors/david-russell",{"name":2325,"config":2326},"David Russell",{"headshot":723,"ctfId":2327},"David-Russell",{"template":692},"content:en-us:blog:authors:david-russell.yml","en-us/blog/authors/david-russell.yml","en-us/blog/authors/david-russell",{"_path":2333,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2334,"config":2339,"_id":2340,"_type":38,"title":2335,"_source":40,"_file":2341,"_stem":2342,"_extension":43},"/en-us/blog/authors/david-smith",{"name":2335,"config":2336},"David Smith",{"headshot":2337,"ctfId":2338},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671135/Blog/Author%20Headshots/dawsmith-headshot.jpg","dawsmith",{"template":692},"content:en-us:blog:authors:david-smith.yml","en-us/blog/authors/david-smith.yml","en-us/blog/authors/david-smith",{"_path":2344,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2345,"config":2349,"_id":2350,"_type":38,"title":2346,"_source":40,"_file":2351,"_stem":2352,"_extension":43},"/en-us/blog/authors/davis-townsend",{"name":2346,"config":2347},"Davis Townsend",{"headshot":7,"ctfId":2348},"davistownsend",{"template":692},"content:en-us:blog:authors:davis-townsend.yml","en-us/blog/authors/davis-townsend.yml","en-us/blog/authors/davis-townsend",{"_path":2354,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2355,"config":2359,"_id":2361,"_type":38,"title":2356,"_source":40,"_file":2362,"_stem":2363,"_extension":43},"/en-us/blog/authors/davoud-tu",{"name":2356,"config":2357},"Davoud Tu",{"headshot":2358},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756481763/pfdaqbndnstiqlmxh3ee.png",{"template":692,"gitlabHandle":2360},"davoudtu","content:en-us:blog:authors:davoud-tu.yml","en-us/blog/authors/davoud-tu.yml","en-us/blog/authors/davoud-tu",{"_path":2365,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2366,"config":2371,"_id":2372,"_type":38,"title":2373,"_source":40,"_file":2374,"_stem":2375,"_extension":43},"/en-us/blog/authors/dean-agron-co-founder-and-ceo-oxeye",{"name":2367,"config":2368},"Dean Agron, co-founder and CEO, Oxeye",{"headshot":2369,"ctfId":2370},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671963/Blog/Author%20Headshots/Dean_Photo__1_.jpg","6wQ0QwFZdbzAtYGZgnALkw",{"template":692},"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":2377,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2378,"config":2383,"_id":2384,"_type":38,"title":2379,"_source":40,"_file":2385,"_stem":2386,"_extension":43},"/en-us/blog/authors/deepa-mahalingam",{"name":2379,"config":2380},"Deepa Mahalingam",{"headshot":2381,"ctfId":2382},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662019/Blog/Author%20Headshots/deepa-headshot.jpg","M54z9AWDuU7L9nBR9gRF4",{"template":692},"content:en-us:blog:authors:deepa-mahalingam.yml","en-us/blog/authors/deepa-mahalingam.yml","en-us/blog/authors/deepa-mahalingam",{"_path":2388,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2389,"config":2394,"_id":2395,"_type":38,"title":2390,"_source":40,"_file":2396,"_stem":2397,"_extension":43},"/en-us/blog/authors/dennis-appelt",{"name":2390,"config":2391},"Dennis Appelt",{"headshot":2392,"ctfId":2393},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672032/Blog/Author%20Headshots/dappelt-headshot.jpg","dappelt",{"template":692},"content:en-us:blog:authors:dennis-appelt.yml","en-us/blog/authors/dennis-appelt.yml","en-us/blog/authors/dennis-appelt",{"_path":2399,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2400,"config":2405,"_id":2406,"_type":38,"title":2401,"_source":40,"_file":2407,"_stem":2408,"_extension":43},"/en-us/blog/authors/dennis-tang",{"name":2401,"config":2402},"Dennis Tang",{"headshot":2403,"ctfId":2404},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672189/Blog/Author%20Headshots/dennis-headshot.jpg","dennis",{"template":692},"content:en-us:blog:authors:dennis-tang.yml","en-us/blog/authors/dennis-tang.yml","en-us/blog/authors/dennis-tang",{"_path":2410,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2411,"config":2415,"_id":2417,"_type":38,"title":2418,"_source":40,"_file":2419,"_stem":2420,"_extension":43},"/en-us/blog/authors/dennis-van-rooijen",{"name":2412,"config":2413},"Dennis van Rooijen",{"headshot":2414},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758031391/muvwg1sxetzekmuhqdql.png",{"template":692,"gitlabHandle":2416},"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":2422,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2423,"config":2428,"_id":2429,"_type":38,"title":2424,"_source":40,"_file":2430,"_stem":2431,"_extension":43},"/en-us/blog/authors/devin-sylva",{"name":2424,"config":2425},"Devin Sylva",{"headshot":2426,"ctfId":2427},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679087/Blog/Author%20Headshots/devin-headshot.jpg","devin",{"template":692},"content:en-us:blog:authors:devin-sylva.yml","en-us/blog/authors/devin-sylva.yml","en-us/blog/authors/devin-sylva",{"_path":2433,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2434,"config":2438,"_id":2439,"_type":38,"title":2435,"_source":40,"_file":2440,"_stem":2441,"_extension":43},"/en-us/blog/authors/dhruv-jain",{"name":2435,"config":2436},"Dhruv Jain",{"headshot":723,"ctfId":2437},"2wyibk9HBKn6PjgaEuzXuZ",{"template":692},"content:en-us:blog:authors:dhruv-jain.yml","en-us/blog/authors/dhruv-jain.yml","en-us/blog/authors/dhruv-jain",{"_path":2443,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2444,"config":2448,"_id":2449,"_type":38,"title":2445,"_source":40,"_file":2450,"_stem":2451,"_extension":43},"/en-us/blog/authors/diana-logan",{"name":2445,"config":2446},"Diana Logan",{"headshot":723,"ctfId":2447},"6poIwhQe6W9ysm5rBuSPXX",{"template":692},"content:en-us:blog:authors:diana-logan.yml","en-us/blog/authors/diana-logan.yml","en-us/blog/authors/diana-logan",{"_path":2453,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2454,"config":2459,"_id":2460,"_type":38,"title":2455,"_source":40,"_file":2461,"_stem":2462,"_extension":43},"/en-us/blog/authors/dilan-orrino",{"name":2455,"config":2456},"Dilan Orrino",{"headshot":2457,"ctfId":2458},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666180/Blog/Author%20Headshots/dorrino-headshot.png","dorrino",{"template":692},"content:en-us:blog:authors:dilan-orrino.yml","en-us/blog/authors/dilan-orrino.yml","en-us/blog/authors/dilan-orrino",{"_path":2464,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2465,"config":2469,"_id":2470,"_type":38,"title":2466,"_source":40,"_file":2471,"_stem":2472,"_extension":43},"/en-us/blog/authors/dimitrie-hoekstra",{"name":2466,"config":2467},"Dimitrie Hoekstra",{"headshot":7,"ctfId":2468},"dimitrieh",{"template":692},"content:en-us:blog:authors:dimitrie-hoekstra.yml","en-us/blog/authors/dimitrie-hoekstra.yml","en-us/blog/authors/dimitrie-hoekstra",{"_path":2474,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2475,"config":2479,"_id":2480,"_type":38,"title":2476,"_source":40,"_file":2481,"_stem":2482,"_extension":43},"/en-us/blog/authors/dinesh-bolkensteyn",{"name":2476,"config":2477},"Dinesh Bolkensteyn",{"headshot":723,"ctfId":2478},"EpylYWgjPmFOL5NX3Zxmk",{"template":692},"content:en-us:blog:authors:dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn",{"_path":2484,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2485,"config":2489,"_id":2490,"_type":38,"title":2491,"_source":40,"_file":2492,"_stem":2493,"_extension":43},"/en-us/blog/authors/dj-mountney",{"name":2486,"config":2487},"DJ Mountney",{"headshot":723,"ctfId":2488},"DJ-Mountney",{"template":692},"content:en-us:blog:authors:dj-mountney.yml","Dj Mountney","en-us/blog/authors/dj-mountney.yml","en-us/blog/authors/dj-mountney",{"_path":2495,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2496,"config":2500,"_id":2501,"_type":38,"title":2502,"_source":40,"_file":2503,"_stem":2504,"_extension":43},"/en-us/blog/authors/dmitriy-job",{"name":2497,"config":2498},"Dmitriy, Job",{"headshot":723,"ctfId":2499},"Dmitriy-Job",{"template":692},"content:en-us:blog:authors:dmitriy-job.yml","Dmitriy Job","en-us/blog/authors/dmitriy-job.yml","en-us/blog/authors/dmitriy-job",{"_path":2506,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2507,"config":2511,"_id":2512,"_type":38,"title":2508,"_source":40,"_file":2513,"_stem":2514,"_extension":43},"/en-us/blog/authors/dmitriy-zaporozhets",{"name":2508,"config":2509},"Dmitriy Zaporozhets",{"headshot":723,"ctfId":2510},"Dmitriy-Zaporozhets",{"template":692},"content:en-us:blog:authors:dmitriy-zaporozhets.yml","en-us/blog/authors/dmitriy-zaporozhets.yml","en-us/blog/authors/dmitriy-zaporozhets",{"_path":2516,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2517,"config":2522,"_id":2523,"_type":38,"title":2518,"_source":40,"_file":2524,"_stem":2525,"_extension":43},"/en-us/blog/authors/dmitry-gruzd",{"name":2518,"config":2519},"Dmitry Gruzd",{"headshot":2520,"ctfId":2521},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682014/Blog/Author%20Headshots/dgruzd-headshot.jpg","dgruzd",{"template":692},"content:en-us:blog:authors:dmitry-gruzd.yml","en-us/blog/authors/dmitry-gruzd.yml","en-us/blog/authors/dmitry-gruzd",{"_path":2527,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2528,"config":2533,"_id":2534,"_type":38,"title":2529,"_source":40,"_file":2535,"_stem":2536,"_extension":43},"/en-us/blog/authors/dominic-couture",{"name":2529,"config":2530},"Dominic Couture",{"headshot":2531,"ctfId":2532},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683783/Blog/Author%20Headshots/dominic.png","3K2DmuMWV5isBeVtKsplia",{"template":692},"content:en-us:blog:authors:dominic-couture.yml","en-us/blog/authors/dominic-couture.yml","en-us/blog/authors/dominic-couture",{"_path":2538,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2539,"config":2543,"_id":2544,"_type":38,"title":2540,"_source":40,"_file":2545,"_stem":2546,"_extension":43},"/en-us/blog/authors/douglas-alexandre",{"name":2540,"config":2541},"Douglas Alexandre",{"headshot":723,"ctfId":2542},"Douglas-Alexandre",{"template":692},"content:en-us:blog:authors:douglas-alexandre.yml","en-us/blog/authors/douglas-alexandre.yml","en-us/blog/authors/douglas-alexandre",{"_path":2548,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2549,"config":2553,"_id":2554,"_type":38,"title":2550,"_source":40,"_file":2555,"_stem":2556,"_extension":43},"/en-us/blog/authors/douwe-maan",{"name":2550,"config":2551},"Douwe Maan",{"headshot":7,"ctfId":2552},"DouweM",{"template":692},"content:en-us:blog:authors:douwe-maan.yml","en-us/blog/authors/douwe-maan.yml","en-us/blog/authors/douwe-maan",{"_path":2558,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2559,"config":2564,"_id":2565,"_type":38,"title":2560,"_source":40,"_file":2566,"_stem":2567,"_extension":43},"/en-us/blog/authors/dov-hershkovitch",{"name":2560,"config":2561},"Dov Hershkovitch",{"headshot":2562,"ctfId":2563},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665628/Blog/Author%20Headshots/dhershkovitch-headshot.png","dhershkovitch",{"template":692},"content:en-us:blog:authors:dov-hershkovitch.yml","en-us/blog/authors/dov-hershkovitch.yml","en-us/blog/authors/dov-hershkovitch",{"_path":2569,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2570,"config":2574,"_id":2575,"_type":38,"title":2576,"_source":40,"_file":2577,"_stem":2578,"_extension":43},"/en-us/blog/authors/dr-elle-obrien",{"name":2571,"config":2572},"Dr. Elle O'Brien",{"headshot":723,"ctfId":2573},"Dr-Elle-OBrien",{"template":692},"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":2580,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2581,"config":2585,"_id":2586,"_type":38,"title":2582,"_source":40,"_file":2587,"_stem":2588,"_extension":43},"/en-us/blog/authors/drew-blessing",{"name":2582,"config":2583},"Drew Blessing",{"headshot":723,"ctfId":2584},"Drew-Blessing",{"template":692},"content:en-us:blog:authors:drew-blessing.yml","en-us/blog/authors/drew-blessing.yml","en-us/blog/authors/drew-blessing",{"_path":2590,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2591,"config":2596,"_id":2597,"_type":38,"title":2592,"_source":40,"_file":2598,"_stem":2599,"_extension":43},"/en-us/blog/authors/dylan-griffith",{"name":2592,"config":2593},"Dylan Griffith",{"headshot":2594,"ctfId":2595},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672822/Blog/Author%20Headshots/DylanGriffith-headshot.jpg","DylanGriffith",{"template":692},"content:en-us:blog:authors:dylan-griffith.yml","en-us/blog/authors/dylan-griffith.yml","en-us/blog/authors/dylan-griffith",{"_path":2601,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2602,"config":2606,"_id":2607,"_type":38,"title":2603,"_source":40,"_file":2608,"_stem":2609,"_extension":43},"/en-us/blog/authors/eddie-glenn",{"name":2603,"config":2604},"Eddie Glenn",{"headshot":7,"ctfId":2605},"eglenn",{"template":692},"content:en-us:blog:authors:eddie-glenn.yml","en-us/blog/authors/eddie-glenn.yml","en-us/blog/authors/eddie-glenn",{"_path":2611,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2612,"config":2617,"_id":2618,"_type":38,"title":2613,"_source":40,"_file":2619,"_stem":2620,"_extension":43},"/en-us/blog/authors/eduardo-bonet",{"name":2613,"config":2614},"Eduardo Bonet",{"headshot":2615,"ctfId":2616},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682722/Blog/Author%20Headshots/eduardobonet-headshot.jpg","eduardobonet",{"template":692},"content:en-us:blog:authors:eduardo-bonet.yml","en-us/blog/authors/eduardo-bonet.yml","en-us/blog/authors/eduardo-bonet",{"_path":2622,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2623,"config":2628,"_id":2629,"_type":38,"title":2624,"_source":40,"_file":2630,"_stem":2631,"_extension":43},"/en-us/blog/authors/eliran-mesika",{"name":2624,"config":2625},"Eliran Mesika",{"headshot":2626,"ctfId":2627},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670111/Blog/Author%20Headshots/eliran.jpg","eliranmesika",{"template":692},"content:en-us:blog:authors:eliran-mesika.yml","en-us/blog/authors/eliran-mesika.yml","en-us/blog/authors/eliran-mesika",{"_path":2633,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2634,"config":2639,"_id":2640,"_type":38,"title":2635,"_source":40,"_file":2641,"_stem":2642,"_extension":43},"/en-us/blog/authors/elisabeth-burrows",{"name":2635,"config":2636},"Elisabeth Burrows",{"headshot":2637,"ctfId":2638},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659535/Blog/Author%20Headshots/liz_burrows_headshot.png","6Nj2Lio5W7HdeNYoysVgCf",{"template":692},"content:en-us:blog:authors:elisabeth-burrows.yml","en-us/blog/authors/elisabeth-burrows.yml","en-us/blog/authors/elisabeth-burrows",{"_path":2644,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2645,"config":2649,"_id":2650,"_type":38,"title":2646,"_source":40,"_file":2651,"_stem":2652,"_extension":43},"/en-us/blog/authors/elliot-rushton",{"name":2646,"config":2647},"Elliot Rushton",{"headshot":7,"ctfId":2648},"erushton",{"template":692},"content:en-us:blog:authors:elliot-rushton.yml","en-us/blog/authors/elliot-rushton.yml","en-us/blog/authors/elliot-rushton",{"_path":2654,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2655,"config":2659,"_id":2660,"_type":38,"title":2656,"_source":40,"_file":2661,"_stem":2662,"_extension":43},"/en-us/blog/authors/emilie-schario",{"name":2656,"config":2657},"Emilie Schario",{"headshot":7,"ctfId":2658},"emilie",{"template":692},"content:en-us:blog:authors:emilie-schario.yml","en-us/blog/authors/emilie-schario.yml","en-us/blog/authors/emilie-schario",{"_path":2664,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2665,"config":2670,"_id":2671,"_type":38,"title":2666,"_source":40,"_file":2672,"_stem":2673,"_extension":43},"/en-us/blog/authors/emilio-salvador",{"name":2666,"config":2667},"Emilio Salvador",{"headshot":2668,"ctfId":2669},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660161/Blog/Author%20Headshots/esalvadorp-headshot.png","esalvadorp",{"template":692},"content:en-us:blog:authors:emilio-salvador.yml","en-us/blog/authors/emilio-salvador.yml","en-us/blog/authors/emilio-salvador",{"_path":2675,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2676,"config":2681,"_id":2682,"_type":38,"title":2677,"_source":40,"_file":2683,"_stem":2684,"_extension":43},"/en-us/blog/authors/emily-bauman",{"name":2677,"config":2678},"Emily Bauman",{"headshot":2679,"ctfId":2680},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664145/Blog/Author%20Headshots/emilybauman-headshot.jpg","emilybauman",{"template":692},"content:en-us:blog:authors:emily-bauman.yml","en-us/blog/authors/emily-bauman.yml","en-us/blog/authors/emily-bauman",{"_path":2686,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2687,"config":2691,"_id":2692,"_type":38,"title":2688,"_source":40,"_file":2693,"_stem":2694,"_extension":43},"/en-us/blog/authors/emily-chin",{"name":2688,"config":2689},"Emily Chin",{"headshot":7,"ctfId":2690},"echin",{"template":692},"content:en-us:blog:authors:emily-chin.yml","en-us/blog/authors/emily-chin.yml","en-us/blog/authors/emily-chin",{"_path":2696,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2697,"config":2701,"_id":2702,"_type":38,"title":2698,"_source":40,"_file":2703,"_stem":2704,"_extension":43},"/en-us/blog/authors/emily-kyle",{"name":2698,"config":2699},"Emily Kyle",{"headshot":723,"ctfId":2700},"Emily-Kyle",{"template":692},"content:en-us:blog:authors:emily-kyle.yml","en-us/blog/authors/emily-kyle.yml","en-us/blog/authors/emily-kyle",{"_path":2706,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2707,"config":2711,"_id":2712,"_type":38,"title":2713,"_source":40,"_file":2714,"_stem":2715,"_extension":43},"/en-us/blog/authors/emily-von-hoffmann",{"name":2708,"config":2709},"Emily von Hoffmann",{"headshot":723,"ctfId":2710},"evhoffmann",{"template":692},"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":2717,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2718,"config":2723,"_id":2724,"_type":38,"title":2725,"_source":40,"_file":2726,"_stem":2727,"_extension":43},"/en-us/blog/authors/enrique-alcntara",{"name":2719,"config":2720},"Enrique Alcántara",{"headshot":2721,"ctfId":2722},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669746/Blog/Author%20Headshots/ealcantara-headshot.jpg","3E3c30ZWRUTq6rlFiYrjtq",{"template":692},"content:en-us:blog:authors:enrique-alcntara.yml","Enrique Alcntara","en-us/blog/authors/enrique-alcntara.yml","en-us/blog/authors/enrique-alcntara",{"_path":2729,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2730,"config":2734,"_id":2735,"_type":38,"title":2731,"_source":40,"_file":2736,"_stem":2737,"_extension":43},"/en-us/blog/authors/eric-brinkman",{"name":2731,"config":2732},"Eric Brinkman",{"headshot":7,"ctfId":2733},"ebrinkman",{"template":692},"content:en-us:blog:authors:eric-brinkman.yml","en-us/blog/authors/eric-brinkman.yml","en-us/blog/authors/eric-brinkman",{"_path":2739,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2740,"config":2744,"_id":2745,"_type":38,"title":2741,"_source":40,"_file":2746,"_stem":2747,"_extension":43},"/en-us/blog/authors/eric-eastwood",{"name":2741,"config":2742},"Eric Eastwood",{"headshot":7,"ctfId":2743},"MadLittleMods",{"template":692},"content:en-us:blog:authors:eric-eastwood.yml","en-us/blog/authors/eric-eastwood.yml","en-us/blog/authors/eric-eastwood",{"_path":2749,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2750,"config":2754,"_id":2755,"_type":38,"title":2751,"_source":40,"_file":2756,"_stem":2757,"_extension":43},"/en-us/blog/authors/eric-rosenberg",{"name":2751,"config":2752},"Eric Rosenberg",{"headshot":7,"ctfId":2753},"ericrosenberg88",{"template":692},"content:en-us:blog:authors:eric-rosenberg.yml","en-us/blog/authors/eric-rosenberg.yml","en-us/blog/authors/eric-rosenberg",{"_path":2759,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2760,"config":2765,"_id":2766,"_type":38,"title":2761,"_source":40,"_file":2767,"_stem":2768,"_extension":43},"/en-us/blog/authors/eric-rubin",{"name":2761,"config":2762},"Eric Rubin",{"headshot":2763,"ctfId":2764},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682494/Blog/Author%20Headshots/ericrubin-headshot.png","ericrubin",{"template":692},"content:en-us:blog:authors:eric-rubin.yml","en-us/blog/authors/eric-rubin.yml","en-us/blog/authors/eric-rubin",{"_path":2770,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2771,"config":2776,"_id":2777,"_type":38,"title":2772,"_source":40,"_file":2778,"_stem":2779,"_extension":43},"/en-us/blog/authors/eric-schurter",{"name":2772,"config":2773},"Eric Schurter",{"headshot":2774,"ctfId":2775},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679281/Blog/Author%20Headshots/ericschurter-headshot.jpg","ericschurter",{"template":692},"content:en-us:blog:authors:eric-schurter.yml","en-us/blog/authors/eric-schurter.yml","en-us/blog/authors/eric-schurter",{"_path":2781,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2782,"config":2786,"_id":2787,"_type":38,"title":2783,"_source":40,"_file":2788,"_stem":2789,"_extension":43},"/en-us/blog/authors/erica-huang",{"name":2783,"config":2784},"Erica Huang",{"headshot":7,"ctfId":2785},"exhuang",{"template":692},"content:en-us:blog:authors:erica-huang.yml","en-us/blog/authors/erica-huang.yml","en-us/blog/authors/erica-huang",{"_path":2791,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2792,"config":2796,"_id":2797,"_type":38,"title":2793,"_source":40,"_file":2798,"_stem":2799,"_extension":43},"/en-us/blog/authors/erica-lindberg",{"name":2793,"config":2794},"Erica Lindberg",{"headshot":723,"ctfId":2795},"Erica-Lindberg",{"template":692},"content:en-us:blog:authors:erica-lindberg.yml","en-us/blog/authors/erica-lindberg.yml","en-us/blog/authors/erica-lindberg",{"_path":2801,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2802,"config":2806,"_id":2807,"_type":38,"title":2803,"_source":40,"_file":2808,"_stem":2809,"_extension":43},"/en-us/blog/authors/erich-wegscheider",{"name":2803,"config":2804},"Erich Wegscheider",{"headshot":7,"ctfId":2805},"ewegscheider",{"template":692},"content:en-us:blog:authors:erich-wegscheider.yml","en-us/blog/authors/erich-wegscheider.yml","en-us/blog/authors/erich-wegscheider",{"_path":2811,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2812,"config":2816,"_id":2817,"_type":38,"title":2813,"_source":40,"_file":2818,"_stem":2819,"_extension":43},"/en-us/blog/authors/erick-banks",{"name":2813,"config":2814},"Erick Banks",{"headshot":723,"ctfId":2815},"4CGXhAxudTq69aZOtPnLfu",{"template":692},"content:en-us:blog:authors:erick-banks.yml","en-us/blog/authors/erick-banks.yml","en-us/blog/authors/erick-banks",{"_path":2821,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2822,"config":2826,"_id":2827,"_type":38,"title":2823,"_source":40,"_file":2828,"_stem":2829,"_extension":43},"/en-us/blog/authors/erika-feldman",{"name":2823,"config":2824},"Erika Feldman",{"headshot":723,"ctfId":2825},"78oCat8vvbl6mzXsLawd9d",{"template":692},"content:en-us:blog:authors:erika-feldman.yml","en-us/blog/authors/erika-feldman.yml","en-us/blog/authors/erika-feldman",{"_path":2831,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2832,"config":2836,"_id":2837,"_type":38,"title":2838,"_source":40,"_file":2839,"_stem":2840,"_extension":43},"/en-us/blog/authors/erin-krengel-pulumi",{"name":2833,"config":2834},"Erin Krengel, Pulumi",{"headshot":723,"ctfId":2835},"Erin-Krengel-Pulumi",{"template":692},"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":2842,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2843,"config":2847,"_id":2848,"_type":38,"title":2849,"_source":40,"_file":2850,"_stem":2851,"_extension":43},"/en-us/blog/authors/ernst-van-nierop",{"name":2844,"config":2845},"Ernst van Nierop",{"headshot":7,"ctfId":2846},"ernstvn",{"template":692},"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":2853,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2854,"config":2858,"_id":2859,"_type":38,"title":2855,"_source":40,"_file":2860,"_stem":2861,"_extension":43},"/en-us/blog/authors/esther-shein",{"name":2855,"config":2856},"Esther Shein",{"headshot":723,"ctfId":2857},"Esther-Shein",{"template":692},"content:en-us:blog:authors:esther-shein.yml","en-us/blog/authors/esther-shein.yml","en-us/blog/authors/esther-shein",{"_path":2863,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2864,"config":2869,"_id":2870,"_type":38,"title":2865,"_source":40,"_file":2871,"_stem":2872,"_extension":43},"/en-us/blog/authors/ethan-strike",{"name":2865,"config":2866},"Ethan Strike",{"headshot":2867,"ctfId":2868},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679067/Blog/Author%20Headshots/estrike-headshot.png","estrike",{"template":692},"content:en-us:blog:authors:ethan-strike.yml","en-us/blog/authors/ethan-strike.yml","en-us/blog/authors/ethan-strike",{"_path":2874,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2875,"config":2879,"_id":2880,"_type":38,"title":2876,"_source":40,"_file":2881,"_stem":2882,"_extension":43},"/en-us/blog/authors/ethan-urie",{"name":2876,"config":2877},"Ethan Urie",{"headshot":723,"ctfId":2878},"mJhtQw4TY9ZRNF7dfitIF",{"template":692},"content:en-us:blog:authors:ethan-urie.yml","en-us/blog/authors/ethan-urie.yml","en-us/blog/authors/ethan-urie",{"_path":2884,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2885,"config":2889,"_id":2890,"_type":38,"title":2886,"_source":40,"_file":2891,"_stem":2892,"_extension":43},"/en-us/blog/authors/eugene-lim",{"name":2886,"config":2887},"Eugene Lim",{"headshot":723,"ctfId":2888},"6KHdIdghkUfSTzV2MzxNcj",{"template":692},"content:en-us:blog:authors:eugene-lim.yml","en-us/blog/authors/eugene-lim.yml","en-us/blog/authors/eugene-lim",{"_path":2894,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2895,"config":2899,"_id":2900,"_type":38,"title":2896,"_source":40,"_file":2901,"_stem":2902,"_extension":43},"/en-us/blog/authors/eugenia-hannon",{"name":2896,"config":2897},"Eugenia Hannon",{"headshot":7,"ctfId":2898},"eugeniah",{"template":692},"content:en-us:blog:authors:eugenia-hannon.yml","en-us/blog/authors/eugenia-hannon.yml","en-us/blog/authors/eugenia-hannon",{"_path":2904,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2905,"config":2909,"_id":2910,"_type":38,"title":2906,"_source":40,"_file":2911,"_stem":2912,"_extension":43},"/en-us/blog/authors/ev-kontsevoy",{"name":2906,"config":2907},"Ev Kontsevoy",{"headshot":7,"ctfId":2908},"ekontsevoy",{"template":692},"content:en-us:blog:authors:ev-kontsevoy.yml","en-us/blog/authors/ev-kontsevoy.yml","en-us/blog/authors/ev-kontsevoy",{"_path":2914,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2915,"config":2919,"_id":2920,"_type":38,"title":2916,"_source":40,"_file":2921,"_stem":2922,"_extension":43},"/en-us/blog/authors/eva-sasson",{"name":2916,"config":2917},"Eva Sasson",{"headshot":723,"ctfId":2918},"Eva-Sasson",{"template":692},"content:en-us:blog:authors:eva-sasson.yml","en-us/blog/authors/eva-sasson.yml","en-us/blog/authors/eva-sasson",{"_path":2924,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2925,"config":2930,"_id":2931,"_type":38,"title":2926,"_source":40,"_file":2932,"_stem":2933,"_extension":43},"/en-us/blog/authors/fabian-zimmer",{"name":2926,"config":2927},"Fabian Zimmer",{"headshot":2928,"ctfId":2929},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/q6awwqbxtg0a4x9gtmhs.png","3TK88UogcX5lx83kWMVuvI",{"template":692},"content:en-us:blog:authors:fabian-zimmer.yml","en-us/blog/authors/fabian-zimmer.yml","en-us/blog/authors/fabian-zimmer",{"_path":2935,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2936,"config":2940,"_id":2941,"_type":38,"title":2937,"_source":40,"_file":2942,"_stem":2943,"_extension":43},"/en-us/blog/authors/fabio-akita",{"name":2937,"config":2938},"Fabio Akita",{"headshot":723,"ctfId":2939},"Fabio-Akita",{"template":692},"content:en-us:blog:authors:fabio-akita.yml","en-us/blog/authors/fabio-akita.yml","en-us/blog/authors/fabio-akita",{"_path":2945,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2946,"config":2950,"_id":2951,"_type":38,"title":2947,"_source":40,"_file":2952,"_stem":2953,"_extension":43},"/en-us/blog/authors/fabio-busatto",{"name":2947,"config":2948},"Fabio Busatto",{"headshot":7,"ctfId":2949},"bikebilly",{"template":692},"content:en-us:blog:authors:fabio-busatto.yml","en-us/blog/authors/fabio-busatto.yml","en-us/blog/authors/fabio-busatto",{"_path":2955,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2956,"config":2961,"_id":2962,"_type":38,"title":2957,"_source":40,"_file":2963,"_stem":2964,"_extension":43},"/en-us/blog/authors/fabio-pitino",{"name":2957,"config":2958},"Fabio Pitino",{"headshot":2959,"ctfId":2960},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659958/Blog/Author%20Headshots/fabiopitino-headshot.jpg","fabiopitino",{"template":692},"content:en-us:blog:authors:fabio-pitino.yml","en-us/blog/authors/fabio-pitino.yml","en-us/blog/authors/fabio-pitino",{"_path":2966,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2967,"config":2971,"_id":2972,"_type":38,"title":2968,"_source":40,"_file":2973,"_stem":2974,"_extension":43},"/en-us/blog/authors/farnoosh-seifoddini",{"name":2968,"config":2969},"Farnoosh Seifoddini",{"headshot":7,"ctfId":2970},"fseifoddini",{"template":692},"content:en-us:blog:authors:farnoosh-seifoddini.yml","en-us/blog/authors/farnoosh-seifoddini.yml","en-us/blog/authors/farnoosh-seifoddini",{"_path":2976,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2977,"config":2981,"_id":2982,"_type":38,"title":2978,"_source":40,"_file":2983,"_stem":2984,"_extension":43},"/en-us/blog/authors/fatih-acet",{"name":2978,"config":2979},"Fatih Acet",{"headshot":7,"ctfId":2980},"fatihacet",{"template":692},"content:en-us:blog:authors:fatih-acet.yml","en-us/blog/authors/fatih-acet.yml","en-us/blog/authors/fatih-acet",{"_path":2986,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2987,"config":2992,"_id":2993,"_type":38,"title":2988,"_source":40,"_file":2994,"_stem":2995,"_extension":43},"/en-us/blog/authors/fatima-sarah-khalid",{"name":2988,"config":2989},"Fatima Sarah Khalid",{"headshot":2990,"ctfId":2991},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663337/Blog/Author%20Headshots/sugaroverflow-headshot.jpg","sugaroverflow",{"template":692},"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":2997,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":2998,"config":3003,"_id":3004,"_type":38,"title":2999,"_source":40,"_file":3005,"_stem":3006,"_extension":43},"/en-us/blog/authors/fernando-diaz",{"name":2999,"config":3000},"Fernando Diaz",{"headshot":3001,"ctfId":3002},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659556/Blog/Author%20Headshots/fern_diaz.png","fjdiaz",{"template":692},"content:en-us:blog:authors:fernando-diaz.yml","en-us/blog/authors/fernando-diaz.yml","en-us/blog/authors/fernando-diaz",{"_path":3008,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3009,"config":3013,"_id":3014,"_type":38,"title":3010,"_source":40,"_file":3015,"_stem":3016,"_extension":43},"/en-us/blog/authors/filipa-lacerda",{"name":3010,"config":3011},"Filipa Lacerda",{"headshot":7,"ctfId":3012},"filipa",{"template":692},"content:en-us:blog:authors:filipa-lacerda.yml","en-us/blog/authors/filipa-lacerda.yml","en-us/blog/authors/filipa-lacerda",{"_path":3018,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3019,"config":3024,"_id":3025,"_type":38,"title":3026,"_source":40,"_file":3027,"_stem":3028,"_extension":43},"/en-us/blog/authors/flix-veillette-potvin",{"name":3020,"config":3021}," Félix Veillette-Potvin",{"headshot":3022,"ctfId":3023},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662606/Blog/Author%20Headshots/_F%C3%A9lix_Veillette-Potvin_headshot.png","3nkwcdE5K3Uw9nrovEngxW",{"template":692},"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":3030,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3031,"config":3035,"_id":3036,"_type":38,"title":3032,"_source":40,"_file":3037,"_stem":3038,"_extension":43},"/en-us/blog/authors/forrest-brazeal",{"name":3032,"config":3033},"Forrest Brazeal",{"headshot":7,"ctfId":3034},"fbrazeal",{"template":692},"content:en-us:blog:authors:forrest-brazeal.yml","en-us/blog/authors/forrest-brazeal.yml","en-us/blog/authors/forrest-brazeal",{"_path":3040,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3041,"config":3045,"_id":3046,"_type":38,"title":3042,"_source":40,"_file":3047,"_stem":3048,"_extension":43},"/en-us/blog/authors/francis-ofungwu",{"name":3042,"config":3043},"Francis Ofungwu",{"headshot":723,"ctfId":3044},"fofungwu",{"template":692},"content:en-us:blog:authors:francis-ofungwu.yml","en-us/blog/authors/francis-ofungwu.yml","en-us/blog/authors/francis-ofungwu",{"_path":3050,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3051,"config":3056,"_id":3057,"_type":38,"title":3058,"_source":40,"_file":3059,"_stem":3060,"_extension":43},"/en-us/blog/authors/frdric-caplette",{"name":3052,"config":3053},"Frédéric Caplette",{"headshot":3054,"ctfId":3055},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661878/Blog/Author%20Headshots/frederic_caplette_headshot.png","6nMRwNMwciKSX03zmbBbPF",{"template":692},"content:en-us:blog:authors:frdric-caplette.yml","Frdric Caplette","en-us/blog/authors/frdric-caplette.yml","en-us/blog/authors/frdric-caplette",{"_path":3062,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3063,"config":3068,"_id":3069,"_type":38,"title":3064,"_source":40,"_file":3070,"_stem":3071,"_extension":43},"/en-us/blog/authors/gabe-weaver",{"name":3064,"config":3065},"Gabe Weaver",{"headshot":3066,"ctfId":3067},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667605/Blog/Author%20Headshots/gweaver-headshot.jpg","gweaver",{"template":692},"content:en-us:blog:authors:gabe-weaver.yml","en-us/blog/authors/gabe-weaver.yml","en-us/blog/authors/gabe-weaver",{"_path":3073,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3074,"config":3079,"_id":3080,"_type":38,"title":3075,"_source":40,"_file":3081,"_stem":3082,"_extension":43},"/en-us/blog/authors/gabriel-engel",{"name":3075,"config":3076},"Gabriel Engel",{"headshot":3077,"ctfId":3078},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664747/Blog/Author%20Headshots/gabrielengel_gl-headshot.jpg","gabrielengelgl",{"template":692},"content:en-us:blog:authors:gabriel-engel.yml","en-us/blog/authors/gabriel-engel.yml","en-us/blog/authors/gabriel-engel",{"_path":3084,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3085,"config":3089,"_id":3090,"_type":38,"title":3086,"_source":40,"_file":3091,"_stem":3092,"_extension":43},"/en-us/blog/authors/gabriel-le-breton",{"name":3086,"config":3087},"Gabriel Le Breton",{"headshot":723,"ctfId":3088},"Gabriel-Le-Breton",{"template":692},"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":3094,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3095,"config":3100,"_id":3101,"_type":38,"title":3096,"_source":40,"_file":3102,"_stem":3103,"_extension":43},"/en-us/blog/authors/gabriel-mazetto",{"name":3096,"config":3097},"Gabriel Mazetto",{"headshot":3098,"ctfId":3099},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678982/Blog/Author%20Headshots/brodock-headshot.jpg","brodock",{"template":692},"content:en-us:blog:authors:gabriel-mazetto.yml","en-us/blog/authors/gabriel-mazetto.yml","en-us/blog/authors/gabriel-mazetto",{"_path":3105,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3106,"config":3111,"_id":3112,"_type":38,"title":3107,"_source":40,"_file":3113,"_stem":3114,"_extension":43},"/en-us/blog/authors/gavin-peltz",{"name":3107,"config":3108},"Gavin Peltz",{"headshot":3109,"ctfId":3110},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662831/Blog/Author%20Headshots/gavin_peltz.png","27UwgXDMqa0oBWV93rXTgN",{"template":692},"content:en-us:blog:authors:gavin-peltz.yml","en-us/blog/authors/gavin-peltz.yml","en-us/blog/authors/gavin-peltz",{"_path":3116,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3117,"config":3122,"_id":3123,"_type":38,"title":3118,"_source":40,"_file":3124,"_stem":3125,"_extension":43},"/en-us/blog/authors/george-kichukov",{"name":3118,"config":3119},"George Kichukov",{"headshot":3120,"ctfId":3121},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664866/Blog/Author%20Headshots/george_kichukov.png","7e8bn05u4pXwYjkRrqdprE",{"template":692},"content:en-us:blog:authors:george-kichukov.yml","en-us/blog/authors/george-kichukov.yml","en-us/blog/authors/george-kichukov",{"_path":3127,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3128,"config":3132,"_id":3133,"_type":38,"title":3129,"_source":40,"_file":3134,"_stem":3135,"_extension":43},"/en-us/blog/authors/gerard-hickey",{"name":3129,"config":3130},"Gerard Hickey",{"headshot":7,"ctfId":3131},"ghickey",{"template":692},"content:en-us:blog:authors:gerard-hickey.yml","en-us/blog/authors/gerard-hickey.yml","en-us/blog/authors/gerard-hickey",{"_path":3137,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3138,"config":3143,"_id":3144,"_type":38,"title":3145,"_source":40,"_file":3146,"_stem":3147,"_extension":43},"/en-us/blog/authors/gerardo-lopez-fernandez",{"name":3139,"config":3140},"Gerardo Lopez-Fernandez",{"headshot":3141,"ctfId":3142},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679925/Blog/Author%20Headshots/glopezfernandez-headshot.jpg","glopezfernandez",{"template":692},"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":3149,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3150,"config":3155,"_id":3156,"_type":38,"title":3151,"_source":40,"_file":3157,"_stem":3158,"_extension":43},"/en-us/blog/authors/gina-doyle",{"name":3151,"config":3152},"Gina Doyle",{"headshot":3153,"ctfId":3154},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679201/Blog/Author%20Headshots/gdoyle-headshot.png","gdoyle",{"template":692},"content:en-us:blog:authors:gina-doyle.yml","en-us/blog/authors/gina-doyle.yml","en-us/blog/authors/gina-doyle",{"_path":3160,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3161,"config":3164,"_id":3165,"_type":38,"title":3166,"_source":40,"_file":3167,"_stem":3168,"_extension":43},"/en-us/blog/authors/gitlab",{"name":3162,"config":3163},"GitLab",{"headshot":723,"ctfId":3162},{"template":692},"content:en-us:blog:authors:gitlab.yml","Gitlab","en-us/blog/authors/gitlab.yml","en-us/blog/authors/gitlab",{"_path":3170,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3171,"config":3175,"_id":3176,"_type":38,"title":3177,"_source":40,"_file":3178,"_stem":3179,"_extension":43},"/en-us/blog/authors/gitlab-ai-assisted-group",{"name":3172,"config":3173},"GitLab AI Assisted Group",{"headshot":723,"ctfId":3174},"GitLab-AI-Assisted-Group",{"template":692},"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":3181,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3182,"config":3186,"_id":3187,"_type":38,"title":3188,"_source":40,"_file":3189,"_stem":3190,"_extension":43},"/en-us/blog/authors/gitlab-france-team",{"name":3183,"config":3184},"GitLab France Team",{"headshot":723,"ctfId":3185},"1gfblqN0ibYIuWGk7MOTny",{"template":692},"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":3192,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3193,"config":3197,"_id":3198,"_type":38,"title":3199,"_source":40,"_file":3200,"_stem":3201,"_extension":43},"/en-us/blog/authors/gitlab-germany-team",{"name":3194,"config":3195},"GitLab Germany Team",{"headshot":723,"ctfId":3196},"6tNquF8jQeRRRi8k3ZXpvS",{"template":692},"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":3203,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3204,"config":3208,"_id":3209,"_type":38,"title":3210,"_source":40,"_file":3211,"_stem":3212,"_extension":43},"/en-us/blog/authors/gitlab-japan-team",{"name":3205,"config":3206},"GitLab Japan Team",{"headshot":723,"ctfId":3207},"5YWHF8vG80rluQ41QjgP7V",{"template":692},"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":3214,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3215,"config":3219,"_id":3220,"_type":38,"title":3221,"_source":40,"_file":3222,"_stem":3223,"_extension":43},"/en-us/blog/authors/gitlab-security-team",{"name":3216,"config":3217},"GitLab Security Team",{"headshot":723,"ctfId":3218},"GitLab-Security-Team",{"template":692},"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":3225,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3226,"config":3230,"_id":3231,"_type":38,"title":3232,"_source":40,"_file":3233,"_stem":3234,"_extension":43},"/en-us/blog/authors/gitlab-team",{"name":3227,"config":3228},"GitLab Team",{"headshot":723,"ctfId":3229},"GitLab-Team",{"template":692},"content:en-us:blog:authors:gitlab-team.yml","Gitlab Team","en-us/blog/authors/gitlab-team.yml","en-us/blog/authors/gitlab-team",{"_path":3236,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3237,"config":3241,"_id":3242,"_type":38,"title":3243,"_source":40,"_file":3244,"_stem":3245,"_extension":43},"/en-us/blog/authors/gitlab-vulnerability-research-team",{"name":3238,"config":3239},"GitLab Vulnerability Research Team",{"headshot":723,"ctfId":3240},"GitLab-Vulnerability-Research-Team",{"template":692},"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":3247,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3248,"config":3252,"_id":3253,"_type":38,"title":3249,"_source":40,"_file":3254,"_stem":3255,"_extension":43},"/en-us/blog/authors/goetz-buerkle",{"name":3249,"config":3250},"Goetz Buerkle",{"headshot":723,"ctfId":3251},"Goetz-Buerkle",{"template":692},"content:en-us:blog:authors:goetz-buerkle.yml","en-us/blog/authors/goetz-buerkle.yml","en-us/blog/authors/goetz-buerkle",{"_path":3257,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3258,"config":3263,"_id":3264,"_type":38,"title":3259,"_source":40,"_file":3265,"_stem":3266,"_extension":43},"/en-us/blog/authors/gosia-ksionek",{"name":3259,"config":3260},"Gosia Ksionek",{"headshot":3261,"ctfId":3262},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749680521/Blog/Author%20Headshots/mksionek-headshot.jpg","mksionek",{"template":692},"content:en-us:blog:authors:gosia-ksionek.yml","en-us/blog/authors/gosia-ksionek.yml","en-us/blog/authors/gosia-ksionek",{"_path":3268,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3269,"config":3274,"_id":3275,"_type":38,"title":3270,"_source":40,"_file":3276,"_stem":3277,"_extension":43},"/en-us/blog/authors/grant-hickman",{"name":3270,"config":3271},"Grant Hickman",{"headshot":3272,"ctfId":3273},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682570/Blog/Author%20Headshots/g.png","ghickman",{"template":692},"content:en-us:blog:authors:grant-hickman.yml","en-us/blog/authors/grant-hickman.yml","en-us/blog/authors/grant-hickman",{"_path":3279,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3280,"config":3285,"_id":3286,"_type":38,"title":3281,"_source":40,"_file":3287,"_stem":3288,"_extension":43},"/en-us/blog/authors/grant-young",{"name":3281,"config":3282},"Grant Young",{"headshot":3283,"ctfId":3284},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666346/Blog/Author%20Headshots/grantyoung-headshot.jpg","grantyoung",{"template":692},"content:en-us:blog:authors:grant-young.yml","en-us/blog/authors/grant-young.yml","en-us/blog/authors/grant-young",{"_path":3290,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3291,"config":3295,"_id":3296,"_type":38,"title":3292,"_source":40,"_file":3297,"_stem":3298,"_extension":43},"/en-us/blog/authors/greg-alfaro",{"name":3292,"config":3293},"Greg Alfaro",{"headshot":7,"ctfId":3294},"7zzMrU9Fbdw0QGxdFjJ1jE",{"template":692},"content:en-us:blog:authors:greg-alfaro.yml","en-us/blog/authors/greg-alfaro.yml","en-us/blog/authors/greg-alfaro",{"_path":3300,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3301,"config":3305,"_id":3306,"_type":38,"title":3302,"_source":40,"_file":3307,"_stem":3308,"_extension":43},"/en-us/blog/authors/greg-johnson",{"name":3302,"config":3303},"Greg Johnson",{"headshot":7,"ctfId":3304},"codeEmitter",{"template":692},"content:en-us:blog:authors:greg-johnson.yml","en-us/blog/authors/greg-johnson.yml","en-us/blog/authors/greg-johnson",{"_path":3310,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3311,"config":3316,"_id":3317,"_type":38,"title":3312,"_source":40,"_file":3318,"_stem":3319,"_extension":43},"/en-us/blog/authors/greg-myers",{"name":3312,"config":3313},"Greg Myers",{"headshot":3314,"ctfId":3315},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665570/Blog/Author%20Headshots/greg_myers_headshot.png","2uUYKgdtszyGfoOHbakiQX",{"template":692},"content:en-us:blog:authors:greg-myers.yml","en-us/blog/authors/greg-myers.yml","en-us/blog/authors/greg-myers",{"_path":3321,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3322,"config":3326,"_id":3327,"_type":38,"title":3323,"_source":40,"_file":3328,"_stem":3329,"_extension":43},"/en-us/blog/authors/grzegorz-bizon",{"name":3323,"config":3324},"Grzegorz Bizon",{"headshot":723,"ctfId":3325},"Grzegorz-Bizon",{"template":692},"content:en-us:blog:authors:grzegorz-bizon.yml","en-us/blog/authors/grzegorz-bizon.yml","en-us/blog/authors/grzegorz-bizon",{"_path":3331,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3332,"config":3336,"_id":3337,"_type":38,"title":3333,"_source":40,"_file":3338,"_stem":3339,"_extension":43},"/en-us/blog/authors/guenjun-yoo",{"name":3333,"config":3334},"Guenjun Yoo",{"headshot":7,"ctfId":3335},"gyoo",{"template":692},"content:en-us:blog:authors:guenjun-yoo.yml","en-us/blog/authors/guenjun-yoo.yml","en-us/blog/authors/guenjun-yoo",{"_path":3341,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3342,"config":3346,"_id":3347,"_type":38,"title":3348,"_source":40,"_file":3349,"_stem":3350,"_extension":43},"/en-us/blog/authors/guest-author-andr-arko-of-ruby-together",{"name":3343,"config":3344},"Guest author André Arko of Ruby Together",{"headshot":723,"ctfId":3345},"Guest-author-Andr-Arko-of-Ruby-Together",{"template":692},"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":3352,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3353,"config":3357,"_id":3358,"_type":38,"title":3359,"_source":40,"_file":3360,"_stem":3361,"_extension":43},"/en-us/blog/authors/guest-author-andr-miranda",{"name":3354,"config":3355},"Guest author André Miranda",{"headshot":723,"ctfId":3356},"Guest-author-Andr-Miranda",{"template":692},"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":3363,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3364,"config":3370,"_id":3371,"_type":38,"title":3372,"_source":40,"_file":3373,"_stem":3374,"_extension":43},"/en-us/blog/authors/gufran-yeilyurt-obss",{"name":3365,"config":3366},"Gufran Yeşilyurt, OBSS",{"headshot":3367,"linkedin":3368,"ctfId":3369},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666380/Blog/Author%20Headshots/1643972670650.jpg","https://www.linkedin.com/in/gufran-yesilyurt/","2ydYMU86my71BUASual2EI",{"template":692},"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":3376,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3377,"config":3381,"_id":3382,"_type":38,"title":3383,"_source":40,"_file":3384,"_stem":3385,"_extension":43},"/en-us/blog/authors/gustaw-fit-of-zoopla",{"name":3378,"config":3379},"Gustaw Fit of Zoopla",{"headshot":723,"ctfId":3380},"Gustaw-Fit-of-Zoopla",{"template":692},"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":3387,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3388,"config":3392,"_id":3393,"_type":38,"title":3394,"_source":40,"_file":3395,"_stem":3396,"_extension":43},"/en-us/blog/authors/guy-bar-gil-product-manager-at-whitesource",{"name":3389,"config":3390},"Guy Bar-Gil, Product Manager at WhiteSource",{"headshot":723,"ctfId":3391},"Guy-BarGil-Product-Manager-at-WhiteSource",{"template":692},"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":3398,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3399,"config":3403,"_id":3404,"_type":38,"title":3400,"_source":40,"_file":3405,"_stem":3406,"_extension":43},"/en-us/blog/authors/gyan-chawdhary",{"name":3400,"config":3401},"Gyan Chawdhary",{"headshot":723,"ctfId":3402},"Gyan-Chawdhary",{"template":692},"content:en-us:blog:authors:gyan-chawdhary.yml","en-us/blog/authors/gyan-chawdhary.yml","en-us/blog/authors/gyan-chawdhary",{"_path":3408,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3409,"config":3414,"_id":3415,"_type":38,"title":3410,"_source":40,"_file":3416,"_stem":3417,"_extension":43},"/en-us/blog/authors/haim-snir",{"name":3410,"config":3411},"Haim Snir",{"headshot":3412,"ctfId":3413},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664386/Blog/Author%20Headshots/hsnir1-headshot.jpg","hsnir1",{"template":692},"content:en-us:blog:authors:haim-snir.yml","en-us/blog/authors/haim-snir.yml","en-us/blog/authors/haim-snir",{"_path":3419,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3420,"config":3425,"_id":3426,"_type":38,"title":3427,"_source":40,"_file":3428,"_stem":3429,"_extension":43},"/en-us/blog/authors/hakeem-abdul-razak",{"name":3421,"config":3422},"Hakeem Abdul-Razak",{"headshot":3423,"ctfId":3424},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662077/Blog/Author%20Headshots/Hakeem_Abdul-Razak_headshot.png","7H6nuZfVCK5mqJBK4fuaDH",{"template":692},"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":3431,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3432,"config":3436,"_id":3438,"_type":38,"title":3433,"_source":40,"_file":3439,"_stem":3440,"_extension":43},"/en-us/blog/authors/halil-coban",{"name":3433,"config":3434},"Halil Coban",{"headshot":3435},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751039592/hlxd6cnlgdioobqfvwus.png",{"template":692,"gitlabHandle":3437},"halilcoban","content:en-us:blog:authors:halil-coban.yml","en-us/blog/authors/halil-coban.yml","en-us/blog/authors/halil-coban",{"_path":3442,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3443,"config":3448,"_id":3449,"_type":38,"title":3444,"_source":40,"_file":3450,"_stem":3451,"_extension":43},"/en-us/blog/authors/hannah-sutor",{"name":3444,"config":3445},"Hannah Sutor",{"headshot":3446,"ctfId":3447},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665588/Blog/Author%20Headshots/hsutor-headshot.png","hsutor",{"template":692},"content:en-us:blog:authors:hannah-sutor.yml","en-us/blog/authors/hannah-sutor.yml","en-us/blog/authors/hannah-sutor",{"_path":3453,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3454,"config":3459,"_id":3460,"_type":38,"title":3455,"_source":40,"_file":3461,"_stem":3462,"_extension":43},"/en-us/blog/authors/harjeet-sharma",{"name":3455,"config":3456},"Harjeet Sharma",{"headshot":3457,"ctfId":3458},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665497/Blog/Author%20Headshots/harjeet_sharma_headshot.png","723O6GGQQEu75MCuhw6lqh",{"template":692},"content:en-us:blog:authors:harjeet-sharma.yml","en-us/blog/authors/harjeet-sharma.yml","en-us/blog/authors/harjeet-sharma",{"_path":3464,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3465,"config":3469,"_id":3470,"_type":38,"title":3466,"_source":40,"_file":3471,"_stem":3472,"_extension":43},"/en-us/blog/authors/haydn-mackay",{"name":3466,"config":3467},"Haydn Mackay",{"headshot":723,"ctfId":3468},"Haydn-Mackay",{"template":692},"content:en-us:blog:authors:haydn-mackay.yml","en-us/blog/authors/haydn-mackay.yml","en-us/blog/authors/haydn-mackay",{"_path":3474,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3475,"config":3479,"_id":3480,"_type":38,"title":3476,"_source":40,"_file":3481,"_stem":3482,"_extension":43},"/en-us/blog/authors/hazel-yang",{"name":3476,"config":3477},"Hazel Yang",{"headshot":7,"ctfId":3478},"hazelyang",{"template":692},"content:en-us:blog:authors:hazel-yang.yml","en-us/blog/authors/hazel-yang.yml","en-us/blog/authors/hazel-yang",{"_path":3484,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3485,"config":3489,"_id":3490,"_type":38,"title":3491,"_source":40,"_file":3492,"_stem":3493,"_extension":43},"/en-us/blog/authors/heather-mcnamee",{"name":3486,"config":3487},"Heather McNamee",{"headshot":723,"ctfId":3488},"Heather-McNamee",{"template":692},"content:en-us:blog:authors:heather-mcnamee.yml","Heather Mcnamee","en-us/blog/authors/heather-mcnamee.yml","en-us/blog/authors/heather-mcnamee",{"_path":3495,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3496,"config":3500,"_id":3501,"_type":38,"title":3497,"_source":40,"_file":3502,"_stem":3503,"_extension":43},"/en-us/blog/authors/heather-simpson",{"name":3497,"config":3498},"Heather Simpson",{"headshot":723,"ctfId":3499},"hsimpson",{"template":692},"content:en-us:blog:authors:heather-simpson.yml","en-us/blog/authors/heather-simpson.yml","en-us/blog/authors/heather-simpson",{"_path":3505,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3506,"config":3511,"_id":3512,"_type":38,"title":3507,"_source":40,"_file":3513,"_stem":3514,"_extension":43},"/en-us/blog/authors/hillary-benson",{"name":3507,"config":3508},"Hillary Benson",{"headshot":3509,"ctfId":3510},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683387/Blog/Author%20Headshots/hillarybensonheadshot.png","45VEFoISCoOhRXzyPyAf1x",{"template":692},"content:en-us:blog:authors:hillary-benson.yml","en-us/blog/authors/hillary-benson.yml","en-us/blog/authors/hillary-benson",{"_path":3516,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3517,"config":3521,"_id":3523,"_type":38,"title":3518,"_source":40,"_file":3524,"_stem":3525,"_extension":43},"/en-us/blog/authors/himanshu-kapoor",{"name":3518,"config":3519},"Himanshu Kapoor",{"headshot":3520},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1754585086/hfuoktkehmq0jyfybrnt.png",{"template":692,"gitlabHandle":3522},"himkp","content:en-us:blog:authors:himanshu-kapoor.yml","en-us/blog/authors/himanshu-kapoor.yml","en-us/blog/authors/himanshu-kapoor",{"_path":3527,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3528,"config":3533,"_id":3534,"_type":38,"title":3529,"_source":40,"_file":3535,"_stem":3536,"_extension":43},"/en-us/blog/authors/hiroki-suezawa",{"name":3529,"config":3530},"Hiroki Suezawa",{"headshot":3531,"ctfId":3532},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662370/Blog/Author%20Headshots/hiroki_suezawa.png","cw6ZIj0yjr1uw2LAFr23h",{"template":692},"content:en-us:blog:authors:hiroki-suezawa.yml","en-us/blog/authors/hiroki-suezawa.yml","en-us/blog/authors/hiroki-suezawa",{"_path":3538,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3539,"config":3543,"_id":3544,"_type":38,"title":3540,"_source":40,"_file":3545,"_stem":3546,"_extension":43},"/en-us/blog/authors/holly-reynolds",{"name":3540,"config":3541},"Holly Reynolds",{"headshot":7,"ctfId":3542},"hollyreynolds",{"template":692},"content:en-us:blog:authors:holly-reynolds.yml","en-us/blog/authors/holly-reynolds.yml","en-us/blog/authors/holly-reynolds",{"_path":3548,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3549,"config":3553,"_id":3554,"_type":38,"title":3550,"_source":40,"_file":3555,"_stem":3556,"_extension":43},"/en-us/blog/authors/huldra",{"name":3550,"config":3551},"Huldra",{"headshot":7,"ctfId":3552},"huldra",{"template":692},"content:en-us:blog:authors:huldra.yml","en-us/blog/authors/huldra.yml","en-us/blog/authors/huldra",{"_path":3558,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3559,"config":3563,"_id":3564,"_type":38,"title":3560,"_source":40,"_file":3565,"_stem":3566,"_extension":43},"/en-us/blog/authors/iain-camacho",{"name":3560,"config":3561},"Iain Camacho",{"headshot":7,"ctfId":3562},"icamacho",{"template":692},"content:en-us:blog:authors:iain-camacho.yml","en-us/blog/authors/iain-camacho.yml","en-us/blog/authors/iain-camacho",{"_path":3568,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3569,"config":3573,"_id":3574,"_type":38,"title":3570,"_source":40,"_file":3575,"_stem":3576,"_extension":43},"/en-us/blog/authors/ian-bartholomew",{"name":3570,"config":3571},"Ian Bartholomew",{"headshot":723,"ctfId":3572},"7D4PE43CXfi8pgOSCmipH0",{"template":692},"content:en-us:blog:authors:ian-bartholomew.yml","en-us/blog/authors/ian-bartholomew.yml","en-us/blog/authors/ian-bartholomew",{"_path":3578,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3579,"config":3584,"_id":3585,"_type":38,"title":3580,"_source":40,"_file":3586,"_stem":3587,"_extension":43},"/en-us/blog/authors/ian-khor",{"name":3580,"config":3581},"Ian Khor",{"headshot":3582,"ctfId":3583},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662933/Blog/Author%20Headshots/ian_khor_headshot.png","nSk8fzDwtG3LVFWwg8HrF",{"template":692},"content:en-us:blog:authors:ian-khor.yml","en-us/blog/authors/ian-khor.yml","en-us/blog/authors/ian-khor",{"_path":3589,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3590,"config":3595,"_id":3596,"_type":38,"title":3591,"_source":40,"_file":3597,"_stem":3598,"_extension":43},"/en-us/blog/authors/ian-pedowitz",{"name":3591,"config":3592},"Ian Pedowitz",{"headshot":3593,"ctfId":3594},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683040/Blog/Author%20Headshots/ipedowitz-headshot.jpg","ipedowitz",{"template":692},"content:en-us:blog:authors:ian-pedowitz.yml","en-us/blog/authors/ian-pedowitz.yml","en-us/blog/authors/ian-pedowitz",{"_path":3600,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3601,"config":3606,"_id":3607,"_type":38,"title":3602,"_source":40,"_file":3608,"_stem":3609,"_extension":43},"/en-us/blog/authors/igor-drozdov",{"name":3602,"config":3603},"Igor Drozdov",{"headshot":3604,"ctfId":3605},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672455/Blog/Author%20Headshots/igor.png","igordrozdov",{"template":692},"content:en-us:blog:authors:igor-drozdov.yml","en-us/blog/authors/igor-drozdov.yml","en-us/blog/authors/igor-drozdov",{"_path":3611,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3612,"config":3617,"_id":3618,"_type":38,"title":3613,"_source":40,"_file":3619,"_stem":3620,"_extension":43},"/en-us/blog/authors/igor-wiedler",{"name":3613,"config":3614},"Igor Wiedler",{"headshot":3615,"ctfId":3616},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681841/Blog/Author%20Headshots/igorwwwwwwwwwwwwwwwwwwww-headshot.png","igorwwwwwwwwwwwwwwwwwwww",{"template":692},"content:en-us:blog:authors:igor-wiedler.yml","en-us/blog/authors/igor-wiedler.yml","en-us/blog/authors/igor-wiedler",{"_path":3622,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3623,"config":3628,"_id":3629,"_type":38,"title":3630,"_source":40,"_file":3631,"_stem":3632,"_extension":43},"/en-us/blog/authors/inchul-yoo-sunjung-park",{"name":3624,"config":3625},"Inchul Yoo, Sunjung Park",{"headshot":3626,"ctfId":3627},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669731/Blog/Author%20Headshots/sunjungp-headshot.png","sunjungp",{"template":692},"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":3634,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3635,"config":3640,"_id":3641,"_type":38,"title":3636,"_source":40,"_file":3642,"_stem":3643,"_extension":43},"/en-us/blog/authors/isaac-dawson",{"name":3636,"config":3637},"Isaac Dawson",{"headshot":3638,"ctfId":3639},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669814/Blog/Author%20Headshots/idawson-headshot.jpg","idawson",{"template":692},"content:en-us:blog:authors:isaac-dawson.yml","en-us/blog/authors/isaac-dawson.yml","en-us/blog/authors/isaac-dawson",{"_path":3645,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3646,"config":3650,"_id":3652,"_type":38,"title":3653,"_source":40,"_file":3654,"_stem":3655,"_extension":43},"/en-us/blog/authors/issei-hamada-sony-biz-networks-corporation",{"config":3647,"name":3649},{"headshot":3648},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1760414048/buvcowublhq36ongtzbx.png","Issei Hamada, Sony Biz Networks Corporation",{"template":692,"gitlabHandle":3651},"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":3657,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3658,"config":3663,"_id":3664,"_type":38,"title":3659,"_source":40,"_file":3665,"_stem":3666,"_extension":43},"/en-us/blog/authors/itzik-gan-baruch",{"name":3659,"config":3660},"Itzik Gan Baruch",{"headshot":3661,"ctfId":3662},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658921/Blog/Author%20Headshots/iganbaruch-headshot.jpg","iganbaruch",{"template":692},"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":3668,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3669,"config":3673,"_id":3674,"_type":38,"title":3670,"_source":40,"_file":3675,"_stem":3676,"_extension":43},"/en-us/blog/authors/ivan-lychev",{"name":3670,"config":3671},"Ivan Lychev",{"headshot":7,"ctfId":3672},"iLychevAD",{"template":692},"content:en-us:blog:authors:ivan-lychev.yml","en-us/blog/authors/ivan-lychev.yml","en-us/blog/authors/ivan-lychev",{"_path":3678,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3679,"config":3683,"_id":3684,"_type":38,"title":3680,"_source":40,"_file":3685,"_stem":3686,"_extension":43},"/en-us/blog/authors/ivan-nemytchenko",{"name":3680,"config":3681},"Ivan Nemytchenko",{"headshot":723,"ctfId":3682},"Ivan-Nemytchenko",{"template":692},"content:en-us:blog:authors:ivan-nemytchenko.yml","en-us/blog/authors/ivan-nemytchenko.yml","en-us/blog/authors/ivan-nemytchenko",{"_path":3688,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3689,"config":3695,"_id":3696,"_type":38,"title":3691,"_source":40,"_file":3697,"_stem":3698,"_extension":43},"/en-us/blog/authors/ivanha-paz",{"role":3690,"name":3691,"config":3692},"DevRel Lead at Jam","Ivanha Paz",{"headshot":3693,"ctfId":3694},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670359/Blog/Author%20Headshots/Ivanha_Paz_-_headshot.jpg","7sP877dkX9NIHekQO3HbUH",{"template":692},"content:en-us:blog:authors:ivanha-paz.yml","en-us/blog/authors/ivanha-paz.yml","en-us/blog/authors/ivanha-paz",{"_path":3700,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3701,"config":3705,"_id":3706,"_type":38,"title":3702,"_source":40,"_file":3707,"_stem":3708,"_extension":43},"/en-us/blog/authors/jacie-bandur",{"name":3702,"config":3703},"Jacie Bandur",{"headshot":7,"ctfId":3704},"jbandur",{"template":692},"content:en-us:blog:authors:jacie-bandur.yml","en-us/blog/authors/jacie-bandur.yml","en-us/blog/authors/jacie-bandur",{"_path":3710,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3711,"config":3716,"_id":3717,"_type":38,"title":3712,"_source":40,"_file":3718,"_stem":3719,"_extension":43},"/en-us/blog/authors/jacki-bauer",{"name":3712,"config":3713},"Jacki Bauer",{"headshot":3714,"ctfId":3715},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669728/Blog/Author%20Headshots/jackib-headshot.jpg","7nGz3EarOjQXW2gQuJaF1Z",{"template":692},"content:en-us:blog:authors:jacki-bauer.yml","en-us/blog/authors/jacki-bauer.yml","en-us/blog/authors/jacki-bauer",{"_path":3721,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3722,"config":3726,"_id":3727,"_type":38,"title":3723,"_source":40,"_file":3728,"_stem":3729,"_extension":43},"/en-us/blog/authors/jackie-meshell",{"name":3723,"config":3724},"Jackie Meshell",{"headshot":7,"ctfId":3725},"jmeshell",{"template":692},"content:en-us:blog:authors:jackie-meshell.yml","en-us/blog/authors/jackie-meshell.yml","en-us/blog/authors/jackie-meshell",{"_path":3731,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3732,"config":3737,"_id":3738,"_type":38,"title":3733,"_source":40,"_file":3739,"_stem":3740,"_extension":43},"/en-us/blog/authors/jackie-porter",{"name":3733,"config":3734},"Jackie Porter",{"headshot":3735,"ctfId":3736},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664942/Blog/Author%20Headshots/jreporter-headshot.png","jreporter",{"template":692},"content:en-us:blog:authors:jackie-porter.yml","en-us/blog/authors/jackie-porter.yml","en-us/blog/authors/jackie-porter",{"_path":3742,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3743,"config":3747,"_id":3748,"_type":38,"title":3744,"_source":40,"_file":3749,"_stem":3750,"_extension":43},"/en-us/blog/authors/jacob-schatz",{"name":3744,"config":3745},"Jacob Schatz",{"headshot":7,"ctfId":3746},"jschatz1",{"template":692},"content:en-us:blog:authors:jacob-schatz.yml","en-us/blog/authors/jacob-schatz.yml","en-us/blog/authors/jacob-schatz",{"_path":3752,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3753,"config":3757,"_id":3758,"_type":38,"title":3754,"_source":40,"_file":3759,"_stem":3760,"_extension":43},"/en-us/blog/authors/jacob-vosmaer",{"name":3754,"config":3755},"Jacob Vosmaer",{"headshot":723,"ctfId":3756},"Jacob-Vosmaer",{"template":692},"content:en-us:blog:authors:jacob-vosmaer.yml","en-us/blog/authors/jacob-vosmaer.yml","en-us/blog/authors/jacob-vosmaer",{"_path":3762,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3763,"config":3768,"_id":3769,"_type":38,"title":3764,"_source":40,"_file":3770,"_stem":3771,"_extension":43},"/en-us/blog/authors/jacques-erasmus",{"name":3764,"config":3765},"Jacques Erasmus",{"headshot":3766,"ctfId":3767},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682633/Blog/Author%20Headshots/jerasmus-headshot.png","jerasmus",{"template":692},"content:en-us:blog:authors:jacques-erasmus.yml","en-us/blog/authors/jacques-erasmus.yml","en-us/blog/authors/jacques-erasmus",{"_path":3773,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3774,"config":3779,"_id":3780,"_type":38,"title":3781,"_source":40,"_file":3782,"_stem":3783,"_extension":43},"/en-us/blog/authors/jaime-martnez",{"name":3775,"config":3776},"Jaime Martínez",{"headshot":3777,"ctfId":3778},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679630/Blog/Author%20Headshots/jaime-headshot.jpg","jaime",{"template":692},"content:en-us:blog:authors:jaime-martnez.yml","Jaime Martnez","en-us/blog/authors/jaime-martnez.yml","en-us/blog/authors/jaime-martnez",{"_path":3785,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3786,"config":3790,"_id":3791,"_type":38,"title":3787,"_source":40,"_file":3792,"_stem":3793,"_extension":43},"/en-us/blog/authors/jake-foster",{"name":3787,"config":3788},"Jake Foster",{"headshot":723,"ctfId":3789},"jakefoster1",{"template":692},"content:en-us:blog:authors:jake-foster.yml","en-us/blog/authors/jake-foster.yml","en-us/blog/authors/jake-foster",{"_path":3795,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3796,"config":3800,"_id":3801,"_type":38,"title":3797,"_source":40,"_file":3802,"_stem":3803,"_extension":43},"/en-us/blog/authors/jake-stein",{"name":3797,"config":3798},"Jake Stein",{"headshot":723,"ctfId":3799},"Jake-Stein",{"template":692},"content:en-us:blog:authors:jake-stein.yml","en-us/blog/authors/jake-stein.yml","en-us/blog/authors/jake-stein",{"_path":3805,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3806,"config":3810,"_id":3811,"_type":38,"title":3807,"_source":40,"_file":3812,"_stem":3813,"_extension":43},"/en-us/blog/authors/james-dang",{"name":3807,"config":3808},"James Dang",{"headshot":723,"ctfId":3809},"James-Dang",{"template":692},"content:en-us:blog:authors:james-dang.yml","en-us/blog/authors/james-dang.yml","en-us/blog/authors/james-dang",{"_path":3815,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3816,"config":3821,"_id":3822,"_type":38,"title":3817,"_source":40,"_file":3823,"_stem":3824,"_extension":43},"/en-us/blog/authors/james-heimbuck",{"name":3817,"config":3818},"James Heimbuck",{"headshot":3819,"ctfId":3820},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666934/Blog/Author%20Headshots/jheimbuck_gl-headshot.png","jheimbuckgl",{"template":692},"content:en-us:blog:authors:james-heimbuck.yml","en-us/blog/authors/james-heimbuck.yml","en-us/blog/authors/james-heimbuck",{"_path":3826,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3827,"config":3831,"_id":3832,"_type":38,"title":3828,"_source":40,"_file":3833,"_stem":3834,"_extension":43},"/en-us/blog/authors/james-ramsay",{"name":3828,"config":3829},"James Ramsay",{"headshot":7,"ctfId":3830},"jramsay",{"template":692},"content:en-us:blog:authors:james-ramsay.yml","en-us/blog/authors/james-ramsay.yml","en-us/blog/authors/james-ramsay",{"_path":3836,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3837,"config":3842,"_id":3843,"_type":38,"title":3838,"_source":40,"_file":3844,"_stem":3845,"_extension":43},"/en-us/blog/authors/james-wormwell",{"name":3838,"config":3839},"James Wormwell",{"headshot":3840,"ctfId":3841},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659474/Blog/Author%20Headshots/james_wormwell_headshot.png","CPPijHb0Op5C5aVcvsOEf",{"template":692},"content:en-us:blog:authors:james-wormwell.yml","en-us/blog/authors/james-wormwell.yml","en-us/blog/authors/james-wormwell",{"_path":3847,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3848,"config":3852,"_id":3853,"_type":38,"title":3849,"_source":40,"_file":3854,"_stem":3855,"_extension":43},"/en-us/blog/authors/jamie-hurewitz",{"name":3849,"config":3850},"Jamie Hurewitz",{"headshot":723,"ctfId":3851},"Jamie-Hurewitz",{"template":692},"content:en-us:blog:authors:jamie-hurewitz.yml","en-us/blog/authors/jamie-hurewitz.yml","en-us/blog/authors/jamie-hurewitz",{"_path":3857,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3858,"config":3862,"_id":3863,"_type":38,"title":3859,"_source":40,"_file":3864,"_stem":3865,"_extension":43},"/en-us/blog/authors/jamie-rachel",{"name":3859,"config":3860},"Jamie Rachel",{"headshot":7,"ctfId":3861},"jrachel1",{"template":692},"content:en-us:blog:authors:jamie-rachel.yml","en-us/blog/authors/jamie-rachel.yml","en-us/blog/authors/jamie-rachel",{"_path":3867,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3868,"config":3873,"_id":3874,"_type":38,"title":3869,"_source":40,"_file":3875,"_stem":3876,"_extension":43},"/en-us/blog/authors/jan-provaznik",{"name":3869,"config":3870},"Jan Provaznik",{"headshot":3871,"ctfId":3872},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683397/Blog/Author%20Headshots/jprovaznik-headshot.png","jprovaznik",{"template":692},"content:en-us:blog:authors:jan-provaznik.yml","en-us/blog/authors/jan-provaznik.yml","en-us/blog/authors/jan-provaznik",{"_path":3878,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3879,"config":3884,"_id":3885,"_type":38,"title":3880,"_source":40,"_file":3886,"_stem":3887,"_extension":43},"/en-us/blog/authors/janis-altherr",{"name":3880,"config":3881},"Janis Altherr",{"headshot":3882,"ctfId":3883},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663163/Blog/Author%20Headshots/janis-headshot.jpg","janis",{"template":692},"content:en-us:blog:authors:janis-altherr.yml","en-us/blog/authors/janis-altherr.yml","en-us/blog/authors/janis-altherr",{"_path":3889,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3890,"config":3895,"_id":3896,"_type":38,"title":3891,"_source":40,"_file":3897,"_stem":3898,"_extension":43},"/en-us/blog/authors/jannik-lehmann",{"name":3891,"config":3892},"Jannik Lehmann",{"headshot":3893,"ctfId":3894},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665530/Blog/Author%20Headshots/jannik_lehmann_headshot.png","1N3FaKXgM0jmYL8jdnWKGN",{"template":692},"content:en-us:blog:authors:jannik-lehmann.yml","en-us/blog/authors/jannik-lehmann.yml","en-us/blog/authors/jannik-lehmann",{"_path":3900,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3901,"config":3906,"_id":3907,"_type":38,"title":3908,"_source":40,"_file":3909,"_stem":3910,"_extension":43},"/en-us/blog/authors/jarka-koanov-et-al",{"name":3902,"config":3903},"Jarka Košanová et al",{"headshot":3904,"ctfId":3905},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672956/Blog/Author%20Headshots/jarka-headshot.jpg","jarka",{"template":692},"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":3912,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3913,"config":3917,"_id":3918,"_type":38,"title":3919,"_source":40,"_file":3920,"_stem":3921,"_extension":43},"/en-us/blog/authors/jason-blais-mattermost",{"name":3914,"config":3915},"Jason Blais – Mattermost",{"headshot":7,"ctfId":3916},"jasonblais",{"template":692},"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":3923,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3924,"config":3928,"_id":3929,"_type":38,"title":3925,"_source":40,"_file":3930,"_stem":3931,"_extension":43},"/en-us/blog/authors/jason-chen",{"name":3925,"config":3926},"Jason Chen",{"headshot":723,"ctfId":3927},"Jason-Chen",{"template":692},"content:en-us:blog:authors:jason-chen.yml","en-us/blog/authors/jason-chen.yml","en-us/blog/authors/jason-chen",{"_path":3933,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3934,"config":3939,"_id":3940,"_type":38,"title":3935,"_source":40,"_file":3941,"_stem":3942,"_extension":43},"/en-us/blog/authors/jason-colyer",{"name":3935,"config":3936},"Jason Colyer",{"headshot":3937,"ctfId":3938},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670540/Blog/Author%20Headshots/jcolyer-headshot.jpg","jcolyer",{"template":692},"content:en-us:blog:authors:jason-colyer.yml","en-us/blog/authors/jason-colyer.yml","en-us/blog/authors/jason-colyer",{"_path":3944,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3945,"config":3950,"_id":3951,"_type":38,"title":3946,"_source":40,"_file":3952,"_stem":3953,"_extension":43},"/en-us/blog/authors/jason-plum",{"name":3946,"config":3947},"Jason Plum",{"headshot":3948,"ctfId":3949},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683234/Blog/Author%20Headshots/WarheadsSE-headshot.jpg","WarheadsSE",{"template":692},"content:en-us:blog:authors:jason-plum.yml","en-us/blog/authors/jason-plum.yml","en-us/blog/authors/jason-plum",{"_path":3955,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3956,"config":3960,"_id":3961,"_type":38,"title":3957,"_source":40,"_file":3962,"_stem":3963,"_extension":43},"/en-us/blog/authors/jason-yavorska",{"name":3957,"config":3958},"Jason Yavorska",{"headshot":7,"ctfId":3959},"jyavorska",{"template":692},"content:en-us:blog:authors:jason-yavorska.yml","en-us/blog/authors/jason-yavorska.yml","en-us/blog/authors/jason-yavorska",{"_path":3965,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3966,"config":3970,"_id":3971,"_type":38,"title":3967,"_source":40,"_file":3972,"_stem":3973,"_extension":43},"/en-us/blog/authors/jay-newman",{"name":3967,"config":3968},"Jay Newman",{"headshot":723,"ctfId":3969},"Jay-Newman",{"template":692},"content:en-us:blog:authors:jay-newman.yml","en-us/blog/authors/jay-newman.yml","en-us/blog/authors/jay-newman",{"_path":3975,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3976,"config":3981,"_id":3982,"_type":38,"title":3977,"_source":40,"_file":3983,"_stem":3984,"_extension":43},"/en-us/blog/authors/jayson-salazar",{"name":3977,"config":3978},"Jayson Salazar",{"headshot":3979,"ctfId":3980},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669832/Blog/Author%20Headshots/jdsalaro-headshot.png","787SqtoQNu4DE3WGWE1WMv",{"template":692},"content:en-us:blog:authors:jayson-salazar.yml","en-us/blog/authors/jayson-salazar.yml","en-us/blog/authors/jayson-salazar",{"_path":3986,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3987,"config":3991,"_id":3992,"_type":38,"title":3993,"_source":40,"_file":3994,"_stem":3995,"_extension":43},"/en-us/blog/authors/jd-alex",{"name":3988,"config":3989},"JD Alex",{"headshot":7,"ctfId":3990},"jalex1",{"template":692},"content:en-us:blog:authors:jd-alex.yml","Jd Alex","en-us/blog/authors/jd-alex.yml","en-us/blog/authors/jd-alex",{"_path":3997,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":3998,"config":4002,"_id":4003,"_type":38,"title":4004,"_source":40,"_file":4005,"_stem":4006,"_extension":43},"/en-us/blog/authors/jean-philippe-baconnais",{"name":3999,"config":4000},"Jean-Philippe Baconnais",{"headshot":7,"ctfId":4001},"jeanphibaconnais",{"template":692},"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":4008,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4009,"config":4014,"_id":4015,"_type":38,"title":4010,"_source":40,"_file":4016,"_stem":4017,"_extension":43},"/en-us/blog/authors/jeff-burrows",{"name":4010,"config":4011},"Jeff Burrows",{"headshot":4012,"ctfId":4013},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749680588/Blog/Author%20Headshots/jburrows001-headshot.jpg","jburrows001",{"template":692},"content:en-us:blog:authors:jeff-burrows.yml","en-us/blog/authors/jeff-burrows.yml","en-us/blog/authors/jeff-burrows",{"_path":4019,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4020,"config":4024,"_id":4025,"_type":38,"title":4021,"_source":40,"_file":4026,"_stem":4027,"_extension":43},"/en-us/blog/authors/jeff-kelsey",{"name":4021,"config":4022},"Jeff Kelsey",{"headshot":723,"ctfId":4023},"Jeff-Kelsey",{"template":692},"content:en-us:blog:authors:jeff-kelsey.yml","en-us/blog/authors/jeff-kelsey.yml","en-us/blog/authors/jeff-kelsey",{"_path":4029,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4030,"config":4035,"_id":4036,"_type":38,"title":4031,"_source":40,"_file":4037,"_stem":4038,"_extension":43},"/en-us/blog/authors/jeff-park",{"name":4031,"config":4032},"Jeff Park",{"headshot":4033,"ctfId":4034},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662462/Blog/Author%20Headshots/jeff_park.png","6f3sZWoxqV0RIufjUp6ohq",{"template":692},"content:en-us:blog:authors:jeff-park.yml","en-us/blog/authors/jeff-park.yml","en-us/blog/authors/jeff-park",{"_path":4040,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4041,"config":4046,"_id":4047,"_type":38,"title":4042,"_source":40,"_file":4048,"_stem":4049,"_extension":43},"/en-us/blog/authors/jeff-tucker",{"name":4042,"config":4043},"Jeff Tucker",{"headshot":4044,"ctfId":4045},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662256/Blog/Author%20Headshots/jeff_tucker_headshot.png","QsMDilyLUNsS2rvyaG3ne",{"template":692},"content:en-us:blog:authors:jeff-tucker.yml","en-us/blog/authors/jeff-tucker.yml","en-us/blog/authors/jeff-tucker",{"_path":4051,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4052,"config":4057,"_id":4058,"_type":38,"title":4053,"_source":40,"_file":4059,"_stem":4060,"_extension":43},"/en-us/blog/authors/jensen-stava",{"name":4053,"config":4054},"Jensen Stava",{"headshot":4055,"ctfId":4056},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679862/Blog/Author%20Headshots/jstava-headshot.png","jstava",{"template":692},"content:en-us:blog:authors:jensen-stava.yml","en-us/blog/authors/jensen-stava.yml","en-us/blog/authors/jensen-stava",{"_path":4062,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4063,"config":4067,"_id":4068,"_type":38,"title":4064,"_source":40,"_file":4069,"_stem":4070,"_extension":43},"/en-us/blog/authors/jeremy-cooper",{"name":4064,"config":4065},"Jeremy Cooper",{"headshot":723,"ctfId":4066},"6sXs62l8jODDcUlS9OPgTu",{"template":692},"content:en-us:blog:authors:jeremy-cooper.yml","en-us/blog/authors/jeremy-cooper.yml","en-us/blog/authors/jeremy-cooper",{"_path":4072,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4073,"config":4078,"_id":4079,"_type":38,"title":4074,"_source":40,"_file":4080,"_stem":4081,"_extension":43},"/en-us/blog/authors/jeremy-elder",{"name":4074,"config":4075},"Jeremy Elder",{"headshot":4076,"ctfId":4077},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666146/Blog/Author%20Headshots/jeldergl-headshot.jpg","jeldergl",{"template":692},"content:en-us:blog:authors:jeremy-elder.yml","en-us/blog/authors/jeremy-elder.yml","en-us/blog/authors/jeremy-elder",{"_path":4083,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4084,"config":4089,"_id":4090,"_type":38,"title":4085,"_source":40,"_file":4091,"_stem":4092,"_extension":43},"/en-us/blog/authors/jeremy-wagner",{"name":4085,"config":4086},"Jeremy Wagner",{"headshot":4087,"ctfId":4088},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663285/Blog/Author%20Headshots/jeremywagner-headshot.jpg","jeremywagner",{"template":692},"content:en-us:blog:authors:jeremy-wagner.yml","en-us/blog/authors/jeremy-wagner.yml","en-us/blog/authors/jeremy-wagner",{"_path":4094,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4095,"config":4099,"_id":4100,"_type":38,"title":4096,"_source":40,"_file":4101,"_stem":4102,"_extension":43},"/en-us/blog/authors/jeremy-watson",{"name":4096,"config":4097},"Jeremy Watson",{"headshot":7,"ctfId":4098},"jeremy",{"template":692},"content:en-us:blog:authors:jeremy-watson.yml","en-us/blog/authors/jeremy-watson.yml","en-us/blog/authors/jeremy-watson",{"_path":4104,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4105,"config":4110,"_id":4111,"_type":38,"title":4106,"_source":40,"_file":4112,"_stem":4113,"_extension":43},"/en-us/blog/authors/jerez-solis",{"name":4106,"config":4107},"Jerez Solis",{"headshot":4108,"ctfId":4109},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664494/Blog/Author%20Headshots/jerezsolis.jpg","1Tx8fzD6QQglwxBTAlwAOZ",{"template":692},"content:en-us:blog:authors:jerez-solis.yml","en-us/blog/authors/jerez-solis.yml","en-us/blog/authors/jerez-solis",{"_path":4115,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4116,"config":4120,"_id":4121,"_type":38,"title":4122,"_source":40,"_file":4123,"_stem":4124,"_extension":43},"/en-us/blog/authors/jeroen-van-baarsen",{"name":4117,"config":4118},"Jeroen van Baarsen",{"headshot":723,"ctfId":4119},"Jeroen-van-Baarsen",{"template":692},"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":4126,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4127,"config":4132,"_id":4133,"_type":38,"title":4128,"_source":40,"_file":4134,"_stem":4135,"_extension":43},"/en-us/blog/authors/jessica-hurwitz",{"name":4128,"config":4129},"Jessica Hurwitz",{"headshot":4130,"ctfId":4131},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659532/Blog/Author%20Headshots/jessica_hurwitz_headshot.png","6c35XpCSITw8fPmcAX67of",{"template":692},"content:en-us:blog:authors:jessica-hurwitz.yml","en-us/blog/authors/jessica-hurwitz.yml","en-us/blog/authors/jessica-hurwitz",{"_path":4137,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4138,"config":4142,"_id":4143,"_type":38,"title":4139,"_source":40,"_file":4144,"_stem":4145,"_extension":43},"/en-us/blog/authors/jim-riley",{"name":4139,"config":4140},"Jim Riley",{"headshot":7,"ctfId":4141},"GitLabcom-username-jrileyinva",{"template":692},"content:en-us:blog:authors:jim-riley.yml","en-us/blog/authors/jim-riley.yml","en-us/blog/authors/jim-riley",{"_path":4147,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4148,"config":4152,"_id":4153,"_type":38,"title":4149,"_source":40,"_file":4154,"_stem":4155,"_extension":43},"/en-us/blog/authors/jim-thavisouk",{"name":4149,"config":4150},"Jim Thavisouk",{"headshot":723,"ctfId":4151},"jimthavisouk",{"template":692},"content:en-us:blog:authors:jim-thavisouk.yml","en-us/blog/authors/jim-thavisouk.yml","en-us/blog/authors/jim-thavisouk",{"_path":4157,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4158,"config":4162,"_id":4163,"_type":38,"title":4164,"_source":40,"_file":4165,"_stem":4166,"_extension":43},"/en-us/blog/authors/job-van-der-voort",{"name":4159,"config":4160},"Job van der Voort",{"headshot":723,"ctfId":4161},"Job-van-der-Voort",{"template":692},"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":4168,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4169,"config":4174,"_id":4175,"_type":38,"title":4170,"_source":40,"_file":4176,"_stem":4177,"_extension":43},"/en-us/blog/authors/jocelyn-eillis",{"name":4170,"config":4171},"Jocelyn Eillis",{"headshot":4172,"ctfId":4173},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/geqmxc4jkh4uy89m9loe.png","eGPL69Bvlva57elmDjuSo",{"template":692},"content:en-us:blog:authors:jocelyn-eillis.yml","en-us/blog/authors/jocelyn-eillis.yml","en-us/blog/authors/jocelyn-eillis",{"_path":4179,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4180,"config":4184,"_id":4185,"_type":38,"title":4181,"_source":40,"_file":4186,"_stem":4187,"_extension":43},"/en-us/blog/authors/jochen-roth",{"name":4181,"config":4182},"Jochen Roth",{"headshot":7,"ctfId":4183},"ochorocho",{"template":692},"content:en-us:blog:authors:jochen-roth.yml","en-us/blog/authors/jochen-roth.yml","en-us/blog/authors/jochen-roth",{"_path":4189,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4190,"config":4195,"_id":4196,"_type":38,"title":4191,"_source":40,"_file":4197,"_stem":4198,"_extension":43},"/en-us/blog/authors/joe-randazzo",{"name":4191,"config":4192},"Joe Randazzo",{"headshot":4193,"ctfId":4194},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664711/Blog/Author%20Headshots/randazzo.jpg","5DxpEbIVcwN2ukwiEMsHlH",{"template":692},"content:en-us:blog:authors:joe-randazzo.yml","en-us/blog/authors/joe-randazzo.yml","en-us/blog/authors/joe-randazzo",{"_path":4200,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4201,"config":4206,"_id":4207,"_type":38,"title":4202,"_source":40,"_file":4208,"_stem":4209,"_extension":43},"/en-us/blog/authors/joel-krooswyk",{"name":4202,"config":4203},"Joel Krooswyk",{"headshot":4204,"ctfId":4205},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669392/Blog/Author%20Headshots/jkrooswyk-headshot.jpg","jkrooswyk",{"template":692},"content:en-us:blog:authors:joel-krooswyk.yml","en-us/blog/authors/joel-krooswyk.yml","en-us/blog/authors/joel-krooswyk",{"_path":4211,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4212,"config":4217,"_id":4218,"_type":38,"title":4213,"_source":40,"_file":4219,"_stem":4220,"_extension":43},"/en-us/blog/authors/joern-schneeweisz",{"name":4213,"config":4214},"Joern Schneeweisz",{"headshot":4215,"ctfId":4216},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679144/Blog/Author%20Headshots/joernchen-headshot.png","joernchen",{"template":692},"content:en-us:blog:authors:joern-schneeweisz.yml","en-us/blog/authors/joern-schneeweisz.yml","en-us/blog/authors/joern-schneeweisz",{"_path":4222,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4223,"config":4227,"_id":4228,"_type":38,"title":4224,"_source":40,"_file":4229,"_stem":4230,"_extension":43},"/en-us/blog/authors/joey-salazar",{"name":4224,"config":4225},"Joey Salazar",{"headshot":723,"ctfId":4226},"4LgUP4bzQV6kuhoZNFID9r",{"template":692},"content:en-us:blog:authors:joey-salazar.yml","en-us/blog/authors/joey-salazar.yml","en-us/blog/authors/joey-salazar",{"_path":4232,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4233,"config":4237,"_id":4238,"_type":38,"title":4234,"_source":40,"_file":4239,"_stem":4240,"_extension":43},"/en-us/blog/authors/johanna-ambrosio",{"name":4234,"config":4235},"Johanna Ambrosio",{"headshot":723,"ctfId":4236},"Johanna-Ambrosio",{"template":692},"content:en-us:blog:authors:johanna-ambrosio.yml","en-us/blog/authors/johanna-ambrosio.yml","en-us/blog/authors/johanna-ambrosio",{"_path":4242,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4243,"config":4248,"_id":4249,"_type":38,"title":4244,"_source":40,"_file":4250,"_stem":4251,"_extension":43},"/en-us/blog/authors/johannes-bauer",{"name":4244,"config":4245},"Johannes Bauer",{"headshot":4246,"ctfId":4247},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662611/Blog/Author%20Headshots/johannes_bauer_headshot.png","6Snkao4VD1IxGOzV1YpcMZ",{"template":692},"content:en-us:blog:authors:johannes-bauer.yml","en-us/blog/authors/johannes-bauer.yml","en-us/blog/authors/johannes-bauer",{"_path":4253,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4254,"config":4259,"_id":4260,"_type":38,"title":4255,"_source":40,"_file":4261,"_stem":4262,"_extension":43},"/en-us/blog/authors/john-cai",{"name":4255,"config":4256},"John Cai",{"headshot":4257,"ctfId":4258},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667386/Blog/Author%20Headshots/jcaigitlab-headshot.jpg","jcaigitlab",{"template":692},"content:en-us:blog:authors:john-cai.yml","en-us/blog/authors/john-cai.yml","en-us/blog/authors/john-cai",{"_path":4264,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4265,"config":4270,"_id":4271,"_type":38,"title":4266,"_source":40,"_file":4272,"_stem":4273,"_extension":43},"/en-us/blog/authors/john-coghlan",{"name":4266,"config":4267},"John Coghlan",{"headshot":4268,"ctfId":4269},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670167/Blog/Author%20Headshots/johncoghlan-headshot.jpg","johncoghlan",{"template":692},"content:en-us:blog:authors:john-coghlan.yml","en-us/blog/authors/john-coghlan.yml","en-us/blog/authors/john-coghlan",{"_path":4275,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4276,"config":4281,"_id":4282,"_type":38,"title":4277,"_source":40,"_file":4283,"_stem":4284,"_extension":43},"/en-us/blog/authors/john-crowley",{"name":4277,"config":4278},"John Crowley",{"headshot":4279,"ctfId":4280},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666042/Blog/Author%20Headshots/john_crowley_headshot.png","64k6bR3mtIchoqBccJDaTO",{"template":692},"content:en-us:blog:authors:john-crowley.yml","en-us/blog/authors/john-crowley.yml","en-us/blog/authors/john-crowley",{"_path":4286,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4287,"config":4292,"_id":4293,"_type":38,"title":4288,"_source":40,"_file":4294,"_stem":4295,"_extension":43},"/en-us/blog/authors/john-jarvis",{"name":4288,"config":4289},"John Jarvis",{"headshot":4290,"ctfId":4291},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678622/Blog/Author%20Headshots/jarv-headshot.jpg","jarv",{"template":692},"content:en-us:blog:authors:john-jarvis.yml","en-us/blog/authors/john-jarvis.yml","en-us/blog/authors/john-jarvis",{"_path":4297,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4298,"config":4302,"_id":4303,"_type":38,"title":4299,"_source":40,"_file":4304,"_stem":4305,"_extension":43},"/en-us/blog/authors/john-jeremiah",{"name":4299,"config":4300},"John Jeremiah",{"headshot":723,"ctfId":4301},"johnjeremiah",{"template":692},"content:en-us:blog:authors:john-jeremiah.yml","en-us/blog/authors/john-jeremiah.yml","en-us/blog/authors/john-jeremiah",{"_path":4307,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4308,"config":4312,"_id":4313,"_type":38,"title":4314,"_source":40,"_file":4315,"_stem":4316,"_extension":43},"/en-us/blog/authors/john-mcguire",{"name":4309,"config":4310},"John McGuire",{"headshot":723,"ctfId":4311},"2BpYnUcWeqmuRlVM7w9ZIv",{"template":692},"content:en-us:blog:authors:john-mcguire.yml","John Mcguire","en-us/blog/authors/john-mcguire.yml","en-us/blog/authors/john-mcguire",{"_path":4318,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4319,"config":4323,"_id":4325,"_type":38,"title":4320,"_source":40,"_file":4326,"_stem":4327,"_extension":43},"/en-us/blog/authors/john-skarbek",{"name":4320,"config":4321},"John Skarbek",{"headshot":4322},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751303547/nq8dxitzoybran2r7crm.png",{"template":692,"gitlabHandle":4324},"skarbek","content:en-us:blog:authors:john-skarbek.yml","en-us/blog/authors/john-skarbek.yml","en-us/blog/authors/john-skarbek",{"_path":4329,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4330,"config":4334,"_id":4335,"_type":38,"title":4331,"_source":40,"_file":4336,"_stem":4337,"_extension":43},"/en-us/blog/authors/john-sparrow",{"name":4331,"config":4332},"John Sparrow",{"headshot":723,"ctfId":4333},"John-Sparrow",{"template":692},"content:en-us:blog:authors:john-sparrow.yml","en-us/blog/authors/john-sparrow.yml","en-us/blog/authors/john-sparrow",{"_path":4339,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4340,"config":4344,"_id":4345,"_type":38,"title":4341,"_source":40,"_file":4346,"_stem":4347,"_extension":43},"/en-us/blog/authors/johnathan-hunt",{"name":4341,"config":4342},"Johnathan Hunt",{"headshot":723,"ctfId":4343},"JohnathanHunt",{"template":692},"content:en-us:blog:authors:johnathan-hunt.yml","en-us/blog/authors/johnathan-hunt.yml","en-us/blog/authors/johnathan-hunt",{"_path":4349,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4350,"config":4354,"_id":4355,"_type":38,"title":4351,"_source":40,"_file":4356,"_stem":4357,"_extension":43},"/en-us/blog/authors/joni-klippert",{"name":4351,"config":4352},"Joni Klippert",{"headshot":723,"ctfId":4353},"Joni-Klippert",{"template":692},"content:en-us:blog:authors:joni-klippert.yml","en-us/blog/authors/joni-klippert.yml","en-us/blog/authors/joni-klippert",{"_path":4359,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4360,"config":4365,"_id":4366,"_type":38,"title":4367,"_source":40,"_file":4368,"_stem":4369,"_extension":43},"/en-us/blog/authors/joo-alexandre-prado-tavares-cunha",{"name":4361,"config":4362},"João Alexandre Prado Tavares Cunha",{"headshot":4363,"ctfId":4364},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682771/Blog/Author%20Headshots/Alexand-headshot.jpg","Alexand",{"template":692},"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":4371,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4372,"config":4377,"_id":4378,"_type":38,"title":4379,"_source":40,"_file":4380,"_stem":4381,"_extension":43},"/en-us/blog/authors/joo-pereira",{"name":4373,"config":4374},"João Pereira",{"headshot":4375,"ctfId":4376},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665547/Blog/Author%20Headshots/joao_pereira.png","7wLh5rwID5R39PRA6aiAb0",{"template":692},"content:en-us:blog:authors:joo-pereira.yml","Joo Pereira","en-us/blog/authors/joo-pereira.yml","en-us/blog/authors/joo-pereira",{"_path":4383,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4384,"config":4388,"_id":4389,"_type":38,"title":4385,"_source":40,"_file":4390,"_stem":4391,"_extension":43},"/en-us/blog/authors/jordi-mon",{"name":4385,"config":4386},"Jordi Mon",{"headshot":7,"ctfId":4387},"jordimon",{"template":692},"content:en-us:blog:authors:jordi-mon.yml","en-us/blog/authors/jordi-mon.yml","en-us/blog/authors/jordi-mon",{"_path":4393,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4394,"config":4399,"_id":4400,"_type":38,"title":4401,"_source":40,"_file":4402,"_stem":4403,"_extension":43},"/en-us/blog/authors/jos-ivn-vargas",{"name":4395,"config":4396},"José Iván Vargas",{"headshot":4397,"ctfId":4398},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679024/Blog/Author%20Headshots/jivanvl-headshot.jpg","jivanvl",{"template":692},"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":4405,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4406,"config":4410,"_id":4411,"_type":38,"title":4407,"_source":40,"_file":4412,"_stem":4413,"_extension":43},"/en-us/blog/authors/jose-finotto",{"name":4407,"config":4408},"Jose Finotto",{"headshot":7,"ctfId":4409},"finotto",{"template":692},"content:en-us:blog:authors:jose-finotto.yml","en-us/blog/authors/jose-finotto.yml","en-us/blog/authors/jose-finotto",{"_path":4415,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4416,"config":4420,"_id":4422,"_type":38,"title":4419,"_source":40,"_file":4423,"_stem":4424,"_extension":43},"/en-us/blog/authors/joseph-burnett",{"config":4417,"name":4419},{"headshot":4418},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752169072/teprmqbylocazrqdtuix.png","Joseph Burnett",{"template":692,"gitlabHandle":4421},"josephburnett","content:en-us:blog:authors:joseph-burnett.yml","en-us/blog/authors/joseph-burnett.yml","en-us/blog/authors/joseph-burnett",{"_path":4426,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4427,"config":4432,"_id":4433,"_type":38,"title":4428,"_source":40,"_file":4434,"_stem":4435,"_extension":43},"/en-us/blog/authors/joseph-longo",{"name":4428,"config":4429},"Joseph Longo",{"headshot":4430,"ctfId":4431},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659681/Blog/Author%20Headshots/jlongo_gitlab-headshot.jpg","jlongogitlab",{"template":692},"content:en-us:blog:authors:joseph-longo.yml","en-us/blog/authors/joseph-longo.yml","en-us/blog/authors/joseph-longo",{"_path":4437,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4438,"config":4442,"_id":4443,"_type":38,"title":4444,"_source":40,"_file":4445,"_stem":4446,"_extension":43},"/en-us/blog/authors/joseph-schorr-from-coreos",{"name":4439,"config":4440},"Joseph Schorr from CoreOS",{"headshot":723,"ctfId":4441},"Joseph-Schorr-from-CoreOS",{"template":692},"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":4448,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4449,"config":4454,"_id":4455,"_type":38,"title":4450,"_source":40,"_file":4456,"_stem":4457,"_extension":43},"/en-us/blog/authors/josh-feehs",{"name":4450,"config":4451},"Josh Feehs",{"headshot":4452,"ctfId":4453},"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":692},"content:en-us:blog:authors:josh-feehs.yml","en-us/blog/authors/josh-feehs.yml","en-us/blog/authors/josh-feehs",{"_path":4459,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4460,"config":4466,"_id":4467,"_type":38,"title":4468,"_source":40,"_file":4469,"_stem":4470,"_extension":43},"/en-us/blog/authors/josh-kodroff-pulumi",{"role":4461,"name":4462,"config":4463},"Sr. Solutions Architect, Pulumi","Josh Kodroff, Pulumi",{"headshot":4464,"ctfId":4465},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683425/Blog/Author%20Headshots/joshkodroff.jpg","2GF0MF1ngEBxos4nRKt8tL",{"template":692},"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":4472,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4473,"config":4477,"_id":4478,"_type":38,"title":4474,"_source":40,"_file":4479,"_stem":4480,"_extension":43},"/en-us/blog/authors/josh-zimmerman",{"name":4474,"config":4475},"Josh Zimmerman",{"headshot":7,"ctfId":4476},"JoshZimmerman",{"template":692},"content:en-us:blog:authors:josh-zimmerman.yml","en-us/blog/authors/josh-zimmerman.yml","en-us/blog/authors/josh-zimmerman",{"_path":4482,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4483,"config":4488,"_id":4489,"_type":38,"title":4484,"_source":40,"_file":4490,"_stem":4491,"_extension":43},"/en-us/blog/authors/joshua-carroll",{"name":4484,"config":4485},"Joshua Carroll",{"headshot":4486,"ctfId":4487},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664952/Blog/Author%20Headshots/joshua_carroll_headshot.png","8HOTaXswBopyqMWFZMSv3",{"template":692},"content:en-us:blog:authors:joshua-carroll.yml","en-us/blog/authors/joshua-carroll.yml","en-us/blog/authors/joshua-carroll",{"_path":4493,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4494,"config":4499,"_id":4500,"_type":38,"title":4495,"_source":40,"_file":4501,"_stem":4502,"_extension":43},"/en-us/blog/authors/joshua-lambert",{"name":4495,"config":4496},"Joshua Lambert",{"headshot":4497,"ctfId":4498},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681281/Blog/Author%20Headshots/joshlambert-headshot.png","joshlambert",{"template":692},"content:en-us:blog:authors:joshua-lambert.yml","en-us/blog/authors/joshua-lambert.yml","en-us/blog/authors/joshua-lambert",{"_path":4504,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4505,"config":4509,"_id":4510,"_type":38,"title":4506,"_source":40,"_file":4511,"_stem":4512,"_extension":43},"/en-us/blog/authors/joyce-tompsett",{"name":4506,"config":4507},"Joyce Tompsett",{"headshot":7,"ctfId":4508},"Tompsett",{"template":692},"content:en-us:blog:authors:joyce-tompsett.yml","en-us/blog/authors/joyce-tompsett.yml","en-us/blog/authors/joyce-tompsett",{"_path":4514,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4515,"config":4519,"_id":4520,"_type":38,"title":4516,"_source":40,"_file":4521,"_stem":4522,"_extension":43},"/en-us/blog/authors/juan-broullon",{"name":4516,"config":4517},"Juan Broullon",{"headshot":7,"ctfId":4518},"jbroullon",{"template":692},"content:en-us:blog:authors:juan-broullon.yml","en-us/blog/authors/juan-broullon.yml","en-us/blog/authors/juan-broullon",{"_path":4524,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4525,"config":4529,"_id":4530,"_type":38,"title":4526,"_source":40,"_file":4531,"_stem":4532,"_extension":43},"/en-us/blog/authors/julia-lake",{"name":4526,"config":4527},"Julia Lake",{"headshot":723,"ctfId":4528},"5i9IDwCDDg3lfkiu9T3edZ",{"template":692},"content:en-us:blog:authors:julia-lake.yml","en-us/blog/authors/julia-lake.yml","en-us/blog/authors/julia-lake",{"_path":4534,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4535,"config":4540,"_id":4541,"_type":38,"title":4536,"_source":40,"_file":4542,"_stem":4543,"_extension":43},"/en-us/blog/authors/julia-miocene",{"name":4536,"config":4537},"Julia Miocene",{"headshot":4538,"ctfId":4539},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755616177/yatkjhtf60edealtvpr4.png","6SK0DpWNK5NmfLyn2vWMPI",{"template":692},"content:en-us:blog:authors:julia-miocene.yml","en-us/blog/authors/julia-miocene.yml","en-us/blog/authors/julia-miocene",{"_path":4545,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4546,"config":4550,"_id":4551,"_type":38,"title":4547,"_source":40,"_file":4552,"_stem":4553,"_extension":43},"/en-us/blog/authors/julian-thome",{"name":4547,"config":4548},"Julian Thome",{"headshot":7,"ctfId":4549},"jthome",{"template":692},"content:en-us:blog:authors:julian-thome.yml","en-us/blog/authors/julian-thome.yml","en-us/blog/authors/julian-thome",{"_path":4555,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4556,"config":4561,"_id":4562,"_type":38,"title":4557,"_source":40,"_file":4563,"_stem":4564,"_extension":43},"/en-us/blog/authors/julie-byrne",{"name":4557,"config":4558},"Julie Byrne",{"headshot":4559,"ctfId":4560},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669432/Blog/Author%20Headshots/juliebyrne.jpg","3SaRWyz0u889xiq6rZkCO",{"template":692},"content:en-us:blog:authors:julie-byrne.yml","en-us/blog/authors/julie-byrne.yml","en-us/blog/authors/julie-byrne",{"_path":4566,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4567,"config":4572,"_id":4573,"_type":38,"title":4568,"_source":40,"_file":4574,"_stem":4575,"_extension":43},"/en-us/blog/authors/julie-griffin",{"name":4568,"config":4569},"Julie Griffin",{"headshot":4570,"ctfId":4571},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665206/Blog/Author%20Headshots/julie_griffin_-_headshot.png","3djBidFIW3or5K9uhi9LE5",{"template":692},"content:en-us:blog:authors:julie-griffin.yml","en-us/blog/authors/julie-griffin.yml","en-us/blog/authors/julie-griffin",{"_path":4577,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4578,"config":4582,"_id":4583,"_type":38,"title":4579,"_source":40,"_file":4584,"_stem":4585,"_extension":43},"/en-us/blog/authors/julien-andrieux",{"name":4579,"config":4580},"Julien Andrieux",{"headshot":723,"ctfId":4581},"Julien-Andrieux",{"template":692},"content:en-us:blog:authors:julien-andrieux.yml","en-us/blog/authors/julien-andrieux.yml","en-us/blog/authors/julien-andrieux",{"_path":4587,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4588,"config":4593,"_id":4594,"_type":38,"title":4589,"_source":40,"_file":4595,"_stem":4596,"_extension":43},"/en-us/blog/authors/juliet-wanjohi",{"name":4589,"config":4590},"Juliet Wanjohi",{"headshot":4591,"ctfId":4592},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669837/Blog/Author%20Headshots/jwanjohi-headshot.jpg","jwanjohi",{"template":692},"content:en-us:blog:authors:juliet-wanjohi.yml","en-us/blog/authors/juliet-wanjohi.yml","en-us/blog/authors/juliet-wanjohi",{"_path":4598,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4599,"config":4603,"_id":4604,"_type":38,"title":4600,"_source":40,"_file":4605,"_stem":4606,"_extension":43},"/en-us/blog/authors/justin-farris",{"name":4600,"config":4601},"Justin Farris",{"headshot":723,"ctfId":4602},"5RHYudAlWLmSj5U7AOIcbG",{"template":692},"content:en-us:blog:authors:justin-farris.yml","en-us/blog/authors/justin-farris.yml","en-us/blog/authors/justin-farris",{"_path":4608,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4609,"config":4614,"_id":4615,"_type":38,"title":4610,"_source":40,"_file":4616,"_stem":4617,"_extension":43},"/en-us/blog/authors/justin-tobler",{"name":4610,"config":4611},"Justin Tobler",{"headshot":4612,"ctfId":4613},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664737/Blog/Author%20Headshots/james_tobler_headshot.png","5pnOIbNI1Sc5IFnReNHNtv",{"template":692},"content:en-us:blog:authors:justin-tobler.yml","en-us/blog/authors/justin-tobler.yml","en-us/blog/authors/justin-tobler",{"_path":4619,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4620,"config":4625,"_id":4626,"_type":38,"title":4621,"_source":40,"_file":4627,"_stem":4628,"_extension":43},"/en-us/blog/authors/kai-armstrong",{"name":4621,"config":4622},"Kai Armstrong",{"headshot":4623,"ctfId":4624},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682535/Blog/Author%20Headshots/phikai-headshot.png","phikai",{"template":692},"content:en-us:blog:authors:kai-armstrong.yml","en-us/blog/authors/kai-armstrong.yml","en-us/blog/authors/kai-armstrong",{"_path":4630,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4631,"config":4635,"_id":4636,"_type":38,"title":4637,"_source":40,"_file":4638,"_stem":4639,"_extension":43},"/en-us/blog/authors/kamil-trzciski",{"name":4632,"config":4633},"Kamil Trzciński",{"headshot":723,"ctfId":4634},"Kamil-Trzciski",{"template":692},"content:en-us:blog:authors:kamil-trzciski.yml","Kamil Trzciski","en-us/blog/authors/kamil-trzciski.yml","en-us/blog/authors/kamil-trzciski",{"_path":4641,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4642,"config":4646,"_id":4647,"_type":38,"title":4648,"_source":40,"_file":4649,"_stem":4650,"_extension":43},"/en-us/blog/authors/karen-caras",{"name":4643,"config":4644},"Karen Carías",{"headshot":723,"ctfId":4645},"Karen-Caras",{"template":692},"content:en-us:blog:authors:karen-caras.yml","Karen Caras","en-us/blog/authors/karen-caras.yml","en-us/blog/authors/karen-caras",{"_path":4652,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4653,"config":4658,"_id":4659,"_type":38,"title":4654,"_source":40,"_file":4660,"_stem":4661,"_extension":43},"/en-us/blog/authors/karthik-nayak",{"name":4654,"config":4655},"Karthik Nayak",{"headshot":4656,"ctfId":4657},"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":692},"content:en-us:blog:authors:karthik-nayak.yml","en-us/blog/authors/karthik-nayak.yml","en-us/blog/authors/karthik-nayak",{"_path":4663,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4664,"config":4668,"_id":4669,"_type":38,"title":4665,"_source":40,"_file":4670,"_stem":4671,"_extension":43},"/en-us/blog/authors/katherine-okpara",{"name":4665,"config":4666},"Katherine Okpara",{"headshot":7,"ctfId":4667},"katokpara",{"template":692},"content:en-us:blog:authors:katherine-okpara.yml","en-us/blog/authors/katherine-okpara.yml","en-us/blog/authors/katherine-okpara",{"_path":4673,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4674,"config":4678,"_id":4679,"_type":38,"title":4675,"_source":40,"_file":4680,"_stem":4681,"_extension":43},"/en-us/blog/authors/kathy-wang",{"name":4675,"config":4676},"Kathy Wang",{"headshot":7,"ctfId":4677},"kathyw",{"template":692},"content:en-us:blog:authors:kathy-wang.yml","en-us/blog/authors/kathy-wang.yml","en-us/blog/authors/kathy-wang",{"_path":4683,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4684,"config":4688,"_id":4689,"_type":38,"title":4690,"_source":40,"_file":4691,"_stem":4692,"_extension":43},"/en-us/blog/authors/keanon-okeefe",{"name":4685,"config":4686},"Keanon O’Keefe",{"headshot":7,"ctfId":4687},"kokeefe",{"template":692},"content:en-us:blog:authors:keanon-okeefe.yml","Keanon Okeefe","en-us/blog/authors/keanon-okeefe.yml","en-us/blog/authors/keanon-okeefe",{"_path":4694,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4695,"config":4700,"_id":4701,"_type":38,"title":4696,"_source":40,"_file":4702,"_stem":4703,"_extension":43},"/en-us/blog/authors/kees-valkhof",{"name":4696,"role":4697,"config":4698},"Kees Valkhof","Configuration manager at Lely",{"headshot":4699},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750331281/xojwtvpk5pif84wlahx1.jpg",{"template":692},"content:en-us:blog:authors:kees-valkhof.yml","en-us/blog/authors/kees-valkhof.yml","en-us/blog/authors/kees-valkhof",{"_path":4705,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4706,"config":4710,"_id":4711,"_type":38,"title":4707,"_source":40,"_file":4712,"_stem":4713,"_extension":43},"/en-us/blog/authors/kelly-hair",{"name":4707,"config":4708},"Kelly Hair",{"headshot":723,"ctfId":4709},"16z1eHwE7Ok5Ty4C6gpbUY",{"template":692},"content:en-us:blog:authors:kelly-hair.yml","en-us/blog/authors/kelly-hair.yml","en-us/blog/authors/kelly-hair",{"_path":4715,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4716,"config":4720,"_id":4721,"_type":38,"title":4717,"_source":40,"_file":4722,"_stem":4723,"_extension":43},"/en-us/blog/authors/kendra-marquart",{"name":4717,"config":4718},"Kendra Marquart",{"headshot":7,"ctfId":4719},"kmarquart",{"template":692},"content:en-us:blog:authors:kendra-marquart.yml","en-us/blog/authors/kendra-marquart.yml","en-us/blog/authors/kendra-marquart",{"_path":4725,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4726,"config":4730,"_id":4731,"_type":38,"title":4727,"_source":40,"_file":4732,"_stem":4733,"_extension":43},"/en-us/blog/authors/kenny-johnston",{"name":4727,"config":4728},"Kenny Johnston",{"headshot":7,"ctfId":4729},"kencjohnston",{"template":692},"content:en-us:blog:authors:kenny-johnston.yml","en-us/blog/authors/kenny-johnston.yml","en-us/blog/authors/kenny-johnston",{"_path":4735,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4736,"config":4741,"_id":4742,"_type":38,"title":4737,"_source":40,"_file":4743,"_stem":4744,"_extension":43},"/en-us/blog/authors/kevin-chu",{"name":4737,"config":4738},"Kevin Chu",{"headshot":4739,"ctfId":4740},"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":692},"content:en-us:blog:authors:kevin-chu.yml","en-us/blog/authors/kevin-chu.yml","en-us/blog/authors/kevin-chu",{"_path":4746,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4747,"config":4752,"_id":4753,"_type":38,"title":4748,"_source":40,"_file":4754,"_stem":4755,"_extension":43},"/en-us/blog/authors/kevin-morrison",{"name":4748,"config":4749},"Kevin Morrison",{"headshot":4750,"ctfId":4751},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663642/Blog/Author%20Headshots/kevin_morrison_headshot.png","AcJIuz1VNQZIVdqgesMMh",{"template":692},"content:en-us:blog:authors:kevin-morrison.yml","en-us/blog/authors/kevin-morrison.yml","en-us/blog/authors/kevin-morrison",{"_path":4757,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4758,"config":4762,"_id":4763,"_type":38,"title":4759,"_source":40,"_file":4764,"_stem":4765,"_extension":43},"/en-us/blog/authors/khrystyna-humenna",{"name":4759,"config":4760},"Khrystyna Humenna",{"headshot":723,"ctfId":4761},"Khrystyna-Humenna",{"template":692},"content:en-us:blog:authors:khrystyna-humenna.yml","en-us/blog/authors/khrystyna-humenna.yml","en-us/blog/authors/khrystyna-humenna",{"_path":4767,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4768,"config":4772,"_id":4773,"_type":38,"title":4769,"_source":40,"_file":4774,"_stem":4775,"_extension":43},"/en-us/blog/authors/kim-lock",{"name":4769,"config":4770},"Kim Lock",{"headshot":7,"ctfId":4771},"KimLock",{"template":692},"content:en-us:blog:authors:kim-lock.yml","en-us/blog/authors/kim-lock.yml","en-us/blog/authors/kim-lock",{"_path":4777,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4778,"config":4782,"_id":4783,"_type":38,"title":4779,"_source":40,"_file":4784,"_stem":4785,"_extension":43},"/en-us/blog/authors/kirsten-abma",{"name":4779,"config":4780},"Kirsten Abma",{"headshot":723,"ctfId":4781},"Kirsten-Abma",{"template":692},"content:en-us:blog:authors:kirsten-abma.yml","en-us/blog/authors/kirsten-abma.yml","en-us/blog/authors/kirsten-abma",{"_path":4787,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4788,"config":4792,"_id":4793,"_type":38,"title":4789,"_source":40,"_file":4794,"_stem":4795,"_extension":43},"/en-us/blog/authors/kristian-larsson",{"name":4789,"config":4790},"Kristian Larsson",{"headshot":723,"ctfId":4791},"Kristian-Larsson",{"template":692},"content:en-us:blog:authors:kristian-larsson.yml","en-us/blog/authors/kristian-larsson.yml","en-us/blog/authors/kristian-larsson",{"_path":4797,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4798,"config":4803,"_id":4804,"_type":38,"title":4799,"_source":40,"_file":4805,"_stem":4806,"_extension":43},"/en-us/blog/authors/kristina-weis",{"name":4799,"config":4800},"Kristina Weis",{"headshot":4801,"ctfId":4802},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663955/Blog/Author%20Headshots/K-W-0155.jpg","kristinaweis",{"template":692},"content:en-us:blog:authors:kristina-weis.yml","en-us/blog/authors/kristina-weis.yml","en-us/blog/authors/kristina-weis",{"_path":4808,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4809,"config":4813,"_id":4814,"_type":38,"title":4810,"_source":40,"_file":4815,"_stem":4816,"_extension":43},"/en-us/blog/authors/kurt-dusek",{"name":4810,"config":4811},"Kurt Dusek",{"headshot":7,"ctfId":4812},"kdusek",{"template":692},"content:en-us:blog:authors:kurt-dusek.yml","en-us/blog/authors/kurt-dusek.yml","en-us/blog/authors/kurt-dusek",{"_path":4818,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4819,"config":4823,"_id":4824,"_type":38,"title":4820,"_source":40,"_file":4825,"_stem":4826,"_extension":43},"/en-us/blog/authors/kushal-koolwal",{"name":4820,"config":4821},"Kushal Koolwal",{"headshot":723,"ctfId":4822},"Kushal-Koolwal",{"template":692},"content:en-us:blog:authors:kushal-koolwal.yml","en-us/blog/authors/kushal-koolwal.yml","en-us/blog/authors/kushal-koolwal",{"_path":4828,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4829,"config":4834,"_id":4835,"_type":38,"title":4830,"_source":40,"_file":4836,"_stem":4837,"_extension":43},"/en-us/blog/authors/kushal-pandya",{"name":4830,"config":4831},"Kushal Pandya",{"headshot":4832,"ctfId":4833},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659454/Blog/Author%20Headshots/kushalpandya-headshot.png","kushalpandya",{"template":692},"content:en-us:blog:authors:kushal-pandya.yml","en-us/blog/authors/kushal-pandya.yml","en-us/blog/authors/kushal-pandya",{"_path":4839,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4840,"config":4844,"_id":4845,"_type":38,"title":4841,"_source":40,"_file":4846,"_stem":4847,"_extension":43},"/en-us/blog/authors/kwan-lee",{"name":4841,"config":4842},"Kwan Lee",{"headshot":723,"ctfId":4843},"Kwan-Lee",{"template":692},"content:en-us:blog:authors:kwan-lee.yml","en-us/blog/authors/kwan-lee.yml","en-us/blog/authors/kwan-lee",{"_path":4849,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4850,"config":4855,"_id":4856,"_type":38,"title":4851,"_source":40,"_file":4857,"_stem":4858,"_extension":43},"/en-us/blog/authors/kyla-gradin-dahl",{"name":4851,"config":4852},"Kyla Gradin Dahl",{"headshot":4853,"ctfId":4854},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682273/Blog/Author%20Headshots/kyla-headshot.jpg","kyla",{"template":692},"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":4860,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4861,"config":4865,"_id":4866,"_type":38,"title":4862,"_source":40,"_file":4867,"_stem":4868,"_extension":43},"/en-us/blog/authors/kyle-mann",{"name":4862,"config":4863},"Kyle Mann",{"headshot":723,"ctfId":4864},"44YiW1r6sTpbC9wKBeHGgE",{"template":692},"content:en-us:blog:authors:kyle-mann.yml","en-us/blog/authors/kyle-mann.yml","en-us/blog/authors/kyle-mann",{"_path":4870,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4871,"config":4876,"_id":4877,"_type":38,"title":4872,"_source":40,"_file":4878,"_stem":4879,"_extension":43},"/en-us/blog/authors/kyle-smith",{"name":4872,"config":4873},"Kyle Smith",{"headshot":4874,"ctfId":4875},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664290/Blog/Author%20Headshots/kyle_smith_headshot.png","3Cec6opzqJpbhKXQ5nA4gU",{"template":692},"content:en-us:blog:authors:kyle-smith.yml","en-us/blog/authors/kyle-smith.yml","en-us/blog/authors/kyle-smith",{"_path":4881,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4882,"config":4886,"_id":4888,"_type":38,"title":4883,"_source":40,"_file":4889,"_stem":4890,"_extension":43},"/en-us/blog/authors/kymberlee-price",{"name":4883,"config":4884},"Kymberlee Price",{"headshot":4885},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753961652/wggh3ikqpm5plrptfza0.png",{"template":692,"gitlabHandle":4887},"eelrebmyk","content:en-us:blog:authors:kymberlee-price.yml","en-us/blog/authors/kymberlee-price.yml","en-us/blog/authors/kymberlee-price",{"_path":4892,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4893,"config":4897,"_id":4898,"_type":38,"title":4894,"_source":40,"_file":4899,"_stem":4900,"_extension":43},"/en-us/blog/authors/lasse-schuirmann",{"name":4894,"config":4895},"Lasse Schuirmann",{"headshot":723,"ctfId":4896},"5vpo2ZOrPIS8PBp3k47S6w",{"template":692},"content:en-us:blog:authors:lasse-schuirmann.yml","en-us/blog/authors/lasse-schuirmann.yml","en-us/blog/authors/lasse-schuirmann",{"_path":4902,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4903,"config":4907,"_id":4908,"_type":38,"title":4904,"_source":40,"_file":4909,"_stem":4910,"_extension":43},"/en-us/blog/authors/laura-montemayor",{"name":4904,"config":4905},"Laura Montemayor",{"headshot":7,"ctfId":4906},"lauraMon",{"template":692},"content:en-us:blog:authors:laura-montemayor.yml","en-us/blog/authors/laura-montemayor.yml","en-us/blog/authors/laura-montemayor",{"_path":4912,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4913,"config":4918,"_id":4919,"_type":38,"title":4914,"_source":40,"_file":4920,"_stem":4921,"_extension":43},"/en-us/blog/authors/lauren-barker",{"name":4914,"config":4915},"Lauren Barker",{"headshot":4916,"ctfId":4917},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669974/Blog/Author%20Headshots/laurenbarker-headshot.jpg","laurenbarker",{"template":692},"content:en-us:blog:authors:lauren-barker.yml","en-us/blog/authors/lauren-barker.yml","en-us/blog/authors/lauren-barker",{"_path":4923,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4924,"config":4928,"_id":4929,"_type":38,"title":4925,"_source":40,"_file":4930,"_stem":4931,"_extension":43},"/en-us/blog/authors/lauren-gibbons-paul",{"name":4925,"config":4926},"Lauren Gibbons Paul",{"headshot":723,"ctfId":4927},"Lauren-Gibbons-Paul",{"template":692},"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":4933,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4934,"config":4938,"_id":4939,"_type":38,"title":4935,"_source":40,"_file":4940,"_stem":4941,"_extension":43},"/en-us/blog/authors/lauren-minning",{"name":4935,"config":4936},"Lauren Minning",{"headshot":7,"ctfId":4937},"lminning",{"template":692},"content:en-us:blog:authors:lauren-minning.yml","en-us/blog/authors/lauren-minning.yml","en-us/blog/authors/lauren-minning",{"_path":4943,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4944,"config":4949,"_id":4950,"_type":38,"title":4945,"_source":40,"_file":4951,"_stem":4952,"_extension":43},"/en-us/blog/authors/laurena-alves",{"name":4945,"config":4946},"Laurena Alves",{"headshot":4947,"ctfId":4948},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/ip0jiy4wwyc0btfb09y5.png","Q834apoVRmcNXy507xyf5",{"template":692},"content:en-us:blog:authors:laurena-alves.yml","en-us/blog/authors/laurena-alves.yml","en-us/blog/authors/laurena-alves",{"_path":4954,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4955,"config":4960,"_id":4961,"_type":38,"title":4956,"_source":40,"_file":4962,"_stem":4963,"_extension":43},"/en-us/blog/authors/lee-faus",{"name":4956,"config":4957},"Lee Faus",{"headshot":4958,"ctfId":4959},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666427/Blog/Author%20Headshots/lee_faus_headshot.png","lfaus",{"template":692},"content:en-us:blog:authors:lee-faus.yml","en-us/blog/authors/lee-faus.yml","en-us/blog/authors/lee-faus",{"_path":4965,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4966,"config":4971,"_id":4972,"_type":38,"title":4967,"_source":40,"_file":4973,"_stem":4974,"_extension":43},"/en-us/blog/authors/lee-matos",{"name":4967,"config":4968},"Lee Matos",{"headshot":4969,"ctfId":4970},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670430/Blog/Author%20Headshots/lbot-headshot.jpg","lbot",{"template":692},"content:en-us:blog:authors:lee-matos.yml","en-us/blog/authors/lee-matos.yml","en-us/blog/authors/lee-matos",{"_path":4976,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4977,"config":4982,"_id":4983,"_type":38,"title":4978,"_source":40,"_file":4984,"_stem":4985,"_extension":43},"/en-us/blog/authors/lee-tickett",{"name":4978,"config":4979},"Lee Tickett",{"headshot":4980,"ctfId":4981},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752592356/ibeixykxeiey9aiebylt.png","leetickett",{"template":692},"content:en-us:blog:authors:lee-tickett.yml","en-us/blog/authors/lee-tickett.yml","en-us/blog/authors/lee-tickett",{"_path":4987,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4988,"config":4992,"_id":4993,"_type":38,"title":4989,"_source":40,"_file":4994,"_stem":4995,"_extension":43},"/en-us/blog/authors/levente-polyak",{"name":4989,"config":4990},"Levente Polyak",{"headshot":7,"ctfId":4991},"anthraxx",{"template":692},"content:en-us:blog:authors:levente-polyak.yml","en-us/blog/authors/levente-polyak.yml","en-us/blog/authors/levente-polyak",{"_path":4997,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":4998,"config":5003,"_id":5004,"_type":38,"title":5005,"_source":40,"_file":5006,"_stem":5007,"_extension":43},"/en-us/blog/authors/lin-jen-shin",{"name":4999,"config":5000},"Lin Jen-Shin",{"headshot":5001,"ctfId":5002},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678992/Blog/Author%20Headshots/godfat-gitlab-headshot.jpg","godfatgitlab",{"template":692},"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":5009,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5010,"config":5015,"_id":5016,"_type":38,"title":5011,"_source":40,"_file":5017,"_stem":5018,"_extension":43},"/en-us/blog/authors/liz-coleman",{"name":5011,"config":5012},"Liz Coleman",{"headshot":5013,"ctfId":5014},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659695/Blog/Author%20Headshots/coleman_headshot.png","5MTSBqnOko7zYTQa3vVy1c",{"template":692},"content:en-us:blog:authors:liz-coleman.yml","en-us/blog/authors/liz-coleman.yml","en-us/blog/authors/liz-coleman",{"_path":5020,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5021,"config":5026,"_id":5027,"_type":38,"title":5022,"_source":40,"_file":5028,"_stem":5029,"_extension":43},"/en-us/blog/authors/loryn-bortins",{"name":5022,"config":5023},"Loryn Bortins",{"headshot":5024,"ctfId":5025},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668992/Blog/Author%20Headshots/loryn_bortins_headshot.png","5LgbtMISutHieB86Rk8uOL",{"template":692},"content:en-us:blog:authors:loryn-bortins.yml","en-us/blog/authors/loryn-bortins.yml","en-us/blog/authors/loryn-bortins",{"_path":5031,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5032,"config":5036,"_id":5037,"_type":38,"title":5033,"_source":40,"_file":5038,"_stem":5039,"_extension":43},"/en-us/blog/authors/lucas-charles",{"name":5033,"config":5034},"Lucas Charles",{"headshot":723,"ctfId":5035},"01OUkmRJImMowxMk3YHGNS",{"template":692},"content:en-us:blog:authors:lucas-charles.yml","en-us/blog/authors/lucas-charles.yml","en-us/blog/authors/lucas-charles",{"_path":5041,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5042,"config":5046,"_id":5047,"_type":38,"title":5043,"_source":40,"_file":5048,"_stem":5049,"_extension":43},"/en-us/blog/authors/luka-trbojevic",{"name":5043,"config":5044},"Luka Trbojevic",{"headshot":7,"ctfId":5045},"ltrbojevic",{"template":692},"content:en-us:blog:authors:luka-trbojevic.yml","en-us/blog/authors/luka-trbojevic.yml","en-us/blog/authors/luka-trbojevic",{"_path":5051,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5052,"config":5056,"_id":5057,"_type":38,"title":5053,"_source":40,"_file":5058,"_stem":5059,"_extension":43},"/en-us/blog/authors/lukas-eipert",{"name":5053,"config":5054},"Lukas Eipert",{"headshot":723,"ctfId":5055},"37PO8stm7JUQgglr4tWcmw",{"template":692},"content:en-us:blog:authors:lukas-eipert.yml","en-us/blog/authors/lukas-eipert.yml","en-us/blog/authors/lukas-eipert",{"_path":5061,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5062,"config":5067,"_id":5068,"_type":38,"title":5063,"_source":40,"_file":5069,"_stem":5070,"_extension":43},"/en-us/blog/authors/lyle-kozloff",{"name":5063,"config":5064},"Lyle Kozloff",{"headshot":5065,"ctfId":5066},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666803/Blog/Author%20Headshots/lyle-headshot.jpg","lyle",{"template":692},"content:en-us:blog:authors:lyle-kozloff.yml","en-us/blog/authors/lyle-kozloff.yml","en-us/blog/authors/lyle-kozloff",{"_path":5072,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5073,"config":5078,"_id":5079,"_type":38,"title":5074,"_source":40,"_file":5080,"_stem":5081,"_extension":43},"/en-us/blog/authors/madeline-lake",{"name":5074,"config":5075},"Madeline Lake",{"headshot":5076,"ctfId":5077},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659736/Blog/Author%20Headshots/madlake-headshot.jpg","madlake",{"template":692},"content:en-us:blog:authors:madeline-lake.yml","en-us/blog/authors/madeline-lake.yml","en-us/blog/authors/madeline-lake",{"_path":5083,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5084,"config":5089,"_id":5090,"_type":38,"title":5085,"_source":40,"_file":5091,"_stem":5092,"_extension":43},"/en-us/blog/authors/madou-coulibaly",{"name":5085,"config":5086},"Madou Coulibaly",{"headshot":5087,"ctfId":5088},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679848/Blog/Author%20Headshots/madou-headshot.jpg","madou",{"template":692},"content:en-us:blog:authors:madou-coulibaly.yml","en-us/blog/authors/madou-coulibaly.yml","en-us/blog/authors/madou-coulibaly",{"_path":5094,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5095,"config":5100,"_id":5101,"_type":38,"title":5096,"_source":40,"_file":5102,"_stem":5103,"_extension":43},"/en-us/blog/authors/magdalena-frankiewicz",{"name":5096,"config":5097},"Magdalena Frankiewicz",{"headshot":5098,"ctfId":5099},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663511/Blog/Author%20Headshots/m_frankiewicz-headshot.jpg","mfrankiewicz",{"template":692},"content:en-us:blog:authors:magdalena-frankiewicz.yml","en-us/blog/authors/magdalena-frankiewicz.yml","en-us/blog/authors/magdalena-frankiewicz",{"_path":5105,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5106,"config":5110,"_id":5111,"_type":38,"title":5107,"_source":40,"_file":5112,"_stem":5113,"_extension":43},"/en-us/blog/authors/mahesh-kumar",{"name":5107,"config":5108},"Mahesh Kumar",{"headshot":723,"ctfId":5109},"2ihYV6SzSOXfvpI2eJ87Mv",{"template":692},"content:en-us:blog:authors:mahesh-kumar.yml","en-us/blog/authors/mahesh-kumar.yml","en-us/blog/authors/mahesh-kumar",{"_path":5115,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5116,"config":5121,"_id":5122,"_type":38,"title":5117,"_source":40,"_file":5123,"_stem":5124,"_extension":43},"/en-us/blog/authors/manav-khurana",{"name":5117,"config":5118,"role":5120},"Manav Khurana",{"headshot":5119},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1757676476/ygij7nxvn2caq6vajhmy.png","Chief Product and Marketing Officer",{"template":692,"gitlabHandle":7},"content:en-us:blog:authors:manav-khurana.yml","en-us/blog/authors/manav-khurana.yml","en-us/blog/authors/manav-khurana",{"_path":5126,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5127,"config":5132,"_id":5133,"_type":38,"title":5128,"_source":40,"_file":5134,"_stem":5135,"_extension":43},"/en-us/blog/authors/manuel-kraft",{"name":5128,"config":5129},"Manuel Kraft",{"headshot":5130,"ctfId":5131},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659815/Blog/Author%20Headshots/manuel_kraft.png","5q1NADtEqxyoV1F1s6JKDz",{"template":692},"content:en-us:blog:authors:manuel-kraft.yml","en-us/blog/authors/manuel-kraft.yml","en-us/blog/authors/manuel-kraft",{"_path":5137,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5138,"config":5142,"_id":5143,"_type":38,"title":5139,"_source":40,"_file":5144,"_stem":5145,"_extension":43},"/en-us/blog/authors/marc-radulescu",{"name":5139,"config":5140},"Marc Radulescu",{"headshot":723,"ctfId":5141},"Marc-Radulescu",{"template":692},"content:en-us:blog:authors:marc-radulescu.yml","en-us/blog/authors/marc-radulescu.yml","en-us/blog/authors/marc-radulescu",{"_path":5147,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5148,"config":5153,"_id":5154,"_type":38,"title":5149,"_source":40,"_file":5155,"_stem":5156,"_extension":43},"/en-us/blog/authors/marc-shaw",{"name":5149,"config":5150},"Marc Shaw",{"headshot":5151,"ctfId":5152},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672589/Blog/Author%20Headshots/marc_shaw-headshot.jpg","marcshaw",{"template":692},"content:en-us:blog:authors:marc-shaw.yml","en-us/blog/authors/marc-shaw.yml","en-us/blog/authors/marc-shaw",{"_path":5158,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5159,"config":5164,"_id":5165,"_type":38,"title":5166,"_source":40,"_file":5167,"_stem":5168,"_extension":43},"/en-us/blog/authors/marcel-van-remmerden",{"name":5160,"config":5161},"Marcel van Remmerden",{"headshot":5162,"ctfId":5163},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669545/Blog/Author%20Headshots/mvanremmerden-headshot.jpg","7lMCQY4CU5xfTjIiMsNqkR",{"template":692},"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":5170,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5171,"config":5175,"_id":5176,"_type":38,"title":5172,"_source":40,"_file":5177,"_stem":5178,"_extension":43},"/en-us/blog/authors/marcia-ramos",{"name":5172,"config":5173},"Marcia Ramos",{"headshot":723,"ctfId":5174},"Marcia-Ramos",{"template":692},"content:en-us:blog:authors:marcia-ramos.yml","en-us/blog/authors/marcia-ramos.yml","en-us/blog/authors/marcia-ramos",{"_path":5180,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5181,"config":5185,"_id":5186,"_type":38,"title":5182,"_source":40,"_file":5187,"_stem":5188,"_extension":43},"/en-us/blog/authors/marco-lenzo",{"name":5182,"config":5183},"Marco Lenzo",{"headshot":723,"ctfId":5184},"Marco-Lenzo",{"template":692},"content:en-us:blog:authors:marco-lenzo.yml","en-us/blog/authors/marco-lenzo.yml","en-us/blog/authors/marco-lenzo",{"_path":5190,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5191,"config":5195,"_id":5196,"_type":38,"title":5192,"_source":40,"_file":5197,"_stem":5198,"_extension":43},"/en-us/blog/authors/marie-hargitt",{"name":5192,"config":5193},"Marie Hargitt",{"headshot":723,"ctfId":5194},"Marie-Hargitt",{"template":692},"content:en-us:blog:authors:marie-hargitt.yml","en-us/blog/authors/marie-hargitt.yml","en-us/blog/authors/marie-hargitt",{"_path":5200,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5201,"config":5206,"_id":5207,"_type":38,"title":5202,"_source":40,"_file":5208,"_stem":5209,"_extension":43},"/en-us/blog/authors/marin-jankovski",{"name":5202,"config":5203},"Marin Jankovski",{"headshot":5204,"ctfId":5205},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671628/Blog/Author%20Headshots/marin-headshot.jpg","Marin-Jankovski",{"template":692},"content:en-us:blog:authors:marin-jankovski.yml","en-us/blog/authors/marin-jankovski.yml","en-us/blog/authors/marin-jankovski",{"_path":5211,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5212,"config":5216,"_id":5217,"_type":38,"title":5218,"_source":40,"_file":5219,"_stem":5220,"_extension":43},"/en-us/blog/authors/marin-job",{"name":5213,"config":5214},"Marin, Job",{"headshot":723,"ctfId":5215},"Marin-Job",{"template":692},"content:en-us:blog:authors:marin-job.yml","Marin Job","en-us/blog/authors/marin-job.yml","en-us/blog/authors/marin-job",{"_path":5222,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5223,"config":5227,"_id":5228,"_type":38,"title":5229,"_source":40,"_file":5230,"_stem":5231,"_extension":43},"/en-us/blog/authors/mario-de-la-ossa",{"name":5224,"config":5225},"Mario de la Ossa",{"headshot":7,"ctfId":5226},"mdelaossa",{"template":692},"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":5233,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5234,"config":5238,"_id":5239,"_type":38,"title":5235,"_source":40,"_file":5240,"_stem":5241,"_extension":43},"/en-us/blog/authors/mark-art",{"name":5235,"config":5236},"Mark Art",{"headshot":723,"ctfId":5237},"55KCfyNmgPaJRmBZhiN7k5",{"template":692},"content:en-us:blog:authors:mark-art.yml","en-us/blog/authors/mark-art.yml","en-us/blog/authors/mark-art",{"_path":5243,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5244,"config":5248,"_id":5249,"_type":38,"title":5245,"_source":40,"_file":5250,"_stem":5251,"_extension":43},"/en-us/blog/authors/mark-fletcher",{"name":5245,"config":5246},"Mark Fletcher",{"headshot":7,"ctfId":5247},"markglenfletcher",{"template":692},"content:en-us:blog:authors:mark-fletcher.yml","en-us/blog/authors/mark-fletcher.yml","en-us/blog/authors/mark-fletcher",{"_path":5253,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5254,"config":5259,"_id":5260,"_type":38,"title":5255,"_source":40,"_file":5261,"_stem":5262,"_extension":43},"/en-us/blog/authors/mark-lapierre",{"name":5255,"config":5256},"Mark Lapierre",{"headshot":5257,"ctfId":5258},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669066/Blog/Author%20Headshots/mark_lapierre.png","2Fnsk5H33npbli2fy9kMqu",{"template":692},"content:en-us:blog:authors:mark-lapierre.yml","en-us/blog/authors/mark-lapierre.yml","en-us/blog/authors/mark-lapierre",{"_path":5264,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5265,"config":5270,"_id":5271,"_type":38,"title":5266,"_source":40,"_file":5272,"_stem":5273,"_extension":43},"/en-us/blog/authors/mark-loveless",{"name":5266,"config":5267},"Mark Loveless",{"headshot":5268,"ctfId":5269},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664093/Blog/Author%20Headshots/mloveless-headshot.png","mloveless",{"template":692},"content:en-us:blog:authors:mark-loveless.yml","en-us/blog/authors/mark-loveless.yml","en-us/blog/authors/mark-loveless",{"_path":5275,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5276,"config":5280,"_id":5281,"_type":38,"title":5277,"_source":40,"_file":5282,"_stem":5283,"_extension":43},"/en-us/blog/authors/mark-pundsack",{"name":5277,"config":5278},"Mark Pundsack",{"headshot":723,"ctfId":5279},"markpundsack",{"template":692},"content:en-us:blog:authors:mark-pundsack.yml","en-us/blog/authors/mark-pundsack.yml","en-us/blog/authors/mark-pundsack",{"_path":5285,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5286,"config":5291,"_id":5292,"_type":38,"title":5293,"_source":40,"_file":5294,"_stem":5295,"_extension":43},"/en-us/blog/authors/martin-brmmer",{"name":5287,"config":5288},"Martin Brümmer",{"headshot":5289,"ctfId":5290},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659427/Blog/Author%20Headshots/martin_brummer.webp","1QkLKK0UnkvZDDBzzEhkaA",{"template":692},"content:en-us:blog:authors:martin-brmmer.yml","Martin Brmmer","en-us/blog/authors/martin-brmmer.yml","en-us/blog/authors/martin-brmmer",{"_path":5297,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5298,"config":5302,"_id":5303,"_type":38,"title":5299,"_source":40,"_file":5304,"_stem":5305,"_extension":43},"/en-us/blog/authors/martynas-krupskis",{"name":5299,"config":5300},"Martynas Krupskis",{"headshot":723,"ctfId":5301},"3tK5S0f4QshGFGRrdEl7rn",{"template":692},"content:en-us:blog:authors:martynas-krupskis.yml","en-us/blog/authors/martynas-krupskis.yml","en-us/blog/authors/martynas-krupskis",{"_path":5307,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5308,"config":5312,"_id":5313,"_type":38,"title":5309,"_source":40,"_file":5314,"_stem":5315,"_extension":43},"/en-us/blog/authors/matej-latin",{"name":5309,"config":5310},"Matej Latin",{"headshot":7,"ctfId":5311},"matejlatin",{"template":692},"content:en-us:blog:authors:matej-latin.yml","en-us/blog/authors/matej-latin.yml","en-us/blog/authors/matej-latin",{"_path":5317,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5318,"config":5323,"_id":5324,"_type":38,"title":5319,"_source":40,"_file":5325,"_stem":5326,"_extension":43},"/en-us/blog/authors/mathias-ewald",{"name":5319,"config":5320},"Mathias Ewald",{"headshot":5321,"ctfId":5322},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664526/Blog/Author%20Headshots/mathias_ewald_headshot.png","7vLTPhU3yvh4xTToXcLpg9",{"template":692},"content:en-us:blog:authors:mathias-ewald.yml","en-us/blog/authors/mathias-ewald.yml","en-us/blog/authors/mathias-ewald",{"_path":5328,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5329,"config":5333,"_id":5334,"_type":38,"title":5330,"_source":40,"_file":5335,"_stem":5336,"_extension":43},"/en-us/blog/authors/matt-baldwin",{"name":5330,"config":5331},"Matt Baldwin",{"headshot":723,"ctfId":5332},"Matt-Baldwin",{"template":692},"content:en-us:blog:authors:matt-baldwin.yml","en-us/blog/authors/matt-baldwin.yml","en-us/blog/authors/matt-baldwin",{"_path":5338,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5339,"config":5344,"_id":5345,"_type":38,"title":5340,"_source":40,"_file":5346,"_stem":5347,"_extension":43},"/en-us/blog/authors/matt-coons",{"name":5340,"config":5341},"Matt Coons",{"headshot":5342,"ctfId":5343},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661888/Blog/Author%20Headshots/mcoons-headshot.jpg","mcoons",{"template":692},"content:en-us:blog:authors:matt-coons.yml","en-us/blog/authors/matt-coons.yml","en-us/blog/authors/matt-coons",{"_path":5349,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5350,"config":5355,"_id":5356,"_type":38,"title":5357,"_source":40,"_file":5358,"_stem":5359,"_extension":43},"/en-us/blog/authors/matt-delaney",{"name":5351,"config":5352},"Matt DeLaney",{"headshot":5353,"ctfId":5354},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659749/Blog/Author%20Headshots/matt_delaney_headshot.png","6apeWdrqrZlMIdaxzV5NvZ",{"template":692},"content:en-us:blog:authors:matt-delaney.yml","Matt Delaney","en-us/blog/authors/matt-delaney.yml","en-us/blog/authors/matt-delaney",{"_path":5361,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5362,"config":5367,"_id":5368,"_type":38,"title":5363,"_source":40,"_file":5369,"_stem":5370,"_extension":43},"/en-us/blog/authors/matt-genelin",{"name":5363,"config":5364},"Matt Genelin",{"headshot":5365,"ctfId":5366},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664522/Blog/Author%20Headshots/matty_genelin.png","6x9dTYZik3lSViI8hu6dYQ",{"template":692},"content:en-us:blog:authors:matt-genelin.yml","en-us/blog/authors/matt-genelin.yml","en-us/blog/authors/matt-genelin",{"_path":5372,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5373,"config":5377,"_id":5378,"_type":38,"title":5374,"_source":40,"_file":5379,"_stem":5380,"_extension":43},"/en-us/blog/authors/matt-nguyen",{"name":5374,"config":5375},"Matt Nguyen",{"headshot":723,"ctfId":5376},"Matt-Nguyen",{"template":692},"content:en-us:blog:authors:matt-nguyen.yml","en-us/blog/authors/matt-nguyen.yml","en-us/blog/authors/matt-nguyen",{"_path":5382,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5383,"config":5388,"_id":5389,"_type":38,"title":5384,"_source":40,"_file":5390,"_stem":5391,"_extension":43},"/en-us/blog/authors/matt-nohr",{"name":5384,"config":5385},"Matt Nohr",{"headshot":5386,"ctfId":5387},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681473/Blog/Author%20Headshots/mnohr-headshot.jpg","mnohr",{"template":692},"content:en-us:blog:authors:matt-nohr.yml","en-us/blog/authors/matt-nohr.yml","en-us/blog/authors/matt-nohr",{"_path":5393,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5394,"config":5399,"_id":5400,"_type":38,"title":5395,"_source":40,"_file":5401,"_stem":5402,"_extension":43},"/en-us/blog/authors/matt-smiley",{"name":5395,"config":5396},"Matt Smiley",{"headshot":5397,"ctfId":5398},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682529/Blog/Author%20Headshots/msmiley-headshot.jpg","msmiley",{"template":692},"content:en-us:blog:authors:matt-smiley.yml","en-us/blog/authors/matt-smiley.yml","en-us/blog/authors/matt-smiley",{"_path":5404,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5405,"config":5409,"_id":5410,"_type":38,"title":5406,"_source":40,"_file":5411,"_stem":5412,"_extension":43},"/en-us/blog/authors/matt-wilson",{"name":5406,"config":5407},"Matt Wilson",{"headshot":723,"ctfId":5408},"mattwilson",{"template":692},"content:en-us:blog:authors:matt-wilson.yml","en-us/blog/authors/matt-wilson.yml","en-us/blog/authors/matt-wilson",{"_path":5414,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5415,"config":5420,"_id":5421,"_type":38,"title":5416,"_source":40,"_file":5422,"_stem":5423,"_extension":43},"/en-us/blog/authors/matthew-macfarlane",{"name":5416,"config":5417},"Matthew Macfarlane",{"headshot":5418,"ctfId":5419},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663160/Blog/Author%20Headshots/matthew_mcfarlane_headshot.png","6dyod6DIfkxY5CognC5g2N",{"template":692},"content:en-us:blog:authors:matthew-macfarlane.yml","en-us/blog/authors/matthew-macfarlane.yml","en-us/blog/authors/matthew-macfarlane",{"_path":5425,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5426,"config":5431,"_id":5432,"_type":38,"title":5427,"_source":40,"_file":5433,"_stem":5434,"_extension":43},"/en-us/blog/authors/matthew-nearents",{"name":5427,"config":5428},"Matthew Nearents",{"headshot":5429,"ctfId":5430},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681789/Blog/Author%20Headshots/mnearents-headshot.jpg","mnearents",{"template":692},"content:en-us:blog:authors:matthew-nearents.yml","en-us/blog/authors/matthew-nearents.yml","en-us/blog/authors/matthew-nearents",{"_path":5436,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5437,"config":5442,"_id":5443,"_type":38,"title":5444,"_source":40,"_file":5445,"_stem":5446,"_extension":43},"/en-us/blog/authors/matthias-kppler",{"name":5438,"config":5439},"Matthias Käppler",{"headshot":5440,"ctfId":5441},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670351/Blog/Author%20Headshots/mkaeppler-headshot.jpg","mkaeppler",{"template":692},"content:en-us:blog:authors:matthias-kppler.yml","Matthias Kppler","en-us/blog/authors/matthias-kppler.yml","en-us/blog/authors/matthias-kppler",{"_path":5448,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5449,"config":5453,"_id":5454,"_type":38,"title":5450,"_source":40,"_file":5455,"_stem":5456,"_extension":43},"/en-us/blog/authors/matthieu-fronton",{"name":5450,"config":5451},"Matthieu Fronton",{"headshot":7,"ctfId":5452},"frntn",{"template":692},"content:en-us:blog:authors:matthieu-fronton.yml","en-us/blog/authors/matthieu-fronton.yml","en-us/blog/authors/matthieu-fronton",{"_path":5458,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5459,"config":5463,"_id":5464,"_type":38,"title":5460,"_source":40,"_file":5465,"_stem":5466,"_extension":43},"/en-us/blog/authors/max-woolf",{"name":5460,"config":5461},"Max Woolf",{"headshot":723,"ctfId":5462},"Max-Woolf",{"template":692},"content:en-us:blog:authors:max-woolf.yml","en-us/blog/authors/max-woolf.yml","en-us/blog/authors/max-woolf",{"_path":5468,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5469,"config":5474,"_id":5475,"_type":38,"title":5470,"_source":40,"_file":5476,"_stem":5477,"_extension":43},"/en-us/blog/authors/maximilien-belinga",{"name":5470,"config":5471},"Maximilien Belinga",{"headshot":5472,"ctfId":5473},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665080/Blog/Author%20Headshots/max_belinga.png","4n2a5tKPKk6qCis0IzevOS",{"template":692},"content:en-us:blog:authors:maximilien-belinga.yml","en-us/blog/authors/maximilien-belinga.yml","en-us/blog/authors/maximilien-belinga",{"_path":5479,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5480,"config":5484,"_id":5485,"_type":38,"title":5481,"_source":40,"_file":5486,"_stem":5487,"_extension":43},"/en-us/blog/authors/mayank-tahilramani",{"name":5481,"config":5482},"Mayank Tahilramani",{"headshot":7,"ctfId":5483},"mayanktahil",{"template":692},"content:en-us:blog:authors:mayank-tahilramani.yml","en-us/blog/authors/mayank-tahilramani.yml","en-us/blog/authors/mayank-tahilramani",{"_path":5489,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5490,"config":5495,"_id":5496,"_type":38,"title":5491,"_source":40,"_file":5497,"_stem":5498,"_extension":43},"/en-us/blog/authors/mayra-cabrera",{"name":5491,"config":5492},"Mayra Cabrera",{"headshot":5493,"ctfId":5494},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663224/Blog/Author%20Headshots/mayra-cabrera-headshot.jpg","mayracabrera",{"template":692},"content:en-us:blog:authors:mayra-cabrera.yml","en-us/blog/authors/mayra-cabrera.yml","en-us/blog/authors/mayra-cabrera",{"_path":5500,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5501,"config":5505,"_id":5506,"_type":38,"title":5502,"_source":40,"_file":5507,"_stem":5508,"_extension":43},"/en-us/blog/authors/meghan-maneval",{"name":5502,"config":5503},"Meghan Maneval",{"headshot":7,"ctfId":5504},"mmaneval20",{"template":692},"content:en-us:blog:authors:meghan-maneval.yml","en-us/blog/authors/meghan-maneval.yml","en-us/blog/authors/meghan-maneval",{"_path":5510,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5511,"config":5516,"_id":5517,"_type":38,"title":5512,"_source":40,"_file":5518,"_stem":5519,"_extension":43},"/en-us/blog/authors/mek-stittri",{"name":5512,"config":5513},"Mek Stittri",{"headshot":5514,"ctfId":5515},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682281/Blog/Author%20Headshots/meks-headshot.png","meks",{"template":692},"content:en-us:blog:authors:mek-stittri.yml","en-us/blog/authors/mek-stittri.yml","en-us/blog/authors/mek-stittri",{"_path":5521,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5522,"config":5526,"_id":5527,"_type":38,"title":5523,"_source":40,"_file":5528,"_stem":5529,"_extension":43},"/en-us/blog/authors/melissa-farber",{"name":5523,"config":5524},"Melissa Farber",{"headshot":7,"ctfId":5525},"mfarber",{"template":692},"content:en-us:blog:authors:melissa-farber.yml","en-us/blog/authors/melissa-farber.yml","en-us/blog/authors/melissa-farber",{"_path":5531,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5532,"config":5536,"_id":5537,"_type":38,"title":5533,"_source":40,"_file":5538,"_stem":5539,"_extension":43},"/en-us/blog/authors/melissa-smolensky",{"name":5533,"config":5534},"Melissa Smolensky",{"headshot":7,"ctfId":5535},"melsmo",{"template":692},"content:en-us:blog:authors:melissa-smolensky.yml","en-us/blog/authors/melissa-smolensky.yml","en-us/blog/authors/melissa-smolensky",{"_path":5541,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5542,"config":5547,"_id":5548,"_type":38,"title":5543,"_source":40,"_file":5549,"_stem":5550,"_extension":43},"/en-us/blog/authors/melissa-ushakov",{"name":5543,"config":5544},"Melissa Ushakov",{"headshot":5545,"ctfId":5546},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666529/Blog/Author%20Headshots/mushakov-headshot.jpg","mushakov",{"template":692},"content:en-us:blog:authors:melissa-ushakov.yml","en-us/blog/authors/melissa-ushakov.yml","en-us/blog/authors/melissa-ushakov",{"_path":5552,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5553,"config":5557,"_id":5558,"_type":38,"title":5554,"_source":40,"_file":5559,"_stem":5560,"_extension":43},"/en-us/blog/authors/michael-fahey",{"name":5554,"config":5555},"Michael Fahey",{"headshot":7,"ctfId":5556},"mfahey",{"template":692},"content:en-us:blog:authors:michael-fahey.yml","en-us/blog/authors/michael-fahey.yml","en-us/blog/authors/michael-fahey",{"_path":5562,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5563,"config":5568,"_id":5569,"_type":38,"title":5564,"_source":40,"_file":5570,"_stem":5571,"_extension":43},"/en-us/blog/authors/michael-friedrich",{"name":5564,"config":5565},"Michael Friedrich",{"headshot":5566,"ctfId":5567},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659879/Blog/Author%20Headshots/dnsmichi-headshot.jpg","dnsmichi",{"template":692},"content:en-us:blog:authors:michael-friedrich.yml","en-us/blog/authors/michael-friedrich.yml","en-us/blog/authors/michael-friedrich",{"_path":5573,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5574,"config":5578,"_id":5579,"_type":38,"title":5575,"_source":40,"_file":5580,"_stem":5581,"_extension":43},"/en-us/blog/authors/michael-henriksen",{"name":5575,"config":5576},"Michael Henriksen",{"headshot":723,"ctfId":5577},"3DmojnawcJFqAgoNMCpFTX",{"template":692},"content:en-us:blog:authors:michael-henriksen.yml","en-us/blog/authors/michael-henriksen.yml","en-us/blog/authors/michael-henriksen",{"_path":5583,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5584,"config":5588,"_id":5589,"_type":38,"title":5585,"_source":40,"_file":5590,"_stem":5591,"_extension":43},"/en-us/blog/authors/michael-karampalas",{"name":5585,"config":5586},"Michael Karampalas",{"headshot":7,"ctfId":5587},"mkarampalas",{"template":692},"content:en-us:blog:authors:michael-karampalas.yml","en-us/blog/authors/michael-karampalas.yml","en-us/blog/authors/michael-karampalas",{"_path":5593,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5594,"config":5599,"_id":5600,"_type":38,"title":5595,"_source":40,"_file":5601,"_stem":5602,"_extension":43},"/en-us/blog/authors/michael-kozono",{"name":5595,"config":5596},"Michael Kozono",{"headshot":5597,"ctfId":5598},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679544/Blog/Author%20Headshots/mkozono-headshot.jpg","mkozono",{"template":692},"content:en-us:blog:authors:michael-kozono.yml","en-us/blog/authors/michael-kozono.yml","en-us/blog/authors/michael-kozono",{"_path":5604,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5605,"config":5609,"_id":5610,"_type":38,"title":5606,"_source":40,"_file":5611,"_stem":5612,"_extension":43},"/en-us/blog/authors/michael-miranda",{"name":5606,"config":5607},"Michael Miranda",{"headshot":7,"ctfId":5608},"mikemiranda",{"template":692},"content:en-us:blog:authors:michael-miranda.yml","en-us/blog/authors/michael-miranda.yml","en-us/blog/authors/michael-miranda",{"_path":5614,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5615,"config":5620,"_id":5621,"_type":38,"title":5616,"_source":40,"_file":5622,"_stem":5623,"_extension":43},"/en-us/blog/authors/michelle-gill",{"name":5616,"config":5617},"Michelle Gill",{"headshot":5618,"ctfId":5619},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666460/Blog/Author%20Headshots/michelle_gill_headshot.png","1o9MOYTUcO2koXs4FgpOEw",{"template":692},"content:en-us:blog:authors:michelle-gill.yml","en-us/blog/authors/michelle-gill.yml","en-us/blog/authors/michelle-gill",{"_path":5625,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5626,"config":5631,"_id":5632,"_type":38,"title":5627,"_source":40,"_file":5633,"_stem":5634,"_extension":43},"/en-us/blog/authors/miguel-rincon",{"name":5627,"config":5628},"Miguel Rincon",{"headshot":5629,"ctfId":5630},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681865/Blog/Author%20Headshots/mrincon-headshot.jpg","mrincon",{"template":692},"content:en-us:blog:authors:miguel-rincon.yml","en-us/blog/authors/miguel-rincon.yml","en-us/blog/authors/miguel-rincon",{"_path":5636,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5637,"config":5641,"_id":5642,"_type":38,"title":5638,"_source":40,"_file":5643,"_stem":5644,"_extension":43},"/en-us/blog/authors/mike-bartlett",{"name":5638,"config":5639},"Mike Bartlett",{"headshot":7,"ctfId":5640},"mydigitalself",{"template":692},"content:en-us:blog:authors:mike-bartlett.yml","en-us/blog/authors/mike-bartlett.yml","en-us/blog/authors/mike-bartlett",{"_path":5646,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5647,"config":5651,"_id":5652,"_type":38,"title":5648,"_source":40,"_file":5653,"_stem":5654,"_extension":43},"/en-us/blog/authors/mike-eddington",{"name":5648,"config":5649},"Mike Eddington",{"headshot":723,"ctfId":5650},"q5tK0TgB1ZovSwShKSvOJ",{"template":692},"content:en-us:blog:authors:mike-eddington.yml","en-us/blog/authors/mike-eddington.yml","en-us/blog/authors/mike-eddington",{"_path":5656,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5657,"config":5662,"_id":5663,"_type":38,"title":5658,"_source":40,"_file":5664,"_stem":5665,"_extension":43},"/en-us/blog/authors/mike-flouton",{"name":5658,"config":5659},"Mike Flouton",{"headshot":5660,"ctfId":5661},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679190/Blog/Author%20Headshots/mflouton-headshot.jpg","mflouton",{"template":692},"content:en-us:blog:authors:mike-flouton.yml","en-us/blog/authors/mike-flouton.yml","en-us/blog/authors/mike-flouton",{"_path":5667,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5668,"config":5672,"_id":5673,"_type":38,"title":5669,"_source":40,"_file":5674,"_stem":5675,"_extension":43},"/en-us/blog/authors/mike-gerwitz",{"name":5669,"config":5670},"Mike Gerwitz",{"headshot":723,"ctfId":5671},"Mike-Gerwitz",{"template":692},"content:en-us:blog:authors:mike-gerwitz.yml","en-us/blog/authors/mike-gerwitz.yml","en-us/blog/authors/mike-gerwitz",{"_path":5677,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5678,"config":5682,"_id":5683,"_type":38,"title":5679,"_source":40,"_file":5684,"_stem":5685,"_extension":43},"/en-us/blog/authors/mike-greiling",{"name":5679,"config":5680},"Mike Greiling",{"headshot":7,"ctfId":5681},"mikegreiling",{"template":692},"content:en-us:blog:authors:mike-greiling.yml","en-us/blog/authors/mike-greiling.yml","en-us/blog/authors/mike-greiling",{"_path":5687,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5688,"config":5692,"_id":5693,"_type":38,"title":5689,"_source":40,"_file":5694,"_stem":5695,"_extension":43},"/en-us/blog/authors/mike-vanbuskirk",{"name":5689,"config":5690},"Mike Vanbuskirk",{"headshot":723,"ctfId":5691},"Mike-Vanbuskirk",{"template":692},"content:en-us:blog:authors:mike-vanbuskirk.yml","en-us/blog/authors/mike-vanbuskirk.yml","en-us/blog/authors/mike-vanbuskirk",{"_path":5697,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5698,"config":5702,"_id":5703,"_type":38,"title":5699,"_source":40,"_file":5704,"_stem":5705,"_extension":43},"/en-us/blog/authors/miranda-carter",{"name":5699,"config":5700},"Miranda Carter",{"headshot":723,"ctfId":5701},"4xT4dbRh6N9i7jW5xuPhVp",{"template":692},"content:en-us:blog:authors:miranda-carter.yml","en-us/blog/authors/miranda-carter.yml","en-us/blog/authors/miranda-carter",{"_path":5707,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5708,"config":5713,"_id":5714,"_type":38,"title":5709,"_source":40,"_file":5715,"_stem":5716,"_extension":43},"/en-us/blog/authors/mitra-jozenazemian",{"name":5709,"config":5710},"Mitra Jozenazemian",{"headshot":5711,"ctfId":5712},"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":692},"content:en-us:blog:authors:mitra-jozenazemian.yml","en-us/blog/authors/mitra-jozenazemian.yml","en-us/blog/authors/mitra-jozenazemian",{"_path":5718,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5719,"config":5724,"_id":5725,"_type":38,"title":5720,"_source":40,"_file":5726,"_stem":5727,"_extension":43},"/en-us/blog/authors/monmayuri-ray",{"name":5720,"config":5721},"Monmayuri Ray",{"headshot":5722,"ctfId":5723},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679381/Blog/Author%20Headshots/mray2020-headshot.png","mray2020",{"template":692},"content:en-us:blog:authors:monmayuri-ray.yml","en-us/blog/authors/monmayuri-ray.yml","en-us/blog/authors/monmayuri-ray",{"_path":5729,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5730,"config":5735,"_id":5737,"_type":38,"title":5731,"_source":40,"_file":5738,"_stem":5739,"_extension":43},"/en-us/blog/authors/naoharu-sasaki",{"name":5731,"config":5732,"role":5734},"Naoharu Sasaki",{"headshot":5733},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751951026/qgwsq65eqcrrxemihenj.png","Senior Solutions Architect",{"template":692,"gitlabHandle":5736},"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":5741,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5742,"config":5747,"_id":5748,"_type":38,"title":5743,"_source":40,"_file":5749,"_stem":5750,"_extension":43},"/en-us/blog/authors/nate-rosandich",{"name":5743,"config":5744},"Nate Rosandich",{"headshot":5745,"ctfId":5746},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665774/Blog/Author%20Headshots/nate_rosandich_headshot.png","6o7KM5bD29P7qtz6yu60rZ",{"template":692},"content:en-us:blog:authors:nate-rosandich.yml","en-us/blog/authors/nate-rosandich.yml","en-us/blog/authors/nate-rosandich",{"_path":5752,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5753,"config":5758,"_id":5759,"_type":38,"title":5754,"_source":40,"_file":5760,"_stem":5761,"_extension":43},"/en-us/blog/authors/neha-khalwadekar",{"name":5754,"config":5755},"Neha Khalwadekar",{"headshot":5756,"ctfId":5757},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682666/Blog/Author%20Headshots/nkhalwadekar-headshot.jpg","nkhalwadekar",{"template":692},"content:en-us:blog:authors:neha-khalwadekar.yml","en-us/blog/authors/neha-khalwadekar.yml","en-us/blog/authors/neha-khalwadekar",{"_path":5763,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5764,"config":5769,"_id":5770,"_type":38,"title":5771,"_source":40,"_file":5772,"_stem":5773,"_extension":43},"/en-us/blog/authors/neil-mccorrison",{"name":5765,"config":5766},"Neil McCorrison",{"headshot":5767,"ctfId":5768},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669499/Blog/Author%20Headshots/nmccorrison-headshot.jpg","nmccorrison",{"template":692},"content:en-us:blog:authors:neil-mccorrison.yml","Neil Mccorrison","en-us/blog/authors/neil-mccorrison.yml","en-us/blog/authors/neil-mccorrison",{"_path":5775,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5776,"config":5781,"_id":5782,"_type":38,"title":5783,"_source":40,"_file":5784,"_stem":5785,"_extension":43},"/en-us/blog/authors/neil-mcdonald",{"name":5777,"config":5778},"Neil McDonald",{"headshot":5779,"ctfId":5780},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665769/Blog/Author%20Headshots/neil_mcdonald_headshot.png","3AlbY0x99iY5eFvSZcn1zL",{"template":692},"content:en-us:blog:authors:neil-mcdonald.yml","Neil Mcdonald","en-us/blog/authors/neil-mcdonald.yml","en-us/blog/authors/neil-mcdonald",{"_path":5787,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5788,"config":5792,"_id":5794,"_type":38,"title":5789,"_source":40,"_file":5795,"_stem":5796,"_extension":43},"/en-us/blog/authors/nick-cayou",{"name":5789,"config":5790,"role":7},"Nick Cayou",{"headshot":5791},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751467780/nzign0cbu1g4ulxlhgop.png",{"template":692,"gitlabHandle":5793},"ncayou","content:en-us:blog:authors:nick-cayou.yml","en-us/blog/authors/nick-cayou.yml","en-us/blog/authors/nick-cayou",{"_path":5798,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5799,"config":5804,"_id":5805,"_type":38,"title":5800,"_source":40,"_file":5806,"_stem":5807,"_extension":43},"/en-us/blog/authors/nick-malcolm",{"name":5800,"config":5801},"Nick Malcolm",{"headshot":5802,"ctfId":5803},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679150/Blog/Author%20Headshots/nmalcolm-headshot.jpg","nmalcolm",{"template":692},"content:en-us:blog:authors:nick-malcolm.yml","en-us/blog/authors/nick-malcolm.yml","en-us/blog/authors/nick-malcolm",{"_path":5809,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5810,"config":5814,"_id":5815,"_type":38,"title":5811,"_source":40,"_file":5816,"_stem":5817,"_extension":43},"/en-us/blog/authors/nick-thomas",{"name":5811,"config":5812},"Nick Thomas",{"headshot":7,"ctfId":5813},"nickthomas",{"template":692},"content:en-us:blog:authors:nick-thomas.yml","en-us/blog/authors/nick-thomas.yml","en-us/blog/authors/nick-thomas",{"_path":5819,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5820,"config":5825,"_id":5826,"_type":38,"title":5821,"_source":40,"_file":5827,"_stem":5828,"_extension":43},"/en-us/blog/authors/nick-veenhof",{"name":5821,"config":5822},"Nick Veenhof",{"headshot":5823,"ctfId":5824},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679373/Blog/Author%20Headshots/nick_vh-headshot.jpg","nickvh",{"template":692},"content:en-us:blog:authors:nick-veenhof.yml","en-us/blog/authors/nick-veenhof.yml","en-us/blog/authors/nick-veenhof",{"_path":5830,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5831,"config":5835,"_id":5836,"_type":38,"title":5832,"_source":40,"_file":5837,"_stem":5838,"_extension":43},"/en-us/blog/authors/nico-meisenzahl",{"name":5832,"config":5833},"Nico Meisenzahl",{"headshot":7,"ctfId":5834},"nicomeisenzahl",{"template":692},"content:en-us:blog:authors:nico-meisenzahl.yml","en-us/blog/authors/nico-meisenzahl.yml","en-us/blog/authors/nico-meisenzahl",{"_path":5840,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5841,"config":5845,"_id":5846,"_type":38,"title":5842,"_source":40,"_file":5847,"_stem":5848,"_extension":43},"/en-us/blog/authors/nicole-schwartz",{"name":5842,"config":5843},"Nicole Schwartz",{"headshot":7,"ctfId":5844},"nicoleschwartz",{"template":692},"content:en-us:blog:authors:nicole-schwartz.yml","en-us/blog/authors/nicole-schwartz.yml","en-us/blog/authors/nicole-schwartz",{"_path":5850,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5851,"config":5856,"_id":5857,"_type":38,"title":5852,"_source":40,"_file":5858,"_stem":5859,"_extension":43},"/en-us/blog/authors/nikhil-george",{"name":5852,"config":5853},"Nikhil George",{"headshot":5854,"ctfId":5855},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666175/Blog/Author%20Headshots/ngeorge1-headshot.jpg","ngeorge1",{"template":692},"content:en-us:blog:authors:nikhil-george.yml","en-us/blog/authors/nikhil-george.yml","en-us/blog/authors/nikhil-george",{"_path":5861,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5862,"config":5867,"_id":5868,"_type":38,"title":5863,"_source":40,"_file":5869,"_stem":5870,"_extension":43},"/en-us/blog/authors/nima-badiey",{"name":5863,"config":5864},"Nima Badiey",{"headshot":5865,"ctfId":5866},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668177/Blog/Author%20Headshots/nbadiey-headshot.jpg","nbadiey",{"template":692},"content:en-us:blog:authors:nima-badiey.yml","en-us/blog/authors/nima-badiey.yml","en-us/blog/authors/nima-badiey",{"_path":5872,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5873,"config":5878,"_id":5879,"_type":38,"title":5874,"_source":40,"_file":5880,"_stem":5881,"_extension":43},"/en-us/blog/authors/noah-ing",{"name":5874,"config":5875},"Noah Ing",{"headshot":5876,"ctfId":5877},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664410/Blog/Author%20Headshots/noahing.png","noahing",{"template":692},"content:en-us:blog:authors:noah-ing.yml","en-us/blog/authors/noah-ing.yml","en-us/blog/authors/noah-ing",{"_path":5883,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5884,"config":5888,"_id":5889,"_type":38,"title":5885,"_source":40,"_file":5890,"_stem":5891,"_extension":43},"/en-us/blog/authors/noah-manger",{"name":5885,"config":5886},"Noah Manger",{"headshot":723,"ctfId":5887},"Noah-Manger",{"template":692},"content:en-us:blog:authors:noah-manger.yml","en-us/blog/authors/noah-manger.yml","en-us/blog/authors/noah-manger",{"_path":5893,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5894,"config":5898,"_id":5899,"_type":38,"title":5895,"_source":40,"_file":5900,"_stem":5901,"_extension":43},"/en-us/blog/authors/noah-zoschke",{"name":5895,"config":5896},"Noah Zoschke",{"headshot":723,"ctfId":5897},"Noah-Zoschke",{"template":692},"content:en-us:blog:authors:noah-zoschke.yml","en-us/blog/authors/noah-zoschke.yml","en-us/blog/authors/noah-zoschke",{"_path":5903,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5904,"config":5908,"_id":5909,"_type":38,"title":5905,"_source":40,"_file":5910,"_stem":5911,"_extension":43},"/en-us/blog/authors/nolan-myers",{"name":5905,"config":5906},"Nolan Myers",{"headshot":723,"ctfId":5907},"Nolan-Myers",{"template":692},"content:en-us:blog:authors:nolan-myers.yml","en-us/blog/authors/nolan-myers.yml","en-us/blog/authors/nolan-myers",{"_path":5913,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5914,"config":5918,"_id":5919,"_type":38,"title":5915,"_source":40,"_file":5920,"_stem":5921,"_extension":43},"/en-us/blog/authors/nupur-sharma",{"name":5915,"config":5916},"Nupur Sharma",{"headshot":723,"ctfId":5917},"6p7RQDl0cDWnAxU8yu2vVK",{"template":692},"content:en-us:blog:authors:nupur-sharma.yml","en-us/blog/authors/nupur-sharma.yml","en-us/blog/authors/nupur-sharma",{"_path":5923,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5924,"config":5928,"_id":5929,"_type":38,"title":5925,"_source":40,"_file":5930,"_stem":5931,"_extension":43},"/en-us/blog/authors/nuritzi-sanchez",{"name":5925,"config":5926},"Nuritzi Sanchez",{"headshot":7,"ctfId":5927},"nuritzi",{"template":692},"content:en-us:blog:authors:nuritzi-sanchez.yml","en-us/blog/authors/nuritzi-sanchez.yml","en-us/blog/authors/nuritzi-sanchez",{"_path":5933,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5934,"config":5939,"_id":5940,"_type":38,"title":5935,"_source":40,"_file":5941,"_stem":5942,"_extension":43},"/en-us/blog/authors/oleksandr-pysaryuk",{"name":5935,"config":5936},"Oleksandr Pysaryuk",{"headshot":5937,"ctfId":5938},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664469/Blog/Author%20Headshots/opysaryuk_headshot.png","5EbCnvbwgeZKYOUug8fFFO",{"template":692},"content:en-us:blog:authors:oleksandr-pysaryuk.yml","en-us/blog/authors/oleksandr-pysaryuk.yml","en-us/blog/authors/oleksandr-pysaryuk",{"_path":5944,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5945,"config":5950,"_id":5951,"_type":38,"title":5952,"_source":40,"_file":5953,"_stem":5954,"_extension":43},"/en-us/blog/authors/olena-horal-koretska",{"name":5946,"config":5947},"Olena Horal-Koretska",{"headshot":5948,"ctfId":5949},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681267/Blog/Author%20Headshots/ohoral-headshot.jpg","ohoral",{"template":692},"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":5956,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5957,"config":5961,"_id":5963,"_type":38,"title":5958,"_source":40,"_file":5964,"_stem":5965,"_extension":43},"/en-us/blog/authors/olivier-campeau",{"name":5958,"config":5959},"Olivier Campeau",{"headshot":5960},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750704785/kyqz7c4ctjvo4qpj8ldf.png",{"template":692,"gitlabHandle":5962},"oli.campeau","content:en-us:blog:authors:olivier-campeau.yml","en-us/blog/authors/olivier-campeau.yml","en-us/blog/authors/olivier-campeau",{"_path":5967,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5968,"config":5973,"_id":5974,"_type":38,"title":5975,"_source":40,"_file":5976,"_stem":5977,"_extension":43},"/en-us/blog/authors/olivier-dupr",{"name":5969,"config":5970},"Olivier Dupré",{"headshot":5971,"ctfId":5972},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713474/cj6odchlpoqxbibenvye.png","4VIckvQsyfNxEtz4pM42aP",{"template":692},"content:en-us:blog:authors:olivier-dupr.yml","Olivier Dupr","en-us/blog/authors/olivier-dupr.yml","en-us/blog/authors/olivier-dupr",{"_path":5979,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5980,"config":5985,"_id":5986,"_type":38,"title":5981,"_source":40,"_file":5987,"_stem":5988,"_extension":43},"/en-us/blog/authors/omar-fernandez",{"name":5981,"config":5982},"Omar Fernandez",{"headshot":5983,"ctfId":5984},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668073/Blog/Author%20Headshots/ofernandez2-headshot.jpg","ofernandez2",{"template":692},"content:en-us:blog:authors:omar-fernandez.yml","en-us/blog/authors/omar-fernandez.yml","en-us/blog/authors/omar-fernandez",{"_path":5990,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":5991,"config":5995,"_id":5996,"_type":38,"title":5992,"_source":40,"_file":5997,"_stem":5998,"_extension":43},"/en-us/blog/authors/opher-vishnia",{"name":5992,"config":5993},"Opher Vishnia",{"headshot":723,"ctfId":5994},"O0F3sw3av9pRAxeP9iR7N",{"template":692},"content:en-us:blog:authors:opher-vishnia.yml","en-us/blog/authors/opher-vishnia.yml","en-us/blog/authors/opher-vishnia",{"_path":6000,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6001,"config":6005,"_id":6006,"_type":38,"title":6002,"_source":40,"_file":6007,"_stem":6008,"_extension":43},"/en-us/blog/authors/orit-golowinski",{"name":6002,"config":6003},"Orit Golowinski",{"headshot":7,"ctfId":6004},"ogolowinski",{"template":692},"content:en-us:blog:authors:orit-golowinski.yml","en-us/blog/authors/orit-golowinski.yml","en-us/blog/authors/orit-golowinski",{"_path":6010,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6011,"config":6016,"_id":6017,"_type":38,"title":6012,"_source":40,"_file":6018,"_stem":6019,"_extension":43},"/en-us/blog/authors/ottilia-westerlund",{"name":6012,"config":6013},"Ottilia Westerlund",{"headshot":6014,"ctfId":6015},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664791/Blog/Author%20Headshots/ottiliawesterlundheadshot.png","ottiliawesterlund",{"template":692},"content:en-us:blog:authors:ottilia-westerlund.yml","en-us/blog/authors/ottilia-westerlund.yml","en-us/blog/authors/ottilia-westerlund",{"_path":6021,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6022,"config":6026,"_id":6027,"_type":38,"title":6023,"_source":40,"_file":6028,"_stem":6029,"_extension":43},"/en-us/blog/authors/owen-williams",{"name":6023,"config":6024},"Owen Williams",{"headshot":723,"ctfId":6025},"Owen-Williams",{"template":692},"content:en-us:blog:authors:owen-williams.yml","en-us/blog/authors/owen-williams.yml","en-us/blog/authors/owen-williams",{"_path":6031,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6032,"config":6036,"_id":6037,"_type":38,"title":6033,"_source":40,"_file":6038,"_stem":6039,"_extension":43},"/en-us/blog/authors/pablo-carranza",{"name":6033,"config":6034},"Pablo Carranza",{"headshot":723,"ctfId":6035},"Pablo-Carranza",{"template":692},"content:en-us:blog:authors:pablo-carranza.yml","en-us/blog/authors/pablo-carranza.yml","en-us/blog/authors/pablo-carranza",{"_path":6041,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6042,"config":6046,"_id":6047,"_type":38,"title":6043,"_source":40,"_file":6048,"_stem":6049,"_extension":43},"/en-us/blog/authors/parker-ennis",{"name":6043,"config":6044},"Parker Ennis",{"headshot":7,"ctfId":6045},"parkerennis",{"template":692},"content:en-us:blog:authors:parker-ennis.yml","en-us/blog/authors/parker-ennis.yml","en-us/blog/authors/parker-ennis",{"_path":6051,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6052,"config":6056,"_id":6057,"_type":38,"title":6053,"_source":40,"_file":6058,"_stem":6059,"_extension":43},"/en-us/blog/authors/patricio-cano",{"name":6053,"config":6054},"Patricio Cano",{"headshot":723,"ctfId":6055},"Patricio-Cano",{"template":692},"content:en-us:blog:authors:patricio-cano.yml","en-us/blog/authors/patricio-cano.yml","en-us/blog/authors/patricio-cano",{"_path":6061,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6062,"config":6066,"_id":6067,"_type":38,"title":6063,"_source":40,"_file":6068,"_stem":6069,"_extension":43},"/en-us/blog/authors/patrick-deuley",{"name":6063,"config":6064},"Patrick Deuley",{"headshot":723,"ctfId":6065},"4YYemtKKpxKC4yukyFavai",{"template":692},"content:en-us:blog:authors:patrick-deuley.yml","en-us/blog/authors/patrick-deuley.yml","en-us/blog/authors/patrick-deuley",{"_path":6071,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6072,"config":6076,"_id":6077,"_type":38,"title":6073,"_source":40,"_file":6078,"_stem":6079,"_extension":43},"/en-us/blog/authors/patrick-foster",{"name":6073,"config":6074},"Patrick Foster",{"headshot":723,"ctfId":6075},"Patrick-Foster",{"template":692},"content:en-us:blog:authors:patrick-foster.yml","en-us/blog/authors/patrick-foster.yml","en-us/blog/authors/patrick-foster",{"_path":6081,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6082,"config":6087,"_id":6088,"_type":38,"title":6083,"_source":40,"_file":6089,"_stem":6090,"_extension":43},"/en-us/blog/authors/patrick-steinhardt",{"name":6083,"config":6084},"Patrick Steinhardt",{"headshot":6085,"ctfId":6086},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661952/Blog/Author%20Headshots/pks-gitlab-headshot.png","pksgitlab",{"template":692},"content:en-us:blog:authors:patrick-steinhardt.yml","en-us/blog/authors/patrick-steinhardt.yml","en-us/blog/authors/patrick-steinhardt",{"_path":6092,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6093,"config":6097,"_id":6098,"_type":38,"title":6094,"_source":40,"_file":6099,"_stem":6100,"_extension":43},"/en-us/blog/authors/patty-cheung",{"name":6094,"config":6095},"Patty Cheung",{"headshot":723,"ctfId":6096},"pattycheung",{"template":692},"content:en-us:blog:authors:patty-cheung.yml","en-us/blog/authors/patty-cheung.yml","en-us/blog/authors/patty-cheung",{"_path":6102,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6103,"config":6107,"_id":6108,"_type":38,"title":6104,"_source":40,"_file":6109,"_stem":6110,"_extension":43},"/en-us/blog/authors/paul-badcock",{"name":6104,"config":6105},"Paul Badcock",{"headshot":723,"ctfId":6106},"TbNQIdiD4vlFB7XYXeArb",{"template":692},"content:en-us:blog:authors:paul-badcock.yml","en-us/blog/authors/paul-badcock.yml","en-us/blog/authors/paul-badcock",{"_path":6112,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6113,"config":6117,"_id":6118,"_type":38,"title":6119,"_source":40,"_file":6120,"_stem":6121,"_extension":43},"/en-us/blog/authors/paul-gascou-vaillancourt",{"name":6114,"config":6115},"Paul Gascou-Vaillancourt",{"headshot":723,"ctfId":6116},"6Yg7HWPoy2E5vwudH0EZja",{"template":692},"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":6123,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6124,"config":6128,"_id":6129,"_type":38,"title":6125,"_source":40,"_file":6130,"_stem":6131,"_extension":43},"/en-us/blog/authors/paul-hibbitts",{"name":6125,"config":6126},"Paul Hibbitts",{"headshot":723,"ctfId":6127},"Paul-Hibbitts",{"template":692},"content:en-us:blog:authors:paul-hibbitts.yml","en-us/blog/authors/paul-hibbitts.yml","en-us/blog/authors/paul-hibbitts",{"_path":6133,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6134,"config":6138,"_id":6139,"_type":38,"title":6135,"_source":40,"_file":6140,"_stem":6141,"_extension":43},"/en-us/blog/authors/paul-machle",{"name":6135,"config":6136},"Paul Machle",{"headshot":723,"ctfId":6137},"Paul-Machle",{"template":692},"content:en-us:blog:authors:paul-machle.yml","en-us/blog/authors/paul-machle.yml","en-us/blog/authors/paul-machle",{"_path":6143,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6144,"config":6148,"_id":6150,"_type":38,"title":6145,"_source":40,"_file":6151,"_stem":6152,"_extension":43},"/en-us/blog/authors/paul-meresanu",{"name":6145,"role":7,"config":6146},"Paul Meresanu",{"headshot":6147},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750267141/qpw5ayteg0sewyh7s8xi.png",{"template":692,"gitlabHandle":6149},"pmeresanu","content:en-us:blog:authors:paul-meresanu.yml","en-us/blog/authors/paul-meresanu.yml","en-us/blog/authors/paul-meresanu",{"_path":6154,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6155,"config":6160,"_id":6161,"_type":38,"title":6156,"_source":40,"_file":6162,"_stem":6163,"_extension":43},"/en-us/blog/authors/payton-burdette",{"name":6156,"config":6157},"Payton Burdette",{"headshot":6158,"ctfId":6159},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667712/Blog/Author%20Headshots/payton_burdette_headshot.png","42ZmAy1Ix0cQeI3hHYupW",{"template":692},"content:en-us:blog:authors:payton-burdette.yml","en-us/blog/authors/payton-burdette.yml","en-us/blog/authors/payton-burdette",{"_path":6165,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6166,"config":6170,"_id":6171,"_type":38,"title":6167,"_source":40,"_file":6172,"_stem":6173,"_extension":43},"/en-us/blog/authors/pedro-fortuna",{"name":6167,"config":6168},"Pedro Fortuna",{"headshot":723,"ctfId":6169},"7JwB4WZYF19OKwOo4yk5n4",{"template":692},"content:en-us:blog:authors:pedro-fortuna.yml","en-us/blog/authors/pedro-fortuna.yml","en-us/blog/authors/pedro-fortuna",{"_path":6175,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6176,"config":6181,"_id":6182,"_type":38,"title":6183,"_source":40,"_file":6184,"_stem":6185,"_extension":43},"/en-us/blog/authors/pedro-moreira-da-silva",{"name":6177,"config":6178},"Pedro Moreira da Silva",{"headshot":6179,"ctfId":6180},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666783/Blog/Author%20Headshots/pedroms-headshot.jpg","pedroms",{"template":692},"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":6187,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6188,"config":6193,"_id":6194,"_type":38,"title":6189,"_source":40,"_file":6195,"_stem":6196,"_extension":43},"/en-us/blog/authors/phil-hughes",{"name":6189,"config":6190},"Phil Hughes",{"headshot":6191,"ctfId":6192},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681552/Blog/Author%20Headshots/iamphill-headshot.jpg","iamphill",{"template":692},"content:en-us:blog:authors:phil-hughes.yml","en-us/blog/authors/phil-hughes.yml","en-us/blog/authors/phil-hughes",{"_path":6198,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6199,"config":6203,"_id":6204,"_type":38,"title":6200,"_source":40,"_file":6205,"_stem":6206,"_extension":43},"/en-us/blog/authors/philip-welz",{"name":6200,"config":6201},"Philip Welz",{"headshot":7,"ctfId":6202},"philxx",{"template":692},"content:en-us:blog:authors:philip-welz.yml","en-us/blog/authors/philip-welz.yml","en-us/blog/authors/philip-welz",{"_path":6208,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6209,"config":6214,"_id":6215,"_type":38,"title":6216,"_source":40,"_file":6217,"_stem":6218,"_extension":43},"/en-us/blog/authors/philippe-lafoucrire",{"name":6210,"config":6211},"Philippe Lafoucrière",{"headshot":6212,"ctfId":6213},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679747/Blog/Author%20Headshots/plafoucriere-headshot.jpg","plafoucriere",{"template":692},"content:en-us:blog:authors:philippe-lafoucrire.yml","Philippe Lafoucrire","en-us/blog/authors/philippe-lafoucrire.yml","en-us/blog/authors/philippe-lafoucrire",{"_path":6220,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6221,"config":6225,"_id":6226,"_type":38,"title":6227,"_source":40,"_file":6228,"_stem":6229,"_extension":43},"/en-us/blog/authors/pierre-de-la-morinerie",{"name":6222,"config":6223},"Pierre de La Morinerie",{"headshot":723,"ctfId":6224},"Pierre-de-La-Morinerie",{"template":692},"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":6231,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6232,"config":6236,"_id":6237,"_type":38,"title":6233,"_source":40,"_file":6238,"_stem":6239,"_extension":43},"/en-us/blog/authors/pierre-smeyers",{"name":6233,"config":6234},"Pierre Smeyers",{"headshot":7,"ctfId":6235},"pismy",{"template":692},"content:en-us:blog:authors:pierre-smeyers.yml","en-us/blog/authors/pierre-smeyers.yml","en-us/blog/authors/pierre-smeyers",{"_path":6241,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6242,"config":6247,"_id":6248,"_type":38,"title":6243,"_source":40,"_file":6249,"_stem":6250,"_extension":43},"/en-us/blog/authors/pini-wietchner",{"name":6243,"config":6244},"Pini Wietchner",{"headshot":6245,"ctfId":6246},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660171/Blog/Author%20Headshots/Pini_Wietchner_headshot.png","4FclpbCSjD5ytIrKCyRL0o",{"template":692},"content:en-us:blog:authors:pini-wietchner.yml","en-us/blog/authors/pini-wietchner.yml","en-us/blog/authors/pini-wietchner",{"_path":6252,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6253,"config":6257,"_id":6258,"_type":38,"title":6259,"_source":40,"_file":6260,"_stem":6261,"_extension":43},"/en-us/blog/authors/pj-metz",{"name":6254,"config":6255},"PJ Metz",{"headshot":723,"ctfId":6256},"PjMetz",{"template":692},"content:en-us:blog:authors:pj-metz.yml","Pj Metz","en-us/blog/authors/pj-metz.yml","en-us/blog/authors/pj-metz",{"_path":6263,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6264,"config":6267,"_id":6268,"_type":38,"title":6269,"_source":40,"_file":6270,"_stem":6271,"_extension":43},"/en-us/blog/authors/plapadoo",{"name":6265,"config":6266},"plapadoo",{"headshot":723,"ctfId":6265},{"template":692},"content:en-us:blog:authors:plapadoo.yml","Plapadoo","en-us/blog/authors/plapadoo.yml","en-us/blog/authors/plapadoo",{"_path":6273,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6274,"config":6278,"_id":6279,"_type":38,"title":6275,"_source":40,"_file":6280,"_stem":6281,"_extension":43},"/en-us/blog/authors/pranay-bakre",{"name":6275,"config":6276},"Pranay Bakre",{"headshot":7,"ctfId":6277},"Darren-Eastman",{"template":692},"content:en-us:blog:authors:pranay-bakre.yml","en-us/blog/authors/pranay-bakre.yml","en-us/blog/authors/pranay-bakre",{"_path":6283,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6284,"config":6288,"_id":6289,"_type":38,"title":6285,"_source":40,"_file":6290,"_stem":6291,"_extension":43},"/en-us/blog/authors/priyanka-sharma",{"name":6285,"config":6286},"Priyanka Sharma",{"headshot":7,"ctfId":6287},"pritianka",{"template":692},"content:en-us:blog:authors:priyanka-sharma.yml","en-us/blog/authors/priyanka-sharma.yml","en-us/blog/authors/priyanka-sharma",{"_path":6293,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6294,"config":6299,"_id":6300,"_type":38,"title":6301,"_source":40,"_file":6302,"_stem":6303,"_extension":43},"/en-us/blog/authors/pter-bozs",{"name":6295,"config":6296},"Péter Bozsó",{"headshot":6297,"ctfId":6298},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666384/Blog/Author%20Headshots/pbozso_headshot.png","4i1NVYip0RqxRnbpZ9deKp",{"template":692},"content:en-us:blog:authors:pter-bozs.yml","Pter Bozs","en-us/blog/authors/pter-bozs.yml","en-us/blog/authors/pter-bozs",{"_path":6305,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6306,"config":6310,"_id":6311,"_type":38,"title":6307,"_source":40,"_file":6312,"_stem":6313,"_extension":43},"/en-us/blog/authors/quan-to",{"name":6307,"config":6308},"Quan To",{"headshot":723,"ctfId":6309},"5dswLnpCobgICjM0RpHMU2",{"template":692},"content:en-us:blog:authors:quan-to.yml","en-us/blog/authors/quan-to.yml","en-us/blog/authors/quan-to",{"_path":6315,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6316,"config":6321,"_id":6322,"_type":38,"title":6317,"_source":40,"_file":6323,"_stem":6324,"_extension":43},"/en-us/blog/authors/rachel-nienaber",{"name":6317,"config":6318},"Rachel Nienaber",{"headshot":6319,"ctfId":6320},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667065/Blog/Author%20Headshots/rnienaber-headshot.jpg","rnienaber",{"template":692},"content:en-us:blog:authors:rachel-nienaber.yml","en-us/blog/authors/rachel-nienaber.yml","en-us/blog/authors/rachel-nienaber",{"_path":6326,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6327,"config":6331,"_id":6333,"_type":38,"title":6328,"_source":40,"_file":6334,"_stem":6335,"_extension":43},"/en-us/blog/authors/radovan-bacovic",{"name":6328,"config":6329},"Radovan Bacovic",{"headshot":6330},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1760036179/vvj2tiujit6kopuz8mqp.png",{"template":692,"gitlabHandle":6332},"rbacovic","content:en-us:blog:authors:radovan-bacovic.yml","en-us/blog/authors/radovan-bacovic.yml","en-us/blog/authors/radovan-bacovic",{"_path":6337,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6338,"config":6342,"_id":6343,"_type":38,"title":6344,"_source":40,"_file":6345,"_stem":6346,"_extension":43},"/en-us/blog/authors/rahul-bhargava-cto-evolphin",{"name":6339,"config":6340},"Rahul Bhargava, CTO, Evolphin",{"headshot":723,"ctfId":6341},"Rahul-Bhargava-CTO-Evolphin",{"template":692},"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":6348,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6349,"config":6354,"_id":6355,"_type":38,"title":6350,"_source":40,"_file":6356,"_stem":6357,"_extension":43},"/en-us/blog/authors/raimund-hook",{"name":6350,"config":6351},"Raimund Hook",{"headshot":6352,"ctfId":6353},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672472/Blog/Author%20Headshots/stingrayza-headshot.jpg","stingrayza",{"template":692},"content:en-us:blog:authors:raimund-hook.yml","en-us/blog/authors/raimund-hook.yml","en-us/blog/authors/raimund-hook",{"_path":6359,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6360,"config":6364,"_id":6365,"_type":38,"title":6361,"_source":40,"_file":6366,"_stem":6367,"_extension":43},"/en-us/blog/authors/raquel-campuzano",{"name":6361,"config":6362},"Raquel Campuzano",{"headshot":723,"ctfId":6363},"Raquel-Campuzano",{"template":692},"content:en-us:blog:authors:raquel-campuzano.yml","en-us/blog/authors/raquel-campuzano.yml","en-us/blog/authors/raquel-campuzano",{"_path":6369,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6370,"config":6374,"_id":6375,"_type":38,"title":6371,"_source":40,"_file":6376,"_stem":6377,"_extension":43},"/en-us/blog/authors/ray-paik",{"name":6371,"config":6372},"Ray Paik",{"headshot":7,"ctfId":6373},"rpaik",{"template":692},"content:en-us:blog:authors:ray-paik.yml","en-us/blog/authors/ray-paik.yml","en-us/blog/authors/ray-paik",{"_path":6379,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6380,"config":6385,"_id":6386,"_type":38,"title":6381,"_source":40,"_file":6387,"_stem":6388,"_extension":43},"/en-us/blog/authors/rayana-verissimo",{"name":6381,"config":6382},"Rayana Verissimo",{"headshot":6383,"ctfId":6384},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679581/Blog/Author%20Headshots/rayana-headshot.png","rayana",{"template":692},"content:en-us:blog:authors:rayana-verissimo.yml","en-us/blog/authors/rayana-verissimo.yml","en-us/blog/authors/rayana-verissimo",{"_path":6390,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6391,"config":6395,"_id":6397,"_type":38,"title":6398,"_source":40,"_file":6399,"_stem":6400,"_extension":43},"/en-us/blog/authors/rebeca-fenoy-anthony",{"name":6392,"config":6393},"Rebeca Fenoy-Anthony",{"headshot":6394},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756988188/r1og9bwc9mxwxqeoehyi.png",{"template":692,"gitlabHandle":6396},"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":6402,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6403,"config":6407,"_id":6408,"_type":38,"title":6404,"_source":40,"_file":6409,"_stem":6410,"_extension":43},"/en-us/blog/authors/rebecca-dodd",{"name":6404,"config":6405},"Rebecca Dodd",{"headshot":723,"ctfId":6406},"Rebecca-Dodd",{"template":692},"content:en-us:blog:authors:rebecca-dodd.yml","en-us/blog/authors/rebecca-dodd.yml","en-us/blog/authors/rebecca-dodd",{"_path":6412,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6413,"config":6417,"_id":6418,"_type":38,"title":6414,"_source":40,"_file":6419,"_stem":6420,"_extension":43},"/en-us/blog/authors/regis-freyd",{"name":6414,"config":6415},"Regis Freyd",{"headshot":723,"ctfId":6416},"Regis-Freyd",{"template":692},"content:en-us:blog:authors:regis-freyd.yml","en-us/blog/authors/regis-freyd.yml","en-us/blog/authors/regis-freyd",{"_path":6422,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6423,"config":6428,"_id":6429,"_type":38,"title":6424,"_source":40,"_file":6430,"_stem":6431,"_extension":43},"/en-us/blog/authors/regnard-raquedan",{"name":6424,"config":6425},"Regnard Raquedan",{"headshot":6426,"ctfId":6427},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663118/Blog/Author%20Headshots/regnard_raquedan_headshot.png","rraquedan",{"template":692},"content:en-us:blog:authors:regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan",{"_path":6433,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6434,"config":6438,"_id":6439,"_type":38,"title":6435,"_source":40,"_file":6440,"_stem":6441,"_extension":43},"/en-us/blog/authors/renato-stanic",{"name":6435,"config":6436},"Renato Stanic",{"headshot":7,"ctfId":6437},"rstanic12",{"template":692},"content:en-us:blog:authors:renato-stanic.yml","en-us/blog/authors/renato-stanic.yml","en-us/blog/authors/renato-stanic",{"_path":6443,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6444,"config":6449,"_id":6450,"_type":38,"title":6445,"_source":40,"_file":6451,"_stem":6452,"_extension":43},"/en-us/blog/authors/ricardo-amarilla-villalba",{"name":6445,"config":6446},"Ricardo Amarilla Villalba",{"headshot":6447,"ctfId":6448},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659922/Blog/Author%20Headshots/amarilla_headshot.png","4WSHcpkt7wBzARJQ1JkIMm",{"template":692},"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":6454,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6455,"config":6459,"_id":6460,"_type":38,"title":6456,"_source":40,"_file":6461,"_stem":6462,"_extension":43},"/en-us/blog/authors/riccardo-padovani",{"name":6456,"config":6457},"Riccardo Padovani",{"headshot":723,"ctfId":6458},"Riccardo-Padovani",{"template":692},"content:en-us:blog:authors:riccardo-padovani.yml","en-us/blog/authors/riccardo-padovani.yml","en-us/blog/authors/riccardo-padovani",{"_path":6464,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6465,"config":6470,"_id":6471,"_type":38,"title":6472,"_source":40,"_file":6473,"_stem":6474,"_extension":43},"/en-us/blog/authors/rmy-coutable",{"name":6466,"config":6467},"Rémy Coutable",{"headshot":6468,"ctfId":6469},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667148/Blog/Author%20Headshots/rymai-headshot.jpg","rymai",{"template":692},"content:en-us:blog:authors:rmy-coutable.yml","Rmy Coutable","en-us/blog/authors/rmy-coutable.yml","en-us/blog/authors/rmy-coutable",{"_path":6476,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6477,"config":6482,"_id":6483,"_type":38,"title":6478,"_source":40,"_file":6484,"_stem":6485,"_extension":43},"/en-us/blog/authors/rob-jackson",{"name":6478,"config":6479},"Rob Jackson",{"headshot":6480,"ctfId":6481},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664773/Blog/Author%20Headshots/rob_jackson_headshot.png","12y1rDDleLKyUs9QhZFDQe",{"template":692},"content:en-us:blog:authors:rob-jackson.yml","en-us/blog/authors/rob-jackson.yml","en-us/blog/authors/rob-jackson",{"_path":6487,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6488,"config":6492,"_id":6493,"_type":38,"title":6489,"_source":40,"_file":6494,"_stem":6495,"_extension":43},"/en-us/blog/authors/rob-ribeiro",{"name":6489,"config":6490},"Rob Ribeiro",{"headshot":723,"ctfId":6491},"Rob-Ribeiro",{"template":692},"content:en-us:blog:authors:rob-ribeiro.yml","en-us/blog/authors/rob-ribeiro.yml","en-us/blog/authors/rob-ribeiro",{"_path":6497,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6498,"config":6502,"_id":6503,"_type":38,"title":6499,"_source":40,"_file":6504,"_stem":6505,"_extension":43},"/en-us/blog/authors/robert-speicher",{"name":6499,"config":6500},"Robert Speicher",{"headshot":7,"ctfId":6501},"rspeicher",{"template":692},"content:en-us:blog:authors:robert-speicher.yml","en-us/blog/authors/robert-speicher.yml","en-us/blog/authors/robert-speicher",{"_path":6507,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6508,"config":6513,"_id":6514,"_type":38,"title":6509,"_source":40,"_file":6515,"_stem":6516,"_extension":43},"/en-us/blog/authors/robert-williams",{"name":6509,"config":6510},"Robert Williams",{"headshot":6511,"ctfId":6512},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682973/Blog/Author%20Headshots/r_williams-headshot.png","rwilliams",{"template":692},"content:en-us:blog:authors:robert-williams.yml","en-us/blog/authors/robert-williams.yml","en-us/blog/authors/robert-williams",{"_path":6518,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6519,"config":6525,"_id":6526,"_type":38,"title":6520,"_source":40,"_file":6527,"_stem":6528,"_extension":43},"/en-us/blog/authors/robin-schulman",{"name":6520,"config":6521,"role":6524},"Robin Schulman",{"headshot":6522,"ctfId":6523},"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":692},"content:en-us:blog:authors:robin-schulman.yml","en-us/blog/authors/robin-schulman.yml","en-us/blog/authors/robin-schulman",{"_path":6530,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6531,"config":6535,"_id":6536,"_type":38,"title":6532,"_source":40,"_file":6537,"_stem":6538,"_extension":43},"/en-us/blog/authors/roger-woo",{"name":6532,"config":6533},"Roger Woo",{"headshot":723,"ctfId":6534},"rogerwoo",{"template":692},"content:en-us:blog:authors:roger-woo.yml","en-us/blog/authors/roger-woo.yml","en-us/blog/authors/roger-woo",{"_path":6540,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6541,"config":6547,"_id":6548,"_type":38,"title":6549,"_source":40,"_file":6550,"_stem":6551,"_extension":43},"/en-us/blog/authors/rohit-shambhuni",{"role":6542,"name":6543,"config":6544},"Staff Application Security Engineer"," Rohit Shambhuni",{"headshot":6545,"ctfId":6546},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661924/Blog/Author%20Headshots/rohit.png","182K42TpkCqjIAwBkZxTmD",{"template":692},"content:en-us:blog:authors:rohit-shambhuni.yml","Rohit Shambhuni","en-us/blog/authors/rohit-shambhuni.yml","en-us/blog/authors/rohit-shambhuni",{"_path":6553,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6554,"config":6558,"_id":6559,"_type":38,"title":6555,"_source":40,"_file":6560,"_stem":6561,"_extension":43},"/en-us/blog/authors/roman-kuba",{"name":6555,"config":6556},"Roman Kuba",{"headshot":7,"ctfId":6557},"rkuba",{"template":692},"content:en-us:blog:authors:roman-kuba.yml","en-us/blog/authors/roman-kuba.yml","en-us/blog/authors/roman-kuba",{"_path":6563,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6564,"config":6569,"_id":6570,"_type":38,"title":6571,"_source":40,"_file":6572,"_stem":6573,"_extension":43},"/en-us/blog/authors/romuald-atchad",{"name":6565,"config":6566},"Romuald Atchadé",{"headshot":6567,"ctfId":6568},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683323/Blog/Author%20Headshots/romuald_headshot.png","UlDEnaT6wqUdPZMmBKpE2",{"template":692},"content:en-us:blog:authors:romuald-atchad.yml","Romuald Atchad","en-us/blog/authors/romuald-atchad.yml","en-us/blog/authors/romuald-atchad",{"_path":6575,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6576,"config":6580,"_id":6581,"_type":38,"title":6582,"_source":40,"_file":6583,"_stem":6584,"_extension":43},"/en-us/blog/authors/ronald-van-zon",{"name":6577,"config":6578},"Ronald van Zon",{"headshot":7,"ctfId":6579},"Eagllus",{"template":692},"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":6586,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6587,"config":6591,"_id":6592,"_type":38,"title":6588,"_source":40,"_file":6593,"_stem":6594,"_extension":43},"/en-us/blog/authors/ross-fuhrman",{"name":6588,"config":6589},"Ross Fuhrman",{"headshot":723,"ctfId":6590},"7dkuWBvIc0AQanUclt3pOk",{"template":692},"content:en-us:blog:authors:ross-fuhrman.yml","en-us/blog/authors/ross-fuhrman.yml","en-us/blog/authors/ross-fuhrman",{"_path":6596,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6597,"config":6601,"_id":6602,"_type":38,"title":6598,"_source":40,"_file":6603,"_stem":6604,"_extension":43},"/en-us/blog/authors/roy-taragan",{"name":6598,"config":6599},"Roy Taragan",{"headshot":723,"ctfId":6600},"3pnwP9gqELfda3DCOQJQCL",{"template":692},"content:en-us:blog:authors:roy-taragan.yml","en-us/blog/authors/roy-taragan.yml","en-us/blog/authors/roy-taragan",{"_path":6606,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6607,"config":6612,"_id":6613,"_type":38,"title":6608,"_source":40,"_file":6614,"_stem":6615,"_extension":43},"/en-us/blog/authors/ruby-nealon",{"name":6608,"config":6609},"Ruby Nealon",{"headshot":6610,"ctfId":6611},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661883/Blog/Author%20Headshots/ruby_nealon_headshot.png","4N7iu9ue1QnoovueNm4S7r",{"template":692},"content:en-us:blog:authors:ruby-nealon.yml","en-us/blog/authors/ruby-nealon.yml","en-us/blog/authors/ruby-nealon",{"_path":6617,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6618,"config":6622,"_id":6623,"_type":38,"title":6619,"_source":40,"_file":6624,"_stem":6625,"_extension":43},"/en-us/blog/authors/rupert-douglas",{"name":6619,"config":6620},"Rupert Douglas",{"headshot":7,"ctfId":6621},"rdouglasgitlab",{"template":692},"content:en-us:blog:authors:rupert-douglas.yml","en-us/blog/authors/rupert-douglas.yml","en-us/blog/authors/rupert-douglas",{"_path":6627,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6628,"config":6632,"_id":6633,"_type":38,"title":6634,"_source":40,"_file":6635,"_stem":6636,"_extension":43},"/en-us/blog/authors/rusty-weston-guest-contributor",{"name":6629,"config":6630},"Rusty Weston, Guest Contributor",{"headshot":7,"ctfId":6631},"3PShSyZ6DJXnkDa5xrQs7V",{"template":692},"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":6638,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6639,"config":6644,"_id":6645,"_type":38,"title":6640,"_source":40,"_file":6646,"_stem":6647,"_extension":43},"/en-us/blog/authors/rutvik-shah",{"name":6640,"config":6641},"Rutvik Shah",{"headshot":6642,"ctfId":6643},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661843/Blog/Author%20Headshots/rutvik_shah_headshot.png","6co92rUBTbWcyV3EW23iEx",{"template":692},"content:en-us:blog:authors:rutvik-shah.yml","en-us/blog/authors/rutvik-shah.yml","en-us/blog/authors/rutvik-shah",{"_path":6649,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6650,"config":6655,"_id":6656,"_type":38,"title":6651,"_source":40,"_file":6657,"_stem":6658,"_extension":43},"/en-us/blog/authors/sacha-guyon",{"name":6651,"config":6652},"Sacha Guyon",{"headshot":6653,"ctfId":6654},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664566/Blog/Author%20Headshots/sacha_guyon_headshot.png","24pBtwb7WTU9fJB9qfqJYu",{"template":692},"content:en-us:blog:authors:sacha-guyon.yml","en-us/blog/authors/sacha-guyon.yml","en-us/blog/authors/sacha-guyon",{"_path":6660,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6661,"config":6666,"_id":6667,"_type":38,"title":6662,"_source":40,"_file":6668,"_stem":6669,"_extension":43},"/en-us/blog/authors/safwan-ahmed",{"name":6662,"config":6663},"Safwan Ahmed",{"headshot":6664,"ctfId":6665},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667732/Blog/Author%20Headshots/safwan_headshot.png","2Nw8KPOPpRBiBrVxMIaEn3",{"template":692},"content:en-us:blog:authors:safwan-ahmed.yml","en-us/blog/authors/safwan-ahmed.yml","en-us/blog/authors/safwan-ahmed",{"_path":6671,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6672,"config":6676,"_id":6678,"_type":38,"title":6673,"_source":40,"_file":6679,"_stem":6680,"_extension":43},"/en-us/blog/authors/salahddine-aberkan",{"name":6673,"config":6674},"Salahddine Aberkan",{"headshot":6675},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750434234/comdtybiix8pjqdpsxow.png",{"template":692,"gitlabHandle":6677},"saberkan","content:en-us:blog:authors:salahddine-aberkan.yml","en-us/blog/authors/salahddine-aberkan.yml","en-us/blog/authors/salahddine-aberkan",{"_path":6682,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6683,"config":6688,"_id":6689,"_type":38,"title":6684,"_source":40,"_file":6690,"_stem":6691,"_extension":43},"/en-us/blog/authors/salman-ladha",{"name":6684,"config":6685},"Salman Ladha",{"headshot":6686,"ctfId":6687},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662937/Blog/Author%20Headshots/salman_ladha_headshot.png","2AYyG99S9PBB8PQIJ6aKuq",{"template":692},"content:en-us:blog:authors:salman-ladha.yml","en-us/blog/authors/salman-ladha.yml","en-us/blog/authors/salman-ladha",{"_path":6693,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6694,"config":6699,"_id":6700,"_type":38,"title":6695,"_source":40,"_file":6701,"_stem":6702,"_extension":43},"/en-us/blog/authors/sam-beckham",{"name":6695,"config":6696},"Sam Beckham",{"headshot":6697,"ctfId":6698},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678740/Blog/Author%20Headshots/samdbeckham-headshot.jpg","samdbeckham",{"template":692},"content:en-us:blog:authors:sam-beckham.yml","en-us/blog/authors/sam-beckham.yml","en-us/blog/authors/sam-beckham",{"_path":6704,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6705,"config":6710,"_id":6711,"_type":38,"title":6706,"_source":40,"_file":6712,"_stem":6713,"_extension":43},"/en-us/blog/authors/sam-kerr",{"name":6706,"config":6707},"Sam Kerr",{"headshot":6708,"ctfId":6709},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668841/Blog/Author%20Headshots/stkerr-headshot.jpg","stkerr",{"template":692},"content:en-us:blog:authors:sam-kerr.yml","en-us/blog/authors/sam-kerr.yml","en-us/blog/authors/sam-kerr",{"_path":6715,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6716,"config":6721,"_id":6722,"_type":38,"title":6717,"_source":40,"_file":6723,"_stem":6724,"_extension":43},"/en-us/blog/authors/sam-morris",{"name":6717,"config":6718},"Sam Morris",{"headshot":6719,"ctfId":6720},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660148/Blog/Author%20Headshots/sam_morris.png","6JTrhUIqSCU30Y9KZOaan8",{"template":692},"content:en-us:blog:authors:sam-morris.yml","en-us/blog/authors/sam-morris.yml","en-us/blog/authors/sam-morris",{"_path":6726,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6727,"config":6732,"_id":6733,"_type":38,"title":6728,"_source":40,"_file":6734,"_stem":6735,"_extension":43},"/en-us/blog/authors/sam-white",{"name":6728,"config":6729},"Sam White",{"headshot":6730,"ctfId":6731},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682227/Blog/Author%20Headshots/sam.png","samwhite",{"template":692},"content:en-us:blog:authors:sam-white.yml","en-us/blog/authors/sam-white.yml","en-us/blog/authors/sam-white",{"_path":6737,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6738,"config":6743,"_id":6744,"_type":38,"title":6739,"_source":40,"_file":6745,"_stem":6746,"_extension":43},"/en-us/blog/authors/sam-wiskow",{"name":6739,"config":6740},"Sam Wiskow",{"headshot":6741,"ctfId":6742},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659433/Blog/Author%20Headshots/swiskow-headshot.jpg","swiskow",{"template":692},"content:en-us:blog:authors:sam-wiskow.yml","en-us/blog/authors/sam-wiskow.yml","en-us/blog/authors/sam-wiskow",{"_path":6748,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6749,"config":6754,"_id":6755,"_type":38,"title":6750,"_source":40,"_file":6756,"_stem":6757,"_extension":43},"/en-us/blog/authors/samantha-lee",{"name":6750,"config":6751},"Samantha Lee",{"headshot":6752,"ctfId":6753},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679833/Blog/Author%20Headshots/slee24-headshot.png","slee24",{"template":692},"content:en-us:blog:authors:samantha-lee.yml","en-us/blog/authors/samantha-lee.yml","en-us/blog/authors/samantha-lee",{"_path":6759,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6760,"config":6764,"_id":6765,"_type":38,"title":6766,"_source":40,"_file":6767,"_stem":6768,"_extension":43},"/en-us/blog/authors/sameer-farooqui-octoml",{"name":6761,"config":6762},"Sameer Farooqui, OctoML",{"headshot":723,"ctfId":6763},"Sameer-Farooqui-OctoML",{"template":692},"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":6770,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6771,"config":6776,"_id":6777,"_type":38,"title":6772,"_source":40,"_file":6778,"_stem":6779,"_extension":43},"/en-us/blog/authors/sameer-kamani",{"name":6772,"config":6773},"Sameer Kamani",{"headshot":6774,"ctfId":6775},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682359/Blog/Author%20Headshots/skamani-headshot.jpg","skamani",{"template":692},"content:en-us:blog:authors:sameer-kamani.yml","en-us/blog/authors/sameer-kamani.yml","en-us/blog/authors/sameer-kamani",{"_path":6781,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6782,"config":6786,"_id":6787,"_type":38,"title":20,"_source":40,"_file":6788,"_stem":6789,"_extension":43},"/en-us/blog/authors/samer-akkoub",{"name":20,"config":6783},{"headshot":6784,"ctfId":6785},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664173/Blog/Author%20Headshots/SamerAkkoub.png","BekAzK0RFux30pt6dvtWh",{"template":692},"content:en-us:blog:authors:samer-akkoub.yml","en-us/blog/authors/samer-akkoub.yml","en-us/blog/authors/samer-akkoub",{"_path":6791,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6792,"config":6796,"_id":6797,"_type":38,"title":6793,"_source":40,"_file":6798,"_stem":6799,"_extension":43},"/en-us/blog/authors/samuel-alfageme",{"name":6793,"config":6794},"Samuel Alfageme",{"headshot":723,"ctfId":6795},"Samuel-Alfageme",{"template":692},"content:en-us:blog:authors:samuel-alfageme.yml","en-us/blog/authors/samuel-alfageme.yml","en-us/blog/authors/samuel-alfageme",{"_path":6801,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6802,"config":6809,"_id":6810,"_type":38,"title":6804,"_source":40,"_file":6811,"_stem":6812,"_extension":43},"/en-us/blog/authors/sandra-gittlen",{"role":6803,"name":6804,"config":6805},"Managing Editor, GitLab Blog","Sandra Gittlen",{"headshot":6806,"linkedin":6807,"ctfId":6808},"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":692},"content:en-us:blog:authors:sandra-gittlen.yml","en-us/blog/authors/sandra-gittlen.yml","en-us/blog/authors/sandra-gittlen",{"_path":6814,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6815,"config":6819,"_id":6820,"_type":38,"title":6816,"_source":40,"_file":6821,"_stem":6822,"_extension":43},"/en-us/blog/authors/sandra-salerno",{"name":6816,"config":6817},"Sandra Salerno",{"headshot":723,"ctfId":6818},"Sandra-Salerno",{"template":692},"content:en-us:blog:authors:sandra-salerno.yml","en-us/blog/authors/sandra-salerno.yml","en-us/blog/authors/sandra-salerno",{"_path":6824,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6825,"config":6829,"_id":6830,"_type":38,"title":6831,"_source":40,"_file":6832,"_stem":6833,"_extension":43},"/en-us/blog/authors/santiago-ruano-rincn",{"name":6826,"config":6827},"Santiago Ruano Rincón",{"headshot":7,"ctfId":6828},"topodelapradera",{"template":692},"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":6835,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6836,"config":6840,"_id":6841,"_type":38,"title":6837,"_source":40,"_file":6842,"_stem":6843,"_extension":43},"/en-us/blog/authors/sara-kassabian",{"name":6837,"config":6838},"Sara Kassabian",{"headshot":7,"ctfId":6839},"skassabian",{"template":692},"content:en-us:blog:authors:sara-kassabian.yml","en-us/blog/authors/sara-kassabian.yml","en-us/blog/authors/sara-kassabian",{"_path":6845,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6846,"config":6851,"_id":6852,"_type":38,"title":6847,"_source":40,"_file":6853,"_stem":6854,"_extension":43},"/en-us/blog/authors/sara-meadzinger",{"name":6847,"config":6848},"Sara Meadzinger",{"headshot":6849,"ctfId":6850},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713474/ucbe3kgq9cylttuqy5lt.png","53lD8Rb05nXLHefXurjdvI",{"template":692},"content:en-us:blog:authors:sara-meadzinger.yml","en-us/blog/authors/sara-meadzinger.yml","en-us/blog/authors/sara-meadzinger",{"_path":6856,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6857,"config":6861,"_id":6862,"_type":38,"title":6858,"_source":40,"_file":6863,"_stem":6864,"_extension":43},"/en-us/blog/authors/sarah-daily",{"name":6858,"config":6859},"Sarah Daily",{"headshot":723,"ctfId":6860},"2YhqRPG08HF0FCF1l7oeZL",{"template":692},"content:en-us:blog:authors:sarah-daily.yml","en-us/blog/authors/sarah-daily.yml","en-us/blog/authors/sarah-daily",{"_path":6866,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6867,"config":6871,"_id":6872,"_type":38,"title":6868,"_source":40,"_file":6873,"_stem":6874,"_extension":43},"/en-us/blog/authors/sarah-german",{"name":6868,"config":6869},"Sarah German",{"headshot":6870,"ctfId":4539},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755639969/jgc97wpptft48qsbrla7.jpg",{"template":692},"content:en-us:blog:authors:sarah-german.yml","en-us/blog/authors/sarah-german.yml","en-us/blog/authors/sarah-german",{"_path":6876,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6877,"config":6882,"_id":6883,"_type":38,"title":6878,"_source":40,"_file":6884,"_stem":6885,"_extension":43},"/en-us/blog/authors/sarah-matthies",{"name":6878,"config":6879},"Sarah Matthies",{"headshot":6880,"ctfId":6881},"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":692},"content:en-us:blog:authors:sarah-matthies.yml","en-us/blog/authors/sarah-matthies.yml","en-us/blog/authors/sarah-matthies",{"_path":6887,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6888,"config":6892,"_id":6893,"_type":38,"title":6894,"_source":40,"_file":6895,"_stem":6896,"_extension":43},"/en-us/blog/authors/sarah-odonnell",{"name":6889,"config":6890},"Sarah O’Donnell",{"headshot":7,"ctfId":6891},"sarahod",{"template":692},"content:en-us:blog:authors:sarah-odonnell.yml","Sarah Odonnell","en-us/blog/authors/sarah-odonnell.yml","en-us/blog/authors/sarah-odonnell",{"_path":6898,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6899,"config":6904,"_id":6905,"_type":38,"title":6900,"_source":40,"_file":6906,"_stem":6907,"_extension":43},"/en-us/blog/authors/sarah-waldner",{"name":6900,"config":6901},"Sarah Waldner",{"headshot":6902,"ctfId":6903},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667588/Blog/Author%20Headshots/sarahwaldner-headshot.png","sarahwaldner",{"template":692},"content:en-us:blog:authors:sarah-waldner.yml","en-us/blog/authors/sarah-waldner.yml","en-us/blog/authors/sarah-waldner",{"_path":6909,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6910,"config":6914,"_id":6915,"_type":38,"title":6911,"_source":40,"_file":6916,"_stem":6917,"_extension":43},"/en-us/blog/authors/sarrah-vesselov",{"name":6911,"config":6912},"Sarrah Vesselov",{"headshot":7,"ctfId":6913},"sarrahvesselov",{"template":692},"content:en-us:blog:authors:sarrah-vesselov.yml","en-us/blog/authors/sarrah-vesselov.yml","en-us/blog/authors/sarrah-vesselov",{"_path":6919,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6920,"config":6924,"_id":6925,"_type":38,"title":6921,"_source":40,"_file":6926,"_stem":6927,"_extension":43},"/en-us/blog/authors/sarup-banskota",{"name":6921,"config":6922},"Sarup Banskota",{"headshot":723,"ctfId":6923},"3sY2Ef0sXxaJKCmArdSLsA",{"template":692},"content:en-us:blog:authors:sarup-banskota.yml","en-us/blog/authors/sarup-banskota.yml","en-us/blog/authors/sarup-banskota",{"_path":6929,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6930,"config":6935,"_id":6936,"_type":38,"title":6931,"_source":40,"_file":6937,"_stem":6938,"_extension":43},"/en-us/blog/authors/sascha-eggenberger",{"name":6931,"config":6932},"Sascha Eggenberger",{"headshot":6933,"ctfId":6934},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666141/Blog/Author%20Headshots/sascha_eggenberger_headshot.png","O6MskfzTlsw7vLqbd86bX",{"template":692},"content:en-us:blog:authors:sascha-eggenberger.yml","en-us/blog/authors/sascha-eggenberger.yml","en-us/blog/authors/sascha-eggenberger",{"_path":6940,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6941,"config":6945,"_id":6946,"_type":38,"title":6942,"_source":40,"_file":6947,"_stem":6948,"_extension":43},"/en-us/blog/authors/sasha-bannister",{"name":6942,"config":6943},"Sasha Bannister",{"headshot":723,"ctfId":6944},"Sasha-Bannister",{"template":692},"content:en-us:blog:authors:sasha-bannister.yml","en-us/blog/authors/sasha-bannister.yml","en-us/blog/authors/sasha-bannister",{"_path":6950,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6951,"config":6956,"_id":6957,"_type":38,"title":6952,"_source":40,"_file":6958,"_stem":6959,"_extension":43},"/en-us/blog/authors/sasha-gazlay",{"name":6952,"config":6953},"Sasha Gazlay",{"headshot":6954,"ctfId":6955},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663565/Blog/Author%20Headshots/sasha_gazlay_headshot.png","77Cb6RM2x7PjvfDc64pZxa",{"template":692},"content:en-us:blog:authors:sasha-gazlay.yml","en-us/blog/authors/sasha-gazlay.yml","en-us/blog/authors/sasha-gazlay",{"_path":6961,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6962,"config":6967,"_id":6968,"_type":38,"title":6963,"_source":40,"_file":6969,"_stem":6970,"_extension":43},"/en-us/blog/authors/saumya-upadhyaya",{"name":6963,"config":6964},"Saumya Upadhyaya",{"headshot":6965,"ctfId":6966},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665624/Blog/Author%20Headshots/supadhyaya-headshot.jpg","4aP7wXPoc3veAEWbngqxKR",{"template":692},"content:en-us:blog:authors:saumya-upadhyaya.yml","en-us/blog/authors/saumya-upadhyaya.yml","en-us/blog/authors/saumya-upadhyaya",{"_path":6972,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6973,"config":6978,"_id":6979,"_type":38,"title":6980,"_source":40,"_file":6981,"_stem":6982,"_extension":43},"/en-us/blog/authors/scott-de-jonge",{"name":6974,"config":6975},"Scott de Jonge",{"headshot":6976,"ctfId":6977},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682764/Blog/Author%20Headshots/sdejonge-headshot.jpg","sdejonge",{"template":692},"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":6984,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6985,"config":6990,"_id":6991,"_type":38,"title":6986,"_source":40,"_file":6992,"_stem":6993,"_extension":43},"/en-us/blog/authors/scott-hampton",{"name":6986,"config":6987},"Scott Hampton",{"headshot":6988,"ctfId":6989},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682259/Blog/Author%20Headshots/shampton-headshot.png","shampton",{"template":692},"content:en-us:blog:authors:scott-hampton.yml","en-us/blog/authors/scott-hampton.yml","en-us/blog/authors/scott-hampton",{"_path":6995,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":6996,"config":7000,"_id":7001,"_type":38,"title":6997,"_source":40,"_file":7002,"_stem":7003,"_extension":43},"/en-us/blog/authors/scott-williamson",{"name":6997,"config":6998},"Scott Williamson",{"headshot":7,"ctfId":6999},"sfwgitlab",{"template":692},"content:en-us:blog:authors:scott-williamson.yml","en-us/blog/authors/scott-williamson.yml","en-us/blog/authors/scott-williamson",{"_path":7005,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7006,"config":7011,"_id":7012,"_type":38,"title":7007,"_source":40,"_file":7013,"_stem":7014,"_extension":43},"/en-us/blog/authors/sean-arnold",{"name":7007,"config":7008},"Sean Arnold",{"headshot":7009,"ctfId":7010},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681647/Blog/Author%20Headshots/seanarnold-headshot.jpg","seanarnold",{"template":692},"content:en-us:blog:authors:sean-arnold.yml","en-us/blog/authors/sean-arnold.yml","en-us/blog/authors/sean-arnold",{"_path":7016,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7017,"config":7021,"_id":7022,"_type":38,"title":7023,"_source":40,"_file":7024,"_stem":7025,"_extension":43},"/en-us/blog/authors/sean-mcgivern",{"name":7018,"config":7019},"Sean McGivern",{"headshot":723,"ctfId":7020},"Sean-McGivern",{"template":692},"content:en-us:blog:authors:sean-mcgivern.yml","Sean Mcgivern","en-us/blog/authors/sean-mcgivern.yml","en-us/blog/authors/sean-mcgivern",{"_path":7027,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7028,"config":7032,"_id":7033,"_type":38,"title":7029,"_source":40,"_file":7034,"_stem":7035,"_extension":43},"/en-us/blog/authors/sean-packham",{"name":7029,"config":7030},"Sean Packham",{"headshot":723,"ctfId":7031},"Sean-Packham",{"template":692},"content:en-us:blog:authors:sean-packham.yml","en-us/blog/authors/sean-packham.yml","en-us/blog/authors/sean-packham",{"_path":7037,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7038,"config":7042,"_id":7043,"_type":38,"title":7039,"_source":40,"_file":7044,"_stem":7045,"_extension":43},"/en-us/blog/authors/sebastian-latacz",{"name":7039,"config":7040},"Sebastian Latacz",{"headshot":723,"ctfId":7041},"4DoWSQV719HEWt2rbDIoQR",{"template":692},"content:en-us:blog:authors:sebastian-latacz.yml","en-us/blog/authors/sebastian-latacz.yml","en-us/blog/authors/sebastian-latacz",{"_path":7047,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7048,"config":7052,"_id":7053,"_type":38,"title":7049,"_source":40,"_file":7054,"_stem":7055,"_extension":43},"/en-us/blog/authors/sergey-nuzhdin",{"name":7049,"config":7050},"Sergey Nuzhdin",{"headshot":723,"ctfId":7051},"Sergey-Nuzhdin",{"template":692},"content:en-us:blog:authors:sergey-nuzhdin.yml","en-us/blog/authors/sergey-nuzhdin.yml","en-us/blog/authors/sergey-nuzhdin",{"_path":7057,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7058,"config":7062,"_id":7063,"_type":38,"title":7059,"_source":40,"_file":7064,"_stem":7065,"_extension":43},"/en-us/blog/authors/seth-berger",{"name":7059,"config":7060},"Seth Berger",{"headshot":7,"ctfId":7061},"sethgitlab",{"template":692},"content:en-us:blog:authors:seth-berger.yml","en-us/blog/authors/seth-berger.yml","en-us/blog/authors/seth-berger",{"_path":7067,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7068,"config":7072,"_id":7073,"_type":38,"title":7069,"_source":40,"_file":7074,"_stem":7075,"_extension":43},"/en-us/blog/authors/shane-rice",{"name":7069,"config":7070},"Shane Rice",{"headshot":723,"ctfId":7071},"3uVL7xMsEf13JzpbXYTCbM",{"template":692},"content:en-us:blog:authors:shane-rice.yml","en-us/blog/authors/shane-rice.yml","en-us/blog/authors/shane-rice",{"_path":7077,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7078,"config":7083,"_id":7084,"_type":38,"title":7079,"_source":40,"_file":7085,"_stem":7086,"_extension":43},"/en-us/blog/authors/sharon-gaudin",{"name":7079,"config":7080},"Sharon Gaudin",{"headshot":7081,"ctfId":7082},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663767/Blog/Author%20Headshots/sharongaudinheadshot.png","sgaudin",{"template":692},"content:en-us:blog:authors:sharon-gaudin.yml","en-us/blog/authors/sharon-gaudin.yml","en-us/blog/authors/sharon-gaudin",{"_path":7088,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7089,"config":7093,"_id":7094,"_type":38,"title":7090,"_source":40,"_file":7095,"_stem":7096,"_extension":43},"/en-us/blog/authors/shawn-winters",{"name":7090,"config":7091},"Shawn Winters",{"headshot":7,"ctfId":7092},"ShawnWinters",{"template":692},"content:en-us:blog:authors:shawn-winters.yml","en-us/blog/authors/shawn-winters.yml","en-us/blog/authors/shawn-winters",{"_path":7098,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7099,"config":7103,"_id":7104,"_type":38,"title":7105,"_source":40,"_file":7106,"_stem":7107,"_extension":43},"/en-us/blog/authors/sherida-mcmullan",{"name":7100,"config":7101},"Sherida McMullan",{"headshot":723,"ctfId":7102},"BpqiUFXm6aUxjXJdAeKuL",{"template":692},"content:en-us:blog:authors:sherida-mcmullan.yml","Sherida Mcmullan","en-us/blog/authors/sherida-mcmullan.yml","en-us/blog/authors/sherida-mcmullan",{"_path":7109,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7110,"config":7114,"_id":7115,"_type":38,"title":7111,"_source":40,"_file":7116,"_stem":7117,"_extension":43},"/en-us/blog/authors/shinya-maeda",{"name":7111,"config":7112},"Shinya Maeda",{"headshot":7,"ctfId":7113},"dosuken123",{"template":692},"content:en-us:blog:authors:shinya-maeda.yml","en-us/blog/authors/shinya-maeda.yml","en-us/blog/authors/shinya-maeda",{"_path":7119,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7120,"config":7125,"_id":7126,"_type":38,"title":7121,"_source":40,"_file":7127,"_stem":7128,"_extension":43},"/en-us/blog/authors/shrishti-choudhary",{"name":7121,"config":7122},"Shrishti Choudhary",{"headshot":7123,"ctfId":7124},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671923/Blog/Author%20Headshots/shrishti.png","5tIiu8vyhWHEUi1tgQivzj",{"template":692},"content:en-us:blog:authors:shrishti-choudhary.yml","en-us/blog/authors/shrishti-choudhary.yml","en-us/blog/authors/shrishti-choudhary",{"_path":7130,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7131,"config":7140,"_id":7141,"_type":38,"title":7133,"_source":40,"_file":7142,"_stem":7143,"_extension":43},"/en-us/blog/authors/sid-sijbrandij",{"role":7132,"name":7133,"bio":7134,"config":7135},"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":7136,"twitter":7137,"linkedin":7138,"ctfId":7139},"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":692},"content:en-us:blog:authors:sid-sijbrandij.yml","en-us/blog/authors/sid-sijbrandij.yml","en-us/blog/authors/sid-sijbrandij",{"_path":7145,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7146,"config":7151,"_id":7152,"_type":38,"title":7147,"_source":40,"_file":7153,"_stem":7154,"_extension":43},"/en-us/blog/authors/siddharth-mathur",{"name":7147,"config":7148},"Siddharth Mathur",{"headshot":7149,"ctfId":7150},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682662/Blog/Author%20Headshots/smathur-headshot.png","smathur",{"template":692},"content:en-us:blog:authors:siddharth-mathur.yml","en-us/blog/authors/siddharth-mathur.yml","en-us/blog/authors/siddharth-mathur",{"_path":7156,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7157,"config":7161,"_id":7162,"_type":38,"title":7158,"_source":40,"_file":7163,"_stem":7164,"_extension":43},"/en-us/blog/authors/simon-tarchichi",{"name":7158,"config":7159},"Simon Tarchichi",{"headshot":7,"ctfId":7160},"kartsims",{"template":692},"content:en-us:blog:authors:simon-tarchichi.yml","en-us/blog/authors/simon-tarchichi.yml","en-us/blog/authors/simon-tarchichi",{"_path":7166,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7167,"config":7172,"_id":7173,"_type":38,"title":7168,"_source":40,"_file":7174,"_stem":7175,"_extension":43},"/en-us/blog/authors/sophia-manicor",{"name":7168,"config":7169},"Sophia Manicor",{"headshot":7170,"ctfId":7171},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665576/Blog/Author%20Headshots/sophie_manicor_headshot.png","79Msqcc9YZrC0IvTggfQ5y",{"template":692},"content:en-us:blog:authors:sophia-manicor.yml","en-us/blog/authors/sophia-manicor.yml","en-us/blog/authors/sophia-manicor",{"_path":7177,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7178,"config":7183,"_id":7184,"_type":38,"title":7179,"_source":40,"_file":7185,"_stem":7186,"_extension":43},"/en-us/blog/authors/sri-rangan",{"name":7179,"config":7180},"Sri Rangan",{"headshot":7181,"ctfId":7182},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665808/Blog/Author%20Headshots/sri19-headshot.jpg","sri19",{"template":692},"content:en-us:blog:authors:sri-rangan.yml","en-us/blog/authors/sri-rangan.yml","en-us/blog/authors/sri-rangan",{"_path":7188,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7189,"config":7194,"_id":7195,"_type":38,"title":7190,"_source":40,"_file":7196,"_stem":7197,"_extension":43},"/en-us/blog/authors/stacy-cline",{"name":7190,"config":7191},"Stacy Cline",{"headshot":7192,"ctfId":7193},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669909/Blog/Author%20Headshots/stacycline.jpg","5a2wvqC09jbT1kGMpVoNyg",{"template":692},"content:en-us:blog:authors:stacy-cline.yml","en-us/blog/authors/stacy-cline.yml","en-us/blog/authors/stacy-cline",{"_path":7199,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7200,"config":7205,"_id":7206,"_type":38,"title":7201,"_source":40,"_file":7207,"_stem":7208,"_extension":43},"/en-us/blog/authors/stan-hu",{"name":7201,"config":7202},"Stan Hu",{"headshot":7203,"ctfId":7204},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659504/Blog/Author%20Headshots/stanhu-headshot.jpg","stanhu",{"template":692},"content:en-us:blog:authors:stan-hu.yml","en-us/blog/authors/stan-hu.yml","en-us/blog/authors/stan-hu",{"_path":7210,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7211,"config":7215,"_id":7216,"_type":38,"title":7217,"_source":40,"_file":7218,"_stem":7219,"_extension":43},"/en-us/blog/authors/stephan-hochdrfer",{"name":7212,"config":7213},"Stephan Hochdörfer",{"headshot":723,"ctfId":7214},"Stephan-Hochdrfer",{"template":692},"content:en-us:blog:authors:stephan-hochdrfer.yml","Stephan Hochdrfer","en-us/blog/authors/stephan-hochdrfer.yml","en-us/blog/authors/stephan-hochdrfer",{"_path":7221,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7222,"config":7226,"_id":7227,"_type":38,"title":7223,"_source":40,"_file":7228,"_stem":7229,"_extension":43},"/en-us/blog/authors/stephanie-garza",{"name":7223,"config":7224},"Stephanie Garza",{"headshot":7,"ctfId":7225},"StephanieGarza",{"template":692},"content:en-us:blog:authors:stephanie-garza.yml","en-us/blog/authors/stephanie-garza.yml","en-us/blog/authors/stephanie-garza",{"_path":7231,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7232,"config":7236,"_id":7237,"_type":38,"title":7238,"_source":40,"_file":7239,"_stem":7240,"_extension":43},"/en-us/blog/authors/stephen-mcguinness",{"name":7233,"config":7234},"Stephen McGuinness",{"headshot":7,"ctfId":7235},"smcguinness1",{"template":692},"content:en-us:blog:authors:stephen-mcguinness.yml","Stephen Mcguinness","en-us/blog/authors/stephen-mcguinness.yml","en-us/blog/authors/stephen-mcguinness",{"_path":7242,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7243,"config":7248,"_id":7249,"_type":38,"title":7244,"_source":40,"_file":7250,"_stem":7251,"_extension":43},"/en-us/blog/authors/stephen-walters",{"name":7244,"config":7245},"Stephen Walters",{"headshot":7246,"ctfId":7247},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664996/Blog/Author%20Headshots/stephen_walters_gitlab.png","7uMrX0SDPVz1YkZnVqLmGm",{"template":692},"content:en-us:blog:authors:stephen-walters.yml","en-us/blog/authors/stephen-walters.yml","en-us/blog/authors/stephen-walters",{"_path":7253,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7254,"config":7259,"_id":7260,"_type":38,"title":7255,"_source":40,"_file":7261,"_stem":7262,"_extension":43},"/en-us/blog/authors/steve-abrams",{"name":7255,"config":7256},"Steve Abrams",{"headshot":7257,"ctfId":7258},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681809/Blog/Author%20Headshots/sabrams-headshot.png","sabrams",{"template":692},"content:en-us:blog:authors:steve-abrams.yml","en-us/blog/authors/steve-abrams.yml","en-us/blog/authors/steve-abrams",{"_path":7264,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7265,"config":7269,"_id":7270,"_type":38,"title":7266,"_source":40,"_file":7271,"_stem":7272,"_extension":43},"/en-us/blog/authors/steve-azzopardi",{"name":7266,"config":7267},"Steve Azzopardi",{"headshot":7,"ctfId":7268},"steveazz",{"template":692},"content:en-us:blog:authors:steve-azzopardi.yml","en-us/blog/authors/steve-azzopardi.yml","en-us/blog/authors/steve-azzopardi",{"_path":7274,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7275,"config":7280,"_id":7281,"_type":38,"title":7276,"_source":40,"_file":7282,"_stem":7283,"_extension":43},"/en-us/blog/authors/steve-grossman",{"name":7276,"config":7277},"Steve Grossman",{"headshot":7278,"ctfId":7279},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682744/Blog/Author%20Headshots/Steevo-headshot.jpg","Steevo",{"template":692},"content:en-us:blog:authors:steve-grossman.yml","en-us/blog/authors/steve-grossman.yml","en-us/blog/authors/steve-grossman",{"_path":7285,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7286,"config":7290,"_id":7291,"_type":38,"title":7287,"_source":40,"_file":7292,"_stem":7293,"_extension":43},"/en-us/blog/authors/steve-ropa",{"name":7287,"config":7288},"Steve Ropa",{"headshot":723,"ctfId":7289},"Steve-Ropa",{"template":692},"content:en-us:blog:authors:steve-ropa.yml","en-us/blog/authors/steve-ropa.yml","en-us/blog/authors/steve-ropa",{"_path":7295,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7296,"config":7300,"_id":7301,"_type":38,"title":7297,"_source":40,"_file":7302,"_stem":7303,"_extension":43},"/en-us/blog/authors/steve-truong",{"name":7297,"config":7298},"Steve Truong",{"headshot":7,"ctfId":7299},"sttruong",{"template":692},"content:en-us:blog:authors:steve-truong.yml","en-us/blog/authors/steve-truong.yml","en-us/blog/authors/steve-truong",{"_path":7305,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7306,"config":7310,"_id":7311,"_type":38,"title":7307,"_source":40,"_file":7312,"_stem":7313,"_extension":43},"/en-us/blog/authors/steven-zinck",{"name":7307,"config":7308},"Steven Zinck",{"headshot":723,"ctfId":7309},"49JllsB7PFUrjj2Wi4Wa2O",{"template":692},"content:en-us:blog:authors:steven-zinck.yml","en-us/blog/authors/steven-zinck.yml","en-us/blog/authors/steven-zinck",{"_path":7315,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7316,"config":7320,"_id":7321,"_type":38,"title":7317,"_source":40,"_file":7322,"_stem":7323,"_extension":43},"/en-us/blog/authors/sunil-kowlgi",{"name":7317,"config":7318},"Sunil Kowlgi",{"headshot":723,"ctfId":7319},"Sunil-Kowlgi",{"template":692},"content:en-us:blog:authors:sunil-kowlgi.yml","en-us/blog/authors/sunil-kowlgi.yml","en-us/blog/authors/sunil-kowlgi",{"_path":7325,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7326,"config":7330,"_id":7331,"_type":38,"title":7327,"_source":40,"_file":7332,"_stem":7333,"_extension":43},"/en-us/blog/authors/suri-patel",{"name":7327,"config":7328},"Suri Patel",{"headshot":723,"ctfId":7329},"suripatel",{"template":692},"content:en-us:blog:authors:suri-patel.yml","en-us/blog/authors/suri-patel.yml","en-us/blog/authors/suri-patel",{"_path":7335,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7336,"config":7341,"_id":7342,"_type":38,"title":7337,"_source":40,"_file":7343,"_stem":7344,"_extension":43},"/en-us/blog/authors/susan-tacker",{"name":7337,"config":7338},"Susan Tacker",{"headshot":7339,"ctfId":7340},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660253/Blog/Author%20Headshots/susantacker-headshot.jpg","6uxN75wAjT3afaKtVlr9GM",{"template":692},"content:en-us:blog:authors:susan-tacker.yml","en-us/blog/authors/susan-tacker.yml","en-us/blog/authors/susan-tacker",{"_path":7346,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7347,"config":7353,"_id":7354,"_type":38,"title":7348,"_source":40,"_file":7355,"_stem":7356,"_extension":43},"/en-us/blog/authors/susie-bitters",{"name":7348,"config":7349},"Susie Bitters",{"headshot":7350,"linkedin":7351,"ctfId":7352},"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":692},"content:en-us:blog:authors:susie-bitters.yml","en-us/blog/authors/susie-bitters.yml","en-us/blog/authors/susie-bitters",{"_path":7358,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7359,"config":7363,"_id":7364,"_type":38,"title":7360,"_source":40,"_file":7365,"_stem":7366,"_extension":43},"/en-us/blog/authors/suzanne-selhorn",{"name":7360,"config":7361},"Suzanne Selhorn",{"headshot":7362,"ctfId":4539},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755616156/vboecuoyo8tjfdis7c5a.jpg",{"template":692},"content:en-us:blog:authors:suzanne-selhorn.yml","en-us/blog/authors/suzanne-selhorn.yml","en-us/blog/authors/suzanne-selhorn",{"_path":7368,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7369,"config":7374,"_id":7375,"_type":38,"title":7370,"_source":40,"_file":7376,"_stem":7377,"_extension":43},"/en-us/blog/authors/tanuja-jayarama-raju",{"name":7370,"config":7371},"Tanuja Jayarama Raju",{"headshot":7372,"ctfId":7373},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662262/Blog/Author%20Headshots/tanuja_jayarama_raju_headshot.png","2Fssp8ttZw6Y78hzS15kMC",{"template":692},"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":7379,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7380,"config":7385,"_id":7386,"_type":38,"title":7381,"_source":40,"_file":7387,"_stem":7388,"_extension":43},"/en-us/blog/authors/taurie-davis",{"name":7381,"config":7382},"Taurie Davis",{"headshot":7383,"ctfId":7384},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667191/Blog/Author%20Headshots/tauriedavis-headshot.jpg","tauriedavis",{"template":692},"content:en-us:blog:authors:taurie-davis.yml","en-us/blog/authors/taurie-davis.yml","en-us/blog/authors/taurie-davis",{"_path":7390,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7391,"config":7396,"_id":7397,"_type":38,"title":7398,"_source":40,"_file":7399,"_stem":7400,"_extension":43},"/en-us/blog/authors/taylor-mccaslin",{"name":7392,"config":7393},"Taylor McCaslin",{"headshot":7394,"ctfId":7395},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667996/Blog/Author%20Headshots/tmccaslin-headshot.png","tmccaslin",{"template":692},"content:en-us:blog:authors:taylor-mccaslin.yml","Taylor Mccaslin","en-us/blog/authors/taylor-mccaslin.yml","en-us/blog/authors/taylor-mccaslin",{"_path":7402,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7403,"config":7407,"_id":7408,"_type":38,"title":7404,"_source":40,"_file":7409,"_stem":7410,"_extension":43},"/en-us/blog/authors/taylor-murphy",{"name":7404,"config":7405},"Taylor Murphy",{"headshot":7,"ctfId":7406},"tayloramurphy",{"template":692},"content:en-us:blog:authors:taylor-murphy.yml","en-us/blog/authors/taylor-murphy.yml","en-us/blog/authors/taylor-murphy",{"_path":7412,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7413,"config":7418,"_id":7419,"_type":38,"title":7414,"_source":40,"_file":7420,"_stem":7421,"_extension":43},"/en-us/blog/authors/ted-gieschen",{"name":7414,"config":7415},"Ted Gieschen",{"headshot":7416,"ctfId":7417},"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":692},"content:en-us:blog:authors:ted-gieschen.yml","en-us/blog/authors/ted-gieschen.yml","en-us/blog/authors/ted-gieschen",{"_path":7423,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7424,"config":7428,"_id":7429,"_type":38,"title":7425,"_source":40,"_file":7430,"_stem":7431,"_extension":43},"/en-us/blog/authors/thao-yeager",{"name":7425,"config":7426},"Thao Yeager",{"headshot":7,"ctfId":7427},"thaoyeager",{"template":692},"content:en-us:blog:authors:thao-yeager.yml","en-us/blog/authors/thao-yeager.yml","en-us/blog/authors/thao-yeager",{"_path":7433,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7434,"config":7439,"_id":7440,"_type":38,"title":7441,"_source":40,"_file":7442,"_stem":7443,"_extension":43},"/en-us/blog/authors/thiago-figueir",{"name":7435,"config":7436},"Thiago Figueiró",{"headshot":7437,"ctfId":7438},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667091/Blog/Author%20Headshots/thiagocsf-headshot.jpg","thiagocsf",{"template":692},"content:en-us:blog:authors:thiago-figueir.yml","Thiago Figueir","en-us/blog/authors/thiago-figueir.yml","en-us/blog/authors/thiago-figueir",{"_path":7445,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7446,"config":7451,"_id":7452,"_type":38,"title":7447,"_source":40,"_file":7453,"_stem":7454,"_extension":43},"/en-us/blog/authors/thong-kuah",{"name":7447,"config":7448},"Thong Kuah",{"headshot":7449,"ctfId":7450},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667179/Blog/Author%20Headshots/tkuah-headshot.jpg","tkuah",{"template":692},"content:en-us:blog:authors:thong-kuah.yml","en-us/blog/authors/thong-kuah.yml","en-us/blog/authors/thong-kuah",{"_path":7456,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7457,"config":7461,"_id":7462,"_type":38,"title":7458,"_source":40,"_file":7463,"_stem":7464,"_extension":43},"/en-us/blog/authors/tim-davis",{"name":7458,"config":7459},"Tim Davis",{"headshot":723,"ctfId":7460},"6PksqjEtq1Y8goFUvAUcIn",{"template":692},"content:en-us:blog:authors:tim-davis.yml","en-us/blog/authors/tim-davis.yml","en-us/blog/authors/tim-davis",{"_path":7466,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7467,"config":7471,"_id":7472,"_type":38,"title":7468,"_source":40,"_file":7473,"_stem":7474,"_extension":43},"/en-us/blog/authors/tim-lehnen",{"name":7468,"config":7469},"Tim Lehnen",{"headshot":7,"ctfId":7470},"hestenet",{"template":692},"content:en-us:blog:authors:tim-lehnen.yml","en-us/blog/authors/tim-lehnen.yml","en-us/blog/authors/tim-lehnen",{"_path":7476,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7477,"config":7482,"_id":7483,"_type":38,"title":7478,"_source":40,"_file":7484,"_stem":7485,"_extension":43},"/en-us/blog/authors/tim-rizzi",{"name":7478,"config":7479},"Tim Rizzi",{"headshot":7480,"ctfId":7481},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661866/Blog/Author%20Headshots/trizzi-headshot.jpg","trizzi",{"template":692},"content:en-us:blog:authors:tim-rizzi.yml","en-us/blog/authors/tim-rizzi.yml","en-us/blog/authors/tim-rizzi",{"_path":7487,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7488,"config":7492,"_id":7494,"_type":38,"title":7489,"_source":40,"_file":7495,"_stem":7496,"_extension":43},"/en-us/blog/authors/tim-zallmann",{"name":7489,"config":7490},"Tim Zallmann",{"headshot":7491},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1759175957/ddfyzux6oosrseryb4pg.png",{"template":692,"gitlabHandle":7493},"timzallmann","content:en-us:blog:authors:tim-zallmann.yml","en-us/blog/authors/tim-zallmann.yml","en-us/blog/authors/tim-zallmann",{"_path":7498,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7499,"config":7503,"_id":7504,"_type":38,"title":7500,"_source":40,"_file":7505,"_stem":7506,"_extension":43},"/en-us/blog/authors/tina-sturgis",{"name":7500,"config":7501},"Tina Sturgis",{"headshot":7,"ctfId":7502},"TinaS",{"template":692},"content:en-us:blog:authors:tina-sturgis.yml","en-us/blog/authors/tina-sturgis.yml","en-us/blog/authors/tina-sturgis",{"_path":7508,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7509,"config":7513,"_id":7514,"_type":38,"title":7515,"_source":40,"_file":7516,"_stem":7517,"_extension":43},"/en-us/blog/authors/tobias-gnther",{"name":7510,"config":7511},"Tobias Günther",{"headshot":723,"ctfId":7512},"Tobias-Gnther",{"template":692},"content:en-us:blog:authors:tobias-gnther.yml","Tobias Gnther","en-us/blog/authors/tobias-gnther.yml","en-us/blog/authors/tobias-gnther",{"_path":7519,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7520,"config":7524,"_id":7525,"_type":38,"title":7521,"_source":40,"_file":7526,"_stem":7527,"_extension":43},"/en-us/blog/authors/todd-barr",{"name":7521,"config":7522},"Todd Barr",{"headshot":7,"ctfId":7523},"twbarr",{"template":692},"content:en-us:blog:authors:todd-barr.yml","en-us/blog/authors/todd-barr.yml","en-us/blog/authors/todd-barr",{"_path":7529,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7530,"config":7534,"_id":7535,"_type":38,"title":7531,"_source":40,"_file":7536,"_stem":7537,"_extension":43},"/en-us/blog/authors/tom-cooney",{"name":7531,"config":7532},"Tom Cooney",{"headshot":7,"ctfId":7533},"tomcooney",{"template":692},"content:en-us:blog:authors:tom-cooney.yml","en-us/blog/authors/tom-cooney.yml","en-us/blog/authors/tom-cooney",{"_path":7539,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7540,"config":7545,"_id":7546,"_type":38,"title":7541,"_source":40,"_file":7547,"_stem":7548,"_extension":43},"/en-us/blog/authors/tomas-vik",{"name":7541,"config":7542},"Tomas Vik",{"headshot":7543,"ctfId":7544},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681785/Blog/Author%20Headshots/viktomas-headshot.jpg","viktomas",{"template":692},"content:en-us:blog:authors:tomas-vik.yml","en-us/blog/authors/tomas-vik.yml","en-us/blog/authors/tomas-vik",{"_path":7550,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7551,"config":7556,"_id":7557,"_type":38,"title":7552,"_source":40,"_file":7558,"_stem":7559,"_extension":43},"/en-us/blog/authors/tomasz-maczukin",{"name":7552,"config":7553},"Tomasz Maczukin",{"headshot":7554,"ctfId":7555},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682116/Blog/Author%20Headshots/tmaczukin-headshot.jpg","tmaczukin",{"template":692},"content:en-us:blog:authors:tomasz-maczukin.yml","en-us/blog/authors/tomasz-maczukin.yml","en-us/blog/authors/tomasz-maczukin",{"_path":7561,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7562,"config":7567,"_id":7568,"_type":38,"title":7563,"_source":40,"_file":7569,"_stem":7570,"_extension":43},"/en-us/blog/authors/toon-claes",{"name":7563,"config":7564},"Toon Claes",{"headshot":7565,"ctfId":7566},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663082/Blog/Author%20Headshots/toon_claes_headshot.png","toon",{"template":692},"content:en-us:blog:authors:toon-claes.yml","en-us/blog/authors/toon-claes.yml","en-us/blog/authors/toon-claes",{"_path":7572,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7573,"config":7578,"_id":7579,"_type":38,"title":7574,"_source":40,"_file":7580,"_stem":7581,"_extension":43},"/en-us/blog/authors/torsten-linz",{"name":7574,"config":7575},"Torsten Linz",{"headshot":7576,"ctfId":7577},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658907/Blog/Author%20Headshots/tlinz-headshot.jpg","tlinz",{"template":692},"content:en-us:blog:authors:torsten-linz.yml","en-us/blog/authors/torsten-linz.yml","en-us/blog/authors/torsten-linz",{"_path":7583,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7584,"config":7588,"_id":7589,"_type":38,"title":7585,"_source":40,"_file":7590,"_stem":7591,"_extension":43},"/en-us/blog/authors/trevor-knudsen",{"name":7585,"config":7586},"Trevor Knudsen",{"headshot":7,"ctfId":7587},"Tknudsen",{"template":692},"content:en-us:blog:authors:trevor-knudsen.yml","en-us/blog/authors/trevor-knudsen.yml","en-us/blog/authors/trevor-knudsen",{"_path":7593,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7594,"config":7599,"_id":7600,"_type":38,"title":7595,"_source":40,"_file":7601,"_stem":7602,"_extension":43},"/en-us/blog/authors/tristan-read",{"name":7595,"config":7596},"Tristan Read",{"headshot":7597,"ctfId":7598},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679131/Blog/Author%20Headshots/tristan.png","tristanread",{"template":692},"content:en-us:blog:authors:tristan-read.yml","en-us/blog/authors/tristan-read.yml","en-us/blog/authors/tristan-read",{"_path":7604,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7605,"config":7609,"_id":7610,"_type":38,"title":18,"_source":40,"_file":7611,"_stem":7612,"_extension":43},"/en-us/blog/authors/tsukasa-komatsubara",{"name":18,"config":7606},{"headshot":7607,"ctfId":7608},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659784/Blog/Author%20Headshots/gitlab_tsukasa.jpg","31YQLiBRrJPn35BBhY69ly",{"template":692},"content:en-us:blog:authors:tsukasa-komatsubara.yml","en-us/blog/authors/tsukasa-komatsubara.yml","en-us/blog/authors/tsukasa-komatsubara",{"_path":7614,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7615,"config":7619,"_id":7620,"_type":38,"title":7616,"_source":40,"_file":7621,"_stem":7622,"_extension":43},"/en-us/blog/authors/tsvi-zandany",{"name":7616,"config":7617},"Tsvi Zandany",{"headshot":723,"ctfId":7618},"Tsvi-Zandany",{"template":692},"content:en-us:blog:authors:tsvi-zandany.yml","en-us/blog/authors/tsvi-zandany.yml","en-us/blog/authors/tsvi-zandany",{"_path":7624,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7625,"config":7629,"_id":7630,"_type":38,"title":7626,"_source":40,"_file":7631,"_stem":7632,"_extension":43},"/en-us/blog/authors/tye-davis",{"name":7626,"config":7627},"Tye Davis",{"headshot":7,"ctfId":7628},"davistye",{"template":692},"content:en-us:blog:authors:tye-davis.yml","en-us/blog/authors/tye-davis.yml","en-us/blog/authors/tye-davis",{"_path":7634,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7635,"config":7639,"_id":7640,"_type":38,"title":7636,"_source":40,"_file":7641,"_stem":7642,"_extension":43},"/en-us/blog/authors/tyler-williams",{"name":7636,"config":7637},"Tyler Williams",{"headshot":7,"ctfId":7638},"tywilliams",{"template":692},"content:en-us:blog:authors:tyler-williams.yml","en-us/blog/authors/tyler-williams.yml","en-us/blog/authors/tyler-williams",{"_path":7644,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7645,"config":7649,"_id":7650,"_type":38,"title":7651,"_source":40,"_file":7652,"_stem":7653,"_extension":43},"/en-us/blog/authors/ulrica-de-fort-menares",{"name":7646,"config":7647},"Ulrica de Fort-Menares",{"headshot":7,"ctfId":7648},"ulrica1",{"template":692},"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":7655,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7656,"config":7661,"_id":7662,"_type":38,"title":7657,"_source":40,"_file":7663,"_stem":7664,"_extension":43},"/en-us/blog/authors/valentine-mairet",{"name":7657,"config":7658},"Valentine Mairet",{"headshot":7659,"ctfId":7660},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665455/Blog/Author%20Headshots/valentine_mairet_headshot.png","1AQjHTpq6sBauRMdCibxQX",{"template":692},"content:en-us:blog:authors:valentine-mairet.yml","en-us/blog/authors/valentine-mairet.yml","en-us/blog/authors/valentine-mairet",{"_path":7666,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7667,"config":7671,"_id":7672,"_type":38,"title":7668,"_source":40,"_file":7673,"_stem":7674,"_extension":43},"/en-us/blog/authors/valerie-silverthorne",{"name":7668,"config":7669},"Valerie Silverthorne",{"headshot":723,"ctfId":7670},"vsilverthorne",{"template":692},"content:en-us:blog:authors:valerie-silverthorne.yml","en-us/blog/authors/valerie-silverthorne.yml","en-us/blog/authors/valerie-silverthorne",{"_path":7676,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7677,"config":7681,"_id":7682,"_type":38,"title":7678,"_source":40,"_file":7683,"_stem":7684,"_extension":43},"/en-us/blog/authors/vanessa-wegner",{"name":7678,"config":7679},"Vanessa Wegner",{"headshot":7,"ctfId":7680},"vwegner",{"template":692},"content:en-us:blog:authors:vanessa-wegner.yml","en-us/blog/authors/vanessa-wegner.yml","en-us/blog/authors/vanessa-wegner",{"_path":7686,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7687,"config":7692,"_id":7693,"_type":38,"title":7688,"_source":40,"_file":7694,"_stem":7695,"_extension":43},"/en-us/blog/authors/veethika-mishra",{"name":7688,"config":7689},"Veethika Mishra",{"headshot":7690,"ctfId":7691},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664676/Blog/Author%20Headshots/veethika-headshot.jpg","veethika",{"template":692},"content:en-us:blog:authors:veethika-mishra.yml","en-us/blog/authors/veethika-mishra.yml","en-us/blog/authors/veethika-mishra",{"_path":7697,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7698,"config":7703,"_id":7704,"_type":38,"title":7699,"_source":40,"_file":7705,"_stem":7706,"_extension":43},"/en-us/blog/authors/vick-kelkar",{"name":7699,"config":7700},"Vick Kelkar",{"headshot":7701,"ctfId":7702},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668508/Blog/Author%20Headshots/vkelkar-headshot.jpg","vkelkar",{"template":692},"content:en-us:blog:authors:vick-kelkar.yml","en-us/blog/authors/vick-kelkar.yml","en-us/blog/authors/vick-kelkar",{"_path":7708,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7709,"config":7713,"_id":7714,"_type":38,"title":7710,"_source":40,"_file":7715,"_stem":7716,"_extension":43},"/en-us/blog/authors/vicky-steeves",{"name":7710,"config":7711},"Vicky Steeves",{"headshot":7,"ctfId":7712},"vickysteeves",{"template":692},"content:en-us:blog:authors:vicky-steeves.yml","en-us/blog/authors/vicky-steeves.yml","en-us/blog/authors/vicky-steeves",{"_path":7718,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7719,"config":7723,"_id":7724,"_type":38,"title":7720,"_source":40,"_file":7725,"_stem":7726,"_extension":43},"/en-us/blog/authors/victor-hernandez",{"name":7720,"config":7721},"Victor Hernandez",{"headshot":723,"ctfId":7722},"KVTkvySIqkAu34p2jsXZz",{"template":692},"content:en-us:blog:authors:victor-hernandez.yml","en-us/blog/authors/victor-hernandez.yml","en-us/blog/authors/victor-hernandez",{"_path":7728,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7729,"config":7733,"_id":7734,"_type":38,"title":7730,"_source":40,"_file":7735,"_stem":7736,"_extension":43},"/en-us/blog/authors/victor-wu",{"name":7730,"config":7731},"Victor Wu",{"headshot":723,"ctfId":7732},"victorwu",{"template":692},"content:en-us:blog:authors:victor-wu.yml","en-us/blog/authors/victor-wu.yml","en-us/blog/authors/victor-wu",{"_path":7738,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7739,"config":7744,"_id":7745,"_type":38,"title":7740,"_source":40,"_file":7746,"_stem":7747,"_extension":43},"/en-us/blog/authors/viktor-nagy",{"name":7740,"config":7741},"Viktor Nagy",{"headshot":7742,"ctfId":7743},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662918/Blog/Author%20Headshots/nagy-headshot.jpg","nagyvgitlab",{"template":692},"content:en-us:blog:authors:viktor-nagy.yml","en-us/blog/authors/viktor-nagy.yml","en-us/blog/authors/viktor-nagy",{"_path":7749,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7750,"config":7754,"_id":7755,"_type":38,"title":7751,"_source":40,"_file":7756,"_stem":7757,"_extension":43},"/en-us/blog/authors/vincent-jong",{"name":7751,"config":7752},"Vincent Jong",{"headshot":723,"ctfId":7753},"Vincent-Jong",{"template":692},"content:en-us:blog:authors:vincent-jong.yml","en-us/blog/authors/vincent-jong.yml","en-us/blog/authors/vincent-jong",{"_path":7759,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7760,"config":7765,"_id":7766,"_type":38,"title":7761,"_source":40,"_file":7767,"_stem":7768,"_extension":43},"/en-us/blog/authors/vincy-wilson",{"name":7761,"config":7762},"Vincy Wilson",{"headshot":7763,"ctfId":7764},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669069/Blog/Author%20Headshots/vincy.jpg","1iyKndVlbE3dQnxOJoSY0q",{"template":692},"content:en-us:blog:authors:vincy-wilson.yml","en-us/blog/authors/vincy-wilson.yml","en-us/blog/authors/vincy-wilson",{"_path":7770,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7771,"config":7776,"_id":7777,"_type":38,"title":7772,"_source":40,"_file":7778,"_stem":7779,"_extension":43},"/en-us/blog/authors/vishal-tak",{"name":7772,"config":7773},"Vishal Tak",{"headshot":7774,"ctfId":7775},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663854/Blog/Author%20Headshots/vishal_tak_headshot.png","6BalO1YQUIuDdhUP80bFra",{"template":692},"content:en-us:blog:authors:vishal-tak.yml","en-us/blog/authors/vishal-tak.yml","en-us/blog/authors/vishal-tak",{"_path":7781,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7782,"config":7787,"_id":7788,"_type":38,"title":7783,"_source":40,"_file":7789,"_stem":7790,"_extension":43},"/en-us/blog/authors/vitor-meireles-de-sousa",{"name":7783,"config":7784},"Vitor Meireles De Sousa",{"headshot":7785,"ctfId":7786},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682001/Blog/Author%20Headshots/vdesousa-headshot.png","vdesousa",{"template":692},"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":7792,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7793,"config":7797,"_id":7798,"_type":38,"title":7794,"_source":40,"_file":7799,"_stem":7800,"_extension":43},"/en-us/blog/authors/vlad-budica",{"name":7794,"config":7795},"Vlad Budica",{"headshot":723,"ctfId":7796},"Vlad-Budica",{"template":692},"content:en-us:blog:authors:vlad-budica.yml","en-us/blog/authors/vlad-budica.yml","en-us/blog/authors/vlad-budica",{"_path":7802,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7803,"config":7807,"_id":7808,"_type":38,"title":7804,"_source":40,"_file":7809,"_stem":7810,"_extension":43},"/en-us/blog/authors/vlad-stoianovici",{"name":7804,"config":7805},"Vlad Stoianovici",{"headshot":7,"ctfId":7806},"vstoianovici",{"template":692},"content:en-us:blog:authors:vlad-stoianovici.yml","en-us/blog/authors/vlad-stoianovici.yml","en-us/blog/authors/vlad-stoianovici",{"_path":7812,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7813,"config":7817,"_id":7818,"_type":38,"title":7814,"_source":40,"_file":7819,"_stem":7820,"_extension":43},"/en-us/blog/authors/wayne-haber",{"name":7814,"config":7815},"Wayne Haber",{"headshot":7,"ctfId":7816},"whaber",{"template":692},"content:en-us:blog:authors:wayne-haber.yml","en-us/blog/authors/wayne-haber.yml","en-us/blog/authors/wayne-haber",{"_path":7822,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7823,"config":7827,"_id":7828,"_type":38,"title":7824,"_source":40,"_file":7829,"_stem":7830,"_extension":43},"/en-us/blog/authors/will-chandler",{"name":7824,"config":7825},"Will Chandler",{"headshot":723,"ctfId":7826},"DKiIGSSRIyO6QdTQkRkjs",{"template":692},"content:en-us:blog:authors:will-chandler.yml","en-us/blog/authors/will-chandler.yml","en-us/blog/authors/will-chandler",{"_path":7832,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7833,"config":7838,"_id":7839,"_type":38,"title":7834,"_source":40,"_file":7840,"_stem":7841,"_extension":43},"/en-us/blog/authors/will-leidheiser",{"name":7834,"config":7835},"Will Leidheiser",{"headshot":7836,"ctfId":7837},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679335/Blog/Author%20Headshots/wleidheiser-headshot.jpg","wleidheiser",{"template":692},"content:en-us:blog:authors:will-leidheiser.yml","en-us/blog/authors/will-leidheiser.yml","en-us/blog/authors/will-leidheiser",{"_path":7843,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7844,"config":7849,"_id":7850,"_type":38,"title":7845,"_source":40,"_file":7851,"_stem":7852,"_extension":43},"/en-us/blog/authors/william-arias",{"name":7845,"config":7846},"William Arias",{"headshot":7847,"ctfId":7848},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667549/Blog/Author%20Headshots/warias-headshot.jpg","warias",{"template":692},"content:en-us:blog:authors:william-arias.yml","en-us/blog/authors/william-arias.yml","en-us/blog/authors/william-arias",{"_path":7854,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7855,"config":7859,"_id":7860,"_type":38,"title":7856,"_source":40,"_file":7861,"_stem":7862,"_extension":43},"/en-us/blog/authors/william-chia",{"name":7856,"config":7857},"William Chia",{"headshot":7,"ctfId":7858},"williamchia",{"template":692},"content:en-us:blog:authors:william-chia.yml","en-us/blog/authors/william-chia.yml","en-us/blog/authors/william-chia",{"_path":7864,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7865,"config":7869,"_id":7870,"_type":38,"title":7866,"_source":40,"_file":7871,"_stem":7872,"_extension":43},"/en-us/blog/authors/yannis-roussos",{"name":7866,"config":7867},"Yannis Roussos",{"headshot":7,"ctfId":7868},"iroussos",{"template":692},"content:en-us:blog:authors:yannis-roussos.yml","en-us/blog/authors/yannis-roussos.yml","en-us/blog/authors/yannis-roussos",{"_path":7874,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7875,"config":7879,"_id":7880,"_type":38,"title":7876,"_source":40,"_file":7881,"_stem":7882,"_extension":43},"/en-us/blog/authors/yevgeny-pats",{"name":7876,"config":7877},"Yevgeny Pats",{"headshot":7,"ctfId":7878},"ypats",{"template":692},"content:en-us:blog:authors:yevgeny-pats.yml","en-us/blog/authors/yevgeny-pats.yml","en-us/blog/authors/yevgeny-pats",{"_path":7884,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7885,"config":7889,"_id":7890,"_type":38,"title":7886,"_source":40,"_file":7891,"_stem":7892,"_extension":43},"/en-us/blog/authors/yorick-peterse",{"name":7886,"config":7887},"Yorick Peterse",{"headshot":723,"ctfId":7888},"Yorick-Peterse",{"template":692},"content:en-us:blog:authors:yorick-peterse.yml","en-us/blog/authors/yorick-peterse.yml","en-us/blog/authors/yorick-peterse",{"_path":7894,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7895,"config":7899,"_id":7900,"_type":38,"title":7901,"_source":40,"_file":7902,"_stem":7903,"_extension":43},"/en-us/blog/authors/zeger-jan-van-de-weg",{"name":7896,"config":7897},"Zeger-Jan van de Weg",{"headshot":7,"ctfId":7898},"zjgitlab",{"template":692},"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":7905,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":7906,"config":7911,"_id":7912,"_type":38,"title":7907,"_source":40,"_file":7913,"_stem":7914,"_extension":43},"/en-us/blog/authors/zhaochen-li",{"name":7907,"config":7908},"Zhaochen Li",{"headshot":7909,"ctfId":7910},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664331/Blog/Author%20Headshots/Zhaochen_Li_headshot.png","D67XqgLJdlpOsrG3ivCGT",{"template":692},"content:en-us:blog:authors:zhaochen-li.yml","en-us/blog/authors/zhaochen-li.yml","en-us/blog/authors/zhaochen-li",{"_path":7916,"_dir":46,"_draft":6,"_partial":6,"_locale":7,"header":7917,"eyebrow":7918,"blurb":7919,"button":7920,"secondaryButton":7924,"_id":7926,"_type":38,"title":7927,"_source":40,"_file":7928,"_stem":7929,"_extension":43},"/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":54,"config":7921},{"href":7922,"dataGaName":57,"dataGaLocation":7923},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":59,"config":7925},{"href":61,"dataGaName":62,"dataGaLocation":7923},"content:shared:de-de:next-steps.yml","Next Steps","shared/de-de/next-steps.yml","shared/de-de/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":7931,"content":7932,"config":7935,"_id":37,"_type":38,"title":39,"_source":40,"_file":41,"_stem":42,"_extension":43},{"title":9,"description":10,"ogTitle":9,"ogDescription":10,"noIndex":6,"ogImage":11,"ogUrl":12,"ogSiteName":13,"ogType":14,"canonicalUrls":12,"schema":15},{"title":9,"description":10,"authors":7933,"heroImage":11,"date":22,"body":23,"category":24,"tags":7934,"updatedDate":32},[18,19,20,21],[26,27,28,29,30,24,31],{"slug":34,"featured":35,"template":36},1761852395673]