[{"data":1,"prerenderedAt":7934},["ShallowReactive",2],{"/fr-fr/blog/a-guide-to-the-breaking-changes-in-gitlab-18-0":3,"navigation-fr-fr":36,"banner-fr-fr":455,"footer-fr-fr":468,"footer-source-/fr-fr/blog/a-guide-to-the-breaking-changes-in-gitlab-18-0/":679,"blogAuthors-fr-fr":685,"next-steps-fr-fr":7919},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":16,"config":26,"_id":29,"_type":30,"title":31,"_source":32,"_file":33,"_stem":34,"_extension":35},"/fr-fr/blog/a-guide-to-the-breaking-changes-in-gitlab-18-0","blog",false,"",{"title":9,"description":10,"ogTitle":9,"ogDescription":10,"noIndex":6,"ogImage":11,"ogUrl":12,"ogSiteName":13,"ogType":14,"canonicalUrls":12,"schema":15},"Guide des changements cassants et suppressions de GitLab 18.0","Anticipez dès maintenant les suppressions prévues dans notre prochaine version majeure. Évaluez les conséquences pour votre projet, puis consultez les mesures d'atténuation décrites dans la documentation afin de garantir une transition fluide vers GitLab 18.0.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659437/Blog/Hero%20Images/AdobeStock_398929148.jpg","https://about.gitlab.com/blog/a-guide-to-the-breaking-changes-in-gitlab-18-0","https://about.gitlab.com","article","\n                        {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"Article\",\n        \"headline\": \"Guide des changements cassants et suppressions de GitLab 18.0\",\n        \"author\": [{\"@type\":\"Person\",\"name\":\"Martin Brümmer\"},{\"@type\":\"Person\",\"name\":\"Fabian Zimmer\"},{\"@type\":\"Person\",\"name\":\"Sam Wiskow\"}],\n        \"datePublished\": \"2025-04-18\",\n      }\n                  ",{"title":9,"description":10,"authors":17,"heroImage":11,"date":21,"body":22,"category":23,"tags":24},[18,19,20],"Martin Brümmer","Fabian Zimmer","Sam Wiskow","2025-04-18","GitLab 18.0, notre prochaine version majeure, inclut de nouvelles fonctionnalités qui repoussent les limites de l'innovation DevSecOps, tandis que certaines options obsolètes sont supprimées. Découvrez dans cet article un récapitulatif complet des évolutions majeures à venir, ainsi que des pistes concrètes pour en limiter l’impact sur vos projets.\n\n## Fenêtres de déploiement GitLab 18.0\n\n### GitLab.com  \n\nLes changements cassants sur GitLab.com sont concentrés sur ces trois périodes clés : \n\n- Du 21 au 23 avril 2025  \n- Du 28 au 30 avril 2025  \n- Du 5 au 7 mai 2025\n\nDe nombreux autres évolutions continuent d'être déployés au fil des mois. Pour en savoir plus sur les modifications les plus sensibles apportées prévues à ces dates, consultez notre [documentation dédie aux changements cassants](https://docs.gitlab.com/update/breaking_windows/).\n\n***Remarque :** exceptionnellement, certaines mises à jour importantes peuvent intervenir légèrement en dehors de ces périodes.*\n\n### GitLab Self-Managed\n\nGitLab 18.0 est disponible depuis le 15 mai. Consultez le calendrier complet des sorties de nouvelles versions sur [cette page](https://about.gitlab.com/releases/).\n\n### GitLab Dedicated\n\nLa mise à niveau vers GitLab 18.0 aura lieu pendant votre fenêtre de maintenance, entre le 24 et le 29 juin 2025. Pour en savoir plus et connaître votre fenêtre de maintenance, consultez [cette page](https://docs.gitlab.com/administration/dedicated/maintenance/#release-rollout-schedule).\n\nNous mettons également à votre disposition des outils et ressources adaptés pour vous aider à mesurer l'impact de ces changements sur votre environnement et préparer votre passage à la version 18.0. N'hésitez pas à consulter [toutes les informations sur ces outils, ressources et les mesures d'atténuation](#tools-and-resources-to-manage-your-impact).\n\nEn outre, la [page des obsolescences](https://docs.gitlab.com/ee/update/deprecations?removal_milestone=18.0) répertorie l'ensemble des suppressions prévues dans la version 18.0. Découvrez ci-dessous les nouveautés de cette année et comment vous y préparer selon la configuration de votre déploiement.\n\n## Changements cassants\n\n### Impact élevé\n\n**1. Token pour job CI/CD : suppression du paramètre « Limiter l'accès depuis votre projet »**\n\nGitLab.com | GiitLab Self-Managed | GitLab Dedicated\n\nDans GitLab 14.4, nous avions mis en place le paramètre **Limiter l'accès à CI_JOB_TOKEN** pour améliorer la sécurité en **[restreignant l'accès *depuis* les tokens de job CI/CD de votre projet (CI_JOB_TOKEN)](https://docs.gitlab.com/ci/jobs/ci_job_token/#limit-your-projects-job-token-access)** Dans la version 16.3 de GitLab, ce paramètre a été renommé **Limiter l'accès *à partir* de ce projet** pour plus de clarté.\nDans la version 15.9 de GitLab, nous avions introduit une solution alternative : le paramètre **[Groupes et projets autorisés](https://docs.gitlab.com/ci/jobs/ci_job_token/#add-a-group-or-project-to-the-job-token-allowlist)**. Celui-ci contrôle l'accès au token pour job CI/CD de votre projet à l'aide d'une liste d'autorisations et constitue une amélioration significative par rapport à l'original. La première itération a été rendue obsolète dans GitLab 16.0 et sa suppression est prévue dans GitLab 18.0.\n\nLe paramètre **Limiter l'accès *à partir* de ce projet** est désactivé par défaut pour tous les nouveaux projets. Depuis GitLab 16.0, une fois ce paramètre désactivé dans un projet, il n’est plus possible de le réactiver, mais vous pouvez utiliser le paramètre **Groupes et projets autorisés** pour contrôler l'accès au token pour job de vos projets.\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#cicd-job-token---limit-access-from-your-project-setting-removal)\n- [Vérification GitLab Detective disponible](https://gitlab.com/gitlab-com/support/toolbox/gitlab-detective/-/blob/main/README.md)\n\n**2. Token pour job CI/CD : application de la liste d'autorisation « Groupes et projets autorisés »**\n\nGitLab.com | GitLab Self-Managed | GitLab Dedicated\n\nIntroduit dans GitLab 15.9, le **[paramètre « Groupes et projets autorisés »](https://docs.gitlab.com/ee/ci/jobs/ci_job_token.html#add-a-group-or-project-to-the-job-token-allowlist)** (renommé **Limiter l'accès à ce projet** dans la version 16.3 de GitLab), vous permet de gérer l'accès au token pour job CI/CD de votre projet. Lorsque le paramètre est défini sur **Uniquement ce projet et tous les groupes et projets de la liste d'autorisation**, seuls les groupes ou projets explicitement ajoutés à cette liste peuvent accéder à votre projet par le biais d'un token de job.\n\n* **Avant GitLab 15.9**, le token de job était accessible depuis n'importe quel projet, car la liste d'autorisation était désactivée par défaut et définie sur [**« Tous les groupes et projets »**](https://docs.gitlab.com/ee/ci/jobs/ci_job_token.html#allow-any-project-to-access-your-project), sans restriction d'accès.\n* **Depuis GitLab 17.6**, les administrateurs des instances GitLab Self-Managed ou GitLab Dedicated peuvent désormais [**imposer des règles de sécurité plus strictes pour tous les projets**](https://docs.gitlab.com/ee/administration/settings/continuous_integration.html#job-token-permissions) et empêcher les chargés de maintenance des projets de sélectionner **Tous les groupes et projets**. Cette modification garantit un niveau de sécurité plus élevé entre les projets.   \n* Dans GitLab 18.0, ce paramètre sera activé par défaut. Sur GitLab.com, nous remplirons automatiquement les listes d'autorisations de vos projets en fonction des logs d'authentification de votre projet.   \n* Pour anticiper ce changement sur **GitLab.com**, les chargés de maintenance du projet qui utilisent le token de job pour l'authentification inter-projets doivent remplir les listes d'autorisations **Groupes et projets autorisés**, puis définir le paramètre sur **Uniquement** **ce projet et tous les groupes et projets de la liste d'autorisation**. Nous vous encourageons à utiliser les [outils de migration](https://docs.gitlab.com/ci/jobs/ci_job_token/#auto-populate-a-projects-allowlist) disponibles pour ***automatiser*** la création de la liste d'autorisation en fonction des [logs d'authentification](https://docs.gitlab.com/ci/jobs/ci_job_token/#job-token-authentication-log) du projet avant le passage à la version GitLab 18.0.   \n* Les **utilisateurs de GitLab Self-Managed** doivent remplir les listes d'autorisations avant d'effectuer la mise à niveau vers la version 18.0.   \n* Les **utilisateurs de GitLab Dedicated** doivent élaborer, en collaboration avec l'équipe chargée de leur compte GitLab, une approche adaptée à leur instance.\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#cicd-job-token---authorized-groups-and-projects-allowlist-enforcement)\n- [Documentation](https://docs.gitlab.com/ci/jobs/ci_job_token/#add-a-gr)\n- [Vérification GitLab Detective disponible](https://gitlab.com/gitlab-com/support/toolbox/gitlab-detective/-/blob/main/README.md)\n\n**3. Renforcement de la portée des tokens pour le proxy de dépendances**\n\nGitLab.com | GitLab Self-Managed | GitLab Dedicated\n\nActuellement, le proxy de dépendances pour les conteneurs accepte les commandes **`docker login`** et **`docker pull`** en utilisant des tokens **d'accès personnels, de projet** ou **de groupe**, sans vérifier leurs portées. \n\nÀ partir de GitLab 18.0, il exigera la présence des portées **`read_registry`** et **`write_registry`** pour valider toute authentification. Après cette modification, les tentatives d'authentification avec des tokens ne disposant pas de ces portées seront **rejetées**.\n\nAvant de procéder à la mise à niveau, vous devez générer de nouveaux tokens avec les [**portées requises**](https://docs.gitlab.com/ee/user/packages/dependency_proxy/#authenticate-with-the-dependency-proxy-for-container-images), puis mettre à jour les variables et scripts de vos workflows avec ces nouveaux jetons.\n\nVous avez également la possibilité d'utiliser [**Dependency Token Checker**](https://gitlab.com/gitlab-com/cs-tools/gitlab-cs-tools/dependancy-token-checker/), un script développé par la communauté, qui vous permet de visualiser les tokens et de procéder à leur rotation automatique.\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#dependency-proxy-token-scope-enforcement)\n\n### Impact modéré\n\n**1. Nouvelles limites de conservation des données relatives aux vulnérabilités sur GitLab.com**\n\nGitLab.com - **Réservé aux clients Ultimate**\n\nÀ partir de GitLab 18.1, nous mettrons en place progressivement, sur une période de six mois, une **nouvelle limite de conservation des données** pour les clients de l'édition **GitLab Ultimate** sur GitLab.com, afin d'améliorer les performances et la fiabilité du système. Celle-ci aura une incidence sur la durée de conservation des données relatives aux vulnérabilité.\n\nLes vulnérabilités datant de plus de 12 mois qui n'ont pas été mises à jour seront automatiquement déplacées vers des archives de stockage à froid qui  :\n\n* restent accessibles et téléchargeables via l'interface utilisateur (UI) de GitLab  \n* sont conservées pendant 3 ans  \n* sont définitivement supprimées après 3 ans \n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#new-data-retention-limits-for-vulnerabilities-on-gitlabcom)\n- [Documentation](https://handbook.gitlab.com/handbook/security/records-retention-deletion/)\n\n**2. Rejet des stratégies de pull d'image de conteneur qui ne figurent pas dans `allowed_pull_policies`**\n\nGitLab.com | GitLab Self-Managed | GitLab Dedicated  \n\nToutes les stratégies de pull configurées doivent être présentes dans la [**configuration allowed_pull_policies**](https://docs.gitlab.com/runner/executors/docker/#allow-docker-pull-policies) spécifiée dans le fichier **`config.toml`** du runner. Si ce n'est pas le cas, le job devrait échouer avec une erreur de type**`incompatible pull policy`**.\n\nActuellement, les jobs ne sont pas rejetés tant qu'au moins une stratégie de pull figure dans **`allowed-pull-policies`**, même si d'autres sont exclues.\n\nDans GitLab 18.0, un job ne sera en échec que si aucune stratégie de pull définie ne figure dans **`allowed-pull-policies`**. Toutefois, maintenant, seules les stratégies autorisées dans **`allowed-pull-policies`** seront effectivement appliquées. Avec GitLab 18.0, cette distinction risque de provoquer l'échec de jobs qui s'exécutent actuellement avec succès.\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#reject-container-image-pull-policies-not-in-allowed_pull_policies)\n- [Documentation](https://docs.gitlab.com/runner/executors/docker/#allow-docker-pull-policies)\n\n**3. Fin de la prise en charge de PostgreSQL 14 et 15**\n\nGitLab Self-Managed \n\nGitLab suit une [**cadence de mise à niveau annuelle pour PostgreSQL**](https://handbook.gitlab.com/handbook/engineering/infrastructure-platforms/data-access/database-framework/postgresql-upgrade-cadence/).\n\nLa prise en charge de PostgreSQL 14 et 15 sera supprimée dans GitLab 18.0 et PostgreSQL 16 deviendra la version minimale requise.\n\nPostgreSQL 14 et 15 seront pris en charge pendant l'ensemble du cycle de sortie de nouvelles versions de GitLab 17. PostgreSQL 16 sera également pris en charge pour les instances qui souhaitent effectuer une mise à niveau avant la sortie de GitLab 18.0.\n\nPour anticiper ce changement, les instances qui n'utilisent pas [**PostgreSQL Cluster**](https://docs.gitlab.com/administration/postgresql/replication_and_failover/) (comme celles installées avec un paquet Omnibus sur une seule instance PostgreSQL), bénéficieront d'une mise à niveau automatique vers PostgreSQL 16 à partir de GitLab 17.11. Si vous utilisez [**PostgreSQL Cluster**](https://docs.gitlab.com/administration/postgresql/replication_and_failover/) ou si vous [**désactivez cette mise à niveau automatique**](https://docs.gitlab.com/omnibus/settings/database/#opt-out-of-automatic-postgresql-upgrades), vous devrez [**effectuer une mise à niveau manuelle vers PostgreSQL 16**](https://docs.gitlab.com/omnibus/settings/database/#upgrade-packaged-postgresql-server) pour passer à GitLab 18.0. Assurez-vous de disposer de suffisamment d'espace disque pour effectuer la mise à niveau.\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#postgresql-14-and-15-no-longer-supported)\n- [Documentation](https://docs.gitlab.com/omnibus/settings/database/#upgrade-packaged-postgresql-server)\n- [Instructions pour la migration](https://docs.gitlab.com/omnibus/development/managing-postgresql-versions/)\n\n**4. Obsolescence des templates CI/CD Terraform**\n\nGitLab Self-Managed\n\nLes templates CI/CD Terraform sont déclarés obsolètes et sont supprimés dans GitLab 18.0. Les templates concernés sont les suivants  :\n\n* `Terraform.gitlab-ci.yml`  \n* `Terraform.latest.gitlab-ci.yml`  \n* `Terraform/Base.gitlab-ci.yml`  \n* `Terraform/Base.latest.gitlab-ci.yml`\n\nGitLab ne pourra pas mettre à jour le binaire **`terraform`** dans les images de job vers une version sous licence Business Source License (BSL).\n\nPour continuer à utiliser Terraform, clonez les templates et l'[**image Terraform**](https://gitlab.com/gitlab-org/terraform-images), et maintenez-les à jour si nécessaire. GitLab fournit des [**instructions détaillées**](https://gitlab.com/gitlab-org/terraform-images) pour migrer vers une image personnalisée.\n\n**À la place, nous vous recommandons d'utiliser le nouveau composant CI/CD OpenTofu sur GitLab.com ou le nouveau template CI/CD OpenTofu sur GitLab Self-Managed.** Les composants CI/CD ne sont pas encore disponibles sur GitLab Self-Managed. Toutefois, le [**ticket n° 415638**](https://gitlab.com/gitlab-org/gitlab/-/issues/415638) propose d'ajouter cette fonctionnalité. Si les composants CI/CD deviennent disponibles sur GitLab Self-Managed, le template CI/CD OpenTofu sera supprimé.\n\nEn savoir plus sur le nouveau [composant CI/CD OpenTofu](https://gitlab.com/components/opentofu).\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#deprecate-terraform-cicd-templates)\n\n**5. Mise à jour majeure du sous-chart Prometheus**\n\nGitLab Self-Managed\n\nAvec GitLab 18.0 et le chart GitLab 9.0, le sous-chart Prometheus sera mis à jour de la version 15.3 à la version 27.3.\n\nAvec cette mise à jour, Prometheus 3 sera livré par défaut.\n\nVous devrez effectuer certaines étapes manuelles pour effectuer la mise à niveau. Si Alertmanager, Node Exporter ou Pushgateway sont activés, vous devrez également mettre à jour vos valeurs Helm.\n\nVeuillez vous référer au [**guide sur la migration**](https://docs.gitlab.com/charts/releases/9_0/#prometheus-upgrade) pour plus d'informations.\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#major-update-of-the-prometheus-subchart)\n\n### Impact faible\n\n**1. Arrêt de la compilation des paquets SUSE Linux Enterprise Server 15 SP2**\n\nGitLab Self-Managed\n\nLe version avec service et support à long terme (LTSS) pour SUSE Linux Enterprise Server (SLES) 15 SP2 a pris fin en décembre 2024.\n\nPar conséquent, nous ne prendrons plus en charge la distribution de SLES SP2 pour les installations de paquets Linux. Veuillez effectuer une mise à niveau vers SLES 15 SP6 pour bénéficier d'une prise en charge continue.\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#support-for-suse-linux-enterprise-server-15-sp2)\n\n**2. Suppression du limiteur de débit Gitaly**\n\nGitLab Self-Managed\n\nAuparavant, Gitaly prenait en charge la [**limitation de débit basée sur RPC**](https://gitlab.com/gitlab-org/gitaly/-/blob/4b7ea24f6172a03e7989879200b47b6fd0e2d059/doc/backpressure.md#L55-55). Nous rendons aujourd'hui cette fonctionnalité obsolète, car elle ne donne pas les résultats escomptés. Veuillez consulter le ticket relatif à l'obsolescence pour plus de détails.\n\nSi vous avez procédé à la configuration du limiteur de débit (bientôt obsolète), aucune erreur ne sera renvoyée et celle-ci sera simplement ignorée.\n\nÀ la place, vous devez utiliser le [**limiteur de simultanéité**](https://docs.gitlab.com/administration/gitaly/concurrency_limiting/).\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#gitaly-rate-limiting)\n\n**3. Obsolescence de la prise en charge de l'image du contrôleur NGINX 1.3.1**\n\nGitLab Self-Managed\n\nNous passons à la version 1.11.2 du contrôleur NGINX par défaut, laquelle impose de nouvelles règles de contrôle d'accès basé sur les rôles (RBAC). Les utilisateurs qui utilisent **nginx-ingress.rbac.create: false** pour gérer leurs propres règles RBAC\n\ndevront les mettre à jour avant de migrer vers la version 1.11.2 ou une version ultérieure. Un mécanisme alternatif permet désormais de déployer la version 1.3.1 uniquement si la valeur Helm est définie comme indiqué ci-dessus. Par ailleurs, nous avons ajouté la valeur **nginx-ingress.controller.image.disableFallback**, qui est définie par défaut sur « false ». Si vous gérez vos propres règles RBAC, vous pouvez définir cette valeur sur « true » une fois les nouvelles règles en place, afin de permettre le déploiement de la version 1.11.2.\n\nLa version 17.5 marquera la fin de la prise en charge de l'image 1.3.1 et du mécanisme alternatif, afin de généraliser l'utilisation de la version 1.11.2, plus sécurisée.\n\n[Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#fallback-support-for-gitlab-nginx-chart-controller-image-v131)\n\n**4. Mise à jour de la version majeure des analyseurs de tests de sécurité des applications**\n\nGitLab.com | GitLab Self-Managed | GitLab Dedicated\n\nAvec GitLab 18.0, les analyseurs utilisés pour les tests de sécurité des applications passeront à de nouvelles versions majeures.\n\nSi vous n'utilisez pas les templates inclus par défaut ou si vous avez épinglé vos versions d'analyseur, pensez à mettre à jour votre job CI/CD en retirant la version épinglée ou en passant à la dernière version majeure.\n\nJusqu'à GitLab 18.0, les analyseurs seront toujours mis à jour sur les versions 17.0 à 17.11. Ensuite, seuls les analyseurs de la nouvelle version majeure bénéficieront des correctifs et des nouvelles fonctionnalités.\n\nConformément à notre politique de maintenance, nous ne rétroportons pas les bogues ni les nouvelles fonctionnalités vers les versions obsolètes. Seuls les correctifs de sécurité peuvent être appliqués aux trois dernières versions mineures.\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#application-security-testing-analyzers-major-version-update)\n\n**5. API Discovery utilisera les pipelines de branche par défaut**\n\nGitLab.com | GitLab Self-Managed | GitLab Dedicated\n\nDans GitLab 18.0, nous mettrons à jour le comportement par défaut du template CI/CD pour API Discovery (**API-Discovery.gitlab-ci.yml**).\n\nJusqu'à GitLab 18.0, il configurait par défaut les jobs pour qu'ils s'exécutent dans des [**pipelines de merge requests (MR)**](https://docs.gitlab.com/ci/pipelines/merge_request_pipelines/) dès l'ouverture d'une MR.\n\nDès GitLab 18.0, ce template adoptera le même comportement que les [**éditions stables de templates**](https://docs.gitlab.com/user/application_security/detect/roll_out_security_scanning/#template-editions) des autres scanners d'arbre de syntaxe abstraite (AST) :\n\n* Par défaut, le template exécutera des jobs de scan dans les pipelines de branche.  \n* Vous pourrez définir la variable CI/CD **AST_ENABLE_MR_PIPELINES: true** pour utiliser les pipelines MR lors de l'ouverture d'une MR. Le suivi de la mise en œuvre de cette variable est disponible via le [**ticket n° 410880**](https://gitlab.com/gitlab-org/gitlab/-/issues/410880).\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#api-discovery-will-use-branch-pipelines-by-default)\n\n**6. Réduction par défaut de la valeur du DAST DAST_DEVTOOLS_API_TIMEOUT**\n\nGitLab.com | GitLab Self-Managed | GitLab Dedicated\n\nLa variable d'environnement **DAST_DEVTOOLS_API_TIMEOUT** détermine la durée pendant laquelle un test dynamique de sécurité des applications (DAST) attend une réponse du navigateur. Avant GitLab 18.0, la variable avait une valeur statique de 45 secondes. Dès GitLab 18.0, la variable d'environnement **DAST_DEVTOOLS_API_TIMEOUT** aura une valeur dynamique, calculée en fonction d'autres configurations de délai d'attente dépassé.\n\nDans la plupart des cas, la valeur de 45 secondes était supérieure à la valeur du délai d'attente dépassé de nombreuses fonctions du scanner. Le passage à un calcul dynamique permet d'adapter la variable __DAST_DEVTOOLS_API_TIMEOUT__ à un plus grand nombre de situations.\n\n- [Avis d'obsolescence](https://docs.gitlab.com/update/deprecations/#dast-dast_devtools_api_timeout-will-have-a-lower-default-value) \n\n## Outils et ressources pour gérer l'impact sur votre environnement\n\nNous avons développé des outils spécifiques pour aider nos clients à comprendre l'impact de ces changements planifiés sur leur(s) instance(s) GitLab. Après avoir évalué l'impact sur votre projet, consultez les mesures d'atténuation décrites dans la documentation pour assurer une transition fluide vers GitLab 18.0.\n\n* [Obsolescence de la recherche avancée](https://gitlab.com/gitlab-com/cs-tools/gitlab-cs-tools/deprecation-migration-tools/advanced-search-deprecations) : cet outil s'appuie sur l'API de recherche avancée de GitLab pour repérer les chaînes liées aux obsolescences dans vos groupes et projets, et signale aussi les fichiers nécessitant une vérification manuelle. *__Remarque :__ peut comporter des faux positifs.*   \n* [Assistant de détection de prise en charge de la compilation pour l'analyse des dépendances](https://gitlab.com/security-products/tooling/build-support-detection-helper) : cet outil détecte les projets concernés par trois obsolescences liées à l'analyse des dépendances ([1](https://docs.gitlab.com/update/deprecations/#dependency-scanning-for-javascript-vendored-libraries), [2](https://docs.gitlab.com/update/deprecations/#dependency-scanning-upgrades-to-the-gitlab-sbom-vulnerability-scanner), [3](https://docs.gitlab.com/update/deprecations/#resolve-a-vulnerability-for-dependency-scanning-on-yarn-projects) ; toutes reportées à la version 19.0) et s'appuie sur l'API pour analyser les fichiers et les nom de jobs CI.\n* [GitLab Detective](https://gitlab.com/gitlab-com/support/toolbox/gitlab-detective/-/blob/main/README.md) (GitLab Auto-géré uniquement) : cet outil expérimental analyse automatiquement votre installation GitLab pour détecter les problèmes connus, en s'appuyant sur des vérifications poussées des fichiers de configuration et valeurs issues de la base de données. **Remarque :** l’outil doit s'exécuter directement sur vos nœuds GitLab.\n\nPour vous accompagner dans cette transition, nous avons lancé sur GitLab University des micro-cours pratiques (de 15 minutes maximum) dédiés à la préparation et à la mise en œuvre des actions d'atténuation nécessaires. [Commencez votre parcours d'apprentissage ici](https://university.gitlab.com/catalog?query=18.0). \n\nSi vous disposez d'un forfait payant et que vous avez des questions ou besoin d'aide concernant ces changements, veuillez [créer un ticket d'assistance](https://about.gitlab.com/support/portal/) sur le portail d'assistance GitLab. \n\nSi vous utilisez la [version gratuite de Gitlab.com](https://about.gitlab.com/support/statement-of-support/#free-users), vous pouvez obtenir de l'aide via les ressources communautaires : [documentation GitLab](https://docs.gitlab.com/), [forum de la communauté GitLab](https://forum.gitlab.com/) et [Stack Overflow](http://stackoverflow.com/questions/tagged/gitlab).\n","product",[23,25],"DevSecOps platform",{"slug":27,"featured":6,"template":28},"a-guide-to-the-breaking-changes-in-gitlab-18-0","BlogPost","content:fr-fr:blog:a-guide-to-the-breaking-changes-in-gitlab-18-0.yml","yaml","A Guide To The Breaking Changes In Gitlab 18 0","content","fr-fr/blog/a-guide-to-the-breaking-changes-in-gitlab-18-0.yml","fr-fr/blog/a-guide-to-the-breaking-changes-in-gitlab-18-0","yml",{"_path":37,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"data":39,"_id":451,"_type":30,"title":452,"_source":32,"_file":453,"_stem":454,"_extension":35},"/shared/fr-fr/main-navigation","fr-fr",{"logo":40,"freeTrial":45,"sales":50,"login":55,"items":60,"search":392,"minimal":428,"duo":442},{"config":41},{"href":42,"dataGaName":43,"dataGaLocation":44},"/fr-fr/","gitlab logo","header",{"text":46,"config":47},"Commencer un essai gratuit",{"href":48,"dataGaName":49,"dataGaLocation":44},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":51,"config":52},"Contacter l'équipe commerciale",{"href":53,"dataGaName":54,"dataGaLocation":44},"/fr-fr/sales/","sales",{"text":56,"config":57},"Connexion",{"href":58,"dataGaName":59,"dataGaLocation":44},"https://gitlab.com/users/sign_in/","sign in",[61,105,203,208,313,373],{"text":62,"config":63,"cards":65,"footer":88},"Plateforme",{"dataNavLevelOne":64},"platform",[66,72,80],{"title":62,"description":67,"link":68},"La plateforme DevSecOps alimentée par l'IA la plus complète",{"text":69,"config":70},"Découvrir notre plateforme",{"href":71,"dataGaName":64,"dataGaLocation":44},"/fr-fr/platform/",{"title":73,"description":74,"link":75},"GitLab Duo (IA)","Créez des logiciels plus rapidement en tirant parti de l'IA à chaque étape du développement",{"text":76,"config":77},"Découvrez GitLab Duo",{"href":78,"dataGaName":79,"dataGaLocation":44},"/fr-fr/gitlab-duo/","gitlab duo ai",{"title":81,"description":82,"link":83},"Choisir GitLab","10 raisons pour lesquelles les entreprises choisissent GitLab",{"text":84,"config":85},"En savoir plus",{"href":86,"dataGaName":87,"dataGaLocation":44},"/fr-fr/why-gitlab/","why gitlab",{"title":89,"items":90},"Démarrer avec",[91,96,101],{"text":92,"config":93},"Ingénierie de plateforme",{"href":94,"dataGaName":95,"dataGaLocation":44},"/fr-fr/solutions/platform-engineering/","platform engineering",{"text":97,"config":98},"Expérience développeur",{"href":99,"dataGaName":100,"dataGaLocation":44},"/fr-fr/developer-experience/","Developer experience",{"text":102,"config":103},"MLOps",{"href":104,"dataGaName":102,"dataGaLocation":44},"/fr-fr/topics/devops/the-role-of-ai-in-devops/",{"text":106,"left":107,"config":108,"link":110,"lists":114,"footer":185},"Produit",true,{"dataNavLevelOne":109},"solutions",{"text":111,"config":112},"Voir toutes les solutions",{"href":113,"dataGaName":109,"dataGaLocation":44},"/fr-fr/solutions/",[115,141,163],{"title":116,"description":117,"link":118,"items":123},"Automatisation","CI/CD et automatisation pour accélérer le déploiement",{"config":119},{"icon":120,"href":121,"dataGaName":122,"dataGaLocation":44},"AutomatedCodeAlt","/fr-fr/solutions/delivery-automation/","automated software delivery",[124,128,132,137],{"text":125,"config":126},"CI/CD",{"href":127,"dataGaLocation":44,"dataGaName":125},"/fr-fr/solutions/continuous-integration/",{"text":129,"config":130},"Développement assisté par l'IA",{"href":78,"dataGaLocation":44,"dataGaName":131},"AI assisted development",{"text":133,"config":134},"Gestion du code source",{"href":135,"dataGaLocation":44,"dataGaName":136},"/fr-fr/solutions/source-code-management/","Source Code Management",{"text":138,"config":139},"Livraison de logiciels automatisée",{"href":121,"dataGaLocation":44,"dataGaName":140},"Automated software delivery",{"title":142,"description":143,"link":144,"items":149},"Securité","Livrez du code plus rapidement sans compromettre la sécurité",{"config":145},{"href":146,"dataGaName":147,"dataGaLocation":44,"icon":148},"/fr-fr/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[150,154,159],{"text":151,"config":152},"Application Security Testing",{"href":146,"dataGaName":153,"dataGaLocation":44},"Application security testing",{"text":155,"config":156},"Sécurité de la chaîne d'approvisionnement logicielle",{"href":157,"dataGaLocation":44,"dataGaName":158},"/fr-fr/solutions/supply-chain/","Software supply chain security",{"text":160,"config":161},"Software Compliance",{"href":162,"dataGaName":160,"dataGaLocation":44},"/fr-fr/solutions/software-compliance/",{"title":164,"link":165,"items":170},"Mesures",{"config":166},{"icon":167,"href":168,"dataGaName":169,"dataGaLocation":44},"DigitalTransformation","/fr-fr/solutions/visibility-measurement/","visibility and measurement",[171,175,180],{"text":172,"config":173},"Visibilité et mesures",{"href":168,"dataGaLocation":44,"dataGaName":174},"Visibility and Measurement",{"text":176,"config":177},"Gestion de la chaîne de valeur",{"href":178,"dataGaLocation":44,"dataGaName":179},"/fr-fr/solutions/value-stream-management/","Value Stream Management",{"text":181,"config":182},"Données d'analyse et informations clés",{"href":183,"dataGaLocation":44,"dataGaName":184},"/fr-fr/solutions/analytics-and-insights/","Analytics and insights",{"title":186,"items":187},"GitLab pour",[188,193,198],{"text":189,"config":190},"Entreprises",{"href":191,"dataGaLocation":44,"dataGaName":192},"/fr-fr/enterprise/","enterprise",{"text":194,"config":195},"PME",{"href":196,"dataGaLocation":44,"dataGaName":197},"/fr-fr/small-business/","small business",{"text":199,"config":200},"Secteur public",{"href":201,"dataGaLocation":44,"dataGaName":202},"/fr-fr/solutions/public-sector/","public sector",{"text":204,"config":205},"Tarifs",{"href":206,"dataGaName":207,"dataGaLocation":44,"dataNavLevelOne":207},"/fr-fr/pricing/","pricing",{"text":209,"config":210,"link":212,"lists":216,"feature":300},"Ressources",{"dataNavLevelOne":211},"resources",{"text":213,"config":214},"Afficher toutes les ressources",{"href":215,"dataGaName":211,"dataGaLocation":44},"/fr-fr/resources/",[217,250,272],{"title":218,"items":219},"Premiers pas",[220,225,230,235,240,245],{"text":221,"config":222},"Installation",{"href":223,"dataGaName":224,"dataGaLocation":44},"/fr-fr/install/","install",{"text":226,"config":227},"Guides de démarrage rapide",{"href":228,"dataGaName":229,"dataGaLocation":44},"/fr-fr/get-started/","quick setup checklists",{"text":231,"config":232},"Apprentissage",{"href":233,"dataGaLocation":44,"dataGaName":234},"https://university.gitlab.com/","learn",{"text":236,"config":237},"Documentation sur le produit",{"href":238,"dataGaName":239,"dataGaLocation":44},"https://docs.gitlab.com/","product documentation",{"text":241,"config":242},"Vidéos sur les bonnes pratiques",{"href":243,"dataGaName":244,"dataGaLocation":44},"/fr-fr/getting-started-videos/","best practice videos",{"text":246,"config":247},"Intégrations",{"href":248,"dataGaName":249,"dataGaLocation":44},"/fr-fr/integrations/","integrations",{"title":251,"items":252},"Découvrir",[253,258,262,267],{"text":254,"config":255},"Histoires de succès client",{"href":256,"dataGaName":257,"dataGaLocation":44},"/fr-fr/customers/","customer success stories",{"text":259,"config":260},"Blog",{"href":261,"dataGaName":5,"dataGaLocation":44},"/fr-fr/blog/",{"text":263,"config":264},"Travail à distance",{"href":265,"dataGaName":266,"dataGaLocation":44},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":268,"config":269},"TeamOps",{"href":270,"dataGaName":271,"dataGaLocation":44},"/fr-fr/teamops/","teamops",{"title":273,"items":274},"Connecter",[275,280,285,290,295],{"text":276,"config":277},"Services GitLab",{"href":278,"dataGaName":279,"dataGaLocation":44},"/fr-fr/services/","services",{"text":281,"config":282},"Communauté",{"href":283,"dataGaName":284,"dataGaLocation":44},"/community/","community",{"text":286,"config":287},"Forum",{"href":288,"dataGaName":289,"dataGaLocation":44},"https://forum.gitlab.com/","forum",{"text":291,"config":292},"Événements",{"href":293,"dataGaName":294,"dataGaLocation":44},"/events/","events",{"text":296,"config":297},"Partenaires",{"href":298,"dataGaName":299,"dataGaLocation":44},"/fr-fr/partners/","partners",{"backgroundColor":301,"textColor":302,"text":303,"image":304,"link":308},"#2f2a6b","#fff","L'avenir du développement logiciel. Tendances et perspectives.",{"altText":305,"config":306},"carte promo The Source",{"src":307},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":309,"config":310},"Lire les articles les plus récents",{"href":311,"dataGaName":312,"dataGaLocation":44},"/fr-fr/the-source/","the source",{"text":314,"config":315,"lists":317},"Société",{"dataNavLevelOne":316},"company",[318],{"items":319},[320,325,331,333,338,343,348,353,358,363,368],{"text":321,"config":322},"À propos",{"href":323,"dataGaName":324,"dataGaLocation":44},"/fr-fr/company/","about",{"text":326,"config":327,"footerGa":330},"Emplois",{"href":328,"dataGaName":329,"dataGaLocation":44},"/jobs/","jobs",{"dataGaName":329},{"text":291,"config":332},{"href":293,"dataGaName":294,"dataGaLocation":44},{"text":334,"config":335},"Leadership",{"href":336,"dataGaName":337,"dataGaLocation":44},"/company/team/e-group/","leadership",{"text":339,"config":340},"Équipe",{"href":341,"dataGaName":342,"dataGaLocation":44},"/company/team/","team",{"text":344,"config":345},"Manuel",{"href":346,"dataGaName":347,"dataGaLocation":44},"https://handbook.gitlab.com/","handbook",{"text":349,"config":350},"Relations avec les investisseurs",{"href":351,"dataGaName":352,"dataGaLocation":44},"https://ir.gitlab.com/","investor relations",{"text":354,"config":355},"Centre de confiance",{"href":356,"dataGaName":357,"dataGaLocation":44},"/fr-fr/security/","trust center",{"text":359,"config":360},"Centre pour la transparence de l'IA",{"href":361,"dataGaName":362,"dataGaLocation":44},"/fr-fr/ai-transparency-center/","ai transparency center",{"text":364,"config":365},"Newsletter",{"href":366,"dataGaName":367,"dataGaLocation":44},"/company/contact/","newsletter",{"text":369,"config":370},"Presse",{"href":371,"dataGaName":372,"dataGaLocation":44},"/press/","press",{"text":374,"config":375,"lists":376},"Nous contacter",{"dataNavLevelOne":316},[377],{"items":378},[379,382,387],{"text":51,"config":380},{"href":53,"dataGaName":381,"dataGaLocation":44},"talk to sales",{"text":383,"config":384},"Aide",{"href":385,"dataGaName":386,"dataGaLocation":44},"/support/","get help",{"text":388,"config":389},"Portail clients GitLab",{"href":390,"dataGaName":391,"dataGaLocation":44},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":393,"login":394,"suggestions":401},"Fermer",{"text":395,"link":396},"Pour rechercher des dépôts et des projets, connectez-vous à",{"text":397,"config":398},"gitlab.com",{"href":58,"dataGaName":399,"dataGaLocation":400},"search login","search",{"text":402,"default":403},"Suggestions",[404,407,412,414,419,424],{"text":73,"config":405},{"href":78,"dataGaName":406,"dataGaLocation":400},"GitLab Duo (AI)",{"text":408,"config":409},"Suggestions de code (IA)",{"href":410,"dataGaName":411,"dataGaLocation":400},"/fr-fr/solutions/code-suggestions/","Code Suggestions (AI)",{"text":125,"config":413},{"href":127,"dataGaName":125,"dataGaLocation":400},{"text":415,"config":416},"GitLab sur AWS",{"href":417,"dataGaName":418,"dataGaLocation":400},"/fr-fr/partners/technology-partners/aws/","GitLab on AWS",{"text":420,"config":421},"GitLab sur Google Cloud ",{"href":422,"dataGaName":423,"dataGaLocation":400},"/fr-fr/partners/technology-partners/google-cloud-platform/","GitLab on Google Cloud",{"text":425,"config":426},"Pourquoi utiliser GitLab ?",{"href":86,"dataGaName":427,"dataGaLocation":400},"Why GitLab?",{"freeTrial":429,"mobileIcon":434,"desktopIcon":439},{"text":430,"config":431},"Commencer votre essai gratuit",{"href":432,"dataGaName":49,"dataGaLocation":433},"https://gitlab.com/-/trials/new/","nav",{"altText":435,"config":436},"Icône GitLab",{"src":437,"dataGaName":438,"dataGaLocation":433},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":435,"config":440},{"src":441,"dataGaName":438,"dataGaLocation":433},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":443,"mobileIcon":447,"desktopIcon":449},{"text":444,"config":445},"En savoir plus sur GitLab Duo",{"href":78,"dataGaName":446,"dataGaLocation":433},"gitlab duo",{"altText":435,"config":448},{"src":437,"dataGaName":438,"dataGaLocation":433},{"altText":435,"config":450},{"src":441,"dataGaName":438,"dataGaLocation":433},"content:shared:fr-fr:main-navigation.yml","Main Navigation","shared/fr-fr/main-navigation.yml","shared/fr-fr/main-navigation",{"_path":456,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"title":457,"titleMobile":457,"button":458,"config":463,"_id":465,"_type":30,"_source":32,"_file":466,"_stem":467,"_extension":35},"/shared/fr-fr/banner","GitLab Duo Agent Platform est maintenant disponible en version bêta publique !",{"text":459,"config":460},"Essayer la version bêta",{"href":461,"dataGaName":462,"dataGaLocation":44},"/fr-fr/gitlab-duo/agent-platform/","duo banner",{"layout":464},"release","content:shared:fr-fr:banner.yml","shared/fr-fr/banner.yml","shared/fr-fr/banner",{"_path":469,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"data":470,"_id":675,"_type":30,"title":676,"_source":32,"_file":677,"_stem":678,"_extension":35},"/shared/fr-fr/main-footer",{"text":471,"source":472,"edit":478,"contribute":483,"config":488,"items":493,"minimal":666},"Git est une marque déposée de Software Freedom Conservancy et notre utilisation de « GitLab » est sous licence",{"text":473,"config":474},"Afficher le code source de la page",{"href":475,"dataGaName":476,"dataGaLocation":477},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":479,"config":480},"Modifier cette page",{"href":481,"dataGaName":482,"dataGaLocation":477},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":484,"config":485},"Veuillez contribuer",{"href":486,"dataGaName":487,"dataGaLocation":477},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":489,"facebook":490,"youtube":491,"linkedin":492},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[494,517,571,603,637],{"title":62,"links":495,"subMenu":500},[496],{"text":497,"config":498},"Plateforme DevSecOps",{"href":71,"dataGaName":499,"dataGaLocation":477},"devsecops platform",[501],{"title":204,"links":502},[503,507,512],{"text":504,"config":505},"Voir les forfaits",{"href":206,"dataGaName":506,"dataGaLocation":477},"view plans",{"text":508,"config":509},"Pourquoi choisir GitLab Premium ?",{"href":510,"dataGaName":511,"dataGaLocation":477},"/fr-fr/pricing/premium/","why premium",{"text":513,"config":514},"Pourquoi choisir GitLab Ultimate ?",{"href":515,"dataGaName":516,"dataGaLocation":477},"/fr-fr/pricing/ultimate/","why ultimate",{"title":518,"links":519},"Solutions",[520,525,528,530,535,540,544,547,550,555,557,559,561,566],{"text":521,"config":522},"Transformation digitale",{"href":523,"dataGaName":524,"dataGaLocation":477},"/fr-fr/topics/digital-transformation/","digital transformation",{"text":526,"config":527},"Sécurité et conformité",{"href":146,"dataGaName":153,"dataGaLocation":477},{"text":138,"config":529},{"href":121,"dataGaName":122,"dataGaLocation":477},{"text":531,"config":532},"Développement agile",{"href":533,"dataGaName":534,"dataGaLocation":477},"/fr-fr/solutions/agile-delivery/","agile delivery",{"text":536,"config":537},"Transformation cloud",{"href":538,"dataGaName":539,"dataGaLocation":477},"/fr-fr/topics/cloud-native/","cloud transformation",{"text":541,"config":542},"SCM",{"href":135,"dataGaName":543,"dataGaLocation":477},"source code management",{"text":125,"config":545},{"href":127,"dataGaName":546,"dataGaLocation":477},"continuous integration & delivery",{"text":176,"config":548},{"href":178,"dataGaName":549,"dataGaLocation":477},"value stream management",{"text":551,"config":552},"GitOps",{"href":553,"dataGaName":554,"dataGaLocation":477},"/fr-fr/solutions/gitops/","gitops",{"text":189,"config":556},{"href":191,"dataGaName":192,"dataGaLocation":477},{"text":194,"config":558},{"href":196,"dataGaName":197,"dataGaLocation":477},{"text":199,"config":560},{"href":201,"dataGaName":202,"dataGaLocation":477},{"text":562,"config":563},"Formation",{"href":564,"dataGaName":565,"dataGaLocation":477},"/fr-fr/solutions/education/","education",{"text":567,"config":568},"Services financiers",{"href":569,"dataGaName":570,"dataGaLocation":477},"/fr-fr/solutions/finance/","financial services",{"title":209,"links":572},[573,575,577,579,582,584,587,589,591,593,595,597,599,601],{"text":221,"config":574},{"href":223,"dataGaName":224,"dataGaLocation":477},{"text":226,"config":576},{"href":228,"dataGaName":229,"dataGaLocation":477},{"text":231,"config":578},{"href":233,"dataGaName":234,"dataGaLocation":477},{"text":236,"config":580},{"href":238,"dataGaName":581,"dataGaLocation":477},"docs",{"text":259,"config":583},{"href":261,"dataGaName":5},{"text":585,"config":586},"Histoires de réussite client",{"href":256,"dataGaLocation":477},{"text":254,"config":588},{"href":256,"dataGaName":257,"dataGaLocation":477},{"text":263,"config":590},{"href":265,"dataGaName":266,"dataGaLocation":477},{"text":276,"config":592},{"href":278,"dataGaName":279,"dataGaLocation":477},{"text":268,"config":594},{"href":270,"dataGaName":271,"dataGaLocation":477},{"text":281,"config":596},{"href":283,"dataGaName":284,"dataGaLocation":477},{"text":286,"config":598},{"href":288,"dataGaName":289,"dataGaLocation":477},{"text":291,"config":600},{"href":293,"dataGaName":294,"dataGaLocation":477},{"text":296,"config":602},{"href":298,"dataGaName":299,"dataGaLocation":477},{"title":314,"links":604},[605,607,609,611,613,615,617,621,626,628,630,632],{"text":321,"config":606},{"href":323,"dataGaName":316,"dataGaLocation":477},{"text":326,"config":608},{"href":328,"dataGaName":329,"dataGaLocation":477},{"text":334,"config":610},{"href":336,"dataGaName":337,"dataGaLocation":477},{"text":339,"config":612},{"href":341,"dataGaName":342,"dataGaLocation":477},{"text":344,"config":614},{"href":346,"dataGaName":347,"dataGaLocation":477},{"text":349,"config":616},{"href":351,"dataGaName":352,"dataGaLocation":477},{"text":618,"config":619},"Sustainability",{"href":620,"dataGaName":618,"dataGaLocation":477},"/sustainability/",{"text":622,"config":623},"Diversité, inclusion et appartenance (DIB)",{"href":624,"dataGaName":625,"dataGaLocation":477},"/fr-fr/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":354,"config":627},{"href":356,"dataGaName":357,"dataGaLocation":477},{"text":364,"config":629},{"href":366,"dataGaName":367,"dataGaLocation":477},{"text":369,"config":631},{"href":371,"dataGaName":372,"dataGaLocation":477},{"text":633,"config":634},"Déclaration de transparence sur l'esclavage moderne",{"href":635,"dataGaName":636,"dataGaLocation":477},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":374,"links":638},[639,642,644,646,651,656,661],{"text":640,"config":641},"Échanger avec un expert",{"href":53,"dataGaName":54,"dataGaLocation":477},{"text":383,"config":643},{"href":385,"dataGaName":386,"dataGaLocation":477},{"text":388,"config":645},{"href":390,"dataGaName":391,"dataGaLocation":477},{"text":647,"config":648},"Statut",{"href":649,"dataGaName":650,"dataGaLocation":477},"https://status.gitlab.com/","status",{"text":652,"config":653},"Conditions d'utilisation",{"href":654,"dataGaName":655},"/terms/","terms of use",{"text":657,"config":658},"Déclaration de confidentialité",{"href":659,"dataGaName":660,"dataGaLocation":477},"/fr-fr/privacy/","privacy statement",{"text":662,"config":663},"Préférences en matière de cookies",{"dataGaName":664,"dataGaLocation":477,"id":665,"isOneTrustButton":107},"cookie preferences","ot-sdk-btn",{"items":667},[668,670,673],{"text":652,"config":669},{"href":654,"dataGaName":655,"dataGaLocation":477},{"text":671,"config":672},"Politique de confidentialité",{"href":659,"dataGaName":660,"dataGaLocation":477},{"text":662,"config":674},{"dataGaName":664,"dataGaLocation":477,"id":665,"isOneTrustButton":107},"content:shared:fr-fr:main-footer.yml","Main Footer","shared/fr-fr/main-footer.yml","shared/fr-fr/main-footer",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":680,"content":681,"config":684,"_id":29,"_type":30,"title":31,"_source":32,"_file":33,"_stem":34,"_extension":35},{"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":682,"heroImage":11,"date":21,"body":22,"category":23,"tags":683},[18,19,20],[23,25],{"slug":27,"featured":6,"template":28},[686,699,710,721,732,743,754,765,775,785,796,807,817,828,839,849,859,869,879,890,900,910,920,931,942,952,963,974,984,995,1005,1016,1027,1038,1049,1059,1070,1081,1091,1102,1112,1123,1134,1144,1154,1165,1175,1185,1195,1206,1217,1228,1239,1249,1260,1271,1282,1293,1303,1314,1326,1337,1348,1358,1370,1381,1391,1402,1412,1423,1433,1444,1455,1465,1475,1485,1496,1506,1516,1526,1536,1547,1557,1568,1578,1589,1599,1609,1619,1630,1641,1652,1663,1674,1686,1696,1707,1717,1728,1739,1750,1761,1771,1782,1793,1804,1815,1825,1836,1847,1858,1868,1881,1891,1902,1913,1924,1934,1945,1956,1967,1977,1987,1997,2007,2018,2028,2038,2049,2059,2070,2080,2091,2102,2112,2123,2133,2143,2153,2164,2174,2184,2195,2206,2216,2227,2238,2249,2259,2272,2283,2293,2305,2317,2327,2337,2348,2358,2369,2381,2392,2403,2414,2426,2437,2447,2457,2468,2478,2488,2499,2510,2520,2531,2542,2552,2562,2573,2584,2594,2605,2615,2626,2637,2648,2658,2668,2679,2690,2700,2710,2721,2733,2743,2753,2763,2774,2785,2795,2805,2815,2825,2835,2846,2857,2867,2878,2888,2898,2908,2918,2928,2938,2948,2958,2969,2979,2989,3000,3011,3021,3033,3043,3053,3065,3076,3087,3097,3108,3119,3130,3140,3152,3163,3173,3184,3195,3206,3217,3228,3239,3250,3260,3271,3282,3293,3303,3313,3324,3334,3344,3355,3366,3379,3390,3401,3411,3422,3434,3445,3456,3467,3477,3487,3498,3508,3519,3530,3541,3551,3561,3571,3581,3592,3603,3614,3625,3637,3648,3660,3671,3681,3691,3703,3713,3724,3734,3745,3755,3765,3776,3788,3798,3808,3818,3829,3839,3850,3860,3870,3881,3892,3903,3915,3926,3936,3947,3958,3968,3978,3989,4000,4011,4022,4032,4043,4054,4065,4075,4086,4097,4107,4118,4129,4140,4150,4160,4171,4182,4192,4203,4214,4225,4235,4245,4256,4267,4278,4289,4300,4310,4321,4332,4342,4352,4362,4374,4386,4396,4408,4418,4429,4440,4451,4462,4475,4485,4496,4507,4517,4527,4537,4548,4558,4569,4580,4590,4601,4611,4622,4633,4644,4655,4666,4676,4686,4697,4708,4718,4728,4738,4749,4760,4770,4780,4790,4800,4811,4821,4831,4842,4852,4863,4873,4884,4895,4905,4915,4926,4936,4946,4957,4968,4979,4990,5000,5012,5023,5034,5044,5054,5064,5075,5086,5097,5108,5118,5129,5140,5150,5161,5173,5183,5193,5203,5214,5225,5236,5246,5256,5267,5278,5288,5299,5309,5319,5330,5340,5351,5363,5374,5384,5395,5406,5416,5427,5438,5450,5460,5470,5481,5491,5502,5512,5523,5533,5543,5554,5564,5575,5585,5595,5606,5616,5627,5638,5648,5658,5669,5679,5689,5699,5709,5720,5731,5743,5754,5765,5777,5789,5800,5811,5821,5832,5842,5852,5863,5874,5885,5895,5905,5915,5925,5935,5946,5958,5969,5981,5992,6002,6012,6023,6033,6043,6053,6063,6073,6083,6094,6104,6114,6125,6135,6145,6156,6167,6177,6189,6200,6210,6222,6233,6243,6254,6265,6275,6285,6295,6307,6317,6328,6339,6350,6361,6371,6381,6392,6404,6414,6424,6435,6445,6456,6466,6478,6489,6499,6509,6520,6532,6542,6555,6565,6577,6588,6598,6608,6619,6629,6640,6651,6662,6673,6684,6695,6706,6717,6728,6739,6749,6760,6771,6782,6793,6803,6816,6826,6837,6847,6858,6868,6878,6889,6900,6911,6921,6931,6942,6952,6963,6974,6986,6997,7007,7018,7029,7039,7049,7059,7069,7079,7090,7100,7111,7121,7132,7147,7158,7168,7179,7190,7201,7212,7223,7233,7244,7255,7266,7276,7287,7297,7307,7317,7327,7337,7348,7360,7370,7381,7392,7404,7414,7425,7435,7447,7458,7468,7478,7489,7500,7510,7521,7531,7541,7552,7563,7574,7585,7595,7606,7617,7627,7637,7647,7658,7669,7679,7689,7700,7711,7721,7731,7741,7752,7762,7773,7784,7795,7805,7815,7825,7835,7846,7857,7867,7877,7887,7897,7908],{"_path":687,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":689,"config":694,"_id":696,"_type":30,"title":690,"_source":32,"_file":697,"_stem":698,"_extension":35},"/en-us/blog/authors/aakriti-gupta","authors",{"name":690,"config":691},"Aakriti Gupta",{"headshot":692,"ctfId":693},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681960/Blog/Author%20Headshots/aakriti.jpg","aakritigupta",{"template":695},"BlogAuthor","content:en-us:blog:authors:aakriti-gupta.yml","en-us/blog/authors/aakriti-gupta.yml","en-us/blog/authors/aakriti-gupta",{"_path":700,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":701,"config":705,"_id":706,"_type":30,"title":707,"_source":32,"_file":708,"_stem":709,"_extension":35},"/en-us/blog/authors/aaron-peters-member-good-docs-project",{"name":702,"config":703},"Aaron Peters, Member, Good Docs Project",{"headshot":7,"ctfId":704},"7KZoxZ7kn5c5DAvuDP6wtx",{"template":695},"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":711,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":712,"config":717,"_id":718,"_type":30,"title":713,"_source":32,"_file":719,"_stem":720,"_extension":35},"/en-us/blog/authors/aathira-nair",{"name":713,"config":714},"Aathira Nair",{"headshot":715,"ctfId":716},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663871/Blog/Author%20Headshots/anair5-headshot.jpg","anair",{"template":695},"content:en-us:blog:authors:aathira-nair.yml","en-us/blog/authors/aathira-nair.yml","en-us/blog/authors/aathira-nair",{"_path":722,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":723,"config":728,"_id":729,"_type":30,"title":724,"_source":32,"_file":730,"_stem":731,"_extension":35},"/en-us/blog/authors/abdulkader-benchi",{"name":724,"config":725},"Abdulkader Benchi",{"headshot":726,"ctfId":727},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","Abdulkader-Benchi",{"template":695},"content:en-us:blog:authors:abdulkader-benchi.yml","en-us/blog/authors/abdulkader-benchi.yml","en-us/blog/authors/abdulkader-benchi",{"_path":733,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":734,"config":739,"_id":740,"_type":30,"title":735,"_source":32,"_file":741,"_stem":742,"_extension":35},"/en-us/blog/authors/abubakar-siddiq-ango",{"name":735,"config":736},"Abubakar Siddiq Ango",{"headshot":737,"ctfId":738},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660104/Blog/Author%20Headshots/abuango-headshot.jpg","abuango",{"template":695},"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":744,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":745,"config":750,"_id":751,"_type":30,"title":746,"_source":32,"_file":752,"_stem":753,"_extension":35},"/en-us/blog/authors/achilleas-pipinellis",{"name":746,"config":747},"Achilleas Pipinellis",{"headshot":748,"ctfId":749},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671703/Blog/Author%20Headshots/axil-headshot.jpg","Achilleas-Pipinellis",{"template":695},"content:en-us:blog:authors:achilleas-pipinellis.yml","en-us/blog/authors/achilleas-pipinellis.yml","en-us/blog/authors/achilleas-pipinellis",{"_path":755,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":756,"config":760,"_id":761,"_type":30,"title":762,"_source":32,"_file":763,"_stem":764,"_extension":35},"/en-us/blog/authors/adfinis-sygroup",{"name":757,"config":758},"Adfinis SyGroup",{"headshot":726,"ctfId":759},"Adfinis-SyGroup",{"template":695},"content:en-us:blog:authors:adfinis-sygroup.yml","Adfinis Sygroup","en-us/blog/authors/adfinis-sygroup.yml","en-us/blog/authors/adfinis-sygroup",{"_path":766,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":767,"config":771,"_id":772,"_type":30,"title":768,"_source":32,"_file":773,"_stem":774,"_extension":35},"/en-us/blog/authors/ahmet-kizilay",{"name":768,"config":769},"Ahmet Kizilay",{"headshot":726,"ctfId":770},"Ahmet-Kizilay",{"template":695},"content:en-us:blog:authors:ahmet-kizilay.yml","en-us/blog/authors/ahmet-kizilay.yml","en-us/blog/authors/ahmet-kizilay",{"_path":776,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":777,"config":781,"_id":782,"_type":30,"title":778,"_source":32,"_file":783,"_stem":784,"_extension":35},"/en-us/blog/authors/akashdeep-dhar",{"name":778,"config":779},"Akashdeep Dhar",{"headshot":7,"ctfId":780},"t0xic0der",{"template":695},"content:en-us:blog:authors:akashdeep-dhar.yml","en-us/blog/authors/akashdeep-dhar.yml","en-us/blog/authors/akashdeep-dhar",{"_path":786,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":787,"config":792,"_id":793,"_type":30,"title":788,"_source":32,"_file":794,"_stem":795,"_extension":35},"/en-us/blog/authors/alana-bellucci",{"name":788,"config":789},"Alana Bellucci",{"headshot":790,"ctfId":791},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664907/Blog/Author%20Headshots/abellucci-headshot.jpg","abellucci",{"template":695},"content:en-us:blog:authors:alana-bellucci.yml","en-us/blog/authors/alana-bellucci.yml","en-us/blog/authors/alana-bellucci",{"_path":797,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":798,"config":803,"_id":804,"_type":30,"title":799,"_source":32,"_file":805,"_stem":806,"_extension":35},"/en-us/blog/authors/alex-fracazo",{"name":799,"config":800},"Alex Fracazo",{"headshot":801,"ctfId":802},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663572/Blog/Author%20Headshots/Alex_Fracazo_headshot.png","1fd3avORyzEvt4jtKpkT2k",{"template":695},"content:en-us:blog:authors:alex-fracazo.yml","en-us/blog/authors/alex-fracazo.yml","en-us/blog/authors/alex-fracazo",{"_path":808,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":809,"config":813,"_id":814,"_type":30,"title":810,"_source":32,"_file":815,"_stem":816,"_extension":35},"/en-us/blog/authors/alex-groleau",{"name":810,"config":811},"Alex Groleau",{"headshot":726,"ctfId":812},"3VVHytQSHu9ehZgsUEJ3qq",{"template":695},"content:en-us:blog:authors:alex-groleau.yml","en-us/blog/authors/alex-groleau.yml","en-us/blog/authors/alex-groleau",{"_path":818,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":819,"config":824,"_id":825,"_type":30,"title":820,"_source":32,"_file":826,"_stem":827,"_extension":35},"/en-us/blog/authors/alex-mark",{"name":820,"config":821},"Alex Mark",{"headshot":822,"ctfId":823},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755709078/j3vuvongn6hbucxwaufz.png","alexmark",{"template":695},"content:en-us:blog:authors:alex-mark.yml","en-us/blog/authors/alex-mark.yml","en-us/blog/authors/alex-mark",{"_path":829,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":830,"config":835,"_id":836,"_type":30,"title":831,"_source":32,"_file":837,"_stem":838,"_extension":35},"/en-us/blog/authors/alex-martin",{"name":831,"config":832},"Alex Martin",{"headshot":833,"ctfId":834},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666415/Blog/Author%20Headshots/alex_martin_headshot.png","4vZLX2E8BoR3LCNoYdooCY",{"template":695},"content:en-us:blog:authors:alex-martin.yml","en-us/blog/authors/alex-martin.yml","en-us/blog/authors/alex-martin",{"_path":840,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":841,"config":845,"_id":846,"_type":30,"title":842,"_source":32,"_file":847,"_stem":848,"_extension":35},"/en-us/blog/authors/alexander-dietrich",{"name":842,"config":843},"Alexander Dietrich",{"headshot":726,"ctfId":844},"2CzeEOPVjjGKpdblIm0JfO",{"template":695},"content:en-us:blog:authors:alexander-dietrich.yml","en-us/blog/authors/alexander-dietrich.yml","en-us/blog/authors/alexander-dietrich",{"_path":850,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":851,"config":855,"_id":856,"_type":30,"title":852,"_source":32,"_file":857,"_stem":858,"_extension":35},"/en-us/blog/authors/alexander-malaev",{"name":852,"config":853},"Alexander Malaev",{"headshot":726,"ctfId":854},"Alexander-Malaev",{"template":695},"content:en-us:blog:authors:alexander-malaev.yml","en-us/blog/authors/alexander-malaev.yml","en-us/blog/authors/alexander-malaev",{"_path":860,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":861,"config":865,"_id":866,"_type":30,"title":862,"_source":32,"_file":867,"_stem":868,"_extension":35},"/en-us/blog/authors/alexander-pereverzevs",{"name":862,"config":863},"Alexander Pereverzevs",{"headshot":7,"ctfId":864},"lokalise",{"template":695},"content:en-us:blog:authors:alexander-pereverzevs.yml","en-us/blog/authors/alexander-pereverzevs.yml","en-us/blog/authors/alexander-pereverzevs",{"_path":870,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":871,"config":875,"_id":876,"_type":30,"title":872,"_source":32,"_file":877,"_stem":878,"_extension":35},"/en-us/blog/authors/alexis-ginsberg",{"name":872,"config":873},"Alexis Ginsberg",{"headshot":726,"ctfId":874},"lmDIchpcDx48jKuke2B4l",{"template":695},"content:en-us:blog:authors:alexis-ginsberg.yml","en-us/blog/authors/alexis-ginsberg.yml","en-us/blog/authors/alexis-ginsberg",{"_path":880,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":881,"config":886,"_id":887,"_type":30,"title":882,"_source":32,"_file":888,"_stem":889,"_extension":35},"/en-us/blog/authors/allie-holland",{"name":882,"config":883},"Allie Holland",{"headshot":884,"ctfId":885},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664869/Blog/Author%20Headshots/allie_headshot.png","4Sc66Y8dwHEHwBNuJSh4Mv",{"template":695},"content:en-us:blog:authors:allie-holland.yml","en-us/blog/authors/allie-holland.yml","en-us/blog/authors/allie-holland",{"_path":891,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":892,"config":896,"_id":897,"_type":30,"title":893,"_source":32,"_file":898,"_stem":899,"_extension":35},"/en-us/blog/authors/allison-whilden",{"name":893,"config":894},"Allison Whilden",{"headshot":726,"ctfId":895},"Allison-Whilden",{"template":695},"content:en-us:blog:authors:allison-whilden.yml","en-us/blog/authors/allison-whilden.yml","en-us/blog/authors/allison-whilden",{"_path":901,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":902,"config":906,"_id":907,"_type":30,"title":903,"_source":32,"_file":908,"_stem":909,"_extension":35},"/en-us/blog/authors/alyssa-rock",{"name":903,"config":904},"Alyssa Rock",{"headshot":726,"ctfId":905},"4T2hddEfeK0Kp1zF8Ncvej",{"template":695},"content:en-us:blog:authors:alyssa-rock.yml","en-us/blog/authors/alyssa-rock.yml","en-us/blog/authors/alyssa-rock",{"_path":911,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":912,"config":916,"_id":917,"_type":30,"title":913,"_source":32,"_file":918,"_stem":919,"_extension":35},"/en-us/blog/authors/amanda-folson",{"name":913,"config":914},"Amanda Folson",{"headshot":726,"ctfId":915},"Amanda-Folson",{"template":695},"content:en-us:blog:authors:amanda-folson.yml","en-us/blog/authors/amanda-folson.yml","en-us/blog/authors/amanda-folson",{"_path":921,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":922,"config":927,"_id":928,"_type":30,"title":923,"_source":32,"_file":929,"_stem":930,"_extension":35},"/en-us/blog/authors/amanda-rueda",{"name":923,"config":924},"Amanda Rueda",{"headshot":925,"ctfId":926},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660008/Blog/Author%20Headshots/amanda_rueda_headshot.png","73IHSOcUmhlsh9XDSEiyjs",{"template":695},"content:en-us:blog:authors:amanda-rueda.yml","en-us/blog/authors/amanda-rueda.yml","en-us/blog/authors/amanda-rueda",{"_path":932,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":933,"config":938,"_id":939,"_type":30,"title":934,"_source":32,"_file":940,"_stem":941,"_extension":35},"/en-us/blog/authors/amar-patel",{"name":934,"config":935},"Amar Patel",{"headshot":936,"ctfId":937},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663805/Blog/Author%20Headshots/amar_patel_headshot.png","1EUBoP8mmMLhdha2tRo0vB",{"template":695},"content:en-us:blog:authors:amar-patel.yml","en-us/blog/authors/amar-patel.yml","en-us/blog/authors/amar-patel",{"_path":943,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":944,"config":948,"_id":949,"_type":30,"title":945,"_source":32,"_file":950,"_stem":951,"_extension":35},"/en-us/blog/authors/amara-nwaigwe",{"name":945,"config":946},"Amara Nwaigwe",{"headshot":726,"ctfId":947},"Amara-Nwaigwe",{"template":695},"content:en-us:blog:authors:amara-nwaigwe.yml","en-us/blog/authors/amara-nwaigwe.yml","en-us/blog/authors/amara-nwaigwe",{"_path":953,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":954,"config":959,"_id":960,"_type":30,"title":955,"_source":32,"_file":961,"_stem":962,"_extension":35},"/en-us/blog/authors/amelia-bauerly",{"name":955,"config":956},"Amelia Bauerly",{"headshot":957,"ctfId":958},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670746/Blog/Author%20Headshots/ameliabauerly-headshot.jpg","ameliabauerly",{"template":695},"content:en-us:blog:authors:amelia-bauerly.yml","en-us/blog/authors/amelia-bauerly.yml","en-us/blog/authors/amelia-bauerly",{"_path":964,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":965,"config":970,"_id":971,"_type":30,"title":966,"_source":32,"_file":972,"_stem":973,"_extension":35},"/en-us/blog/authors/ameya-darshan",{"name":966,"config":967},"Ameya Darshan",{"headshot":968,"ctfId":969},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667342/Blog/Author%20Headshots/ameya_darshan_headshot.png","79paMp2QSqRdFtZznJ6uNr",{"template":695},"content:en-us:blog:authors:ameya-darshan.yml","en-us/blog/authors/ameya-darshan.yml","en-us/blog/authors/ameya-darshan",{"_path":975,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":976,"config":980,"_id":981,"_type":30,"title":977,"_source":32,"_file":982,"_stem":983,"_extension":35},"/en-us/blog/authors/andrea-borga",{"name":977,"config":978},"Andrea Borga",{"headshot":726,"ctfId":979},"6dPpfov6kpNcMdmyHyhKcN",{"template":695},"content:en-us:blog:authors:andrea-borga.yml","en-us/blog/authors/andrea-borga.yml","en-us/blog/authors/andrea-borga",{"_path":985,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":986,"config":991,"_id":992,"_type":30,"title":987,"_source":32,"_file":993,"_stem":994,"_extension":35},"/en-us/blog/authors/andreas-brandl",{"name":987,"config":988},"Andreas Brandl",{"headshot":989,"ctfId":990},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683343/Blog/Author%20Headshots/abrandl-headshot.jpg","abrandl",{"template":695},"content:en-us:blog:authors:andreas-brandl.yml","en-us/blog/authors/andreas-brandl.yml","en-us/blog/authors/andreas-brandl",{"_path":996,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":997,"config":1001,"_id":1002,"_type":30,"title":998,"_source":32,"_file":1003,"_stem":1004,"_extension":35},"/en-us/blog/authors/andrew-chilton",{"name":998,"config":999},"Andrew Chilton",{"headshot":7,"ctfId":1000},"chilts",{"template":695},"content:en-us:blog:authors:andrew-chilton.yml","en-us/blog/authors/andrew-chilton.yml","en-us/blog/authors/andrew-chilton",{"_path":1006,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1007,"config":1012,"_id":1013,"_type":30,"title":1008,"_source":32,"_file":1014,"_stem":1015,"_extension":35},"/en-us/blog/authors/andrew-fontaine",{"name":1008,"config":1009},"Andrew Fontaine",{"headshot":1010,"ctfId":1011},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672447/Blog/Author%20Headshots/afontaine-headshot.jpg","afontaine",{"template":695},"content:en-us:blog:authors:andrew-fontaine.yml","en-us/blog/authors/andrew-fontaine.yml","en-us/blog/authors/andrew-fontaine",{"_path":1017,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1018,"config":1023,"_id":1024,"_type":30,"title":1019,"_source":32,"_file":1025,"_stem":1026,"_extension":35},"/en-us/blog/authors/andrew-kelly",{"name":1019,"config":1020},"Andrew Kelly",{"headshot":1021,"ctfId":1022},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681953/Blog/Author%20Headshots/ankelly-headshot.jpg","ankelly",{"template":695},"content:en-us:blog:authors:andrew-kelly.yml","en-us/blog/authors/andrew-kelly.yml","en-us/blog/authors/andrew-kelly",{"_path":1028,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1029,"config":1034,"_id":1035,"_type":30,"title":1030,"_source":32,"_file":1036,"_stem":1037,"_extension":35},"/en-us/blog/authors/andrew-newdigate",{"name":1030,"config":1031},"Andrew Newdigate",{"headshot":1032,"ctfId":1033},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670199/Blog/Author%20Headshots/andrewn-headshot.jpg","andrewn",{"template":695},"content:en-us:blog:authors:andrew-newdigate.yml","en-us/blog/authors/andrew-newdigate.yml","en-us/blog/authors/andrew-newdigate",{"_path":1039,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1040,"config":1045,"_id":1046,"_type":30,"title":1041,"_source":32,"_file":1047,"_stem":1048,"_extension":35},"/en-us/blog/authors/andrew-patterson",{"name":1041,"config":1042},"Andrew Patterson",{"headshot":1043,"ctfId":1044},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669197/Blog/Author%20Headshots/andrew_patterson_headshot.png","6qJ1J2ePA6FVQaVLqx0C0d",{"template":695},"content:en-us:blog:authors:andrew-patterson.yml","en-us/blog/authors/andrew-patterson.yml","en-us/blog/authors/andrew-patterson",{"_path":1050,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1051,"config":1055,"_id":1056,"_type":30,"title":1052,"_source":32,"_file":1057,"_stem":1058,"_extension":35},"/en-us/blog/authors/andrew-taylor",{"name":1052,"config":1053},"Andrew Taylor",{"headshot":726,"ctfId":1054},"Andrew-Taylor",{"template":695},"content:en-us:blog:authors:andrew-taylor.yml","en-us/blog/authors/andrew-taylor.yml","en-us/blog/authors/andrew-taylor",{"_path":1060,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1061,"config":1066,"_id":1067,"_type":30,"title":1062,"_source":32,"_file":1068,"_stem":1069,"_extension":35},"/en-us/blog/authors/andrew-thomas",{"name":1062,"config":1063},"Andrew Thomas",{"headshot":1064,"ctfId":1065},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663944/Blog/Author%20Headshots/awthomas-headshot.jpg","awthomas",{"template":695},"content:en-us:blog:authors:andrew-thomas.yml","en-us/blog/authors/andrew-thomas.yml","en-us/blog/authors/andrew-thomas",{"_path":1071,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1072,"config":1077,"_id":1078,"_type":30,"title":1073,"_source":32,"_file":1079,"_stem":1080,"_extension":35},"/en-us/blog/authors/andy-bradfield",{"name":1073,"role":1074,"config":1075},"Andy Bradfield","Vice President, IBM Z Hybrid Cloud",{"headshot":1076},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750433790/essf1v0fbgzygctp8cuc.jpg",{"template":695},"content:en-us:blog:authors:andy-bradfield.yml","en-us/blog/authors/andy-bradfield.yml","en-us/blog/authors/andy-bradfield",{"_path":1082,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1083,"config":1087,"_id":1088,"_type":30,"title":1084,"_source":32,"_file":1089,"_stem":1090,"_extension":35},"/en-us/blog/authors/andy-rogers",{"name":1084,"config":1085},"Andy Rogers",{"headshot":726,"ctfId":1086},"Andy-Rogers",{"template":695},"content:en-us:blog:authors:andy-rogers.yml","en-us/blog/authors/andy-rogers.yml","en-us/blog/authors/andy-rogers",{"_path":1092,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1093,"config":1098,"_id":1099,"_type":30,"title":1094,"_source":32,"_file":1100,"_stem":1101,"_extension":35},"/en-us/blog/authors/andy-volpe",{"name":1094,"config":1095},"Andy Volpe",{"headshot":1096,"ctfId":1097},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669776/Blog/Author%20Headshots/andyvolpe-headshot.png","andyvolpe",{"template":695},"content:en-us:blog:authors:andy-volpe.yml","en-us/blog/authors/andy-volpe.yml","en-us/blog/authors/andy-volpe",{"_path":1103,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1104,"config":1108,"_id":1109,"_type":30,"title":1105,"_source":32,"_file":1110,"_stem":1111,"_extension":35},"/en-us/blog/authors/angelo-stavrow",{"name":1105,"config":1106},"Angelo Stavrow",{"headshot":726,"ctfId":1107},"Angelo-Stavrow",{"template":695},"content:en-us:blog:authors:angelo-stavrow.yml","en-us/blog/authors/angelo-stavrow.yml","en-us/blog/authors/angelo-stavrow",{"_path":1113,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1114,"config":1119,"_id":1120,"_type":30,"title":1115,"_source":32,"_file":1121,"_stem":1122,"_extension":35},"/en-us/blog/authors/anna-vovchenko",{"name":1115,"config":1116},"Anna Vovchenko",{"headshot":1117,"ctfId":1118},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669159/Blog/Author%20Headshots/anna_vovchenko_headshot.png","4bLGBzB5LA0jYw0y9IqCs2",{"template":695},"content:en-us:blog:authors:anna-vovchenko.yml","en-us/blog/authors/anna-vovchenko.yml","en-us/blog/authors/anna-vovchenko",{"_path":1124,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1125,"config":1130,"_id":1131,"_type":30,"title":1126,"_source":32,"_file":1132,"_stem":1133,"_extension":35},"/en-us/blog/authors/annabel-dunstone-gray",{"name":1126,"config":1127},"Annabel Dunstone Gray",{"headshot":1128,"ctfId":1129},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679009/Blog/Author%20Headshots/annabeldunstone-headshot.jpg","annabeldunstone",{"template":695},"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":1135,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1136,"config":1140,"_id":1141,"_type":30,"title":1137,"_source":32,"_file":1142,"_stem":1143,"_extension":35},"/en-us/blog/authors/anshuman-singh",{"name":1137,"config":1138},"Anshuman Singh",{"headshot":726,"ctfId":1139},"4xzrY67JSkxp4j7hlK1DWA",{"template":695},"content:en-us:blog:authors:anshuman-singh.yml","en-us/blog/authors/anshuman-singh.yml","en-us/blog/authors/anshuman-singh",{"_path":1145,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1146,"config":1150,"_id":1151,"_type":30,"title":1147,"_source":32,"_file":1152,"_stem":1153,"_extension":35},"/en-us/blog/authors/anthony-davanzo",{"name":1147,"config":1148},"Anthony Davanzo",{"headshot":726,"ctfId":1149},"4KccrB6k5jq46xQRDOdWSb",{"template":695},"content:en-us:blog:authors:anthony-davanzo.yml","en-us/blog/authors/anthony-davanzo.yml","en-us/blog/authors/anthony-davanzo",{"_path":1155,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1156,"config":1161,"_id":1162,"_type":30,"title":1157,"_source":32,"_file":1163,"_stem":1164,"_extension":35},"/en-us/blog/authors/anton-smith",{"name":1157,"config":1158},"Anton Smith",{"headshot":1159,"ctfId":1160},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679625/Blog/Author%20Headshots/anton-headshot.png","anton",{"template":695},"content:en-us:blog:authors:anton-smith.yml","en-us/blog/authors/anton-smith.yml","en-us/blog/authors/anton-smith",{"_path":1166,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1167,"config":1171,"_id":1172,"_type":30,"title":1168,"_source":32,"_file":1173,"_stem":1174,"_extension":35},"/en-us/blog/authors/aricka-flowers",{"name":1168,"config":1169},"Aricka Flowers",{"headshot":7,"ctfId":1170},"atflowers",{"template":695},"content:en-us:blog:authors:aricka-flowers.yml","en-us/blog/authors/aricka-flowers.yml","en-us/blog/authors/aricka-flowers",{"_path":1176,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1177,"config":1181,"_id":1182,"_type":30,"title":1178,"_source":32,"_file":1183,"_stem":1184,"_extension":35},"/en-us/blog/authors/ariel-camus",{"name":1178,"config":1179},"Ariel Camus",{"headshot":7,"ctfId":1180},"arielcamus",{"template":695},"content:en-us:blog:authors:ariel-camus.yml","en-us/blog/authors/ariel-camus.yml","en-us/blog/authors/ariel-camus",{"_path":1186,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1187,"config":1191,"_id":1192,"_type":30,"title":1188,"_source":32,"_file":1193,"_stem":1194,"_extension":35},"/en-us/blog/authors/arunoda-susiripala",{"name":1188,"config":1189},"Arunoda Susiripala",{"headshot":726,"ctfId":1190},"7kQaq0xFWPi2zRW6NZIDHp",{"template":695},"content:en-us:blog:authors:arunoda-susiripala.yml","en-us/blog/authors/arunoda-susiripala.yml","en-us/blog/authors/arunoda-susiripala",{"_path":1196,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1197,"config":1201,"_id":1203,"_type":30,"title":1198,"_source":32,"_file":1204,"_stem":1205,"_extension":35},"/en-us/blog/authors/ashher-syed",{"name":1198,"config":1199},"Ashher Syed",{"headshot":1200},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753883485/jnsltidrjyzzbxlmllua.png",{"template":695,"gitlabHandle":1202},"ashhers","content:en-us:blog:authors:ashher-syed.yml","en-us/blog/authors/ashher-syed.yml","en-us/blog/authors/ashher-syed",{"_path":1207,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1208,"config":1213,"_id":1214,"_type":30,"title":1209,"_source":32,"_file":1215,"_stem":1216,"_extension":35},"/en-us/blog/authors/ashley-knobloch",{"name":1209,"config":1210},"Ashley Knobloch",{"headshot":1211,"ctfId":1212},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682879/Blog/Author%20Headshots/aknobloch-headshot.jpg","aknobloch",{"template":695},"content:en-us:blog:authors:ashley-knobloch.yml","en-us/blog/authors/ashley-knobloch.yml","en-us/blog/authors/ashley-knobloch",{"_path":1218,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1219,"config":1224,"_id":1225,"_type":30,"title":1220,"_source":32,"_file":1226,"_stem":1227,"_extension":35},"/en-us/blog/authors/ashley-kramer",{"name":1220,"config":1221},"Ashley Kramer",{"headshot":1222,"ctfId":1223},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662520/Blog/Author%20Headshots/akramer-headshot.jpg","akramer",{"template":695},"content:en-us:blog:authors:ashley-kramer.yml","en-us/blog/authors/ashley-kramer.yml","en-us/blog/authors/ashley-kramer",{"_path":1229,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1230,"config":1234,"_id":1235,"_type":30,"title":1236,"_source":32,"_file":1237,"_stem":1238,"_extension":35},"/en-us/blog/authors/ashley-mcalpin",{"name":1231,"config":1232},"Ashley McAlpin",{"headshot":726,"ctfId":1233},"Ashley-McAlpin",{"template":695},"content:en-us:blog:authors:ashley-mcalpin.yml","Ashley Mcalpin","en-us/blog/authors/ashley-mcalpin.yml","en-us/blog/authors/ashley-mcalpin",{"_path":1240,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1241,"config":1245,"_id":1246,"_type":30,"title":1242,"_source":32,"_file":1247,"_stem":1248,"_extension":35},"/en-us/blog/authors/ashley-smith",{"name":1242,"config":1243},"Ashley Smith",{"headshot":726,"ctfId":1244},"Ashley-Smith",{"template":695},"content:en-us:blog:authors:ashley-smith.yml","en-us/blog/authors/ashley-smith.yml","en-us/blog/authors/ashley-smith",{"_path":1250,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1251,"config":1255,"_id":1256,"_type":30,"title":1257,"_source":32,"_file":1258,"_stem":1259,"_extension":35},"/en-us/blog/authors/atlassian-bitbucket-github-gitlab",{"name":1252,"config":1253},"Atlassian Bitbucket, GitHub, GitLab",{"headshot":726,"ctfId":1254},"Atlassian-Bitbucket-GitHub-GitLab",{"template":695},"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":1261,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1262,"config":1267,"_id":1268,"_type":30,"title":1263,"_source":32,"_file":1269,"_stem":1270,"_extension":35},"/en-us/blog/authors/austin-regnery",{"name":1263,"config":1264},"Austin Regnery",{"headshot":1265,"ctfId":1266},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679497/Blog/Author%20Headshots/aregnery-headshot.jpg","aregnery",{"template":695},"content:en-us:blog:authors:austin-regnery.yml","en-us/blog/authors/austin-regnery.yml","en-us/blog/authors/austin-regnery",{"_path":1272,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1273,"config":1278,"_id":1279,"_type":30,"title":1274,"_source":32,"_file":1280,"_stem":1281,"_extension":35},"/en-us/blog/authors/ayoub-fandi",{"name":1274,"config":1275},"Ayoub Fandi",{"headshot":1276,"ctfId":1277},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664292/Blog/Author%20Headshots/ayofan-headshot.jpg","ayofan",{"template":695},"content:en-us:blog:authors:ayoub-fandi.yml","en-us/blog/authors/ayoub-fandi.yml","en-us/blog/authors/ayoub-fandi",{"_path":1283,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1284,"config":1288,"_id":1289,"_type":30,"title":1290,"_source":32,"_file":1291,"_stem":1292,"_extension":35},"/en-us/blog/authors/bahubali-bill-shetti",{"name":1285,"config":1286},"Bahubali (Bill) Shetti",{"headshot":726,"ctfId":1287},"4rFnUJeUt0JNGQwwCZSLMj",{"template":695},"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":1294,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1295,"config":1299,"_id":1300,"_type":30,"title":1296,"_source":32,"_file":1301,"_stem":1302,"_extension":35},"/en-us/blog/authors/baksheesh-singh-ghuman",{"name":1296,"config":1297},"Baksheesh Singh Ghuman",{"headshot":726,"ctfId":1298},"Baksheesh-Singh-Ghuman",{"template":695},"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":1304,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1305,"config":1310,"_id":1311,"_type":30,"title":1306,"_source":32,"_file":1312,"_stem":1313,"_extension":35},"/en-us/blog/authors/bala-allam",{"name":1306,"config":1307},"Bala Allam",{"headshot":1308,"ctfId":1309},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663541/Blog/Author%20Headshots/bala_allam_headshot.png","2rLcMDIniW4zfuD8s0ckVt",{"template":695},"content:en-us:blog:authors:bala-allam.yml","en-us/blog/authors/bala-allam.yml","en-us/blog/authors/bala-allam",{"_path":1315,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1316,"config":1321,"_id":1322,"_type":30,"title":1323,"_source":32,"_file":1324,"_stem":1325,"_extension":35},"/en-us/blog/authors/balasankar-balu-c",{"name":1317,"config":1318},"Balasankar 'Balu' C",{"headshot":1319,"ctfId":1320},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681201/Blog/Author%20Headshots/balasankarc-headshot.jpg","balasankarc",{"template":695},"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":1327,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1328,"config":1333,"_id":1334,"_type":30,"title":1329,"_source":32,"_file":1335,"_stem":1336,"_extension":35},"/en-us/blog/authors/bart-zhang",{"name":1329,"config":1330},"Bart Zhang",{"headshot":1331,"ctfId":1332},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664177/Blog/Author%20Headshots/bartzhang-headshot.jpg","bartzhang",{"template":695},"content:en-us:blog:authors:bart-zhang.yml","en-us/blog/authors/bart-zhang.yml","en-us/blog/authors/bart-zhang",{"_path":1338,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1339,"config":1344,"_id":1345,"_type":30,"title":1340,"_source":32,"_file":1346,"_stem":1347,"_extension":35},"/en-us/blog/authors/beatriz-barbosa",{"name":1340,"config":1341},"Beatriz Barbosa",{"headshot":1342,"ctfId":1343},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665252/Blog/Author%20Headshots/beatriz_barbosa.png","7GdHsfTvzkhnGh2qQmZF91",{"template":695},"content:en-us:blog:authors:beatriz-barbosa.yml","en-us/blog/authors/beatriz-barbosa.yml","en-us/blog/authors/beatriz-barbosa",{"_path":1349,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1350,"config":1354,"_id":1355,"_type":30,"title":1351,"_source":32,"_file":1356,"_stem":1357,"_extension":35},"/en-us/blog/authors/becka-lippert",{"name":1351,"config":1352},"Becka Lippert",{"headshot":726,"ctfId":1353},"7wX6Hbvb3AbKwa6NnClvBX",{"template":695},"content:en-us:blog:authors:becka-lippert.yml","en-us/blog/authors/becka-lippert.yml","en-us/blog/authors/becka-lippert",{"_path":1359,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1360,"config":1365,"_id":1366,"_type":30,"title":1367,"_source":32,"_file":1368,"_stem":1369,"_extension":35},"/en-us/blog/authors/ben-leduc-mills",{"name":1361,"config":1362},"Ben Leduc-Mills",{"headshot":1363,"ctfId":1364},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682380/Blog/Author%20Headshots/leducmills-headshot.png","leducmills",{"template":695},"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":1371,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1372,"config":1377,"_id":1378,"_type":30,"title":1373,"_source":32,"_file":1379,"_stem":1380,"_extension":35},"/en-us/blog/authors/ben-ridley",{"name":1373,"config":1374},"Ben Ridley",{"headshot":1375,"ctfId":1376},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659973/Blog/Author%20Headshots/bridley-headshot.jpg","bridley",{"template":695},"content:en-us:blog:authors:ben-ridley.yml","en-us/blog/authors/ben-ridley.yml","en-us/blog/authors/ben-ridley",{"_path":1382,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1383,"config":1387,"_id":1388,"_type":30,"title":1384,"_source":32,"_file":1389,"_stem":1390,"_extension":35},"/en-us/blog/authors/benedikt-rollik",{"name":1384,"config":1385},"Benedikt Rollik",{"headshot":726,"ctfId":1386},"Benedikt-Rollik",{"template":695},"content:en-us:blog:authors:benedikt-rollik.yml","en-us/blog/authors/benedikt-rollik.yml","en-us/blog/authors/benedikt-rollik",{"_path":1392,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1393,"config":1398,"_id":1399,"_type":30,"title":1394,"_source":32,"_file":1400,"_stem":1401,"_extension":35},"/en-us/blog/authors/benjamin-skierlak",{"name":1394,"config":1395},"Benjamin Skierlak",{"headshot":1396,"ctfId":1397},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659471/Blog/Author%20Headshots/Benjamin_Skierlak_headshot.png","Kzp6pkUjPORYYMoeLFPRf",{"template":695},"content:en-us:blog:authors:benjamin-skierlak.yml","en-us/blog/authors/benjamin-skierlak.yml","en-us/blog/authors/benjamin-skierlak",{"_path":1403,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1404,"config":1408,"_id":1409,"_type":30,"title":1405,"_source":32,"_file":1410,"_stem":1411,"_extension":35},"/en-us/blog/authors/bert-van-eyck",{"name":1405,"config":1406},"Bert Van Eyck",{"headshot":7,"ctfId":1407},"bertveproximus",{"template":695},"content:en-us:blog:authors:bert-van-eyck.yml","en-us/blog/authors/bert-van-eyck.yml","en-us/blog/authors/bert-van-eyck",{"_path":1413,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1414,"config":1419,"_id":1420,"_type":30,"title":1415,"_source":32,"_file":1421,"_stem":1422,"_extension":35},"/en-us/blog/authors/betsy-bula",{"name":1415,"config":1416},"Betsy Bula",{"headshot":1417,"ctfId":1418},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679451/Blog/Author%20Headshots/bbula-headshot.jpg","bbula",{"template":695},"content:en-us:blog:authors:betsy-bula.yml","en-us/blog/authors/betsy-bula.yml","en-us/blog/authors/betsy-bula",{"_path":1424,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1425,"config":1429,"_id":1430,"_type":30,"title":1426,"_source":32,"_file":1431,"_stem":1432,"_extension":35},"/en-us/blog/authors/betsy-church",{"name":1426,"config":1427},"Betsy Church",{"headshot":7,"ctfId":1428},"bchurch",{"template":695},"content:en-us:blog:authors:betsy-church.yml","en-us/blog/authors/betsy-church.yml","en-us/blog/authors/betsy-church",{"_path":1434,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1435,"config":1440,"_id":1441,"_type":30,"title":1436,"_source":32,"_file":1442,"_stem":1443,"_extension":35},"/en-us/blog/authors/bill-staples",{"name":1436,"config":1437,"role":1439},"Bill Staples",{"headshot":1438},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750434080/glxv59lh9qftpdbsb4ph.png","CEO",{"template":695},"content:en-us:blog:authors:bill-staples.yml","en-us/blog/authors/bill-staples.yml","en-us/blog/authors/bill-staples",{"_path":1445,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1446,"config":1451,"_id":1452,"_type":30,"title":1447,"_source":32,"_file":1453,"_stem":1454,"_extension":35},"/en-us/blog/authors/bob-van-landuyt",{"name":1447,"config":1448},"Bob Van Landuyt",{"headshot":1449,"ctfId":1450},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667520/Blog/Author%20Headshots/reprazent-headshot.png","reprazent",{"template":695},"content:en-us:blog:authors:bob-van-landuyt.yml","en-us/blog/authors/bob-van-landuyt.yml","en-us/blog/authors/bob-van-landuyt",{"_path":1456,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1457,"config":1461,"_id":1462,"_type":30,"title":1458,"_source":32,"_file":1463,"_stem":1464,"_extension":35},"/en-us/blog/authors/boris-baldassari",{"name":1458,"config":1459},"Boris Baldassari",{"headshot":7,"ctfId":1460},"bbaldassari",{"template":695},"content:en-us:blog:authors:boris-baldassari.yml","en-us/blog/authors/boris-baldassari.yml","en-us/blog/authors/boris-baldassari",{"_path":1466,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1467,"config":1471,"_id":1472,"_type":30,"title":1468,"_source":32,"_file":1473,"_stem":1474,"_extension":35},"/en-us/blog/authors/borivoje-tasovac",{"name":1468,"config":1469},"Borivoje Tasovac",{"headshot":7,"ctfId":1470},"borivoje",{"template":695},"content:en-us:blog:authors:borivoje-tasovac.yml","en-us/blog/authors/borivoje-tasovac.yml","en-us/blog/authors/borivoje-tasovac",{"_path":1476,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1477,"config":1481,"_id":1482,"_type":30,"title":1478,"_source":32,"_file":1483,"_stem":1484,"_extension":35},"/en-us/blog/authors/brad-downey",{"name":1478,"config":1479},"Brad Downey",{"headshot":726,"ctfId":1480},"6b6RTu6832NFEju2zKJhbE",{"template":695},"content:en-us:blog:authors:brad-downey.yml","en-us/blog/authors/brad-downey.yml","en-us/blog/authors/brad-downey",{"_path":1486,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1487,"config":1492,"_id":1493,"_type":30,"title":1488,"_source":32,"_file":1494,"_stem":1495,"_extension":35},"/en-us/blog/authors/bradley-lee",{"name":1488,"config":1489},"Bradley Lee",{"headshot":1490,"ctfId":1491},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666491/Blog/Author%20Headshots/bradleylee-headshot.jpg","bradleylee",{"template":695},"content:en-us:blog:authors:bradley-lee.yml","en-us/blog/authors/bradley-lee.yml","en-us/blog/authors/bradley-lee",{"_path":1497,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1498,"config":1502,"_id":1503,"_type":30,"title":1499,"_source":32,"_file":1504,"_stem":1505,"_extension":35},"/en-us/blog/authors/brandon-foo",{"name":1499,"config":1500},"Brandon Foo",{"headshot":726,"ctfId":1501},"Brandon-Foo",{"template":695},"content:en-us:blog:authors:brandon-foo.yml","en-us/blog/authors/brandon-foo.yml","en-us/blog/authors/brandon-foo",{"_path":1507,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1508,"config":1512,"_id":1513,"_type":30,"title":1509,"_source":32,"_file":1514,"_stem":1515,"_extension":35},"/en-us/blog/authors/brandon-jung",{"name":1509,"config":1510},"Brandon Jung",{"headshot":726,"ctfId":1511},"Brandon-Jung",{"template":695},"content:en-us:blog:authors:brandon-jung.yml","en-us/blog/authors/brandon-jung.yml","en-us/blog/authors/brandon-jung",{"_path":1517,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1518,"config":1522,"_id":1523,"_type":30,"title":1519,"_source":32,"_file":1524,"_stem":1525,"_extension":35},"/en-us/blog/authors/brandon-lyon",{"name":1519,"config":1520},"Brandon Lyon",{"headshot":7,"ctfId":1521},"brandonlyon",{"template":695},"content:en-us:blog:authors:brandon-lyon.yml","en-us/blog/authors/brandon-lyon.yml","en-us/blog/authors/brandon-lyon",{"_path":1527,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1528,"config":1532,"_id":1533,"_type":30,"title":1529,"_source":32,"_file":1534,"_stem":1535,"_extension":35},"/en-us/blog/authors/brein-matturro",{"name":1529,"config":1530},"Brein Matturro",{"headshot":7,"ctfId":1531},"bmatturro",{"template":695},"content:en-us:blog:authors:brein-matturro.yml","en-us/blog/authors/brein-matturro.yml","en-us/blog/authors/brein-matturro",{"_path":1537,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1538,"config":1542,"_id":1543,"_type":30,"title":1544,"_source":32,"_file":1545,"_stem":1546,"_extension":35},"/en-us/blog/authors/brendan-oleary",{"name":1539,"config":1540},"Brendan O'Leary",{"headshot":7,"ctfId":1541},"brendan",{"template":695},"content:en-us:blog:authors:brendan-oleary.yml","Brendan Oleary","en-us/blog/authors/brendan-oleary.yml","en-us/blog/authors/brendan-oleary",{"_path":1548,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1549,"config":1553,"_id":1554,"_type":30,"title":1550,"_source":32,"_file":1555,"_stem":1556,"_extension":35},"/en-us/blog/authors/brendan-regan",{"name":1550,"config":1551},"Brendan Regan",{"headshot":7,"ctfId":1552},"brendanregan11",{"template":695},"content:en-us:blog:authors:brendan-regan.yml","en-us/blog/authors/brendan-regan.yml","en-us/blog/authors/brendan-regan",{"_path":1558,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1559,"config":1564,"_id":1565,"_type":30,"title":1560,"_source":32,"_file":1566,"_stem":1567,"_extension":35},"/en-us/blog/authors/brett-walker",{"name":1560,"config":1561},"Brett Walker",{"headshot":1562,"ctfId":1563},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670155/Blog/Author%20Headshots/digitalmoksha-headshot.jpg","digitalmoksha",{"template":695},"content:en-us:blog:authors:brett-walker.yml","en-us/blog/authors/brett-walker.yml","en-us/blog/authors/brett-walker",{"_path":1569,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1570,"config":1574,"_id":1575,"_type":30,"title":1571,"_source":32,"_file":1576,"_stem":1577,"_extension":35},"/en-us/blog/authors/brian-glanz",{"name":1571,"config":1572},"Brian Glanz",{"headshot":7,"ctfId":1573},"brianglanz",{"template":695},"content:en-us:blog:authors:brian-glanz.yml","en-us/blog/authors/brian-glanz.yml","en-us/blog/authors/brian-glanz",{"_path":1579,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1580,"config":1584,"_id":1585,"_type":30,"title":1586,"_source":32,"_file":1587,"_stem":1588,"_extension":35},"/en-us/blog/authors/brian-oconnell",{"name":1581,"config":1582},"Brian O'Connell",{"headshot":726,"ctfId":1583},"Brian-OConnell",{"template":695},"content:en-us:blog:authors:brian-oconnell.yml","Brian Oconnell","en-us/blog/authors/brian-oconnell.yml","en-us/blog/authors/brian-oconnell",{"_path":1590,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1591,"config":1595,"_id":1596,"_type":30,"title":1592,"_source":32,"_file":1597,"_stem":1598,"_extension":35},"/en-us/blog/authors/brian-rhea",{"name":1592,"config":1593},"Brian Rhea",{"headshot":7,"ctfId":1594},"brhea",{"template":695},"content:en-us:blog:authors:brian-rhea.yml","en-us/blog/authors/brian-rhea.yml","en-us/blog/authors/brian-rhea",{"_path":1600,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1601,"config":1605,"_id":1606,"_type":30,"title":1602,"_source":32,"_file":1607,"_stem":1608,"_extension":35},"/en-us/blog/authors/brian-wald",{"name":1602,"config":1603},"Brian Wald",{"headshot":726,"ctfId":1604},"78qOxgHKlgDY2IxMrBrgCu",{"template":695},"content:en-us:blog:authors:brian-wald.yml","en-us/blog/authors/brian-wald.yml","en-us/blog/authors/brian-wald",{"_path":1610,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1611,"config":1615,"_id":1616,"_type":30,"title":1612,"_source":32,"_file":1617,"_stem":1618,"_extension":35},"/en-us/blog/authors/brittany-rohde",{"name":1612,"config":1613},"Brittany Rohde",{"headshot":7,"ctfId":1614},"brittanyr",{"template":695},"content:en-us:blog:authors:brittany-rohde.yml","en-us/blog/authors/brittany-rohde.yml","en-us/blog/authors/brittany-rohde",{"_path":1620,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1621,"config":1626,"_id":1627,"_type":30,"title":1622,"_source":32,"_file":1628,"_stem":1629,"_extension":35},"/en-us/blog/authors/bryan-behrenshausen",{"name":1622,"config":1623},"Bryan Behrenshausen",{"headshot":1624,"ctfId":1625},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670181/Blog/Author%20Headshots/bbehr-headshot.jpg","bbehr",{"template":695},"content:en-us:blog:authors:bryan-behrenshausen.yml","en-us/blog/authors/bryan-behrenshausen.yml","en-us/blog/authors/bryan-behrenshausen",{"_path":1631,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1632,"config":1637,"_id":1638,"_type":30,"title":1633,"_source":32,"_file":1639,"_stem":1640,"_extension":35},"/en-us/blog/authors/bryan-may",{"name":1633,"config":1634},"Bryan May",{"headshot":1635,"ctfId":1636},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668135/Blog/Author%20Headshots/bryan-may-headshot.jpg","bryanmay",{"template":695},"content:en-us:blog:authors:bryan-may.yml","en-us/blog/authors/bryan-may.yml","en-us/blog/authors/bryan-may",{"_path":1642,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1643,"config":1648,"_id":1649,"_type":30,"title":1644,"_source":32,"_file":1650,"_stem":1651,"_extension":35},"/en-us/blog/authors/byron-boots",{"name":1644,"config":1645},"Byron Boots",{"headshot":1646,"ctfId":1647},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662281/Blog/Author%20Headshots/byron_boots_headshot.png","7ezFbRYF2Cu5JTBQXRp7mw",{"template":695},"content:en-us:blog:authors:byron-boots.yml","en-us/blog/authors/byron-boots.yml","en-us/blog/authors/byron-boots",{"_path":1653,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1654,"config":1659,"_id":1660,"_type":30,"title":1655,"_source":32,"_file":1661,"_stem":1662,"_extension":35},"/en-us/blog/authors/camellia-yang",{"name":1655,"config":1656},"Camellia Yang",{"headshot":1657,"ctfId":1658},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682106/Blog/Author%20Headshots/cam.png","camx",{"template":695},"content:en-us:blog:authors:camellia-yang.yml","en-us/blog/authors/camellia-yang.yml","en-us/blog/authors/camellia-yang",{"_path":1664,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1665,"config":1670,"_id":1671,"_type":30,"title":1666,"_source":32,"_file":1672,"_stem":1673,"_extension":35},"/en-us/blog/authors/cameron-swords",{"name":1666,"config":1667},"Cameron Swords",{"headshot":1668,"ctfId":1669},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667598/Blog/Author%20Headshots/cam_swords-headshot.jpg","camswords",{"template":695},"content:en-us:blog:authors:cameron-swords.yml","en-us/blog/authors/cameron-swords.yml","en-us/blog/authors/cameron-swords",{"_path":1675,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1676,"config":1682,"_id":1683,"_type":30,"title":1678,"_source":32,"_file":1684,"_stem":1685,"_extension":35},"/en-us/blog/authors/carl-myers",{"role":1677,"name":1678,"config":1679},"Manager, CI Platform team, Indeed","Carl Myers",{"headshot":1680,"ctfId":1681},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665044/Blog/Author%20Headshots/image1.jpg","7KelbQ0LsGSGf4TpT0qAlp",{"template":695},"content:en-us:blog:authors:carl-myers.yml","en-us/blog/authors/carl-myers.yml","en-us/blog/authors/carl-myers",{"_path":1687,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1688,"config":1692,"_id":1693,"_type":30,"title":1689,"_source":32,"_file":1694,"_stem":1695,"_extension":35},"/en-us/blog/authors/carol-teskey",{"name":1689,"config":1690},"Carol Teskey",{"headshot":7,"ctfId":1691},"cteskey",{"template":695},"content:en-us:blog:authors:carol-teskey.yml","en-us/blog/authors/carol-teskey.yml","en-us/blog/authors/carol-teskey",{"_path":1697,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1698,"config":1703,"_id":1704,"_type":30,"title":1699,"_source":32,"_file":1705,"_stem":1706,"_extension":35},"/en-us/blog/authors/cesar-saavedra",{"name":1699,"config":1700},"Cesar Saavedra",{"headshot":1701,"ctfId":1702},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659600/Blog/Author%20Headshots/csaavedra1-headshot.jpg","csaavedra1",{"template":695},"content:en-us:blog:authors:cesar-saavedra.yml","en-us/blog/authors/cesar-saavedra.yml","en-us/blog/authors/cesar-saavedra",{"_path":1708,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1709,"config":1713,"_id":1714,"_type":30,"title":1710,"_source":32,"_file":1715,"_stem":1716,"_extension":35},"/en-us/blog/authors/chad-malchow",{"name":1710,"config":1711},"Chad Malchow",{"headshot":726,"ctfId":1712},"Chad-Malchow",{"template":695},"content:en-us:blog:authors:chad-malchow.yml","en-us/blog/authors/chad-malchow.yml","en-us/blog/authors/chad-malchow",{"_path":1718,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1719,"config":1724,"_id":1725,"_type":30,"title":1720,"_source":32,"_file":1726,"_stem":1727,"_extension":35},"/en-us/blog/authors/chance-feick",{"name":1720,"config":1721},"Chance Feick",{"headshot":1722,"ctfId":1723},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666442/Blog/Author%20Headshots/chance_feick_headshot.png","18dtRbXV47xqf5iDrOIduM",{"template":695},"content:en-us:blog:authors:chance-feick.yml","en-us/blog/authors/chance-feick.yml","en-us/blog/authors/chance-feick",{"_path":1729,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1730,"config":1735,"_id":1736,"_type":30,"title":1731,"_source":32,"_file":1737,"_stem":1738,"_extension":35},"/en-us/blog/authors/chandler-gibbons",{"name":1731,"config":1732},"Chandler Gibbons",{"headshot":1733,"ctfId":1734},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663276/Blog/Author%20Headshots/chandlergibb-headshot.jpg","chandlergibb",{"template":695},"content:en-us:blog:authors:chandler-gibbons.yml","en-us/blog/authors/chandler-gibbons.yml","en-us/blog/authors/chandler-gibbons",{"_path":1740,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1741,"config":1745,"_id":1746,"_type":30,"title":1747,"_source":32,"_file":1748,"_stem":1749,"_extension":35},"/en-us/blog/authors/charl-de-wit",{"name":1742,"config":1743},"Charl de Wit",{"headshot":726,"ctfId":1744},"45mQeypQVLNvvTWMzserbR",{"template":695},"content:en-us:blog:authors:charl-de-wit.yml","Charl De Wit","en-us/blog/authors/charl-de-wit.yml","en-us/blog/authors/charl-de-wit",{"_path":1751,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1752,"config":1757,"_id":1758,"_type":30,"title":1753,"_source":32,"_file":1759,"_stem":1760,"_extension":35},"/en-us/blog/authors/charlie-ablett",{"name":1753,"config":1754},"Charlie Ablett",{"headshot":1755,"ctfId":1756},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670131/Blog/Author%20Headshots/cablett-headshot.png","cablett",{"template":695},"content:en-us:blog:authors:charlie-ablett.yml","en-us/blog/authors/charlie-ablett.yml","en-us/blog/authors/charlie-ablett",{"_path":1762,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1763,"config":1767,"_id":1768,"_type":30,"title":1764,"_source":32,"_file":1769,"_stem":1770,"_extension":35},"/en-us/blog/authors/charvi-mendiratta",{"name":1764,"config":1765},"Charvi Mendiratta",{"headshot":726,"ctfId":1766},"YV7WvnjPWFS3JhXmSYJLk",{"template":695},"content:en-us:blog:authors:charvi-mendiratta.yml","en-us/blog/authors/charvi-mendiratta.yml","en-us/blog/authors/charvi-mendiratta",{"_path":1772,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1773,"config":1778,"_id":1779,"_type":30,"title":1774,"_source":32,"_file":1780,"_stem":1781,"_extension":35},"/en-us/blog/authors/cherry-han",{"name":1774,"config":1775},"Cherry Han",{"headshot":1776,"ctfId":1777},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/ehktvdbix2o1t0mmcvll.png","6gkuhRkgzCNP1Ee6J14yLu",{"template":695},"content:en-us:blog:authors:cherry-han.yml","en-us/blog/authors/cherry-han.yml","en-us/blog/authors/cherry-han",{"_path":1783,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1784,"config":1788,"_id":1790,"_type":30,"title":1785,"_source":32,"_file":1791,"_stem":1792,"_extension":35},"/en-us/blog/authors/chloe-cartron",{"name":1785,"config":1786},"Chloe Cartron",{"headshot":1787},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1754425488/d0uiiypsxa5ajnbdm6jn.png",{"template":695,"gitlabHandle":1789},"ChloeCartron","content:en-us:blog:authors:chloe-cartron.yml","en-us/blog/authors/chloe-cartron.yml","en-us/blog/authors/chloe-cartron",{"_path":1794,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1795,"config":1800,"_id":1801,"_type":30,"title":1796,"_source":32,"_file":1802,"_stem":1803,"_extension":35},"/en-us/blog/authors/chloe-whitestone",{"name":1796,"config":1797},"Chloe Whitestone",{"headshot":1798,"ctfId":1799},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678693/Blog/Author%20Headshots/chloe-headshot.jpg","chloe",{"template":695},"content:en-us:blog:authors:chloe-whitestone.yml","en-us/blog/authors/chloe-whitestone.yml","en-us/blog/authors/chloe-whitestone",{"_path":1805,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1806,"config":1811,"_id":1812,"_type":30,"title":1807,"_source":32,"_file":1813,"_stem":1814,"_extension":35},"/en-us/blog/authors/chris-balane",{"name":1807,"config":1808},"Chris Balane",{"headshot":1809,"ctfId":1810},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667630/Blog/Author%20Headshots/chris_balane_headshot.png","40SOCfTl3frynjL3dbg63o",{"template":695},"content:en-us:blog:authors:chris-balane.yml","en-us/blog/authors/chris-balane.yml","en-us/blog/authors/chris-balane",{"_path":1816,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1817,"config":1821,"_id":1822,"_type":30,"title":1818,"_source":32,"_file":1823,"_stem":1824,"_extension":35},"/en-us/blog/authors/chris-baus",{"name":1818,"config":1819},"Chris Baus",{"headshot":7,"ctfId":1820},"chrisbaus",{"template":695},"content:en-us:blog:authors:chris-baus.yml","en-us/blog/authors/chris-baus.yml","en-us/blog/authors/chris-baus",{"_path":1826,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1827,"config":1832,"_id":1833,"_type":30,"title":1828,"_source":32,"_file":1834,"_stem":1835,"_extension":35},"/en-us/blog/authors/chris-micek",{"name":1828,"config":1829},"Chris Micek",{"headshot":1830,"ctfId":1831},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666144/Blog/Author%20Headshots/chris_micek_headshot.png","62ZsvfXlttQEQ1tnikgoq9",{"template":695},"content:en-us:blog:authors:chris-micek.yml","en-us/blog/authors/chris-micek.yml","en-us/blog/authors/chris-micek",{"_path":1837,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1838,"config":1843,"_id":1844,"_type":30,"title":1839,"_source":32,"_file":1845,"_stem":1846,"_extension":35},"/en-us/blog/authors/chris-moberly",{"name":1839,"config":1840},"Chris Moberly",{"headshot":1841,"ctfId":1842},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664235/Blog/Author%20Headshots/cmoberly-headshot.jpg","cmoberly",{"template":695},"content:en-us:blog:authors:chris-moberly.yml","en-us/blog/authors/chris-moberly.yml","en-us/blog/authors/chris-moberly",{"_path":1848,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1849,"config":1853,"_id":1854,"_type":30,"title":1855,"_source":32,"_file":1856,"_stem":1857,"_extension":35},"/en-us/blog/authors/chris-sterry-dotscience",{"name":1850,"config":1851},"Chris Sterry, Dotscience",{"headshot":726,"ctfId":1852},"Chris-Sterry-Dotscience",{"template":695},"content:en-us:blog:authors:chris-sterry-dotscience.yml","Chris Sterry Dotscience","en-us/blog/authors/chris-sterry-dotscience.yml","en-us/blog/authors/chris-sterry-dotscience",{"_path":1859,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1860,"config":1864,"_id":1865,"_type":30,"title":1861,"_source":32,"_file":1866,"_stem":1867,"_extension":35},"/en-us/blog/authors/chris-ward",{"name":1861,"config":1862},"Chris Ward",{"headshot":7,"ctfId":1863},"chrischinchilla",{"template":695},"content:en-us:blog:authors:chris-ward.yml","en-us/blog/authors/chris-ward.yml","en-us/blog/authors/chris-ward",{"_path":1869,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1870,"config":1877,"_id":1878,"_type":30,"title":1872,"_source":32,"_file":1879,"_stem":1880,"_extension":35},"/en-us/blog/authors/chris-weber",{"role":1871,"name":1872,"config":1873},"CRO ","Chris Weber",{"headshot":1874,"linkedin":1875,"ctfId":1876},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670579/Blog/Author%20Headshots/Chris_Weber_Photo.png","https://www.linkedin.com/in/chris-weber/","4V6qmuzCIjMs5IdD7EKS5X",{"template":695},"content:en-us:blog:authors:chris-weber.yml","en-us/blog/authors/chris-weber.yml","en-us/blog/authors/chris-weber",{"_path":1882,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1883,"config":1887,"_id":1888,"_type":30,"title":1884,"_source":32,"_file":1889,"_stem":1890,"_extension":35},"/en-us/blog/authors/chrissie-buchanan",{"name":1884,"config":1885},"Chrissie Buchanan",{"headshot":726,"ctfId":1886},"cbuchanan",{"template":695},"content:en-us:blog:authors:chrissie-buchanan.yml","en-us/blog/authors/chrissie-buchanan.yml","en-us/blog/authors/chrissie-buchanan",{"_path":1892,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1893,"config":1898,"_id":1899,"_type":30,"title":1894,"_source":32,"_file":1900,"_stem":1901,"_extension":35},"/en-us/blog/authors/christen-dybenko",{"name":1894,"config":1895},"Christen Dybenko",{"headshot":1896,"ctfId":1897},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668811/Blog/Author%20Headshots/cdybenko-headshot.jpg","cdybenko",{"template":695},"content:en-us:blog:authors:christen-dybenko.yml","en-us/blog/authors/christen-dybenko.yml","en-us/blog/authors/christen-dybenko",{"_path":1903,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1904,"config":1909,"_id":1910,"_type":30,"title":1905,"_source":32,"_file":1911,"_stem":1912,"_extension":35},"/en-us/blog/authors/christian-couder",{"name":1905,"config":1906},"Christian Couder",{"headshot":1907,"ctfId":1908},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663687/Blog/Author%20Headshots/chriscool-headshot.jpg","chriscool",{"template":695},"content:en-us:blog:authors:christian-couder.yml","en-us/blog/authors/christian-couder.yml","en-us/blog/authors/christian-couder",{"_path":1914,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1915,"config":1920,"_id":1921,"_type":30,"title":1916,"_source":32,"_file":1922,"_stem":1923,"_extension":35},"/en-us/blog/authors/christian-nnachi",{"name":1916,"config":1917},"Christian Nnachi",{"headshot":1918,"ctfId":1919},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665343/Blog/Author%20Headshots/christian_nnachi_headshot.png","6pE7HjtzzpRhBFVdwTFjEX",{"template":695},"content:en-us:blog:authors:christian-nnachi.yml","en-us/blog/authors/christian-nnachi.yml","en-us/blog/authors/christian-nnachi",{"_path":1925,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1926,"config":1930,"_id":1931,"_type":30,"title":1927,"_source":32,"_file":1932,"_stem":1933,"_extension":35},"/en-us/blog/authors/christian-simko",{"name":1927,"config":1928},"Christian Simko",{"headshot":7,"ctfId":1929},"csimko",{"template":695},"content:en-us:blog:authors:christian-simko.yml","en-us/blog/authors/christian-simko.yml","en-us/blog/authors/christian-simko",{"_path":1935,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1936,"config":1941,"_id":1942,"_type":30,"title":1937,"_source":32,"_file":1943,"_stem":1944,"_extension":35},"/en-us/blog/authors/christie-lenneville",{"name":1937,"config":1938},"Christie Lenneville",{"headshot":1939,"ctfId":1940},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670047/Blog/Author%20Headshots/clenneville-headshot.jpg","clenneville",{"template":695},"content:en-us:blog:authors:christie-lenneville.yml","en-us/blog/authors/christie-lenneville.yml","en-us/blog/authors/christie-lenneville",{"_path":1946,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1947,"config":1951,"_id":1952,"_type":30,"title":1953,"_source":32,"_file":1954,"_stem":1955,"_extension":35},"/en-us/blog/authors/christina-hupy-phd",{"name":1948,"config":1949},"Christina Hupy, Ph.D.",{"headshot":7,"ctfId":1950},"chupy",{"template":695},"content:en-us:blog:authors:christina-hupy-phd.yml","Christina Hupy Phd","en-us/blog/authors/christina-hupy-phd.yml","en-us/blog/authors/christina-hupy-phd",{"_path":1957,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1958,"config":1963,"_id":1964,"_type":30,"title":1959,"_source":32,"_file":1965,"_stem":1966,"_extension":35},"/en-us/blog/authors/christina-lohr",{"name":1959,"config":1960},"Christina Lohr",{"headshot":1961,"ctfId":1962},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662499/Blog/Author%20Headshots/lohrc-headshot.jpg","lohrc",{"template":695},"content:en-us:blog:authors:christina-lohr.yml","en-us/blog/authors/christina-lohr.yml","en-us/blog/authors/christina-lohr",{"_path":1968,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1969,"config":1973,"_id":1974,"_type":30,"title":1970,"_source":32,"_file":1975,"_stem":1976,"_extension":35},"/en-us/blog/authors/christine-yoshida",{"name":1970,"config":1971},"Christine Yoshida",{"headshot":7,"ctfId":1972},"cyoshida",{"template":695},"content:en-us:blog:authors:christine-yoshida.yml","en-us/blog/authors/christine-yoshida.yml","en-us/blog/authors/christine-yoshida",{"_path":1978,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1979,"config":1983,"_id":1984,"_type":30,"title":1980,"_source":32,"_file":1985,"_stem":1986,"_extension":35},"/en-us/blog/authors/christopher-watson",{"name":1980,"config":1981},"Christopher Watson",{"headshot":726,"ctfId":1982},"Christopher-Watson",{"template":695},"content:en-us:blog:authors:christopher-watson.yml","en-us/blog/authors/christopher-watson.yml","en-us/blog/authors/christopher-watson",{"_path":1988,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1989,"config":1993,"_id":1994,"_type":30,"title":1990,"_source":32,"_file":1995,"_stem":1996,"_extension":35},"/en-us/blog/authors/christos-bacharakis",{"name":1990,"config":1991},"Christos Bacharakis",{"headshot":726,"ctfId":1992},"Christos-Bacharakis",{"template":695},"content:en-us:blog:authors:christos-bacharakis.yml","en-us/blog/authors/christos-bacharakis.yml","en-us/blog/authors/christos-bacharakis",{"_path":1998,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":1999,"config":2003,"_id":2004,"_type":30,"title":2000,"_source":32,"_file":2005,"_stem":2006,"_extension":35},"/en-us/blog/authors/cindy-blake",{"name":2000,"config":2001},"Cindy Blake",{"headshot":726,"ctfId":2002},"cblake",{"template":695},"content:en-us:blog:authors:cindy-blake.yml","en-us/blog/authors/cindy-blake.yml","en-us/blog/authors/cindy-blake",{"_path":2008,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2009,"config":2014,"_id":2015,"_type":30,"title":2010,"_source":32,"_file":2016,"_stem":2017,"_extension":35},"/en-us/blog/authors/claire-champernowne",{"name":2010,"config":2011},"Claire Champernowne",{"headshot":2012,"ctfId":2013},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664698/Blog/Author%20Headshots/clair_champernowne_headshot.png","jNt5P04nQ4dptXOKZZ8ZQ",{"template":695},"content:en-us:blog:authors:claire-champernowne.yml","en-us/blog/authors/claire-champernowne.yml","en-us/blog/authors/claire-champernowne",{"_path":2019,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2020,"config":2024,"_id":2025,"_type":30,"title":2021,"_source":32,"_file":2026,"_stem":2027,"_extension":35},"/en-us/blog/authors/clement-ho",{"name":2021,"config":2022},"Clement Ho",{"headshot":7,"ctfId":2023},"ClemMakesApps",{"template":695},"content:en-us:blog:authors:clement-ho.yml","en-us/blog/authors/clement-ho.yml","en-us/blog/authors/clement-ho",{"_path":2029,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2030,"config":2034,"_id":2035,"_type":30,"title":2031,"_source":32,"_file":2036,"_stem":2037,"_extension":35},"/en-us/blog/authors/colin-fletcher",{"name":2031,"config":2032},"Colin Fletcher",{"headshot":7,"ctfId":2033},"cfletcher1",{"template":695},"content:en-us:blog:authors:colin-fletcher.yml","en-us/blog/authors/colin-fletcher.yml","en-us/blog/authors/colin-fletcher",{"_path":2039,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2040,"config":2045,"_id":2046,"_type":30,"title":2041,"_source":32,"_file":2047,"_stem":2048,"_extension":35},"/en-us/blog/authors/connor-gilbert",{"name":2041,"config":2042},"Connor Gilbert",{"headshot":2043,"ctfId":2044},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665913/Blog/Author%20Headshots/connorgilbert-headshot.jpg","connorgilbert",{"template":695},"content:en-us:blog:authors:connor-gilbert.yml","en-us/blog/authors/connor-gilbert.yml","en-us/blog/authors/connor-gilbert",{"_path":2050,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2051,"config":2055,"_id":2056,"_type":30,"title":2052,"_source":32,"_file":2057,"_stem":2058,"_extension":35},"/en-us/blog/authors/connor-shea",{"name":2052,"config":2053},"Connor Shea",{"headshot":726,"ctfId":2054},"Connor-Shea",{"template":695},"content:en-us:blog:authors:connor-shea.yml","en-us/blog/authors/connor-shea.yml","en-us/blog/authors/connor-shea",{"_path":2060,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2061,"config":2066,"_id":2067,"_type":30,"title":2062,"_source":32,"_file":2068,"_stem":2069,"_extension":35},"/en-us/blog/authors/corey-oas",{"name":2062,"config":2063},"Corey Oas",{"headshot":2064,"ctfId":2065},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667633/Blog/Author%20Headshots/corey_oas_headshot.png","1Dd1lJ4aKCv36YWdlUhlPf",{"template":695},"content:en-us:blog:authors:corey-oas.yml","en-us/blog/authors/corey-oas.yml","en-us/blog/authors/corey-oas",{"_path":2071,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2072,"config":2076,"_id":2077,"_type":30,"title":2073,"_source":32,"_file":2078,"_stem":2079,"_extension":35},"/en-us/blog/authors/cormac-foster",{"name":2073,"config":2074},"Cormac Foster",{"headshot":7,"ctfId":2075},"cfoster3",{"template":695},"content:en-us:blog:authors:cormac-foster.yml","en-us/blog/authors/cormac-foster.yml","en-us/blog/authors/cormac-foster",{"_path":2081,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2082,"config":2087,"_id":2088,"_type":30,"title":2083,"_source":32,"_file":2089,"_stem":2090,"_extension":35},"/en-us/blog/authors/costel-maxim",{"name":2083,"config":2084},"Costel Maxim",{"headshot":2085,"ctfId":2086},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663173/Blog/Author%20Headshots/costel_maxim_headshot.png","3QzzrMksaRD9ZPytt0SPPL",{"template":695},"content:en-us:blog:authors:costel-maxim.yml","en-us/blog/authors/costel-maxim.yml","en-us/blog/authors/costel-maxim",{"_path":2092,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2093,"config":2098,"_id":2099,"_type":30,"title":2094,"_source":32,"_file":2100,"_stem":2101,"_extension":35},"/en-us/blog/authors/courtney-meddaugh",{"name":2094,"config":2095},"Courtney Meddaugh",{"headshot":2096,"ctfId":2097},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665168/Blog/Author%20Headshots/courtney_meddaugh_headshot.png","5avtK3YS9MrDBkaOnB9ZmG",{"template":695},"content:en-us:blog:authors:courtney-meddaugh.yml","en-us/blog/authors/courtney-meddaugh.yml","en-us/blog/authors/courtney-meddaugh",{"_path":2103,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2104,"config":2108,"_id":2109,"_type":30,"title":2105,"_source":32,"_file":2110,"_stem":2111,"_extension":35},"/en-us/blog/authors/craig-gomes",{"name":2105,"config":2106},"Craig Gomes",{"headshot":7,"ctfId":2107},"craiggomes",{"template":695},"content:en-us:blog:authors:craig-gomes.yml","en-us/blog/authors/craig-gomes.yml","en-us/blog/authors/craig-gomes",{"_path":2113,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2114,"config":2119,"_id":2120,"_type":30,"title":2115,"_source":32,"_file":2121,"_stem":2122,"_extension":35},"/en-us/blog/authors/craig-miskell",{"name":2115,"config":2116},"Craig Miskell",{"headshot":2117,"ctfId":2118},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667372/Blog/Author%20Headshots/cmiskell-headshot.jpg","cmiskell",{"template":695},"content:en-us:blog:authors:craig-miskell.yml","en-us/blog/authors/craig-miskell.yml","en-us/blog/authors/craig-miskell",{"_path":2124,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2125,"config":2129,"_id":2130,"_type":30,"title":2126,"_source":32,"_file":2131,"_stem":2132,"_extension":35},"/en-us/blog/authors/creighton-swank",{"name":2126,"config":2127},"Creighton Swank",{"headshot":726,"ctfId":2128},"5uf3k9lutpbelxJQ373eWu",{"template":695},"content:en-us:blog:authors:creighton-swank.yml","en-us/blog/authors/creighton-swank.yml","en-us/blog/authors/creighton-swank",{"_path":2134,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2135,"config":2139,"_id":2140,"_type":30,"title":2136,"_source":32,"_file":2141,"_stem":2142,"_extension":35},"/en-us/blog/authors/daisy-miclat",{"name":2136,"config":2137},"Daisy Miclat",{"headshot":726,"ctfId":2138},"IU4zOKoPhWS7hok7qsy7w",{"template":695},"content:en-us:blog:authors:daisy-miclat.yml","en-us/blog/authors/daisy-miclat.yml","en-us/blog/authors/daisy-miclat",{"_path":2144,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2145,"config":2149,"_id":2150,"_type":30,"title":2146,"_source":32,"_file":2151,"_stem":2152,"_extension":35},"/en-us/blog/authors/dan-luhring",{"name":2146,"config":2147},"Dan Luhring",{"headshot":7,"ctfId":2148},"danluhring",{"template":695},"content:en-us:blog:authors:dan-luhring.yml","en-us/blog/authors/dan-luhring.yml","en-us/blog/authors/dan-luhring",{"_path":2154,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2155,"config":2160,"_id":2161,"_type":30,"title":2156,"_source":32,"_file":2162,"_stem":2163,"_extension":35},"/en-us/blog/authors/dan-rabinovitz",{"name":2156,"config":2157},"Dan Rabinovitz",{"headshot":2158,"ctfId":2159},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664796/Blog/Author%20Headshots/dan_rabinovitz_headshot.png","31AXb267jy94budCWQZQyr",{"template":695},"content:en-us:blog:authors:dan-rabinovitz.yml","en-us/blog/authors/dan-rabinovitz.yml","en-us/blog/authors/dan-rabinovitz",{"_path":2165,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2166,"config":2170,"_id":2171,"_type":30,"title":2167,"_source":32,"_file":2172,"_stem":2173,"_extension":35},"/en-us/blog/authors/daniel-berman",{"name":2167,"config":2168},"Daniel Berman",{"headshot":726,"ctfId":2169},"Daniel-Berman",{"template":695},"content:en-us:blog:authors:daniel-berman.yml","en-us/blog/authors/daniel-berman.yml","en-us/blog/authors/daniel-berman",{"_path":2175,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2176,"config":2180,"_id":2181,"_type":30,"title":2177,"_source":32,"_file":2182,"_stem":2183,"_extension":35},"/en-us/blog/authors/daniel-gruesso",{"name":2177,"config":2178},"Daniel Gruesso",{"headshot":7,"ctfId":2179},"danielgruesso",{"template":695},"content:en-us:blog:authors:daniel-gruesso.yml","en-us/blog/authors/daniel-gruesso.yml","en-us/blog/authors/daniel-gruesso",{"_path":2185,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2186,"config":2191,"_id":2192,"_type":30,"title":2187,"_source":32,"_file":2193,"_stem":2194,"_extension":35},"/en-us/blog/authors/daniel-hauenstein",{"name":2187,"config":2188},"Daniel Hauenstein",{"headshot":2189,"ctfId":2190},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662434/Blog/Author%20Headshots/daniel_hauenstein_headshot.png","2gXGuSmuvZSxv0iCn4sinV",{"template":695},"content:en-us:blog:authors:daniel-hauenstein.yml","en-us/blog/authors/daniel-hauenstein.yml","en-us/blog/authors/daniel-hauenstein",{"_path":2196,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2197,"config":2202,"_id":2203,"_type":30,"title":2198,"_source":32,"_file":2204,"_stem":2205,"_extension":35},"/en-us/blog/authors/daniel-helfand",{"name":2198,"config":2199},"Daniel Helfand",{"headshot":2200,"ctfId":2201},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662418/Blog/Author%20Headshots/dhelfand.png","b9sRP0HJhdPsOEruWUfih",{"template":695},"content:en-us:blog:authors:daniel-helfand.yml","en-us/blog/authors/daniel-helfand.yml","en-us/blog/authors/daniel-helfand",{"_path":2207,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2208,"config":2212,"_id":2213,"_type":30,"title":2209,"_source":32,"_file":2214,"_stem":2215,"_extension":35},"/en-us/blog/authors/daniel-mora",{"name":2209,"config":2210},"Daniel Mora",{"headshot":7,"ctfId":2211},"dmoraberlin",{"template":695},"content:en-us:blog:authors:daniel-mora.yml","en-us/blog/authors/daniel-mora.yml","en-us/blog/authors/daniel-mora",{"_path":2217,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2218,"config":2222,"_id":2224,"_type":30,"title":2219,"_source":32,"_file":2225,"_stem":2226,"_extension":35},"/en-us/blog/authors/daniel-murphy",{"name":2219,"config":2220},"Daniel Murphy",{"headshot":2221},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752519199/fabr89uottv7n6r2jldp.png",{"template":695,"gitlabHandle":2223},"daniel-murphy","content:en-us:blog:authors:daniel-murphy.yml","en-us/blog/authors/daniel-murphy.yml","en-us/blog/authors/daniel-murphy",{"_path":2228,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2229,"config":2234,"_id":2235,"_type":30,"title":2230,"_source":32,"_file":2236,"_stem":2237,"_extension":35},"/en-us/blog/authors/darby-frey",{"name":2230,"config":2231},"Darby Frey",{"headshot":2232,"ctfId":2233},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668565/Blog/Author%20Headshots/darbyfrey-headshot.png","darbyfrey",{"template":695},"content:en-us:blog:authors:darby-frey.yml","en-us/blog/authors/darby-frey.yml","en-us/blog/authors/darby-frey",{"_path":2239,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2240,"config":2245,"_id":2246,"_type":30,"title":2241,"_source":32,"_file":2247,"_stem":2248,"_extension":35},"/en-us/blog/authors/darren-eastman",{"name":2241,"config":2242},"Darren Eastman",{"headshot":2243,"ctfId":2244},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665148/Blog/Author%20Headshots/darren_eastman.png","DarrenEastman",{"template":695},"content:en-us:blog:authors:darren-eastman.yml","en-us/blog/authors/darren-eastman.yml","en-us/blog/authors/darren-eastman",{"_path":2250,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2251,"config":2255,"_id":2256,"_type":30,"title":2252,"_source":32,"_file":2257,"_stem":2258,"_extension":35},"/en-us/blog/authors/darren-murph",{"name":2252,"config":2253},"Darren Murph",{"headshot":7,"ctfId":2254},"dmurph",{"template":695},"content:en-us:blog:authors:darren-murph.yml","en-us/blog/authors/darren-murph.yml","en-us/blog/authors/darren-murph",{"_path":2260,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2261,"config":2268,"_id":2269,"_type":30,"title":2263,"_source":32,"_file":2270,"_stem":2271,"_extension":35},"/en-us/blog/authors/darwin-sanoy",{"role":2262,"name":2263,"config":2264},"Field Chief Cloud Architect","Darwin Sanoy",{"headshot":2265,"linkedin":2266,"ctfId":2267},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659751/Blog/Author%20Headshots/Darwin-Sanoy-headshot-395-square-gitlab-teampage-avatar.png","https://linkedin.com/in/darwinsanoy","DarwinJS",{"template":695},"content:en-us:blog:authors:darwin-sanoy.yml","en-us/blog/authors/darwin-sanoy.yml","en-us/blog/authors/darwin-sanoy",{"_path":2273,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2274,"config":2279,"_id":2280,"_type":30,"title":2275,"_source":32,"_file":2281,"_stem":2282,"_extension":35},"/en-us/blog/authors/dave-steer",{"name":2275,"config":2276},"Dave Steer",{"headshot":2277,"ctfId":2278},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658895/Blog/Author%20Headshots/dsteer-headshot.jpg","dsteer",{"template":695},"content:en-us:blog:authors:dave-steer.yml","en-us/blog/authors/dave-steer.yml","en-us/blog/authors/dave-steer",{"_path":2284,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2285,"config":2289,"_id":2290,"_type":30,"title":2286,"_source":32,"_file":2291,"_stem":2292,"_extension":35},"/en-us/blog/authors/dave-wentzel",{"name":2286,"config":2287},"Dave Wentzel",{"headshot":726,"ctfId":2288},"Dave-Wentzel",{"template":695},"content:en-us:blog:authors:dave-wentzel.yml","en-us/blog/authors/dave-wentzel.yml","en-us/blog/authors/dave-wentzel",{"_path":2294,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2295,"config":2300,"_id":2301,"_type":30,"title":2302,"_source":32,"_file":2303,"_stem":2304,"_extension":35},"/en-us/blog/authors/david-desanto-chief-product-officer-gitlab",{"name":2296,"config":2297},"David DeSanto, Chief Product Officer, GitLab",{"headshot":2298,"ctfId":2299},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660185/Blog/Author%20Headshots/david-headshot.jpg","david",{"template":695},"content:en-us:blog:authors:david-desanto-chief-product-officer-gitlab.yml","David Desanto Chief Product Officer Gitlab","en-us/blog/authors/david-desanto-chief-product-officer-gitlab.yml","en-us/blog/authors/david-desanto-chief-product-officer-gitlab",{"_path":2306,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2307,"config":2312,"_id":2313,"_type":30,"title":2314,"_source":32,"_file":2315,"_stem":2316,"_extension":35},"/en-us/blog/authors/david-oregan",{"name":2308,"config":2309},"David O'Regan",{"headshot":2310,"ctfId":2311},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659853/Blog/Author%20Headshots/oregand-headshot.png","oregand",{"template":695},"content:en-us:blog:authors:david-oregan.yml","David Oregan","en-us/blog/authors/david-oregan.yml","en-us/blog/authors/david-oregan",{"_path":2318,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2319,"config":2323,"_id":2324,"_type":30,"title":2320,"_source":32,"_file":2325,"_stem":2326,"_extension":35},"/en-us/blog/authors/david-planella",{"name":2320,"config":2321},"David Planella",{"headshot":726,"ctfId":2322},"1Ehi3fTex4dxUCV2kYz4Vh",{"template":695},"content:en-us:blog:authors:david-planella.yml","en-us/blog/authors/david-planella.yml","en-us/blog/authors/david-planella",{"_path":2328,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2329,"config":2333,"_id":2334,"_type":30,"title":2330,"_source":32,"_file":2335,"_stem":2336,"_extension":35},"/en-us/blog/authors/david-russell",{"name":2330,"config":2331},"David Russell",{"headshot":726,"ctfId":2332},"David-Russell",{"template":695},"content:en-us:blog:authors:david-russell.yml","en-us/blog/authors/david-russell.yml","en-us/blog/authors/david-russell",{"_path":2338,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2339,"config":2344,"_id":2345,"_type":30,"title":2340,"_source":32,"_file":2346,"_stem":2347,"_extension":35},"/en-us/blog/authors/david-smith",{"name":2340,"config":2341},"David Smith",{"headshot":2342,"ctfId":2343},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671135/Blog/Author%20Headshots/dawsmith-headshot.jpg","dawsmith",{"template":695},"content:en-us:blog:authors:david-smith.yml","en-us/blog/authors/david-smith.yml","en-us/blog/authors/david-smith",{"_path":2349,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2350,"config":2354,"_id":2355,"_type":30,"title":2351,"_source":32,"_file":2356,"_stem":2357,"_extension":35},"/en-us/blog/authors/davis-townsend",{"name":2351,"config":2352},"Davis Townsend",{"headshot":7,"ctfId":2353},"davistownsend",{"template":695},"content:en-us:blog:authors:davis-townsend.yml","en-us/blog/authors/davis-townsend.yml","en-us/blog/authors/davis-townsend",{"_path":2359,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2360,"config":2364,"_id":2366,"_type":30,"title":2361,"_source":32,"_file":2367,"_stem":2368,"_extension":35},"/en-us/blog/authors/davoud-tu",{"name":2361,"config":2362},"Davoud Tu",{"headshot":2363},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756481763/pfdaqbndnstiqlmxh3ee.png",{"template":695,"gitlabHandle":2365},"davoudtu","content:en-us:blog:authors:davoud-tu.yml","en-us/blog/authors/davoud-tu.yml","en-us/blog/authors/davoud-tu",{"_path":2370,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2371,"config":2376,"_id":2377,"_type":30,"title":2378,"_source":32,"_file":2379,"_stem":2380,"_extension":35},"/en-us/blog/authors/dean-agron-co-founder-and-ceo-oxeye",{"name":2372,"config":2373},"Dean Agron, co-founder and CEO, Oxeye",{"headshot":2374,"ctfId":2375},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671963/Blog/Author%20Headshots/Dean_Photo__1_.jpg","6wQ0QwFZdbzAtYGZgnALkw",{"template":695},"content:en-us:blog:authors:dean-agron-co-founder-and-ceo-oxeye.yml","Dean Agron Co Founder And Ceo Oxeye","en-us/blog/authors/dean-agron-co-founder-and-ceo-oxeye.yml","en-us/blog/authors/dean-agron-co-founder-and-ceo-oxeye",{"_path":2382,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2383,"config":2388,"_id":2389,"_type":30,"title":2384,"_source":32,"_file":2390,"_stem":2391,"_extension":35},"/en-us/blog/authors/deepa-mahalingam",{"name":2384,"config":2385},"Deepa Mahalingam",{"headshot":2386,"ctfId":2387},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662019/Blog/Author%20Headshots/deepa-headshot.jpg","M54z9AWDuU7L9nBR9gRF4",{"template":695},"content:en-us:blog:authors:deepa-mahalingam.yml","en-us/blog/authors/deepa-mahalingam.yml","en-us/blog/authors/deepa-mahalingam",{"_path":2393,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2394,"config":2399,"_id":2400,"_type":30,"title":2395,"_source":32,"_file":2401,"_stem":2402,"_extension":35},"/en-us/blog/authors/dennis-appelt",{"name":2395,"config":2396},"Dennis Appelt",{"headshot":2397,"ctfId":2398},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672032/Blog/Author%20Headshots/dappelt-headshot.jpg","dappelt",{"template":695},"content:en-us:blog:authors:dennis-appelt.yml","en-us/blog/authors/dennis-appelt.yml","en-us/blog/authors/dennis-appelt",{"_path":2404,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2405,"config":2410,"_id":2411,"_type":30,"title":2406,"_source":32,"_file":2412,"_stem":2413,"_extension":35},"/en-us/blog/authors/dennis-tang",{"name":2406,"config":2407},"Dennis Tang",{"headshot":2408,"ctfId":2409},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672189/Blog/Author%20Headshots/dennis-headshot.jpg","dennis",{"template":695},"content:en-us:blog:authors:dennis-tang.yml","en-us/blog/authors/dennis-tang.yml","en-us/blog/authors/dennis-tang",{"_path":2415,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2416,"config":2420,"_id":2422,"_type":30,"title":2423,"_source":32,"_file":2424,"_stem":2425,"_extension":35},"/en-us/blog/authors/dennis-van-rooijen",{"name":2417,"config":2418},"Dennis van Rooijen",{"headshot":2419},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758031391/muvwg1sxetzekmuhqdql.png",{"template":695,"gitlabHandle":2421},"dvanrooijen2","content:en-us:blog:authors:dennis-van-rooijen.yml","Dennis Van Rooijen","en-us/blog/authors/dennis-van-rooijen.yml","en-us/blog/authors/dennis-van-rooijen",{"_path":2427,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2428,"config":2433,"_id":2434,"_type":30,"title":2429,"_source":32,"_file":2435,"_stem":2436,"_extension":35},"/en-us/blog/authors/devin-sylva",{"name":2429,"config":2430},"Devin Sylva",{"headshot":2431,"ctfId":2432},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679087/Blog/Author%20Headshots/devin-headshot.jpg","devin",{"template":695},"content:en-us:blog:authors:devin-sylva.yml","en-us/blog/authors/devin-sylva.yml","en-us/blog/authors/devin-sylva",{"_path":2438,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2439,"config":2443,"_id":2444,"_type":30,"title":2440,"_source":32,"_file":2445,"_stem":2446,"_extension":35},"/en-us/blog/authors/dhruv-jain",{"name":2440,"config":2441},"Dhruv Jain",{"headshot":726,"ctfId":2442},"2wyibk9HBKn6PjgaEuzXuZ",{"template":695},"content:en-us:blog:authors:dhruv-jain.yml","en-us/blog/authors/dhruv-jain.yml","en-us/blog/authors/dhruv-jain",{"_path":2448,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2449,"config":2453,"_id":2454,"_type":30,"title":2450,"_source":32,"_file":2455,"_stem":2456,"_extension":35},"/en-us/blog/authors/diana-logan",{"name":2450,"config":2451},"Diana Logan",{"headshot":726,"ctfId":2452},"6poIwhQe6W9ysm5rBuSPXX",{"template":695},"content:en-us:blog:authors:diana-logan.yml","en-us/blog/authors/diana-logan.yml","en-us/blog/authors/diana-logan",{"_path":2458,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2459,"config":2464,"_id":2465,"_type":30,"title":2460,"_source":32,"_file":2466,"_stem":2467,"_extension":35},"/en-us/blog/authors/dilan-orrino",{"name":2460,"config":2461},"Dilan Orrino",{"headshot":2462,"ctfId":2463},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666180/Blog/Author%20Headshots/dorrino-headshot.png","dorrino",{"template":695},"content:en-us:blog:authors:dilan-orrino.yml","en-us/blog/authors/dilan-orrino.yml","en-us/blog/authors/dilan-orrino",{"_path":2469,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2470,"config":2474,"_id":2475,"_type":30,"title":2471,"_source":32,"_file":2476,"_stem":2477,"_extension":35},"/en-us/blog/authors/dimitrie-hoekstra",{"name":2471,"config":2472},"Dimitrie Hoekstra",{"headshot":7,"ctfId":2473},"dimitrieh",{"template":695},"content:en-us:blog:authors:dimitrie-hoekstra.yml","en-us/blog/authors/dimitrie-hoekstra.yml","en-us/blog/authors/dimitrie-hoekstra",{"_path":2479,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2480,"config":2484,"_id":2485,"_type":30,"title":2481,"_source":32,"_file":2486,"_stem":2487,"_extension":35},"/en-us/blog/authors/dinesh-bolkensteyn",{"name":2481,"config":2482},"Dinesh Bolkensteyn",{"headshot":726,"ctfId":2483},"EpylYWgjPmFOL5NX3Zxmk",{"template":695},"content:en-us:blog:authors:dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn",{"_path":2489,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2490,"config":2494,"_id":2495,"_type":30,"title":2496,"_source":32,"_file":2497,"_stem":2498,"_extension":35},"/en-us/blog/authors/dj-mountney",{"name":2491,"config":2492},"DJ Mountney",{"headshot":726,"ctfId":2493},"DJ-Mountney",{"template":695},"content:en-us:blog:authors:dj-mountney.yml","Dj Mountney","en-us/blog/authors/dj-mountney.yml","en-us/blog/authors/dj-mountney",{"_path":2500,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2501,"config":2505,"_id":2506,"_type":30,"title":2507,"_source":32,"_file":2508,"_stem":2509,"_extension":35},"/en-us/blog/authors/dmitriy-job",{"name":2502,"config":2503},"Dmitriy, Job",{"headshot":726,"ctfId":2504},"Dmitriy-Job",{"template":695},"content:en-us:blog:authors:dmitriy-job.yml","Dmitriy Job","en-us/blog/authors/dmitriy-job.yml","en-us/blog/authors/dmitriy-job",{"_path":2511,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2512,"config":2516,"_id":2517,"_type":30,"title":2513,"_source":32,"_file":2518,"_stem":2519,"_extension":35},"/en-us/blog/authors/dmitriy-zaporozhets",{"name":2513,"config":2514},"Dmitriy Zaporozhets",{"headshot":726,"ctfId":2515},"Dmitriy-Zaporozhets",{"template":695},"content:en-us:blog:authors:dmitriy-zaporozhets.yml","en-us/blog/authors/dmitriy-zaporozhets.yml","en-us/blog/authors/dmitriy-zaporozhets",{"_path":2521,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2522,"config":2527,"_id":2528,"_type":30,"title":2523,"_source":32,"_file":2529,"_stem":2530,"_extension":35},"/en-us/blog/authors/dmitry-gruzd",{"name":2523,"config":2524},"Dmitry Gruzd",{"headshot":2525,"ctfId":2526},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682014/Blog/Author%20Headshots/dgruzd-headshot.jpg","dgruzd",{"template":695},"content:en-us:blog:authors:dmitry-gruzd.yml","en-us/blog/authors/dmitry-gruzd.yml","en-us/blog/authors/dmitry-gruzd",{"_path":2532,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2533,"config":2538,"_id":2539,"_type":30,"title":2534,"_source":32,"_file":2540,"_stem":2541,"_extension":35},"/en-us/blog/authors/dominic-couture",{"name":2534,"config":2535},"Dominic Couture",{"headshot":2536,"ctfId":2537},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683783/Blog/Author%20Headshots/dominic.png","3K2DmuMWV5isBeVtKsplia",{"template":695},"content:en-us:blog:authors:dominic-couture.yml","en-us/blog/authors/dominic-couture.yml","en-us/blog/authors/dominic-couture",{"_path":2543,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2544,"config":2548,"_id":2549,"_type":30,"title":2545,"_source":32,"_file":2550,"_stem":2551,"_extension":35},"/en-us/blog/authors/douglas-alexandre",{"name":2545,"config":2546},"Douglas Alexandre",{"headshot":726,"ctfId":2547},"Douglas-Alexandre",{"template":695},"content:en-us:blog:authors:douglas-alexandre.yml","en-us/blog/authors/douglas-alexandre.yml","en-us/blog/authors/douglas-alexandre",{"_path":2553,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2554,"config":2558,"_id":2559,"_type":30,"title":2555,"_source":32,"_file":2560,"_stem":2561,"_extension":35},"/en-us/blog/authors/douwe-maan",{"name":2555,"config":2556},"Douwe Maan",{"headshot":7,"ctfId":2557},"DouweM",{"template":695},"content:en-us:blog:authors:douwe-maan.yml","en-us/blog/authors/douwe-maan.yml","en-us/blog/authors/douwe-maan",{"_path":2563,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2564,"config":2569,"_id":2570,"_type":30,"title":2565,"_source":32,"_file":2571,"_stem":2572,"_extension":35},"/en-us/blog/authors/dov-hershkovitch",{"name":2565,"config":2566},"Dov Hershkovitch",{"headshot":2567,"ctfId":2568},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665628/Blog/Author%20Headshots/dhershkovitch-headshot.png","dhershkovitch",{"template":695},"content:en-us:blog:authors:dov-hershkovitch.yml","en-us/blog/authors/dov-hershkovitch.yml","en-us/blog/authors/dov-hershkovitch",{"_path":2574,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2575,"config":2579,"_id":2580,"_type":30,"title":2581,"_source":32,"_file":2582,"_stem":2583,"_extension":35},"/en-us/blog/authors/dr-elle-obrien",{"name":2576,"config":2577},"Dr. Elle O'Brien",{"headshot":726,"ctfId":2578},"Dr-Elle-OBrien",{"template":695},"content:en-us:blog:authors:dr-elle-obrien.yml","Dr Elle Obrien","en-us/blog/authors/dr-elle-obrien.yml","en-us/blog/authors/dr-elle-obrien",{"_path":2585,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2586,"config":2590,"_id":2591,"_type":30,"title":2587,"_source":32,"_file":2592,"_stem":2593,"_extension":35},"/en-us/blog/authors/drew-blessing",{"name":2587,"config":2588},"Drew Blessing",{"headshot":726,"ctfId":2589},"Drew-Blessing",{"template":695},"content:en-us:blog:authors:drew-blessing.yml","en-us/blog/authors/drew-blessing.yml","en-us/blog/authors/drew-blessing",{"_path":2595,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2596,"config":2601,"_id":2602,"_type":30,"title":2597,"_source":32,"_file":2603,"_stem":2604,"_extension":35},"/en-us/blog/authors/dylan-griffith",{"name":2597,"config":2598},"Dylan Griffith",{"headshot":2599,"ctfId":2600},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672822/Blog/Author%20Headshots/DylanGriffith-headshot.jpg","DylanGriffith",{"template":695},"content:en-us:blog:authors:dylan-griffith.yml","en-us/blog/authors/dylan-griffith.yml","en-us/blog/authors/dylan-griffith",{"_path":2606,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2607,"config":2611,"_id":2612,"_type":30,"title":2608,"_source":32,"_file":2613,"_stem":2614,"_extension":35},"/en-us/blog/authors/eddie-glenn",{"name":2608,"config":2609},"Eddie Glenn",{"headshot":7,"ctfId":2610},"eglenn",{"template":695},"content:en-us:blog:authors:eddie-glenn.yml","en-us/blog/authors/eddie-glenn.yml","en-us/blog/authors/eddie-glenn",{"_path":2616,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2617,"config":2622,"_id":2623,"_type":30,"title":2618,"_source":32,"_file":2624,"_stem":2625,"_extension":35},"/en-us/blog/authors/eduardo-bonet",{"name":2618,"config":2619},"Eduardo Bonet",{"headshot":2620,"ctfId":2621},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682722/Blog/Author%20Headshots/eduardobonet-headshot.jpg","eduardobonet",{"template":695},"content:en-us:blog:authors:eduardo-bonet.yml","en-us/blog/authors/eduardo-bonet.yml","en-us/blog/authors/eduardo-bonet",{"_path":2627,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2628,"config":2633,"_id":2634,"_type":30,"title":2629,"_source":32,"_file":2635,"_stem":2636,"_extension":35},"/en-us/blog/authors/eliran-mesika",{"name":2629,"config":2630},"Eliran Mesika",{"headshot":2631,"ctfId":2632},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670111/Blog/Author%20Headshots/eliran.jpg","eliranmesika",{"template":695},"content:en-us:blog:authors:eliran-mesika.yml","en-us/blog/authors/eliran-mesika.yml","en-us/blog/authors/eliran-mesika",{"_path":2638,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2639,"config":2644,"_id":2645,"_type":30,"title":2640,"_source":32,"_file":2646,"_stem":2647,"_extension":35},"/en-us/blog/authors/elisabeth-burrows",{"name":2640,"config":2641},"Elisabeth Burrows",{"headshot":2642,"ctfId":2643},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659535/Blog/Author%20Headshots/liz_burrows_headshot.png","6Nj2Lio5W7HdeNYoysVgCf",{"template":695},"content:en-us:blog:authors:elisabeth-burrows.yml","en-us/blog/authors/elisabeth-burrows.yml","en-us/blog/authors/elisabeth-burrows",{"_path":2649,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2650,"config":2654,"_id":2655,"_type":30,"title":2651,"_source":32,"_file":2656,"_stem":2657,"_extension":35},"/en-us/blog/authors/elliot-rushton",{"name":2651,"config":2652},"Elliot Rushton",{"headshot":7,"ctfId":2653},"erushton",{"template":695},"content:en-us:blog:authors:elliot-rushton.yml","en-us/blog/authors/elliot-rushton.yml","en-us/blog/authors/elliot-rushton",{"_path":2659,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2660,"config":2664,"_id":2665,"_type":30,"title":2661,"_source":32,"_file":2666,"_stem":2667,"_extension":35},"/en-us/blog/authors/emilie-schario",{"name":2661,"config":2662},"Emilie Schario",{"headshot":7,"ctfId":2663},"emilie",{"template":695},"content:en-us:blog:authors:emilie-schario.yml","en-us/blog/authors/emilie-schario.yml","en-us/blog/authors/emilie-schario",{"_path":2669,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2670,"config":2675,"_id":2676,"_type":30,"title":2671,"_source":32,"_file":2677,"_stem":2678,"_extension":35},"/en-us/blog/authors/emilio-salvador",{"name":2671,"config":2672},"Emilio Salvador",{"headshot":2673,"ctfId":2674},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660161/Blog/Author%20Headshots/esalvadorp-headshot.png","esalvadorp",{"template":695},"content:en-us:blog:authors:emilio-salvador.yml","en-us/blog/authors/emilio-salvador.yml","en-us/blog/authors/emilio-salvador",{"_path":2680,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2681,"config":2686,"_id":2687,"_type":30,"title":2682,"_source":32,"_file":2688,"_stem":2689,"_extension":35},"/en-us/blog/authors/emily-bauman",{"name":2682,"config":2683},"Emily Bauman",{"headshot":2684,"ctfId":2685},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664145/Blog/Author%20Headshots/emilybauman-headshot.jpg","emilybauman",{"template":695},"content:en-us:blog:authors:emily-bauman.yml","en-us/blog/authors/emily-bauman.yml","en-us/blog/authors/emily-bauman",{"_path":2691,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2692,"config":2696,"_id":2697,"_type":30,"title":2693,"_source":32,"_file":2698,"_stem":2699,"_extension":35},"/en-us/blog/authors/emily-chin",{"name":2693,"config":2694},"Emily Chin",{"headshot":7,"ctfId":2695},"echin",{"template":695},"content:en-us:blog:authors:emily-chin.yml","en-us/blog/authors/emily-chin.yml","en-us/blog/authors/emily-chin",{"_path":2701,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2702,"config":2706,"_id":2707,"_type":30,"title":2703,"_source":32,"_file":2708,"_stem":2709,"_extension":35},"/en-us/blog/authors/emily-kyle",{"name":2703,"config":2704},"Emily Kyle",{"headshot":726,"ctfId":2705},"Emily-Kyle",{"template":695},"content:en-us:blog:authors:emily-kyle.yml","en-us/blog/authors/emily-kyle.yml","en-us/blog/authors/emily-kyle",{"_path":2711,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2712,"config":2716,"_id":2717,"_type":30,"title":2718,"_source":32,"_file":2719,"_stem":2720,"_extension":35},"/en-us/blog/authors/emily-von-hoffmann",{"name":2713,"config":2714},"Emily von Hoffmann",{"headshot":726,"ctfId":2715},"evhoffmann",{"template":695},"content:en-us:blog:authors:emily-von-hoffmann.yml","Emily Von Hoffmann","en-us/blog/authors/emily-von-hoffmann.yml","en-us/blog/authors/emily-von-hoffmann",{"_path":2722,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2723,"config":2728,"_id":2729,"_type":30,"title":2730,"_source":32,"_file":2731,"_stem":2732,"_extension":35},"/en-us/blog/authors/enrique-alcntara",{"name":2724,"config":2725},"Enrique Alcántara",{"headshot":2726,"ctfId":2727},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669746/Blog/Author%20Headshots/ealcantara-headshot.jpg","3E3c30ZWRUTq6rlFiYrjtq",{"template":695},"content:en-us:blog:authors:enrique-alcntara.yml","Enrique Alcntara","en-us/blog/authors/enrique-alcntara.yml","en-us/blog/authors/enrique-alcntara",{"_path":2734,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2735,"config":2739,"_id":2740,"_type":30,"title":2736,"_source":32,"_file":2741,"_stem":2742,"_extension":35},"/en-us/blog/authors/eric-brinkman",{"name":2736,"config":2737},"Eric Brinkman",{"headshot":7,"ctfId":2738},"ebrinkman",{"template":695},"content:en-us:blog:authors:eric-brinkman.yml","en-us/blog/authors/eric-brinkman.yml","en-us/blog/authors/eric-brinkman",{"_path":2744,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2745,"config":2749,"_id":2750,"_type":30,"title":2746,"_source":32,"_file":2751,"_stem":2752,"_extension":35},"/en-us/blog/authors/eric-eastwood",{"name":2746,"config":2747},"Eric Eastwood",{"headshot":7,"ctfId":2748},"MadLittleMods",{"template":695},"content:en-us:blog:authors:eric-eastwood.yml","en-us/blog/authors/eric-eastwood.yml","en-us/blog/authors/eric-eastwood",{"_path":2754,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2755,"config":2759,"_id":2760,"_type":30,"title":2756,"_source":32,"_file":2761,"_stem":2762,"_extension":35},"/en-us/blog/authors/eric-rosenberg",{"name":2756,"config":2757},"Eric Rosenberg",{"headshot":7,"ctfId":2758},"ericrosenberg88",{"template":695},"content:en-us:blog:authors:eric-rosenberg.yml","en-us/blog/authors/eric-rosenberg.yml","en-us/blog/authors/eric-rosenberg",{"_path":2764,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2765,"config":2770,"_id":2771,"_type":30,"title":2766,"_source":32,"_file":2772,"_stem":2773,"_extension":35},"/en-us/blog/authors/eric-rubin",{"name":2766,"config":2767},"Eric Rubin",{"headshot":2768,"ctfId":2769},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682494/Blog/Author%20Headshots/ericrubin-headshot.png","ericrubin",{"template":695},"content:en-us:blog:authors:eric-rubin.yml","en-us/blog/authors/eric-rubin.yml","en-us/blog/authors/eric-rubin",{"_path":2775,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2776,"config":2781,"_id":2782,"_type":30,"title":2777,"_source":32,"_file":2783,"_stem":2784,"_extension":35},"/en-us/blog/authors/eric-schurter",{"name":2777,"config":2778},"Eric Schurter",{"headshot":2779,"ctfId":2780},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679281/Blog/Author%20Headshots/ericschurter-headshot.jpg","ericschurter",{"template":695},"content:en-us:blog:authors:eric-schurter.yml","en-us/blog/authors/eric-schurter.yml","en-us/blog/authors/eric-schurter",{"_path":2786,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2787,"config":2791,"_id":2792,"_type":30,"title":2788,"_source":32,"_file":2793,"_stem":2794,"_extension":35},"/en-us/blog/authors/erica-huang",{"name":2788,"config":2789},"Erica Huang",{"headshot":7,"ctfId":2790},"exhuang",{"template":695},"content:en-us:blog:authors:erica-huang.yml","en-us/blog/authors/erica-huang.yml","en-us/blog/authors/erica-huang",{"_path":2796,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2797,"config":2801,"_id":2802,"_type":30,"title":2798,"_source":32,"_file":2803,"_stem":2804,"_extension":35},"/en-us/blog/authors/erica-lindberg",{"name":2798,"config":2799},"Erica Lindberg",{"headshot":726,"ctfId":2800},"Erica-Lindberg",{"template":695},"content:en-us:blog:authors:erica-lindberg.yml","en-us/blog/authors/erica-lindberg.yml","en-us/blog/authors/erica-lindberg",{"_path":2806,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2807,"config":2811,"_id":2812,"_type":30,"title":2808,"_source":32,"_file":2813,"_stem":2814,"_extension":35},"/en-us/blog/authors/erich-wegscheider",{"name":2808,"config":2809},"Erich Wegscheider",{"headshot":7,"ctfId":2810},"ewegscheider",{"template":695},"content:en-us:blog:authors:erich-wegscheider.yml","en-us/blog/authors/erich-wegscheider.yml","en-us/blog/authors/erich-wegscheider",{"_path":2816,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2817,"config":2821,"_id":2822,"_type":30,"title":2818,"_source":32,"_file":2823,"_stem":2824,"_extension":35},"/en-us/blog/authors/erick-banks",{"name":2818,"config":2819},"Erick Banks",{"headshot":726,"ctfId":2820},"4CGXhAxudTq69aZOtPnLfu",{"template":695},"content:en-us:blog:authors:erick-banks.yml","en-us/blog/authors/erick-banks.yml","en-us/blog/authors/erick-banks",{"_path":2826,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2827,"config":2831,"_id":2832,"_type":30,"title":2828,"_source":32,"_file":2833,"_stem":2834,"_extension":35},"/en-us/blog/authors/erika-feldman",{"name":2828,"config":2829},"Erika Feldman",{"headshot":726,"ctfId":2830},"78oCat8vvbl6mzXsLawd9d",{"template":695},"content:en-us:blog:authors:erika-feldman.yml","en-us/blog/authors/erika-feldman.yml","en-us/blog/authors/erika-feldman",{"_path":2836,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2837,"config":2841,"_id":2842,"_type":30,"title":2843,"_source":32,"_file":2844,"_stem":2845,"_extension":35},"/en-us/blog/authors/erin-krengel-pulumi",{"name":2838,"config":2839},"Erin Krengel, Pulumi",{"headshot":726,"ctfId":2840},"Erin-Krengel-Pulumi",{"template":695},"content:en-us:blog:authors:erin-krengel-pulumi.yml","Erin Krengel Pulumi","en-us/blog/authors/erin-krengel-pulumi.yml","en-us/blog/authors/erin-krengel-pulumi",{"_path":2847,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2848,"config":2852,"_id":2853,"_type":30,"title":2854,"_source":32,"_file":2855,"_stem":2856,"_extension":35},"/en-us/blog/authors/ernst-van-nierop",{"name":2849,"config":2850},"Ernst van Nierop",{"headshot":7,"ctfId":2851},"ernstvn",{"template":695},"content:en-us:blog:authors:ernst-van-nierop.yml","Ernst Van Nierop","en-us/blog/authors/ernst-van-nierop.yml","en-us/blog/authors/ernst-van-nierop",{"_path":2858,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2859,"config":2863,"_id":2864,"_type":30,"title":2860,"_source":32,"_file":2865,"_stem":2866,"_extension":35},"/en-us/blog/authors/esther-shein",{"name":2860,"config":2861},"Esther Shein",{"headshot":726,"ctfId":2862},"Esther-Shein",{"template":695},"content:en-us:blog:authors:esther-shein.yml","en-us/blog/authors/esther-shein.yml","en-us/blog/authors/esther-shein",{"_path":2868,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2869,"config":2874,"_id":2875,"_type":30,"title":2870,"_source":32,"_file":2876,"_stem":2877,"_extension":35},"/en-us/blog/authors/ethan-strike",{"name":2870,"config":2871},"Ethan Strike",{"headshot":2872,"ctfId":2873},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679067/Blog/Author%20Headshots/estrike-headshot.png","estrike",{"template":695},"content:en-us:blog:authors:ethan-strike.yml","en-us/blog/authors/ethan-strike.yml","en-us/blog/authors/ethan-strike",{"_path":2879,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2880,"config":2884,"_id":2885,"_type":30,"title":2881,"_source":32,"_file":2886,"_stem":2887,"_extension":35},"/en-us/blog/authors/ethan-urie",{"name":2881,"config":2882},"Ethan Urie",{"headshot":726,"ctfId":2883},"mJhtQw4TY9ZRNF7dfitIF",{"template":695},"content:en-us:blog:authors:ethan-urie.yml","en-us/blog/authors/ethan-urie.yml","en-us/blog/authors/ethan-urie",{"_path":2889,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2890,"config":2894,"_id":2895,"_type":30,"title":2891,"_source":32,"_file":2896,"_stem":2897,"_extension":35},"/en-us/blog/authors/eugene-lim",{"name":2891,"config":2892},"Eugene Lim",{"headshot":726,"ctfId":2893},"6KHdIdghkUfSTzV2MzxNcj",{"template":695},"content:en-us:blog:authors:eugene-lim.yml","en-us/blog/authors/eugene-lim.yml","en-us/blog/authors/eugene-lim",{"_path":2899,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2900,"config":2904,"_id":2905,"_type":30,"title":2901,"_source":32,"_file":2906,"_stem":2907,"_extension":35},"/en-us/blog/authors/eugenia-hannon",{"name":2901,"config":2902},"Eugenia Hannon",{"headshot":7,"ctfId":2903},"eugeniah",{"template":695},"content:en-us:blog:authors:eugenia-hannon.yml","en-us/blog/authors/eugenia-hannon.yml","en-us/blog/authors/eugenia-hannon",{"_path":2909,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2910,"config":2914,"_id":2915,"_type":30,"title":2911,"_source":32,"_file":2916,"_stem":2917,"_extension":35},"/en-us/blog/authors/ev-kontsevoy",{"name":2911,"config":2912},"Ev Kontsevoy",{"headshot":7,"ctfId":2913},"ekontsevoy",{"template":695},"content:en-us:blog:authors:ev-kontsevoy.yml","en-us/blog/authors/ev-kontsevoy.yml","en-us/blog/authors/ev-kontsevoy",{"_path":2919,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2920,"config":2924,"_id":2925,"_type":30,"title":2921,"_source":32,"_file":2926,"_stem":2927,"_extension":35},"/en-us/blog/authors/eva-sasson",{"name":2921,"config":2922},"Eva Sasson",{"headshot":726,"ctfId":2923},"Eva-Sasson",{"template":695},"content:en-us:blog:authors:eva-sasson.yml","en-us/blog/authors/eva-sasson.yml","en-us/blog/authors/eva-sasson",{"_path":2929,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2930,"config":2934,"_id":2935,"_type":30,"title":19,"_source":32,"_file":2936,"_stem":2937,"_extension":35},"/en-us/blog/authors/fabian-zimmer",{"name":19,"config":2931},{"headshot":2932,"ctfId":2933},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/q6awwqbxtg0a4x9gtmhs.png","3TK88UogcX5lx83kWMVuvI",{"template":695},"content:en-us:blog:authors:fabian-zimmer.yml","en-us/blog/authors/fabian-zimmer.yml","en-us/blog/authors/fabian-zimmer",{"_path":2939,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2940,"config":2944,"_id":2945,"_type":30,"title":2941,"_source":32,"_file":2946,"_stem":2947,"_extension":35},"/en-us/blog/authors/fabio-akita",{"name":2941,"config":2942},"Fabio Akita",{"headshot":726,"ctfId":2943},"Fabio-Akita",{"template":695},"content:en-us:blog:authors:fabio-akita.yml","en-us/blog/authors/fabio-akita.yml","en-us/blog/authors/fabio-akita",{"_path":2949,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2950,"config":2954,"_id":2955,"_type":30,"title":2951,"_source":32,"_file":2956,"_stem":2957,"_extension":35},"/en-us/blog/authors/fabio-busatto",{"name":2951,"config":2952},"Fabio Busatto",{"headshot":7,"ctfId":2953},"bikebilly",{"template":695},"content:en-us:blog:authors:fabio-busatto.yml","en-us/blog/authors/fabio-busatto.yml","en-us/blog/authors/fabio-busatto",{"_path":2959,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2960,"config":2965,"_id":2966,"_type":30,"title":2961,"_source":32,"_file":2967,"_stem":2968,"_extension":35},"/en-us/blog/authors/fabio-pitino",{"name":2961,"config":2962},"Fabio Pitino",{"headshot":2963,"ctfId":2964},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659958/Blog/Author%20Headshots/fabiopitino-headshot.jpg","fabiopitino",{"template":695},"content:en-us:blog:authors:fabio-pitino.yml","en-us/blog/authors/fabio-pitino.yml","en-us/blog/authors/fabio-pitino",{"_path":2970,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2971,"config":2975,"_id":2976,"_type":30,"title":2972,"_source":32,"_file":2977,"_stem":2978,"_extension":35},"/en-us/blog/authors/farnoosh-seifoddini",{"name":2972,"config":2973},"Farnoosh Seifoddini",{"headshot":7,"ctfId":2974},"fseifoddini",{"template":695},"content:en-us:blog:authors:farnoosh-seifoddini.yml","en-us/blog/authors/farnoosh-seifoddini.yml","en-us/blog/authors/farnoosh-seifoddini",{"_path":2980,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2981,"config":2985,"_id":2986,"_type":30,"title":2982,"_source":32,"_file":2987,"_stem":2988,"_extension":35},"/en-us/blog/authors/fatih-acet",{"name":2982,"config":2983},"Fatih Acet",{"headshot":7,"ctfId":2984},"fatihacet",{"template":695},"content:en-us:blog:authors:fatih-acet.yml","en-us/blog/authors/fatih-acet.yml","en-us/blog/authors/fatih-acet",{"_path":2990,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":2991,"config":2996,"_id":2997,"_type":30,"title":2992,"_source":32,"_file":2998,"_stem":2999,"_extension":35},"/en-us/blog/authors/fatima-sarah-khalid",{"name":2992,"config":2993},"Fatima Sarah Khalid",{"headshot":2994,"ctfId":2995},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663337/Blog/Author%20Headshots/sugaroverflow-headshot.jpg","sugaroverflow",{"template":695},"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":3001,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3002,"config":3007,"_id":3008,"_type":30,"title":3003,"_source":32,"_file":3009,"_stem":3010,"_extension":35},"/en-us/blog/authors/fernando-diaz",{"name":3003,"config":3004},"Fernando Diaz",{"headshot":3005,"ctfId":3006},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659556/Blog/Author%20Headshots/fern_diaz.png","fjdiaz",{"template":695},"content:en-us:blog:authors:fernando-diaz.yml","en-us/blog/authors/fernando-diaz.yml","en-us/blog/authors/fernando-diaz",{"_path":3012,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3013,"config":3017,"_id":3018,"_type":30,"title":3014,"_source":32,"_file":3019,"_stem":3020,"_extension":35},"/en-us/blog/authors/filipa-lacerda",{"name":3014,"config":3015},"Filipa Lacerda",{"headshot":7,"ctfId":3016},"filipa",{"template":695},"content:en-us:blog:authors:filipa-lacerda.yml","en-us/blog/authors/filipa-lacerda.yml","en-us/blog/authors/filipa-lacerda",{"_path":3022,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3023,"config":3028,"_id":3029,"_type":30,"title":3030,"_source":32,"_file":3031,"_stem":3032,"_extension":35},"/en-us/blog/authors/flix-veillette-potvin",{"name":3024,"config":3025}," Félix Veillette-Potvin",{"headshot":3026,"ctfId":3027},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662606/Blog/Author%20Headshots/_F%C3%A9lix_Veillette-Potvin_headshot.png","3nkwcdE5K3Uw9nrovEngxW",{"template":695},"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":3034,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3035,"config":3039,"_id":3040,"_type":30,"title":3036,"_source":32,"_file":3041,"_stem":3042,"_extension":35},"/en-us/blog/authors/forrest-brazeal",{"name":3036,"config":3037},"Forrest Brazeal",{"headshot":7,"ctfId":3038},"fbrazeal",{"template":695},"content:en-us:blog:authors:forrest-brazeal.yml","en-us/blog/authors/forrest-brazeal.yml","en-us/blog/authors/forrest-brazeal",{"_path":3044,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3045,"config":3049,"_id":3050,"_type":30,"title":3046,"_source":32,"_file":3051,"_stem":3052,"_extension":35},"/en-us/blog/authors/francis-ofungwu",{"name":3046,"config":3047},"Francis Ofungwu",{"headshot":726,"ctfId":3048},"fofungwu",{"template":695},"content:en-us:blog:authors:francis-ofungwu.yml","en-us/blog/authors/francis-ofungwu.yml","en-us/blog/authors/francis-ofungwu",{"_path":3054,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3055,"config":3060,"_id":3061,"_type":30,"title":3062,"_source":32,"_file":3063,"_stem":3064,"_extension":35},"/en-us/blog/authors/frdric-caplette",{"name":3056,"config":3057},"Frédéric Caplette",{"headshot":3058,"ctfId":3059},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661878/Blog/Author%20Headshots/frederic_caplette_headshot.png","6nMRwNMwciKSX03zmbBbPF",{"template":695},"content:en-us:blog:authors:frdric-caplette.yml","Frdric Caplette","en-us/blog/authors/frdric-caplette.yml","en-us/blog/authors/frdric-caplette",{"_path":3066,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3067,"config":3072,"_id":3073,"_type":30,"title":3068,"_source":32,"_file":3074,"_stem":3075,"_extension":35},"/en-us/blog/authors/gabe-weaver",{"name":3068,"config":3069},"Gabe Weaver",{"headshot":3070,"ctfId":3071},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667605/Blog/Author%20Headshots/gweaver-headshot.jpg","gweaver",{"template":695},"content:en-us:blog:authors:gabe-weaver.yml","en-us/blog/authors/gabe-weaver.yml","en-us/blog/authors/gabe-weaver",{"_path":3077,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3078,"config":3083,"_id":3084,"_type":30,"title":3079,"_source":32,"_file":3085,"_stem":3086,"_extension":35},"/en-us/blog/authors/gabriel-engel",{"name":3079,"config":3080},"Gabriel Engel",{"headshot":3081,"ctfId":3082},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664747/Blog/Author%20Headshots/gabrielengel_gl-headshot.jpg","gabrielengelgl",{"template":695},"content:en-us:blog:authors:gabriel-engel.yml","en-us/blog/authors/gabriel-engel.yml","en-us/blog/authors/gabriel-engel",{"_path":3088,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3089,"config":3093,"_id":3094,"_type":30,"title":3090,"_source":32,"_file":3095,"_stem":3096,"_extension":35},"/en-us/blog/authors/gabriel-le-breton",{"name":3090,"config":3091},"Gabriel Le Breton",{"headshot":726,"ctfId":3092},"Gabriel-Le-Breton",{"template":695},"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":3098,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3099,"config":3104,"_id":3105,"_type":30,"title":3100,"_source":32,"_file":3106,"_stem":3107,"_extension":35},"/en-us/blog/authors/gabriel-mazetto",{"name":3100,"config":3101},"Gabriel Mazetto",{"headshot":3102,"ctfId":3103},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678982/Blog/Author%20Headshots/brodock-headshot.jpg","brodock",{"template":695},"content:en-us:blog:authors:gabriel-mazetto.yml","en-us/blog/authors/gabriel-mazetto.yml","en-us/blog/authors/gabriel-mazetto",{"_path":3109,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3110,"config":3115,"_id":3116,"_type":30,"title":3111,"_source":32,"_file":3117,"_stem":3118,"_extension":35},"/en-us/blog/authors/gavin-peltz",{"name":3111,"config":3112},"Gavin Peltz",{"headshot":3113,"ctfId":3114},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662831/Blog/Author%20Headshots/gavin_peltz.png","27UwgXDMqa0oBWV93rXTgN",{"template":695},"content:en-us:blog:authors:gavin-peltz.yml","en-us/blog/authors/gavin-peltz.yml","en-us/blog/authors/gavin-peltz",{"_path":3120,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3121,"config":3126,"_id":3127,"_type":30,"title":3122,"_source":32,"_file":3128,"_stem":3129,"_extension":35},"/en-us/blog/authors/george-kichukov",{"name":3122,"config":3123},"George Kichukov",{"headshot":3124,"ctfId":3125},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664866/Blog/Author%20Headshots/george_kichukov.png","7e8bn05u4pXwYjkRrqdprE",{"template":695},"content:en-us:blog:authors:george-kichukov.yml","en-us/blog/authors/george-kichukov.yml","en-us/blog/authors/george-kichukov",{"_path":3131,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3132,"config":3136,"_id":3137,"_type":30,"title":3133,"_source":32,"_file":3138,"_stem":3139,"_extension":35},"/en-us/blog/authors/gerard-hickey",{"name":3133,"config":3134},"Gerard Hickey",{"headshot":7,"ctfId":3135},"ghickey",{"template":695},"content:en-us:blog:authors:gerard-hickey.yml","en-us/blog/authors/gerard-hickey.yml","en-us/blog/authors/gerard-hickey",{"_path":3141,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3142,"config":3147,"_id":3148,"_type":30,"title":3149,"_source":32,"_file":3150,"_stem":3151,"_extension":35},"/en-us/blog/authors/gerardo-lopez-fernandez",{"name":3143,"config":3144},"Gerardo Lopez-Fernandez",{"headshot":3145,"ctfId":3146},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679925/Blog/Author%20Headshots/glopezfernandez-headshot.jpg","glopezfernandez",{"template":695},"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":3153,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3154,"config":3159,"_id":3160,"_type":30,"title":3155,"_source":32,"_file":3161,"_stem":3162,"_extension":35},"/en-us/blog/authors/gina-doyle",{"name":3155,"config":3156},"Gina Doyle",{"headshot":3157,"ctfId":3158},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679201/Blog/Author%20Headshots/gdoyle-headshot.png","gdoyle",{"template":695},"content:en-us:blog:authors:gina-doyle.yml","en-us/blog/authors/gina-doyle.yml","en-us/blog/authors/gina-doyle",{"_path":3164,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3165,"config":3168,"_id":3169,"_type":30,"title":3170,"_source":32,"_file":3171,"_stem":3172,"_extension":35},"/en-us/blog/authors/gitlab",{"name":3166,"config":3167},"GitLab",{"headshot":726,"ctfId":3166},{"template":695},"content:en-us:blog:authors:gitlab.yml","Gitlab","en-us/blog/authors/gitlab.yml","en-us/blog/authors/gitlab",{"_path":3174,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3175,"config":3179,"_id":3180,"_type":30,"title":3181,"_source":32,"_file":3182,"_stem":3183,"_extension":35},"/en-us/blog/authors/gitlab-ai-assisted-group",{"name":3176,"config":3177},"GitLab AI Assisted Group",{"headshot":726,"ctfId":3178},"GitLab-AI-Assisted-Group",{"template":695},"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":3185,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3186,"config":3190,"_id":3191,"_type":30,"title":3192,"_source":32,"_file":3193,"_stem":3194,"_extension":35},"/en-us/blog/authors/gitlab-france-team",{"name":3187,"config":3188},"GitLab France Team",{"headshot":726,"ctfId":3189},"1gfblqN0ibYIuWGk7MOTny",{"template":695},"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":3196,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3197,"config":3201,"_id":3202,"_type":30,"title":3203,"_source":32,"_file":3204,"_stem":3205,"_extension":35},"/en-us/blog/authors/gitlab-germany-team",{"name":3198,"config":3199},"GitLab Germany Team",{"headshot":726,"ctfId":3200},"6tNquF8jQeRRRi8k3ZXpvS",{"template":695},"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":3207,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3208,"config":3212,"_id":3213,"_type":30,"title":3214,"_source":32,"_file":3215,"_stem":3216,"_extension":35},"/en-us/blog/authors/gitlab-japan-team",{"name":3209,"config":3210},"GitLab Japan Team",{"headshot":726,"ctfId":3211},"5YWHF8vG80rluQ41QjgP7V",{"template":695},"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":3218,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3219,"config":3223,"_id":3224,"_type":30,"title":3225,"_source":32,"_file":3226,"_stem":3227,"_extension":35},"/en-us/blog/authors/gitlab-security-team",{"name":3220,"config":3221},"GitLab Security Team",{"headshot":726,"ctfId":3222},"GitLab-Security-Team",{"template":695},"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":3229,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3230,"config":3234,"_id":3235,"_type":30,"title":3236,"_source":32,"_file":3237,"_stem":3238,"_extension":35},"/en-us/blog/authors/gitlab-team",{"name":3231,"config":3232},"GitLab Team",{"headshot":726,"ctfId":3233},"GitLab-Team",{"template":695},"content:en-us:blog:authors:gitlab-team.yml","Gitlab Team","en-us/blog/authors/gitlab-team.yml","en-us/blog/authors/gitlab-team",{"_path":3240,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3241,"config":3245,"_id":3246,"_type":30,"title":3247,"_source":32,"_file":3248,"_stem":3249,"_extension":35},"/en-us/blog/authors/gitlab-vulnerability-research-team",{"name":3242,"config":3243},"GitLab Vulnerability Research Team",{"headshot":726,"ctfId":3244},"GitLab-Vulnerability-Research-Team",{"template":695},"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":3251,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3252,"config":3256,"_id":3257,"_type":30,"title":3253,"_source":32,"_file":3258,"_stem":3259,"_extension":35},"/en-us/blog/authors/goetz-buerkle",{"name":3253,"config":3254},"Goetz Buerkle",{"headshot":726,"ctfId":3255},"Goetz-Buerkle",{"template":695},"content:en-us:blog:authors:goetz-buerkle.yml","en-us/blog/authors/goetz-buerkle.yml","en-us/blog/authors/goetz-buerkle",{"_path":3261,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3262,"config":3267,"_id":3268,"_type":30,"title":3263,"_source":32,"_file":3269,"_stem":3270,"_extension":35},"/en-us/blog/authors/gosia-ksionek",{"name":3263,"config":3264},"Gosia Ksionek",{"headshot":3265,"ctfId":3266},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749680521/Blog/Author%20Headshots/mksionek-headshot.jpg","mksionek",{"template":695},"content:en-us:blog:authors:gosia-ksionek.yml","en-us/blog/authors/gosia-ksionek.yml","en-us/blog/authors/gosia-ksionek",{"_path":3272,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3273,"config":3278,"_id":3279,"_type":30,"title":3274,"_source":32,"_file":3280,"_stem":3281,"_extension":35},"/en-us/blog/authors/grant-hickman",{"name":3274,"config":3275},"Grant Hickman",{"headshot":3276,"ctfId":3277},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682570/Blog/Author%20Headshots/g.png","ghickman",{"template":695},"content:en-us:blog:authors:grant-hickman.yml","en-us/blog/authors/grant-hickman.yml","en-us/blog/authors/grant-hickman",{"_path":3283,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3284,"config":3289,"_id":3290,"_type":30,"title":3285,"_source":32,"_file":3291,"_stem":3292,"_extension":35},"/en-us/blog/authors/grant-young",{"name":3285,"config":3286},"Grant Young",{"headshot":3287,"ctfId":3288},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666346/Blog/Author%20Headshots/grantyoung-headshot.jpg","grantyoung",{"template":695},"content:en-us:blog:authors:grant-young.yml","en-us/blog/authors/grant-young.yml","en-us/blog/authors/grant-young",{"_path":3294,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3295,"config":3299,"_id":3300,"_type":30,"title":3296,"_source":32,"_file":3301,"_stem":3302,"_extension":35},"/en-us/blog/authors/greg-alfaro",{"name":3296,"config":3297},"Greg Alfaro",{"headshot":7,"ctfId":3298},"7zzMrU9Fbdw0QGxdFjJ1jE",{"template":695},"content:en-us:blog:authors:greg-alfaro.yml","en-us/blog/authors/greg-alfaro.yml","en-us/blog/authors/greg-alfaro",{"_path":3304,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3305,"config":3309,"_id":3310,"_type":30,"title":3306,"_source":32,"_file":3311,"_stem":3312,"_extension":35},"/en-us/blog/authors/greg-johnson",{"name":3306,"config":3307},"Greg Johnson",{"headshot":7,"ctfId":3308},"codeEmitter",{"template":695},"content:en-us:blog:authors:greg-johnson.yml","en-us/blog/authors/greg-johnson.yml","en-us/blog/authors/greg-johnson",{"_path":3314,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3315,"config":3320,"_id":3321,"_type":30,"title":3316,"_source":32,"_file":3322,"_stem":3323,"_extension":35},"/en-us/blog/authors/greg-myers",{"name":3316,"config":3317},"Greg Myers",{"headshot":3318,"ctfId":3319},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665570/Blog/Author%20Headshots/greg_myers_headshot.png","2uUYKgdtszyGfoOHbakiQX",{"template":695},"content:en-us:blog:authors:greg-myers.yml","en-us/blog/authors/greg-myers.yml","en-us/blog/authors/greg-myers",{"_path":3325,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3326,"config":3330,"_id":3331,"_type":30,"title":3327,"_source":32,"_file":3332,"_stem":3333,"_extension":35},"/en-us/blog/authors/grzegorz-bizon",{"name":3327,"config":3328},"Grzegorz Bizon",{"headshot":726,"ctfId":3329},"Grzegorz-Bizon",{"template":695},"content:en-us:blog:authors:grzegorz-bizon.yml","en-us/blog/authors/grzegorz-bizon.yml","en-us/blog/authors/grzegorz-bizon",{"_path":3335,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3336,"config":3340,"_id":3341,"_type":30,"title":3337,"_source":32,"_file":3342,"_stem":3343,"_extension":35},"/en-us/blog/authors/guenjun-yoo",{"name":3337,"config":3338},"Guenjun Yoo",{"headshot":7,"ctfId":3339},"gyoo",{"template":695},"content:en-us:blog:authors:guenjun-yoo.yml","en-us/blog/authors/guenjun-yoo.yml","en-us/blog/authors/guenjun-yoo",{"_path":3345,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3346,"config":3350,"_id":3351,"_type":30,"title":3352,"_source":32,"_file":3353,"_stem":3354,"_extension":35},"/en-us/blog/authors/guest-author-andr-arko-of-ruby-together",{"name":3347,"config":3348},"Guest author André Arko of Ruby Together",{"headshot":726,"ctfId":3349},"Guest-author-Andr-Arko-of-Ruby-Together",{"template":695},"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":3356,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3357,"config":3361,"_id":3362,"_type":30,"title":3363,"_source":32,"_file":3364,"_stem":3365,"_extension":35},"/en-us/blog/authors/guest-author-andr-miranda",{"name":3358,"config":3359},"Guest author André Miranda",{"headshot":726,"ctfId":3360},"Guest-author-Andr-Miranda",{"template":695},"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":3367,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3368,"config":3374,"_id":3375,"_type":30,"title":3376,"_source":32,"_file":3377,"_stem":3378,"_extension":35},"/en-us/blog/authors/gufran-yeilyurt-obss",{"name":3369,"config":3370},"Gufran Yeşilyurt, OBSS",{"headshot":3371,"linkedin":3372,"ctfId":3373},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666380/Blog/Author%20Headshots/1643972670650.jpg","https://www.linkedin.com/in/gufran-yesilyurt/","2ydYMU86my71BUASual2EI",{"template":695},"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":3380,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3381,"config":3385,"_id":3386,"_type":30,"title":3387,"_source":32,"_file":3388,"_stem":3389,"_extension":35},"/en-us/blog/authors/gustaw-fit-of-zoopla",{"name":3382,"config":3383},"Gustaw Fit of Zoopla",{"headshot":726,"ctfId":3384},"Gustaw-Fit-of-Zoopla",{"template":695},"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":3391,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3392,"config":3396,"_id":3397,"_type":30,"title":3398,"_source":32,"_file":3399,"_stem":3400,"_extension":35},"/en-us/blog/authors/guy-bar-gil-product-manager-at-whitesource",{"name":3393,"config":3394},"Guy Bar-Gil, Product Manager at WhiteSource",{"headshot":726,"ctfId":3395},"Guy-BarGil-Product-Manager-at-WhiteSource",{"template":695},"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":3402,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3403,"config":3407,"_id":3408,"_type":30,"title":3404,"_source":32,"_file":3409,"_stem":3410,"_extension":35},"/en-us/blog/authors/gyan-chawdhary",{"name":3404,"config":3405},"Gyan Chawdhary",{"headshot":726,"ctfId":3406},"Gyan-Chawdhary",{"template":695},"content:en-us:blog:authors:gyan-chawdhary.yml","en-us/blog/authors/gyan-chawdhary.yml","en-us/blog/authors/gyan-chawdhary",{"_path":3412,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3413,"config":3418,"_id":3419,"_type":30,"title":3414,"_source":32,"_file":3420,"_stem":3421,"_extension":35},"/en-us/blog/authors/haim-snir",{"name":3414,"config":3415},"Haim Snir",{"headshot":3416,"ctfId":3417},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664386/Blog/Author%20Headshots/hsnir1-headshot.jpg","hsnir1",{"template":695},"content:en-us:blog:authors:haim-snir.yml","en-us/blog/authors/haim-snir.yml","en-us/blog/authors/haim-snir",{"_path":3423,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3424,"config":3429,"_id":3430,"_type":30,"title":3431,"_source":32,"_file":3432,"_stem":3433,"_extension":35},"/en-us/blog/authors/hakeem-abdul-razak",{"name":3425,"config":3426},"Hakeem Abdul-Razak",{"headshot":3427,"ctfId":3428},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662077/Blog/Author%20Headshots/Hakeem_Abdul-Razak_headshot.png","7H6nuZfVCK5mqJBK4fuaDH",{"template":695},"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":3435,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3436,"config":3440,"_id":3442,"_type":30,"title":3437,"_source":32,"_file":3443,"_stem":3444,"_extension":35},"/en-us/blog/authors/halil-coban",{"name":3437,"config":3438},"Halil Coban",{"headshot":3439},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751039592/hlxd6cnlgdioobqfvwus.png",{"template":695,"gitlabHandle":3441},"halilcoban","content:en-us:blog:authors:halil-coban.yml","en-us/blog/authors/halil-coban.yml","en-us/blog/authors/halil-coban",{"_path":3446,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3447,"config":3452,"_id":3453,"_type":30,"title":3448,"_source":32,"_file":3454,"_stem":3455,"_extension":35},"/en-us/blog/authors/hannah-sutor",{"name":3448,"config":3449},"Hannah Sutor",{"headshot":3450,"ctfId":3451},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665588/Blog/Author%20Headshots/hsutor-headshot.png","hsutor",{"template":695},"content:en-us:blog:authors:hannah-sutor.yml","en-us/blog/authors/hannah-sutor.yml","en-us/blog/authors/hannah-sutor",{"_path":3457,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3458,"config":3463,"_id":3464,"_type":30,"title":3459,"_source":32,"_file":3465,"_stem":3466,"_extension":35},"/en-us/blog/authors/harjeet-sharma",{"name":3459,"config":3460},"Harjeet Sharma",{"headshot":3461,"ctfId":3462},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665497/Blog/Author%20Headshots/harjeet_sharma_headshot.png","723O6GGQQEu75MCuhw6lqh",{"template":695},"content:en-us:blog:authors:harjeet-sharma.yml","en-us/blog/authors/harjeet-sharma.yml","en-us/blog/authors/harjeet-sharma",{"_path":3468,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3469,"config":3473,"_id":3474,"_type":30,"title":3470,"_source":32,"_file":3475,"_stem":3476,"_extension":35},"/en-us/blog/authors/haydn-mackay",{"name":3470,"config":3471},"Haydn Mackay",{"headshot":726,"ctfId":3472},"Haydn-Mackay",{"template":695},"content:en-us:blog:authors:haydn-mackay.yml","en-us/blog/authors/haydn-mackay.yml","en-us/blog/authors/haydn-mackay",{"_path":3478,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3479,"config":3483,"_id":3484,"_type":30,"title":3480,"_source":32,"_file":3485,"_stem":3486,"_extension":35},"/en-us/blog/authors/hazel-yang",{"name":3480,"config":3481},"Hazel Yang",{"headshot":7,"ctfId":3482},"hazelyang",{"template":695},"content:en-us:blog:authors:hazel-yang.yml","en-us/blog/authors/hazel-yang.yml","en-us/blog/authors/hazel-yang",{"_path":3488,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3489,"config":3493,"_id":3494,"_type":30,"title":3495,"_source":32,"_file":3496,"_stem":3497,"_extension":35},"/en-us/blog/authors/heather-mcnamee",{"name":3490,"config":3491},"Heather McNamee",{"headshot":726,"ctfId":3492},"Heather-McNamee",{"template":695},"content:en-us:blog:authors:heather-mcnamee.yml","Heather Mcnamee","en-us/blog/authors/heather-mcnamee.yml","en-us/blog/authors/heather-mcnamee",{"_path":3499,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3500,"config":3504,"_id":3505,"_type":30,"title":3501,"_source":32,"_file":3506,"_stem":3507,"_extension":35},"/en-us/blog/authors/heather-simpson",{"name":3501,"config":3502},"Heather Simpson",{"headshot":726,"ctfId":3503},"hsimpson",{"template":695},"content:en-us:blog:authors:heather-simpson.yml","en-us/blog/authors/heather-simpson.yml","en-us/blog/authors/heather-simpson",{"_path":3509,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3510,"config":3515,"_id":3516,"_type":30,"title":3511,"_source":32,"_file":3517,"_stem":3518,"_extension":35},"/en-us/blog/authors/hillary-benson",{"name":3511,"config":3512},"Hillary Benson",{"headshot":3513,"ctfId":3514},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683387/Blog/Author%20Headshots/hillarybensonheadshot.png","45VEFoISCoOhRXzyPyAf1x",{"template":695},"content:en-us:blog:authors:hillary-benson.yml","en-us/blog/authors/hillary-benson.yml","en-us/blog/authors/hillary-benson",{"_path":3520,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3521,"config":3525,"_id":3527,"_type":30,"title":3522,"_source":32,"_file":3528,"_stem":3529,"_extension":35},"/en-us/blog/authors/himanshu-kapoor",{"name":3522,"config":3523},"Himanshu Kapoor",{"headshot":3524},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1754585086/hfuoktkehmq0jyfybrnt.png",{"template":695,"gitlabHandle":3526},"himkp","content:en-us:blog:authors:himanshu-kapoor.yml","en-us/blog/authors/himanshu-kapoor.yml","en-us/blog/authors/himanshu-kapoor",{"_path":3531,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3532,"config":3537,"_id":3538,"_type":30,"title":3533,"_source":32,"_file":3539,"_stem":3540,"_extension":35},"/en-us/blog/authors/hiroki-suezawa",{"name":3533,"config":3534},"Hiroki Suezawa",{"headshot":3535,"ctfId":3536},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662370/Blog/Author%20Headshots/hiroki_suezawa.png","cw6ZIj0yjr1uw2LAFr23h",{"template":695},"content:en-us:blog:authors:hiroki-suezawa.yml","en-us/blog/authors/hiroki-suezawa.yml","en-us/blog/authors/hiroki-suezawa",{"_path":3542,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3543,"config":3547,"_id":3548,"_type":30,"title":3544,"_source":32,"_file":3549,"_stem":3550,"_extension":35},"/en-us/blog/authors/holly-reynolds",{"name":3544,"config":3545},"Holly Reynolds",{"headshot":7,"ctfId":3546},"hollyreynolds",{"template":695},"content:en-us:blog:authors:holly-reynolds.yml","en-us/blog/authors/holly-reynolds.yml","en-us/blog/authors/holly-reynolds",{"_path":3552,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3553,"config":3557,"_id":3558,"_type":30,"title":3554,"_source":32,"_file":3559,"_stem":3560,"_extension":35},"/en-us/blog/authors/huldra",{"name":3554,"config":3555},"Huldra",{"headshot":7,"ctfId":3556},"huldra",{"template":695},"content:en-us:blog:authors:huldra.yml","en-us/blog/authors/huldra.yml","en-us/blog/authors/huldra",{"_path":3562,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3563,"config":3567,"_id":3568,"_type":30,"title":3564,"_source":32,"_file":3569,"_stem":3570,"_extension":35},"/en-us/blog/authors/iain-camacho",{"name":3564,"config":3565},"Iain Camacho",{"headshot":7,"ctfId":3566},"icamacho",{"template":695},"content:en-us:blog:authors:iain-camacho.yml","en-us/blog/authors/iain-camacho.yml","en-us/blog/authors/iain-camacho",{"_path":3572,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3573,"config":3577,"_id":3578,"_type":30,"title":3574,"_source":32,"_file":3579,"_stem":3580,"_extension":35},"/en-us/blog/authors/ian-bartholomew",{"name":3574,"config":3575},"Ian Bartholomew",{"headshot":726,"ctfId":3576},"7D4PE43CXfi8pgOSCmipH0",{"template":695},"content:en-us:blog:authors:ian-bartholomew.yml","en-us/blog/authors/ian-bartholomew.yml","en-us/blog/authors/ian-bartholomew",{"_path":3582,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3583,"config":3588,"_id":3589,"_type":30,"title":3584,"_source":32,"_file":3590,"_stem":3591,"_extension":35},"/en-us/blog/authors/ian-khor",{"name":3584,"config":3585},"Ian Khor",{"headshot":3586,"ctfId":3587},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662933/Blog/Author%20Headshots/ian_khor_headshot.png","nSk8fzDwtG3LVFWwg8HrF",{"template":695},"content:en-us:blog:authors:ian-khor.yml","en-us/blog/authors/ian-khor.yml","en-us/blog/authors/ian-khor",{"_path":3593,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3594,"config":3599,"_id":3600,"_type":30,"title":3595,"_source":32,"_file":3601,"_stem":3602,"_extension":35},"/en-us/blog/authors/ian-pedowitz",{"name":3595,"config":3596},"Ian Pedowitz",{"headshot":3597,"ctfId":3598},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683040/Blog/Author%20Headshots/ipedowitz-headshot.jpg","ipedowitz",{"template":695},"content:en-us:blog:authors:ian-pedowitz.yml","en-us/blog/authors/ian-pedowitz.yml","en-us/blog/authors/ian-pedowitz",{"_path":3604,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3605,"config":3610,"_id":3611,"_type":30,"title":3606,"_source":32,"_file":3612,"_stem":3613,"_extension":35},"/en-us/blog/authors/igor-drozdov",{"name":3606,"config":3607},"Igor Drozdov",{"headshot":3608,"ctfId":3609},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672455/Blog/Author%20Headshots/igor.png","igordrozdov",{"template":695},"content:en-us:blog:authors:igor-drozdov.yml","en-us/blog/authors/igor-drozdov.yml","en-us/blog/authors/igor-drozdov",{"_path":3615,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3616,"config":3621,"_id":3622,"_type":30,"title":3617,"_source":32,"_file":3623,"_stem":3624,"_extension":35},"/en-us/blog/authors/igor-wiedler",{"name":3617,"config":3618},"Igor Wiedler",{"headshot":3619,"ctfId":3620},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681841/Blog/Author%20Headshots/igorwwwwwwwwwwwwwwwwwwww-headshot.png","igorwwwwwwwwwwwwwwwwwwww",{"template":695},"content:en-us:blog:authors:igor-wiedler.yml","en-us/blog/authors/igor-wiedler.yml","en-us/blog/authors/igor-wiedler",{"_path":3626,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3627,"config":3632,"_id":3633,"_type":30,"title":3634,"_source":32,"_file":3635,"_stem":3636,"_extension":35},"/en-us/blog/authors/inchul-yoo-sunjung-park",{"name":3628,"config":3629},"Inchul Yoo, Sunjung Park",{"headshot":3630,"ctfId":3631},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669731/Blog/Author%20Headshots/sunjungp-headshot.png","sunjungp",{"template":695},"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":3638,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3639,"config":3644,"_id":3645,"_type":30,"title":3640,"_source":32,"_file":3646,"_stem":3647,"_extension":35},"/en-us/blog/authors/isaac-dawson",{"name":3640,"config":3641},"Isaac Dawson",{"headshot":3642,"ctfId":3643},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669814/Blog/Author%20Headshots/idawson-headshot.jpg","idawson",{"template":695},"content:en-us:blog:authors:isaac-dawson.yml","en-us/blog/authors/isaac-dawson.yml","en-us/blog/authors/isaac-dawson",{"_path":3649,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3650,"config":3654,"_id":3656,"_type":30,"title":3657,"_source":32,"_file":3658,"_stem":3659,"_extension":35},"/en-us/blog/authors/issei-hamada-sony-biz-networks-corporation",{"config":3651,"name":3653},{"headshot":3652},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1760414048/buvcowublhq36ongtzbx.png","Issei Hamada, Sony Biz Networks Corporation",{"template":695,"gitlabHandle":3655},"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":3661,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3662,"config":3667,"_id":3668,"_type":30,"title":3663,"_source":32,"_file":3669,"_stem":3670,"_extension":35},"/en-us/blog/authors/itzik-gan-baruch",{"name":3663,"config":3664},"Itzik Gan Baruch",{"headshot":3665,"ctfId":3666},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658921/Blog/Author%20Headshots/iganbaruch-headshot.jpg","iganbaruch",{"template":695},"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":3672,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3673,"config":3677,"_id":3678,"_type":30,"title":3674,"_source":32,"_file":3679,"_stem":3680,"_extension":35},"/en-us/blog/authors/ivan-lychev",{"name":3674,"config":3675},"Ivan Lychev",{"headshot":7,"ctfId":3676},"iLychevAD",{"template":695},"content:en-us:blog:authors:ivan-lychev.yml","en-us/blog/authors/ivan-lychev.yml","en-us/blog/authors/ivan-lychev",{"_path":3682,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3683,"config":3687,"_id":3688,"_type":30,"title":3684,"_source":32,"_file":3689,"_stem":3690,"_extension":35},"/en-us/blog/authors/ivan-nemytchenko",{"name":3684,"config":3685},"Ivan Nemytchenko",{"headshot":726,"ctfId":3686},"Ivan-Nemytchenko",{"template":695},"content:en-us:blog:authors:ivan-nemytchenko.yml","en-us/blog/authors/ivan-nemytchenko.yml","en-us/blog/authors/ivan-nemytchenko",{"_path":3692,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3693,"config":3699,"_id":3700,"_type":30,"title":3695,"_source":32,"_file":3701,"_stem":3702,"_extension":35},"/en-us/blog/authors/ivanha-paz",{"role":3694,"name":3695,"config":3696},"DevRel Lead at Jam","Ivanha Paz",{"headshot":3697,"ctfId":3698},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670359/Blog/Author%20Headshots/Ivanha_Paz_-_headshot.jpg","7sP877dkX9NIHekQO3HbUH",{"template":695},"content:en-us:blog:authors:ivanha-paz.yml","en-us/blog/authors/ivanha-paz.yml","en-us/blog/authors/ivanha-paz",{"_path":3704,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3705,"config":3709,"_id":3710,"_type":30,"title":3706,"_source":32,"_file":3711,"_stem":3712,"_extension":35},"/en-us/blog/authors/jacie-bandur",{"name":3706,"config":3707},"Jacie Bandur",{"headshot":7,"ctfId":3708},"jbandur",{"template":695},"content:en-us:blog:authors:jacie-bandur.yml","en-us/blog/authors/jacie-bandur.yml","en-us/blog/authors/jacie-bandur",{"_path":3714,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3715,"config":3720,"_id":3721,"_type":30,"title":3716,"_source":32,"_file":3722,"_stem":3723,"_extension":35},"/en-us/blog/authors/jacki-bauer",{"name":3716,"config":3717},"Jacki Bauer",{"headshot":3718,"ctfId":3719},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669728/Blog/Author%20Headshots/jackib-headshot.jpg","7nGz3EarOjQXW2gQuJaF1Z",{"template":695},"content:en-us:blog:authors:jacki-bauer.yml","en-us/blog/authors/jacki-bauer.yml","en-us/blog/authors/jacki-bauer",{"_path":3725,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3726,"config":3730,"_id":3731,"_type":30,"title":3727,"_source":32,"_file":3732,"_stem":3733,"_extension":35},"/en-us/blog/authors/jackie-meshell",{"name":3727,"config":3728},"Jackie Meshell",{"headshot":7,"ctfId":3729},"jmeshell",{"template":695},"content:en-us:blog:authors:jackie-meshell.yml","en-us/blog/authors/jackie-meshell.yml","en-us/blog/authors/jackie-meshell",{"_path":3735,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3736,"config":3741,"_id":3742,"_type":30,"title":3737,"_source":32,"_file":3743,"_stem":3744,"_extension":35},"/en-us/blog/authors/jackie-porter",{"name":3737,"config":3738},"Jackie Porter",{"headshot":3739,"ctfId":3740},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664942/Blog/Author%20Headshots/jreporter-headshot.png","jreporter",{"template":695},"content:en-us:blog:authors:jackie-porter.yml","en-us/blog/authors/jackie-porter.yml","en-us/blog/authors/jackie-porter",{"_path":3746,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3747,"config":3751,"_id":3752,"_type":30,"title":3748,"_source":32,"_file":3753,"_stem":3754,"_extension":35},"/en-us/blog/authors/jacob-schatz",{"name":3748,"config":3749},"Jacob Schatz",{"headshot":7,"ctfId":3750},"jschatz1",{"template":695},"content:en-us:blog:authors:jacob-schatz.yml","en-us/blog/authors/jacob-schatz.yml","en-us/blog/authors/jacob-schatz",{"_path":3756,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3757,"config":3761,"_id":3762,"_type":30,"title":3758,"_source":32,"_file":3763,"_stem":3764,"_extension":35},"/en-us/blog/authors/jacob-vosmaer",{"name":3758,"config":3759},"Jacob Vosmaer",{"headshot":726,"ctfId":3760},"Jacob-Vosmaer",{"template":695},"content:en-us:blog:authors:jacob-vosmaer.yml","en-us/blog/authors/jacob-vosmaer.yml","en-us/blog/authors/jacob-vosmaer",{"_path":3766,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3767,"config":3772,"_id":3773,"_type":30,"title":3768,"_source":32,"_file":3774,"_stem":3775,"_extension":35},"/en-us/blog/authors/jacques-erasmus",{"name":3768,"config":3769},"Jacques Erasmus",{"headshot":3770,"ctfId":3771},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682633/Blog/Author%20Headshots/jerasmus-headshot.png","jerasmus",{"template":695},"content:en-us:blog:authors:jacques-erasmus.yml","en-us/blog/authors/jacques-erasmus.yml","en-us/blog/authors/jacques-erasmus",{"_path":3777,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3778,"config":3783,"_id":3784,"_type":30,"title":3785,"_source":32,"_file":3786,"_stem":3787,"_extension":35},"/en-us/blog/authors/jaime-martnez",{"name":3779,"config":3780},"Jaime Martínez",{"headshot":3781,"ctfId":3782},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679630/Blog/Author%20Headshots/jaime-headshot.jpg","jaime",{"template":695},"content:en-us:blog:authors:jaime-martnez.yml","Jaime Martnez","en-us/blog/authors/jaime-martnez.yml","en-us/blog/authors/jaime-martnez",{"_path":3789,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3790,"config":3794,"_id":3795,"_type":30,"title":3791,"_source":32,"_file":3796,"_stem":3797,"_extension":35},"/en-us/blog/authors/jake-foster",{"name":3791,"config":3792},"Jake Foster",{"headshot":726,"ctfId":3793},"jakefoster1",{"template":695},"content:en-us:blog:authors:jake-foster.yml","en-us/blog/authors/jake-foster.yml","en-us/blog/authors/jake-foster",{"_path":3799,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3800,"config":3804,"_id":3805,"_type":30,"title":3801,"_source":32,"_file":3806,"_stem":3807,"_extension":35},"/en-us/blog/authors/jake-stein",{"name":3801,"config":3802},"Jake Stein",{"headshot":726,"ctfId":3803},"Jake-Stein",{"template":695},"content:en-us:blog:authors:jake-stein.yml","en-us/blog/authors/jake-stein.yml","en-us/blog/authors/jake-stein",{"_path":3809,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3810,"config":3814,"_id":3815,"_type":30,"title":3811,"_source":32,"_file":3816,"_stem":3817,"_extension":35},"/en-us/blog/authors/james-dang",{"name":3811,"config":3812},"James Dang",{"headshot":726,"ctfId":3813},"James-Dang",{"template":695},"content:en-us:blog:authors:james-dang.yml","en-us/blog/authors/james-dang.yml","en-us/blog/authors/james-dang",{"_path":3819,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3820,"config":3825,"_id":3826,"_type":30,"title":3821,"_source":32,"_file":3827,"_stem":3828,"_extension":35},"/en-us/blog/authors/james-heimbuck",{"name":3821,"config":3822},"James Heimbuck",{"headshot":3823,"ctfId":3824},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666934/Blog/Author%20Headshots/jheimbuck_gl-headshot.png","jheimbuckgl",{"template":695},"content:en-us:blog:authors:james-heimbuck.yml","en-us/blog/authors/james-heimbuck.yml","en-us/blog/authors/james-heimbuck",{"_path":3830,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3831,"config":3835,"_id":3836,"_type":30,"title":3832,"_source":32,"_file":3837,"_stem":3838,"_extension":35},"/en-us/blog/authors/james-ramsay",{"name":3832,"config":3833},"James Ramsay",{"headshot":7,"ctfId":3834},"jramsay",{"template":695},"content:en-us:blog:authors:james-ramsay.yml","en-us/blog/authors/james-ramsay.yml","en-us/blog/authors/james-ramsay",{"_path":3840,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3841,"config":3846,"_id":3847,"_type":30,"title":3842,"_source":32,"_file":3848,"_stem":3849,"_extension":35},"/en-us/blog/authors/james-wormwell",{"name":3842,"config":3843},"James Wormwell",{"headshot":3844,"ctfId":3845},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659474/Blog/Author%20Headshots/james_wormwell_headshot.png","CPPijHb0Op5C5aVcvsOEf",{"template":695},"content:en-us:blog:authors:james-wormwell.yml","en-us/blog/authors/james-wormwell.yml","en-us/blog/authors/james-wormwell",{"_path":3851,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3852,"config":3856,"_id":3857,"_type":30,"title":3853,"_source":32,"_file":3858,"_stem":3859,"_extension":35},"/en-us/blog/authors/jamie-hurewitz",{"name":3853,"config":3854},"Jamie Hurewitz",{"headshot":726,"ctfId":3855},"Jamie-Hurewitz",{"template":695},"content:en-us:blog:authors:jamie-hurewitz.yml","en-us/blog/authors/jamie-hurewitz.yml","en-us/blog/authors/jamie-hurewitz",{"_path":3861,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3862,"config":3866,"_id":3867,"_type":30,"title":3863,"_source":32,"_file":3868,"_stem":3869,"_extension":35},"/en-us/blog/authors/jamie-rachel",{"name":3863,"config":3864},"Jamie Rachel",{"headshot":7,"ctfId":3865},"jrachel1",{"template":695},"content:en-us:blog:authors:jamie-rachel.yml","en-us/blog/authors/jamie-rachel.yml","en-us/blog/authors/jamie-rachel",{"_path":3871,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3872,"config":3877,"_id":3878,"_type":30,"title":3873,"_source":32,"_file":3879,"_stem":3880,"_extension":35},"/en-us/blog/authors/jan-provaznik",{"name":3873,"config":3874},"Jan Provaznik",{"headshot":3875,"ctfId":3876},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683397/Blog/Author%20Headshots/jprovaznik-headshot.png","jprovaznik",{"template":695},"content:en-us:blog:authors:jan-provaznik.yml","en-us/blog/authors/jan-provaznik.yml","en-us/blog/authors/jan-provaznik",{"_path":3882,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3883,"config":3888,"_id":3889,"_type":30,"title":3884,"_source":32,"_file":3890,"_stem":3891,"_extension":35},"/en-us/blog/authors/janis-altherr",{"name":3884,"config":3885},"Janis Altherr",{"headshot":3886,"ctfId":3887},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663163/Blog/Author%20Headshots/janis-headshot.jpg","janis",{"template":695},"content:en-us:blog:authors:janis-altherr.yml","en-us/blog/authors/janis-altherr.yml","en-us/blog/authors/janis-altherr",{"_path":3893,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3894,"config":3899,"_id":3900,"_type":30,"title":3895,"_source":32,"_file":3901,"_stem":3902,"_extension":35},"/en-us/blog/authors/jannik-lehmann",{"name":3895,"config":3896},"Jannik Lehmann",{"headshot":3897,"ctfId":3898},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665530/Blog/Author%20Headshots/jannik_lehmann_headshot.png","1N3FaKXgM0jmYL8jdnWKGN",{"template":695},"content:en-us:blog:authors:jannik-lehmann.yml","en-us/blog/authors/jannik-lehmann.yml","en-us/blog/authors/jannik-lehmann",{"_path":3904,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3905,"config":3910,"_id":3911,"_type":30,"title":3912,"_source":32,"_file":3913,"_stem":3914,"_extension":35},"/en-us/blog/authors/jarka-koanov-et-al",{"name":3906,"config":3907},"Jarka Košanová et al",{"headshot":3908,"ctfId":3909},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672956/Blog/Author%20Headshots/jarka-headshot.jpg","jarka",{"template":695},"content:en-us:blog:authors:jarka-koanov-et-al.yml","Jarka Koanov Et Al","en-us/blog/authors/jarka-koanov-et-al.yml","en-us/blog/authors/jarka-koanov-et-al",{"_path":3916,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3917,"config":3921,"_id":3922,"_type":30,"title":3923,"_source":32,"_file":3924,"_stem":3925,"_extension":35},"/en-us/blog/authors/jason-blais-mattermost",{"name":3918,"config":3919},"Jason Blais – Mattermost",{"headshot":7,"ctfId":3920},"jasonblais",{"template":695},"content:en-us:blog:authors:jason-blais-mattermost.yml","Jason Blais Mattermost","en-us/blog/authors/jason-blais-mattermost.yml","en-us/blog/authors/jason-blais-mattermost",{"_path":3927,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3928,"config":3932,"_id":3933,"_type":30,"title":3929,"_source":32,"_file":3934,"_stem":3935,"_extension":35},"/en-us/blog/authors/jason-chen",{"name":3929,"config":3930},"Jason Chen",{"headshot":726,"ctfId":3931},"Jason-Chen",{"template":695},"content:en-us:blog:authors:jason-chen.yml","en-us/blog/authors/jason-chen.yml","en-us/blog/authors/jason-chen",{"_path":3937,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3938,"config":3943,"_id":3944,"_type":30,"title":3939,"_source":32,"_file":3945,"_stem":3946,"_extension":35},"/en-us/blog/authors/jason-colyer",{"name":3939,"config":3940},"Jason Colyer",{"headshot":3941,"ctfId":3942},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670540/Blog/Author%20Headshots/jcolyer-headshot.jpg","jcolyer",{"template":695},"content:en-us:blog:authors:jason-colyer.yml","en-us/blog/authors/jason-colyer.yml","en-us/blog/authors/jason-colyer",{"_path":3948,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3949,"config":3954,"_id":3955,"_type":30,"title":3950,"_source":32,"_file":3956,"_stem":3957,"_extension":35},"/en-us/blog/authors/jason-plum",{"name":3950,"config":3951},"Jason Plum",{"headshot":3952,"ctfId":3953},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683234/Blog/Author%20Headshots/WarheadsSE-headshot.jpg","WarheadsSE",{"template":695},"content:en-us:blog:authors:jason-plum.yml","en-us/blog/authors/jason-plum.yml","en-us/blog/authors/jason-plum",{"_path":3959,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3960,"config":3964,"_id":3965,"_type":30,"title":3961,"_source":32,"_file":3966,"_stem":3967,"_extension":35},"/en-us/blog/authors/jason-yavorska",{"name":3961,"config":3962},"Jason Yavorska",{"headshot":7,"ctfId":3963},"jyavorska",{"template":695},"content:en-us:blog:authors:jason-yavorska.yml","en-us/blog/authors/jason-yavorska.yml","en-us/blog/authors/jason-yavorska",{"_path":3969,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3970,"config":3974,"_id":3975,"_type":30,"title":3971,"_source":32,"_file":3976,"_stem":3977,"_extension":35},"/en-us/blog/authors/jay-newman",{"name":3971,"config":3972},"Jay Newman",{"headshot":726,"ctfId":3973},"Jay-Newman",{"template":695},"content:en-us:blog:authors:jay-newman.yml","en-us/blog/authors/jay-newman.yml","en-us/blog/authors/jay-newman",{"_path":3979,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3980,"config":3985,"_id":3986,"_type":30,"title":3981,"_source":32,"_file":3987,"_stem":3988,"_extension":35},"/en-us/blog/authors/jayson-salazar",{"name":3981,"config":3982},"Jayson Salazar",{"headshot":3983,"ctfId":3984},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669832/Blog/Author%20Headshots/jdsalaro-headshot.png","787SqtoQNu4DE3WGWE1WMv",{"template":695},"content:en-us:blog:authors:jayson-salazar.yml","en-us/blog/authors/jayson-salazar.yml","en-us/blog/authors/jayson-salazar",{"_path":3990,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":3991,"config":3995,"_id":3996,"_type":30,"title":3997,"_source":32,"_file":3998,"_stem":3999,"_extension":35},"/en-us/blog/authors/jd-alex",{"name":3992,"config":3993},"JD Alex",{"headshot":7,"ctfId":3994},"jalex1",{"template":695},"content:en-us:blog:authors:jd-alex.yml","Jd Alex","en-us/blog/authors/jd-alex.yml","en-us/blog/authors/jd-alex",{"_path":4001,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4002,"config":4006,"_id":4007,"_type":30,"title":4008,"_source":32,"_file":4009,"_stem":4010,"_extension":35},"/en-us/blog/authors/jean-philippe-baconnais",{"name":4003,"config":4004},"Jean-Philippe Baconnais",{"headshot":7,"ctfId":4005},"jeanphibaconnais",{"template":695},"content:en-us:blog:authors:jean-philippe-baconnais.yml","Jean Philippe Baconnais","en-us/blog/authors/jean-philippe-baconnais.yml","en-us/blog/authors/jean-philippe-baconnais",{"_path":4012,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4013,"config":4018,"_id":4019,"_type":30,"title":4014,"_source":32,"_file":4020,"_stem":4021,"_extension":35},"/en-us/blog/authors/jeff-burrows",{"name":4014,"config":4015},"Jeff Burrows",{"headshot":4016,"ctfId":4017},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749680588/Blog/Author%20Headshots/jburrows001-headshot.jpg","jburrows001",{"template":695},"content:en-us:blog:authors:jeff-burrows.yml","en-us/blog/authors/jeff-burrows.yml","en-us/blog/authors/jeff-burrows",{"_path":4023,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4024,"config":4028,"_id":4029,"_type":30,"title":4025,"_source":32,"_file":4030,"_stem":4031,"_extension":35},"/en-us/blog/authors/jeff-kelsey",{"name":4025,"config":4026},"Jeff Kelsey",{"headshot":726,"ctfId":4027},"Jeff-Kelsey",{"template":695},"content:en-us:blog:authors:jeff-kelsey.yml","en-us/blog/authors/jeff-kelsey.yml","en-us/blog/authors/jeff-kelsey",{"_path":4033,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4034,"config":4039,"_id":4040,"_type":30,"title":4035,"_source":32,"_file":4041,"_stem":4042,"_extension":35},"/en-us/blog/authors/jeff-park",{"name":4035,"config":4036},"Jeff Park",{"headshot":4037,"ctfId":4038},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662462/Blog/Author%20Headshots/jeff_park.png","6f3sZWoxqV0RIufjUp6ohq",{"template":695},"content:en-us:blog:authors:jeff-park.yml","en-us/blog/authors/jeff-park.yml","en-us/blog/authors/jeff-park",{"_path":4044,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4045,"config":4050,"_id":4051,"_type":30,"title":4046,"_source":32,"_file":4052,"_stem":4053,"_extension":35},"/en-us/blog/authors/jeff-tucker",{"name":4046,"config":4047},"Jeff Tucker",{"headshot":4048,"ctfId":4049},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662256/Blog/Author%20Headshots/jeff_tucker_headshot.png","QsMDilyLUNsS2rvyaG3ne",{"template":695},"content:en-us:blog:authors:jeff-tucker.yml","en-us/blog/authors/jeff-tucker.yml","en-us/blog/authors/jeff-tucker",{"_path":4055,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4056,"config":4061,"_id":4062,"_type":30,"title":4057,"_source":32,"_file":4063,"_stem":4064,"_extension":35},"/en-us/blog/authors/jensen-stava",{"name":4057,"config":4058},"Jensen Stava",{"headshot":4059,"ctfId":4060},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679862/Blog/Author%20Headshots/jstava-headshot.png","jstava",{"template":695},"content:en-us:blog:authors:jensen-stava.yml","en-us/blog/authors/jensen-stava.yml","en-us/blog/authors/jensen-stava",{"_path":4066,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4067,"config":4071,"_id":4072,"_type":30,"title":4068,"_source":32,"_file":4073,"_stem":4074,"_extension":35},"/en-us/blog/authors/jeremy-cooper",{"name":4068,"config":4069},"Jeremy Cooper",{"headshot":726,"ctfId":4070},"6sXs62l8jODDcUlS9OPgTu",{"template":695},"content:en-us:blog:authors:jeremy-cooper.yml","en-us/blog/authors/jeremy-cooper.yml","en-us/blog/authors/jeremy-cooper",{"_path":4076,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4077,"config":4082,"_id":4083,"_type":30,"title":4078,"_source":32,"_file":4084,"_stem":4085,"_extension":35},"/en-us/blog/authors/jeremy-elder",{"name":4078,"config":4079},"Jeremy Elder",{"headshot":4080,"ctfId":4081},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666146/Blog/Author%20Headshots/jeldergl-headshot.jpg","jeldergl",{"template":695},"content:en-us:blog:authors:jeremy-elder.yml","en-us/blog/authors/jeremy-elder.yml","en-us/blog/authors/jeremy-elder",{"_path":4087,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4088,"config":4093,"_id":4094,"_type":30,"title":4089,"_source":32,"_file":4095,"_stem":4096,"_extension":35},"/en-us/blog/authors/jeremy-wagner",{"name":4089,"config":4090},"Jeremy Wagner",{"headshot":4091,"ctfId":4092},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663285/Blog/Author%20Headshots/jeremywagner-headshot.jpg","jeremywagner",{"template":695},"content:en-us:blog:authors:jeremy-wagner.yml","en-us/blog/authors/jeremy-wagner.yml","en-us/blog/authors/jeremy-wagner",{"_path":4098,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4099,"config":4103,"_id":4104,"_type":30,"title":4100,"_source":32,"_file":4105,"_stem":4106,"_extension":35},"/en-us/blog/authors/jeremy-watson",{"name":4100,"config":4101},"Jeremy Watson",{"headshot":7,"ctfId":4102},"jeremy",{"template":695},"content:en-us:blog:authors:jeremy-watson.yml","en-us/blog/authors/jeremy-watson.yml","en-us/blog/authors/jeremy-watson",{"_path":4108,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4109,"config":4114,"_id":4115,"_type":30,"title":4110,"_source":32,"_file":4116,"_stem":4117,"_extension":35},"/en-us/blog/authors/jerez-solis",{"name":4110,"config":4111},"Jerez Solis",{"headshot":4112,"ctfId":4113},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664494/Blog/Author%20Headshots/jerezsolis.jpg","1Tx8fzD6QQglwxBTAlwAOZ",{"template":695},"content:en-us:blog:authors:jerez-solis.yml","en-us/blog/authors/jerez-solis.yml","en-us/blog/authors/jerez-solis",{"_path":4119,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4120,"config":4124,"_id":4125,"_type":30,"title":4126,"_source":32,"_file":4127,"_stem":4128,"_extension":35},"/en-us/blog/authors/jeroen-van-baarsen",{"name":4121,"config":4122},"Jeroen van Baarsen",{"headshot":726,"ctfId":4123},"Jeroen-van-Baarsen",{"template":695},"content:en-us:blog:authors:jeroen-van-baarsen.yml","Jeroen Van Baarsen","en-us/blog/authors/jeroen-van-baarsen.yml","en-us/blog/authors/jeroen-van-baarsen",{"_path":4130,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4131,"config":4136,"_id":4137,"_type":30,"title":4132,"_source":32,"_file":4138,"_stem":4139,"_extension":35},"/en-us/blog/authors/jessica-hurwitz",{"name":4132,"config":4133},"Jessica Hurwitz",{"headshot":4134,"ctfId":4135},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659532/Blog/Author%20Headshots/jessica_hurwitz_headshot.png","6c35XpCSITw8fPmcAX67of",{"template":695},"content:en-us:blog:authors:jessica-hurwitz.yml","en-us/blog/authors/jessica-hurwitz.yml","en-us/blog/authors/jessica-hurwitz",{"_path":4141,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4142,"config":4146,"_id":4147,"_type":30,"title":4143,"_source":32,"_file":4148,"_stem":4149,"_extension":35},"/en-us/blog/authors/jim-riley",{"name":4143,"config":4144},"Jim Riley",{"headshot":7,"ctfId":4145},"GitLabcom-username-jrileyinva",{"template":695},"content:en-us:blog:authors:jim-riley.yml","en-us/blog/authors/jim-riley.yml","en-us/blog/authors/jim-riley",{"_path":4151,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4152,"config":4156,"_id":4157,"_type":30,"title":4153,"_source":32,"_file":4158,"_stem":4159,"_extension":35},"/en-us/blog/authors/jim-thavisouk",{"name":4153,"config":4154},"Jim Thavisouk",{"headshot":726,"ctfId":4155},"jimthavisouk",{"template":695},"content:en-us:blog:authors:jim-thavisouk.yml","en-us/blog/authors/jim-thavisouk.yml","en-us/blog/authors/jim-thavisouk",{"_path":4161,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4162,"config":4166,"_id":4167,"_type":30,"title":4168,"_source":32,"_file":4169,"_stem":4170,"_extension":35},"/en-us/blog/authors/job-van-der-voort",{"name":4163,"config":4164},"Job van der Voort",{"headshot":726,"ctfId":4165},"Job-van-der-Voort",{"template":695},"content:en-us:blog:authors:job-van-der-voort.yml","Job Van Der Voort","en-us/blog/authors/job-van-der-voort.yml","en-us/blog/authors/job-van-der-voort",{"_path":4172,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4173,"config":4178,"_id":4179,"_type":30,"title":4174,"_source":32,"_file":4180,"_stem":4181,"_extension":35},"/en-us/blog/authors/jocelyn-eillis",{"name":4174,"config":4175},"Jocelyn Eillis",{"headshot":4176,"ctfId":4177},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/geqmxc4jkh4uy89m9loe.png","eGPL69Bvlva57elmDjuSo",{"template":695},"content:en-us:blog:authors:jocelyn-eillis.yml","en-us/blog/authors/jocelyn-eillis.yml","en-us/blog/authors/jocelyn-eillis",{"_path":4183,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4184,"config":4188,"_id":4189,"_type":30,"title":4185,"_source":32,"_file":4190,"_stem":4191,"_extension":35},"/en-us/blog/authors/jochen-roth",{"name":4185,"config":4186},"Jochen Roth",{"headshot":7,"ctfId":4187},"ochorocho",{"template":695},"content:en-us:blog:authors:jochen-roth.yml","en-us/blog/authors/jochen-roth.yml","en-us/blog/authors/jochen-roth",{"_path":4193,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4194,"config":4199,"_id":4200,"_type":30,"title":4195,"_source":32,"_file":4201,"_stem":4202,"_extension":35},"/en-us/blog/authors/joe-randazzo",{"name":4195,"config":4196},"Joe Randazzo",{"headshot":4197,"ctfId":4198},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664711/Blog/Author%20Headshots/randazzo.jpg","5DxpEbIVcwN2ukwiEMsHlH",{"template":695},"content:en-us:blog:authors:joe-randazzo.yml","en-us/blog/authors/joe-randazzo.yml","en-us/blog/authors/joe-randazzo",{"_path":4204,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4205,"config":4210,"_id":4211,"_type":30,"title":4206,"_source":32,"_file":4212,"_stem":4213,"_extension":35},"/en-us/blog/authors/joel-krooswyk",{"name":4206,"config":4207},"Joel Krooswyk",{"headshot":4208,"ctfId":4209},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669392/Blog/Author%20Headshots/jkrooswyk-headshot.jpg","jkrooswyk",{"template":695},"content:en-us:blog:authors:joel-krooswyk.yml","en-us/blog/authors/joel-krooswyk.yml","en-us/blog/authors/joel-krooswyk",{"_path":4215,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4216,"config":4221,"_id":4222,"_type":30,"title":4217,"_source":32,"_file":4223,"_stem":4224,"_extension":35},"/en-us/blog/authors/joern-schneeweisz",{"name":4217,"config":4218},"Joern Schneeweisz",{"headshot":4219,"ctfId":4220},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679144/Blog/Author%20Headshots/joernchen-headshot.png","joernchen",{"template":695},"content:en-us:blog:authors:joern-schneeweisz.yml","en-us/blog/authors/joern-schneeweisz.yml","en-us/blog/authors/joern-schneeweisz",{"_path":4226,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4227,"config":4231,"_id":4232,"_type":30,"title":4228,"_source":32,"_file":4233,"_stem":4234,"_extension":35},"/en-us/blog/authors/joey-salazar",{"name":4228,"config":4229},"Joey Salazar",{"headshot":726,"ctfId":4230},"4LgUP4bzQV6kuhoZNFID9r",{"template":695},"content:en-us:blog:authors:joey-salazar.yml","en-us/blog/authors/joey-salazar.yml","en-us/blog/authors/joey-salazar",{"_path":4236,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4237,"config":4241,"_id":4242,"_type":30,"title":4238,"_source":32,"_file":4243,"_stem":4244,"_extension":35},"/en-us/blog/authors/johanna-ambrosio",{"name":4238,"config":4239},"Johanna Ambrosio",{"headshot":726,"ctfId":4240},"Johanna-Ambrosio",{"template":695},"content:en-us:blog:authors:johanna-ambrosio.yml","en-us/blog/authors/johanna-ambrosio.yml","en-us/blog/authors/johanna-ambrosio",{"_path":4246,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4247,"config":4252,"_id":4253,"_type":30,"title":4248,"_source":32,"_file":4254,"_stem":4255,"_extension":35},"/en-us/blog/authors/johannes-bauer",{"name":4248,"config":4249},"Johannes Bauer",{"headshot":4250,"ctfId":4251},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662611/Blog/Author%20Headshots/johannes_bauer_headshot.png","6Snkao4VD1IxGOzV1YpcMZ",{"template":695},"content:en-us:blog:authors:johannes-bauer.yml","en-us/blog/authors/johannes-bauer.yml","en-us/blog/authors/johannes-bauer",{"_path":4257,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4258,"config":4263,"_id":4264,"_type":30,"title":4259,"_source":32,"_file":4265,"_stem":4266,"_extension":35},"/en-us/blog/authors/john-cai",{"name":4259,"config":4260},"John Cai",{"headshot":4261,"ctfId":4262},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667386/Blog/Author%20Headshots/jcaigitlab-headshot.jpg","jcaigitlab",{"template":695},"content:en-us:blog:authors:john-cai.yml","en-us/blog/authors/john-cai.yml","en-us/blog/authors/john-cai",{"_path":4268,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4269,"config":4274,"_id":4275,"_type":30,"title":4270,"_source":32,"_file":4276,"_stem":4277,"_extension":35},"/en-us/blog/authors/john-coghlan",{"name":4270,"config":4271},"John Coghlan",{"headshot":4272,"ctfId":4273},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670167/Blog/Author%20Headshots/johncoghlan-headshot.jpg","johncoghlan",{"template":695},"content:en-us:blog:authors:john-coghlan.yml","en-us/blog/authors/john-coghlan.yml","en-us/blog/authors/john-coghlan",{"_path":4279,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4280,"config":4285,"_id":4286,"_type":30,"title":4281,"_source":32,"_file":4287,"_stem":4288,"_extension":35},"/en-us/blog/authors/john-crowley",{"name":4281,"config":4282},"John Crowley",{"headshot":4283,"ctfId":4284},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666042/Blog/Author%20Headshots/john_crowley_headshot.png","64k6bR3mtIchoqBccJDaTO",{"template":695},"content:en-us:blog:authors:john-crowley.yml","en-us/blog/authors/john-crowley.yml","en-us/blog/authors/john-crowley",{"_path":4290,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4291,"config":4296,"_id":4297,"_type":30,"title":4292,"_source":32,"_file":4298,"_stem":4299,"_extension":35},"/en-us/blog/authors/john-jarvis",{"name":4292,"config":4293},"John Jarvis",{"headshot":4294,"ctfId":4295},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678622/Blog/Author%20Headshots/jarv-headshot.jpg","jarv",{"template":695},"content:en-us:blog:authors:john-jarvis.yml","en-us/blog/authors/john-jarvis.yml","en-us/blog/authors/john-jarvis",{"_path":4301,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4302,"config":4306,"_id":4307,"_type":30,"title":4303,"_source":32,"_file":4308,"_stem":4309,"_extension":35},"/en-us/blog/authors/john-jeremiah",{"name":4303,"config":4304},"John Jeremiah",{"headshot":726,"ctfId":4305},"johnjeremiah",{"template":695},"content:en-us:blog:authors:john-jeremiah.yml","en-us/blog/authors/john-jeremiah.yml","en-us/blog/authors/john-jeremiah",{"_path":4311,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4312,"config":4316,"_id":4317,"_type":30,"title":4318,"_source":32,"_file":4319,"_stem":4320,"_extension":35},"/en-us/blog/authors/john-mcguire",{"name":4313,"config":4314},"John McGuire",{"headshot":726,"ctfId":4315},"2BpYnUcWeqmuRlVM7w9ZIv",{"template":695},"content:en-us:blog:authors:john-mcguire.yml","John Mcguire","en-us/blog/authors/john-mcguire.yml","en-us/blog/authors/john-mcguire",{"_path":4322,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4323,"config":4327,"_id":4329,"_type":30,"title":4324,"_source":32,"_file":4330,"_stem":4331,"_extension":35},"/en-us/blog/authors/john-skarbek",{"name":4324,"config":4325},"John Skarbek",{"headshot":4326},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751303547/nq8dxitzoybran2r7crm.png",{"template":695,"gitlabHandle":4328},"skarbek","content:en-us:blog:authors:john-skarbek.yml","en-us/blog/authors/john-skarbek.yml","en-us/blog/authors/john-skarbek",{"_path":4333,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4334,"config":4338,"_id":4339,"_type":30,"title":4335,"_source":32,"_file":4340,"_stem":4341,"_extension":35},"/en-us/blog/authors/john-sparrow",{"name":4335,"config":4336},"John Sparrow",{"headshot":726,"ctfId":4337},"John-Sparrow",{"template":695},"content:en-us:blog:authors:john-sparrow.yml","en-us/blog/authors/john-sparrow.yml","en-us/blog/authors/john-sparrow",{"_path":4343,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4344,"config":4348,"_id":4349,"_type":30,"title":4345,"_source":32,"_file":4350,"_stem":4351,"_extension":35},"/en-us/blog/authors/johnathan-hunt",{"name":4345,"config":4346},"Johnathan Hunt",{"headshot":726,"ctfId":4347},"JohnathanHunt",{"template":695},"content:en-us:blog:authors:johnathan-hunt.yml","en-us/blog/authors/johnathan-hunt.yml","en-us/blog/authors/johnathan-hunt",{"_path":4353,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4354,"config":4358,"_id":4359,"_type":30,"title":4355,"_source":32,"_file":4360,"_stem":4361,"_extension":35},"/en-us/blog/authors/joni-klippert",{"name":4355,"config":4356},"Joni Klippert",{"headshot":726,"ctfId":4357},"Joni-Klippert",{"template":695},"content:en-us:blog:authors:joni-klippert.yml","en-us/blog/authors/joni-klippert.yml","en-us/blog/authors/joni-klippert",{"_path":4363,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4364,"config":4369,"_id":4370,"_type":30,"title":4371,"_source":32,"_file":4372,"_stem":4373,"_extension":35},"/en-us/blog/authors/joo-alexandre-prado-tavares-cunha",{"name":4365,"config":4366},"João Alexandre Prado Tavares Cunha",{"headshot":4367,"ctfId":4368},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682771/Blog/Author%20Headshots/Alexand-headshot.jpg","Alexand",{"template":695},"content:en-us:blog:authors:joo-alexandre-prado-tavares-cunha.yml","Joo Alexandre Prado Tavares Cunha","en-us/blog/authors/joo-alexandre-prado-tavares-cunha.yml","en-us/blog/authors/joo-alexandre-prado-tavares-cunha",{"_path":4375,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4376,"config":4381,"_id":4382,"_type":30,"title":4383,"_source":32,"_file":4384,"_stem":4385,"_extension":35},"/en-us/blog/authors/joo-pereira",{"name":4377,"config":4378},"João Pereira",{"headshot":4379,"ctfId":4380},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665547/Blog/Author%20Headshots/joao_pereira.png","7wLh5rwID5R39PRA6aiAb0",{"template":695},"content:en-us:blog:authors:joo-pereira.yml","Joo Pereira","en-us/blog/authors/joo-pereira.yml","en-us/blog/authors/joo-pereira",{"_path":4387,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4388,"config":4392,"_id":4393,"_type":30,"title":4389,"_source":32,"_file":4394,"_stem":4395,"_extension":35},"/en-us/blog/authors/jordi-mon",{"name":4389,"config":4390},"Jordi Mon",{"headshot":7,"ctfId":4391},"jordimon",{"template":695},"content:en-us:blog:authors:jordi-mon.yml","en-us/blog/authors/jordi-mon.yml","en-us/blog/authors/jordi-mon",{"_path":4397,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4398,"config":4403,"_id":4404,"_type":30,"title":4405,"_source":32,"_file":4406,"_stem":4407,"_extension":35},"/en-us/blog/authors/jos-ivn-vargas",{"name":4399,"config":4400},"José Iván Vargas",{"headshot":4401,"ctfId":4402},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679024/Blog/Author%20Headshots/jivanvl-headshot.jpg","jivanvl",{"template":695},"content:en-us:blog:authors:jos-ivn-vargas.yml","Jos Ivn Vargas","en-us/blog/authors/jos-ivn-vargas.yml","en-us/blog/authors/jos-ivn-vargas",{"_path":4409,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4410,"config":4414,"_id":4415,"_type":30,"title":4411,"_source":32,"_file":4416,"_stem":4417,"_extension":35},"/en-us/blog/authors/jose-finotto",{"name":4411,"config":4412},"Jose Finotto",{"headshot":7,"ctfId":4413},"finotto",{"template":695},"content:en-us:blog:authors:jose-finotto.yml","en-us/blog/authors/jose-finotto.yml","en-us/blog/authors/jose-finotto",{"_path":4419,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4420,"config":4424,"_id":4426,"_type":30,"title":4423,"_source":32,"_file":4427,"_stem":4428,"_extension":35},"/en-us/blog/authors/joseph-burnett",{"config":4421,"name":4423},{"headshot":4422},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752169072/teprmqbylocazrqdtuix.png","Joseph Burnett",{"template":695,"gitlabHandle":4425},"josephburnett","content:en-us:blog:authors:joseph-burnett.yml","en-us/blog/authors/joseph-burnett.yml","en-us/blog/authors/joseph-burnett",{"_path":4430,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4431,"config":4436,"_id":4437,"_type":30,"title":4432,"_source":32,"_file":4438,"_stem":4439,"_extension":35},"/en-us/blog/authors/joseph-longo",{"name":4432,"config":4433},"Joseph Longo",{"headshot":4434,"ctfId":4435},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659681/Blog/Author%20Headshots/jlongo_gitlab-headshot.jpg","jlongogitlab",{"template":695},"content:en-us:blog:authors:joseph-longo.yml","en-us/blog/authors/joseph-longo.yml","en-us/blog/authors/joseph-longo",{"_path":4441,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4442,"config":4446,"_id":4447,"_type":30,"title":4448,"_source":32,"_file":4449,"_stem":4450,"_extension":35},"/en-us/blog/authors/joseph-schorr-from-coreos",{"name":4443,"config":4444},"Joseph Schorr from CoreOS",{"headshot":726,"ctfId":4445},"Joseph-Schorr-from-CoreOS",{"template":695},"content:en-us:blog:authors:joseph-schorr-from-coreos.yml","Joseph Schorr From Coreos","en-us/blog/authors/joseph-schorr-from-coreos.yml","en-us/blog/authors/joseph-schorr-from-coreos",{"_path":4452,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4453,"config":4458,"_id":4459,"_type":30,"title":4454,"_source":32,"_file":4460,"_stem":4461,"_extension":35},"/en-us/blog/authors/josh-feehs",{"name":4454,"config":4455},"Josh Feehs",{"headshot":4456,"ctfId":4457},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683068/Blog/Author%20Headshots/Screenshot_2023-11-28_at_9.12.13_AM.png","g5S7qgnlO5aJJ00brs77P",{"template":695},"content:en-us:blog:authors:josh-feehs.yml","en-us/blog/authors/josh-feehs.yml","en-us/blog/authors/josh-feehs",{"_path":4463,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4464,"config":4470,"_id":4471,"_type":30,"title":4472,"_source":32,"_file":4473,"_stem":4474,"_extension":35},"/en-us/blog/authors/josh-kodroff-pulumi",{"role":4465,"name":4466,"config":4467},"Sr. Solutions Architect, Pulumi","Josh Kodroff, Pulumi",{"headshot":4468,"ctfId":4469},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683425/Blog/Author%20Headshots/joshkodroff.jpg","2GF0MF1ngEBxos4nRKt8tL",{"template":695},"content:en-us:blog:authors:josh-kodroff-pulumi.yml","Josh Kodroff Pulumi","en-us/blog/authors/josh-kodroff-pulumi.yml","en-us/blog/authors/josh-kodroff-pulumi",{"_path":4476,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4477,"config":4481,"_id":4482,"_type":30,"title":4478,"_source":32,"_file":4483,"_stem":4484,"_extension":35},"/en-us/blog/authors/josh-zimmerman",{"name":4478,"config":4479},"Josh Zimmerman",{"headshot":7,"ctfId":4480},"JoshZimmerman",{"template":695},"content:en-us:blog:authors:josh-zimmerman.yml","en-us/blog/authors/josh-zimmerman.yml","en-us/blog/authors/josh-zimmerman",{"_path":4486,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4487,"config":4492,"_id":4493,"_type":30,"title":4488,"_source":32,"_file":4494,"_stem":4495,"_extension":35},"/en-us/blog/authors/joshua-carroll",{"name":4488,"config":4489},"Joshua Carroll",{"headshot":4490,"ctfId":4491},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664952/Blog/Author%20Headshots/joshua_carroll_headshot.png","8HOTaXswBopyqMWFZMSv3",{"template":695},"content:en-us:blog:authors:joshua-carroll.yml","en-us/blog/authors/joshua-carroll.yml","en-us/blog/authors/joshua-carroll",{"_path":4497,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4498,"config":4503,"_id":4504,"_type":30,"title":4499,"_source":32,"_file":4505,"_stem":4506,"_extension":35},"/en-us/blog/authors/joshua-lambert",{"name":4499,"config":4500},"Joshua Lambert",{"headshot":4501,"ctfId":4502},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681281/Blog/Author%20Headshots/joshlambert-headshot.png","joshlambert",{"template":695},"content:en-us:blog:authors:joshua-lambert.yml","en-us/blog/authors/joshua-lambert.yml","en-us/blog/authors/joshua-lambert",{"_path":4508,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4509,"config":4513,"_id":4514,"_type":30,"title":4510,"_source":32,"_file":4515,"_stem":4516,"_extension":35},"/en-us/blog/authors/joyce-tompsett",{"name":4510,"config":4511},"Joyce Tompsett",{"headshot":7,"ctfId":4512},"Tompsett",{"template":695},"content:en-us:blog:authors:joyce-tompsett.yml","en-us/blog/authors/joyce-tompsett.yml","en-us/blog/authors/joyce-tompsett",{"_path":4518,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4519,"config":4523,"_id":4524,"_type":30,"title":4520,"_source":32,"_file":4525,"_stem":4526,"_extension":35},"/en-us/blog/authors/juan-broullon",{"name":4520,"config":4521},"Juan Broullon",{"headshot":7,"ctfId":4522},"jbroullon",{"template":695},"content:en-us:blog:authors:juan-broullon.yml","en-us/blog/authors/juan-broullon.yml","en-us/blog/authors/juan-broullon",{"_path":4528,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4529,"config":4533,"_id":4534,"_type":30,"title":4530,"_source":32,"_file":4535,"_stem":4536,"_extension":35},"/en-us/blog/authors/julia-lake",{"name":4530,"config":4531},"Julia Lake",{"headshot":726,"ctfId":4532},"5i9IDwCDDg3lfkiu9T3edZ",{"template":695},"content:en-us:blog:authors:julia-lake.yml","en-us/blog/authors/julia-lake.yml","en-us/blog/authors/julia-lake",{"_path":4538,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4539,"config":4544,"_id":4545,"_type":30,"title":4540,"_source":32,"_file":4546,"_stem":4547,"_extension":35},"/en-us/blog/authors/julia-miocene",{"name":4540,"config":4541},"Julia Miocene",{"headshot":4542,"ctfId":4543},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755616177/yatkjhtf60edealtvpr4.png","6SK0DpWNK5NmfLyn2vWMPI",{"template":695},"content:en-us:blog:authors:julia-miocene.yml","en-us/blog/authors/julia-miocene.yml","en-us/blog/authors/julia-miocene",{"_path":4549,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4550,"config":4554,"_id":4555,"_type":30,"title":4551,"_source":32,"_file":4556,"_stem":4557,"_extension":35},"/en-us/blog/authors/julian-thome",{"name":4551,"config":4552},"Julian Thome",{"headshot":7,"ctfId":4553},"jthome",{"template":695},"content:en-us:blog:authors:julian-thome.yml","en-us/blog/authors/julian-thome.yml","en-us/blog/authors/julian-thome",{"_path":4559,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4560,"config":4565,"_id":4566,"_type":30,"title":4561,"_source":32,"_file":4567,"_stem":4568,"_extension":35},"/en-us/blog/authors/julie-byrne",{"name":4561,"config":4562},"Julie Byrne",{"headshot":4563,"ctfId":4564},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669432/Blog/Author%20Headshots/juliebyrne.jpg","3SaRWyz0u889xiq6rZkCO",{"template":695},"content:en-us:blog:authors:julie-byrne.yml","en-us/blog/authors/julie-byrne.yml","en-us/blog/authors/julie-byrne",{"_path":4570,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4571,"config":4576,"_id":4577,"_type":30,"title":4572,"_source":32,"_file":4578,"_stem":4579,"_extension":35},"/en-us/blog/authors/julie-griffin",{"name":4572,"config":4573},"Julie Griffin",{"headshot":4574,"ctfId":4575},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665206/Blog/Author%20Headshots/julie_griffin_-_headshot.png","3djBidFIW3or5K9uhi9LE5",{"template":695},"content:en-us:blog:authors:julie-griffin.yml","en-us/blog/authors/julie-griffin.yml","en-us/blog/authors/julie-griffin",{"_path":4581,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4582,"config":4586,"_id":4587,"_type":30,"title":4583,"_source":32,"_file":4588,"_stem":4589,"_extension":35},"/en-us/blog/authors/julien-andrieux",{"name":4583,"config":4584},"Julien Andrieux",{"headshot":726,"ctfId":4585},"Julien-Andrieux",{"template":695},"content:en-us:blog:authors:julien-andrieux.yml","en-us/blog/authors/julien-andrieux.yml","en-us/blog/authors/julien-andrieux",{"_path":4591,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4592,"config":4597,"_id":4598,"_type":30,"title":4593,"_source":32,"_file":4599,"_stem":4600,"_extension":35},"/en-us/blog/authors/juliet-wanjohi",{"name":4593,"config":4594},"Juliet Wanjohi",{"headshot":4595,"ctfId":4596},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669837/Blog/Author%20Headshots/jwanjohi-headshot.jpg","jwanjohi",{"template":695},"content:en-us:blog:authors:juliet-wanjohi.yml","en-us/blog/authors/juliet-wanjohi.yml","en-us/blog/authors/juliet-wanjohi",{"_path":4602,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4603,"config":4607,"_id":4608,"_type":30,"title":4604,"_source":32,"_file":4609,"_stem":4610,"_extension":35},"/en-us/blog/authors/justin-farris",{"name":4604,"config":4605},"Justin Farris",{"headshot":726,"ctfId":4606},"5RHYudAlWLmSj5U7AOIcbG",{"template":695},"content:en-us:blog:authors:justin-farris.yml","en-us/blog/authors/justin-farris.yml","en-us/blog/authors/justin-farris",{"_path":4612,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4613,"config":4618,"_id":4619,"_type":30,"title":4614,"_source":32,"_file":4620,"_stem":4621,"_extension":35},"/en-us/blog/authors/justin-tobler",{"name":4614,"config":4615},"Justin Tobler",{"headshot":4616,"ctfId":4617},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664737/Blog/Author%20Headshots/james_tobler_headshot.png","5pnOIbNI1Sc5IFnReNHNtv",{"template":695},"content:en-us:blog:authors:justin-tobler.yml","en-us/blog/authors/justin-tobler.yml","en-us/blog/authors/justin-tobler",{"_path":4623,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4624,"config":4629,"_id":4630,"_type":30,"title":4625,"_source":32,"_file":4631,"_stem":4632,"_extension":35},"/en-us/blog/authors/kai-armstrong",{"name":4625,"config":4626},"Kai Armstrong",{"headshot":4627,"ctfId":4628},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682535/Blog/Author%20Headshots/phikai-headshot.png","phikai",{"template":695},"content:en-us:blog:authors:kai-armstrong.yml","en-us/blog/authors/kai-armstrong.yml","en-us/blog/authors/kai-armstrong",{"_path":4634,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4635,"config":4639,"_id":4640,"_type":30,"title":4641,"_source":32,"_file":4642,"_stem":4643,"_extension":35},"/en-us/blog/authors/kamil-trzciski",{"name":4636,"config":4637},"Kamil Trzciński",{"headshot":726,"ctfId":4638},"Kamil-Trzciski",{"template":695},"content:en-us:blog:authors:kamil-trzciski.yml","Kamil Trzciski","en-us/blog/authors/kamil-trzciski.yml","en-us/blog/authors/kamil-trzciski",{"_path":4645,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4646,"config":4650,"_id":4651,"_type":30,"title":4652,"_source":32,"_file":4653,"_stem":4654,"_extension":35},"/en-us/blog/authors/karen-caras",{"name":4647,"config":4648},"Karen Carías",{"headshot":726,"ctfId":4649},"Karen-Caras",{"template":695},"content:en-us:blog:authors:karen-caras.yml","Karen Caras","en-us/blog/authors/karen-caras.yml","en-us/blog/authors/karen-caras",{"_path":4656,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4657,"config":4662,"_id":4663,"_type":30,"title":4658,"_source":32,"_file":4664,"_stem":4665,"_extension":35},"/en-us/blog/authors/karthik-nayak",{"name":4658,"config":4659},"Karthik Nayak",{"headshot":4660,"ctfId":4661},"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":695},"content:en-us:blog:authors:karthik-nayak.yml","en-us/blog/authors/karthik-nayak.yml","en-us/blog/authors/karthik-nayak",{"_path":4667,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4668,"config":4672,"_id":4673,"_type":30,"title":4669,"_source":32,"_file":4674,"_stem":4675,"_extension":35},"/en-us/blog/authors/katherine-okpara",{"name":4669,"config":4670},"Katherine Okpara",{"headshot":7,"ctfId":4671},"katokpara",{"template":695},"content:en-us:blog:authors:katherine-okpara.yml","en-us/blog/authors/katherine-okpara.yml","en-us/blog/authors/katherine-okpara",{"_path":4677,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4678,"config":4682,"_id":4683,"_type":30,"title":4679,"_source":32,"_file":4684,"_stem":4685,"_extension":35},"/en-us/blog/authors/kathy-wang",{"name":4679,"config":4680},"Kathy Wang",{"headshot":7,"ctfId":4681},"kathyw",{"template":695},"content:en-us:blog:authors:kathy-wang.yml","en-us/blog/authors/kathy-wang.yml","en-us/blog/authors/kathy-wang",{"_path":4687,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4688,"config":4692,"_id":4693,"_type":30,"title":4694,"_source":32,"_file":4695,"_stem":4696,"_extension":35},"/en-us/blog/authors/keanon-okeefe",{"name":4689,"config":4690},"Keanon O’Keefe",{"headshot":7,"ctfId":4691},"kokeefe",{"template":695},"content:en-us:blog:authors:keanon-okeefe.yml","Keanon Okeefe","en-us/blog/authors/keanon-okeefe.yml","en-us/blog/authors/keanon-okeefe",{"_path":4698,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4699,"config":4704,"_id":4705,"_type":30,"title":4700,"_source":32,"_file":4706,"_stem":4707,"_extension":35},"/en-us/blog/authors/kees-valkhof",{"name":4700,"role":4701,"config":4702},"Kees Valkhof","Configuration manager at Lely",{"headshot":4703},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750331281/xojwtvpk5pif84wlahx1.jpg",{"template":695},"content:en-us:blog:authors:kees-valkhof.yml","en-us/blog/authors/kees-valkhof.yml","en-us/blog/authors/kees-valkhof",{"_path":4709,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4710,"config":4714,"_id":4715,"_type":30,"title":4711,"_source":32,"_file":4716,"_stem":4717,"_extension":35},"/en-us/blog/authors/kelly-hair",{"name":4711,"config":4712},"Kelly Hair",{"headshot":726,"ctfId":4713},"16z1eHwE7Ok5Ty4C6gpbUY",{"template":695},"content:en-us:blog:authors:kelly-hair.yml","en-us/blog/authors/kelly-hair.yml","en-us/blog/authors/kelly-hair",{"_path":4719,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4720,"config":4724,"_id":4725,"_type":30,"title":4721,"_source":32,"_file":4726,"_stem":4727,"_extension":35},"/en-us/blog/authors/kendra-marquart",{"name":4721,"config":4722},"Kendra Marquart",{"headshot":7,"ctfId":4723},"kmarquart",{"template":695},"content:en-us:blog:authors:kendra-marquart.yml","en-us/blog/authors/kendra-marquart.yml","en-us/blog/authors/kendra-marquart",{"_path":4729,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4730,"config":4734,"_id":4735,"_type":30,"title":4731,"_source":32,"_file":4736,"_stem":4737,"_extension":35},"/en-us/blog/authors/kenny-johnston",{"name":4731,"config":4732},"Kenny Johnston",{"headshot":7,"ctfId":4733},"kencjohnston",{"template":695},"content:en-us:blog:authors:kenny-johnston.yml","en-us/blog/authors/kenny-johnston.yml","en-us/blog/authors/kenny-johnston",{"_path":4739,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4740,"config":4745,"_id":4746,"_type":30,"title":4741,"_source":32,"_file":4747,"_stem":4748,"_extension":35},"/en-us/blog/authors/kevin-chu",{"name":4741,"config":4742},"Kevin Chu",{"headshot":4743,"ctfId":4744},"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":695},"content:en-us:blog:authors:kevin-chu.yml","en-us/blog/authors/kevin-chu.yml","en-us/blog/authors/kevin-chu",{"_path":4750,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4751,"config":4756,"_id":4757,"_type":30,"title":4752,"_source":32,"_file":4758,"_stem":4759,"_extension":35},"/en-us/blog/authors/kevin-morrison",{"name":4752,"config":4753},"Kevin Morrison",{"headshot":4754,"ctfId":4755},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663642/Blog/Author%20Headshots/kevin_morrison_headshot.png","AcJIuz1VNQZIVdqgesMMh",{"template":695},"content:en-us:blog:authors:kevin-morrison.yml","en-us/blog/authors/kevin-morrison.yml","en-us/blog/authors/kevin-morrison",{"_path":4761,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4762,"config":4766,"_id":4767,"_type":30,"title":4763,"_source":32,"_file":4768,"_stem":4769,"_extension":35},"/en-us/blog/authors/khrystyna-humenna",{"name":4763,"config":4764},"Khrystyna Humenna",{"headshot":726,"ctfId":4765},"Khrystyna-Humenna",{"template":695},"content:en-us:blog:authors:khrystyna-humenna.yml","en-us/blog/authors/khrystyna-humenna.yml","en-us/blog/authors/khrystyna-humenna",{"_path":4771,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4772,"config":4776,"_id":4777,"_type":30,"title":4773,"_source":32,"_file":4778,"_stem":4779,"_extension":35},"/en-us/blog/authors/kim-lock",{"name":4773,"config":4774},"Kim Lock",{"headshot":7,"ctfId":4775},"KimLock",{"template":695},"content:en-us:blog:authors:kim-lock.yml","en-us/blog/authors/kim-lock.yml","en-us/blog/authors/kim-lock",{"_path":4781,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4782,"config":4786,"_id":4787,"_type":30,"title":4783,"_source":32,"_file":4788,"_stem":4789,"_extension":35},"/en-us/blog/authors/kirsten-abma",{"name":4783,"config":4784},"Kirsten Abma",{"headshot":726,"ctfId":4785},"Kirsten-Abma",{"template":695},"content:en-us:blog:authors:kirsten-abma.yml","en-us/blog/authors/kirsten-abma.yml","en-us/blog/authors/kirsten-abma",{"_path":4791,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4792,"config":4796,"_id":4797,"_type":30,"title":4793,"_source":32,"_file":4798,"_stem":4799,"_extension":35},"/en-us/blog/authors/kristian-larsson",{"name":4793,"config":4794},"Kristian Larsson",{"headshot":726,"ctfId":4795},"Kristian-Larsson",{"template":695},"content:en-us:blog:authors:kristian-larsson.yml","en-us/blog/authors/kristian-larsson.yml","en-us/blog/authors/kristian-larsson",{"_path":4801,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4802,"config":4807,"_id":4808,"_type":30,"title":4803,"_source":32,"_file":4809,"_stem":4810,"_extension":35},"/en-us/blog/authors/kristina-weis",{"name":4803,"config":4804},"Kristina Weis",{"headshot":4805,"ctfId":4806},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663955/Blog/Author%20Headshots/K-W-0155.jpg","kristinaweis",{"template":695},"content:en-us:blog:authors:kristina-weis.yml","en-us/blog/authors/kristina-weis.yml","en-us/blog/authors/kristina-weis",{"_path":4812,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4813,"config":4817,"_id":4818,"_type":30,"title":4814,"_source":32,"_file":4819,"_stem":4820,"_extension":35},"/en-us/blog/authors/kurt-dusek",{"name":4814,"config":4815},"Kurt Dusek",{"headshot":7,"ctfId":4816},"kdusek",{"template":695},"content:en-us:blog:authors:kurt-dusek.yml","en-us/blog/authors/kurt-dusek.yml","en-us/blog/authors/kurt-dusek",{"_path":4822,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4823,"config":4827,"_id":4828,"_type":30,"title":4824,"_source":32,"_file":4829,"_stem":4830,"_extension":35},"/en-us/blog/authors/kushal-koolwal",{"name":4824,"config":4825},"Kushal Koolwal",{"headshot":726,"ctfId":4826},"Kushal-Koolwal",{"template":695},"content:en-us:blog:authors:kushal-koolwal.yml","en-us/blog/authors/kushal-koolwal.yml","en-us/blog/authors/kushal-koolwal",{"_path":4832,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4833,"config":4838,"_id":4839,"_type":30,"title":4834,"_source":32,"_file":4840,"_stem":4841,"_extension":35},"/en-us/blog/authors/kushal-pandya",{"name":4834,"config":4835},"Kushal Pandya",{"headshot":4836,"ctfId":4837},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659454/Blog/Author%20Headshots/kushalpandya-headshot.png","kushalpandya",{"template":695},"content:en-us:blog:authors:kushal-pandya.yml","en-us/blog/authors/kushal-pandya.yml","en-us/blog/authors/kushal-pandya",{"_path":4843,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4844,"config":4848,"_id":4849,"_type":30,"title":4845,"_source":32,"_file":4850,"_stem":4851,"_extension":35},"/en-us/blog/authors/kwan-lee",{"name":4845,"config":4846},"Kwan Lee",{"headshot":726,"ctfId":4847},"Kwan-Lee",{"template":695},"content:en-us:blog:authors:kwan-lee.yml","en-us/blog/authors/kwan-lee.yml","en-us/blog/authors/kwan-lee",{"_path":4853,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4854,"config":4859,"_id":4860,"_type":30,"title":4855,"_source":32,"_file":4861,"_stem":4862,"_extension":35},"/en-us/blog/authors/kyla-gradin-dahl",{"name":4855,"config":4856},"Kyla Gradin Dahl",{"headshot":4857,"ctfId":4858},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682273/Blog/Author%20Headshots/kyla-headshot.jpg","kyla",{"template":695},"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":4864,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4865,"config":4869,"_id":4870,"_type":30,"title":4866,"_source":32,"_file":4871,"_stem":4872,"_extension":35},"/en-us/blog/authors/kyle-mann",{"name":4866,"config":4867},"Kyle Mann",{"headshot":726,"ctfId":4868},"44YiW1r6sTpbC9wKBeHGgE",{"template":695},"content:en-us:blog:authors:kyle-mann.yml","en-us/blog/authors/kyle-mann.yml","en-us/blog/authors/kyle-mann",{"_path":4874,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4875,"config":4880,"_id":4881,"_type":30,"title":4876,"_source":32,"_file":4882,"_stem":4883,"_extension":35},"/en-us/blog/authors/kyle-smith",{"name":4876,"config":4877},"Kyle Smith",{"headshot":4878,"ctfId":4879},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664290/Blog/Author%20Headshots/kyle_smith_headshot.png","3Cec6opzqJpbhKXQ5nA4gU",{"template":695},"content:en-us:blog:authors:kyle-smith.yml","en-us/blog/authors/kyle-smith.yml","en-us/blog/authors/kyle-smith",{"_path":4885,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4886,"config":4890,"_id":4892,"_type":30,"title":4887,"_source":32,"_file":4893,"_stem":4894,"_extension":35},"/en-us/blog/authors/kymberlee-price",{"name":4887,"config":4888},"Kymberlee Price",{"headshot":4889},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753961652/wggh3ikqpm5plrptfza0.png",{"template":695,"gitlabHandle":4891},"eelrebmyk","content:en-us:blog:authors:kymberlee-price.yml","en-us/blog/authors/kymberlee-price.yml","en-us/blog/authors/kymberlee-price",{"_path":4896,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4897,"config":4901,"_id":4902,"_type":30,"title":4898,"_source":32,"_file":4903,"_stem":4904,"_extension":35},"/en-us/blog/authors/lasse-schuirmann",{"name":4898,"config":4899},"Lasse Schuirmann",{"headshot":726,"ctfId":4900},"5vpo2ZOrPIS8PBp3k47S6w",{"template":695},"content:en-us:blog:authors:lasse-schuirmann.yml","en-us/blog/authors/lasse-schuirmann.yml","en-us/blog/authors/lasse-schuirmann",{"_path":4906,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4907,"config":4911,"_id":4912,"_type":30,"title":4908,"_source":32,"_file":4913,"_stem":4914,"_extension":35},"/en-us/blog/authors/laura-montemayor",{"name":4908,"config":4909},"Laura Montemayor",{"headshot":7,"ctfId":4910},"lauraMon",{"template":695},"content:en-us:blog:authors:laura-montemayor.yml","en-us/blog/authors/laura-montemayor.yml","en-us/blog/authors/laura-montemayor",{"_path":4916,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4917,"config":4922,"_id":4923,"_type":30,"title":4918,"_source":32,"_file":4924,"_stem":4925,"_extension":35},"/en-us/blog/authors/lauren-barker",{"name":4918,"config":4919},"Lauren Barker",{"headshot":4920,"ctfId":4921},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669974/Blog/Author%20Headshots/laurenbarker-headshot.jpg","laurenbarker",{"template":695},"content:en-us:blog:authors:lauren-barker.yml","en-us/blog/authors/lauren-barker.yml","en-us/blog/authors/lauren-barker",{"_path":4927,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4928,"config":4932,"_id":4933,"_type":30,"title":4929,"_source":32,"_file":4934,"_stem":4935,"_extension":35},"/en-us/blog/authors/lauren-gibbons-paul",{"name":4929,"config":4930},"Lauren Gibbons Paul",{"headshot":726,"ctfId":4931},"Lauren-Gibbons-Paul",{"template":695},"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":4937,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4938,"config":4942,"_id":4943,"_type":30,"title":4939,"_source":32,"_file":4944,"_stem":4945,"_extension":35},"/en-us/blog/authors/lauren-minning",{"name":4939,"config":4940},"Lauren Minning",{"headshot":7,"ctfId":4941},"lminning",{"template":695},"content:en-us:blog:authors:lauren-minning.yml","en-us/blog/authors/lauren-minning.yml","en-us/blog/authors/lauren-minning",{"_path":4947,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4948,"config":4953,"_id":4954,"_type":30,"title":4949,"_source":32,"_file":4955,"_stem":4956,"_extension":35},"/en-us/blog/authors/laurena-alves",{"name":4949,"config":4950},"Laurena Alves",{"headshot":4951,"ctfId":4952},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/ip0jiy4wwyc0btfb09y5.png","Q834apoVRmcNXy507xyf5",{"template":695},"content:en-us:blog:authors:laurena-alves.yml","en-us/blog/authors/laurena-alves.yml","en-us/blog/authors/laurena-alves",{"_path":4958,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4959,"config":4964,"_id":4965,"_type":30,"title":4960,"_source":32,"_file":4966,"_stem":4967,"_extension":35},"/en-us/blog/authors/lee-faus",{"name":4960,"config":4961},"Lee Faus",{"headshot":4962,"ctfId":4963},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666427/Blog/Author%20Headshots/lee_faus_headshot.png","lfaus",{"template":695},"content:en-us:blog:authors:lee-faus.yml","en-us/blog/authors/lee-faus.yml","en-us/blog/authors/lee-faus",{"_path":4969,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4970,"config":4975,"_id":4976,"_type":30,"title":4971,"_source":32,"_file":4977,"_stem":4978,"_extension":35},"/en-us/blog/authors/lee-matos",{"name":4971,"config":4972},"Lee Matos",{"headshot":4973,"ctfId":4974},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670430/Blog/Author%20Headshots/lbot-headshot.jpg","lbot",{"template":695},"content:en-us:blog:authors:lee-matos.yml","en-us/blog/authors/lee-matos.yml","en-us/blog/authors/lee-matos",{"_path":4980,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4981,"config":4986,"_id":4987,"_type":30,"title":4982,"_source":32,"_file":4988,"_stem":4989,"_extension":35},"/en-us/blog/authors/lee-tickett",{"name":4982,"config":4983},"Lee Tickett",{"headshot":4984,"ctfId":4985},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752592356/ibeixykxeiey9aiebylt.png","leetickett",{"template":695},"content:en-us:blog:authors:lee-tickett.yml","en-us/blog/authors/lee-tickett.yml","en-us/blog/authors/lee-tickett",{"_path":4991,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":4992,"config":4996,"_id":4997,"_type":30,"title":4993,"_source":32,"_file":4998,"_stem":4999,"_extension":35},"/en-us/blog/authors/levente-polyak",{"name":4993,"config":4994},"Levente Polyak",{"headshot":7,"ctfId":4995},"anthraxx",{"template":695},"content:en-us:blog:authors:levente-polyak.yml","en-us/blog/authors/levente-polyak.yml","en-us/blog/authors/levente-polyak",{"_path":5001,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5002,"config":5007,"_id":5008,"_type":30,"title":5009,"_source":32,"_file":5010,"_stem":5011,"_extension":35},"/en-us/blog/authors/lin-jen-shin",{"name":5003,"config":5004},"Lin Jen-Shin",{"headshot":5005,"ctfId":5006},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678992/Blog/Author%20Headshots/godfat-gitlab-headshot.jpg","godfatgitlab",{"template":695},"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":5013,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5014,"config":5019,"_id":5020,"_type":30,"title":5015,"_source":32,"_file":5021,"_stem":5022,"_extension":35},"/en-us/blog/authors/liz-coleman",{"name":5015,"config":5016},"Liz Coleman",{"headshot":5017,"ctfId":5018},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659695/Blog/Author%20Headshots/coleman_headshot.png","5MTSBqnOko7zYTQa3vVy1c",{"template":695},"content:en-us:blog:authors:liz-coleman.yml","en-us/blog/authors/liz-coleman.yml","en-us/blog/authors/liz-coleman",{"_path":5024,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5025,"config":5030,"_id":5031,"_type":30,"title":5026,"_source":32,"_file":5032,"_stem":5033,"_extension":35},"/en-us/blog/authors/loryn-bortins",{"name":5026,"config":5027},"Loryn Bortins",{"headshot":5028,"ctfId":5029},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668992/Blog/Author%20Headshots/loryn_bortins_headshot.png","5LgbtMISutHieB86Rk8uOL",{"template":695},"content:en-us:blog:authors:loryn-bortins.yml","en-us/blog/authors/loryn-bortins.yml","en-us/blog/authors/loryn-bortins",{"_path":5035,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5036,"config":5040,"_id":5041,"_type":30,"title":5037,"_source":32,"_file":5042,"_stem":5043,"_extension":35},"/en-us/blog/authors/lucas-charles",{"name":5037,"config":5038},"Lucas Charles",{"headshot":726,"ctfId":5039},"01OUkmRJImMowxMk3YHGNS",{"template":695},"content:en-us:blog:authors:lucas-charles.yml","en-us/blog/authors/lucas-charles.yml","en-us/blog/authors/lucas-charles",{"_path":5045,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5046,"config":5050,"_id":5051,"_type":30,"title":5047,"_source":32,"_file":5052,"_stem":5053,"_extension":35},"/en-us/blog/authors/luka-trbojevic",{"name":5047,"config":5048},"Luka Trbojevic",{"headshot":7,"ctfId":5049},"ltrbojevic",{"template":695},"content:en-us:blog:authors:luka-trbojevic.yml","en-us/blog/authors/luka-trbojevic.yml","en-us/blog/authors/luka-trbojevic",{"_path":5055,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5056,"config":5060,"_id":5061,"_type":30,"title":5057,"_source":32,"_file":5062,"_stem":5063,"_extension":35},"/en-us/blog/authors/lukas-eipert",{"name":5057,"config":5058},"Lukas Eipert",{"headshot":726,"ctfId":5059},"37PO8stm7JUQgglr4tWcmw",{"template":695},"content:en-us:blog:authors:lukas-eipert.yml","en-us/blog/authors/lukas-eipert.yml","en-us/blog/authors/lukas-eipert",{"_path":5065,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5066,"config":5071,"_id":5072,"_type":30,"title":5067,"_source":32,"_file":5073,"_stem":5074,"_extension":35},"/en-us/blog/authors/lyle-kozloff",{"name":5067,"config":5068},"Lyle Kozloff",{"headshot":5069,"ctfId":5070},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666803/Blog/Author%20Headshots/lyle-headshot.jpg","lyle",{"template":695},"content:en-us:blog:authors:lyle-kozloff.yml","en-us/blog/authors/lyle-kozloff.yml","en-us/blog/authors/lyle-kozloff",{"_path":5076,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5077,"config":5082,"_id":5083,"_type":30,"title":5078,"_source":32,"_file":5084,"_stem":5085,"_extension":35},"/en-us/blog/authors/madeline-lake",{"name":5078,"config":5079},"Madeline Lake",{"headshot":5080,"ctfId":5081},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659736/Blog/Author%20Headshots/madlake-headshot.jpg","madlake",{"template":695},"content:en-us:blog:authors:madeline-lake.yml","en-us/blog/authors/madeline-lake.yml","en-us/blog/authors/madeline-lake",{"_path":5087,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5088,"config":5093,"_id":5094,"_type":30,"title":5089,"_source":32,"_file":5095,"_stem":5096,"_extension":35},"/en-us/blog/authors/madou-coulibaly",{"name":5089,"config":5090},"Madou Coulibaly",{"headshot":5091,"ctfId":5092},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679848/Blog/Author%20Headshots/madou-headshot.jpg","madou",{"template":695},"content:en-us:blog:authors:madou-coulibaly.yml","en-us/blog/authors/madou-coulibaly.yml","en-us/blog/authors/madou-coulibaly",{"_path":5098,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5099,"config":5104,"_id":5105,"_type":30,"title":5100,"_source":32,"_file":5106,"_stem":5107,"_extension":35},"/en-us/blog/authors/magdalena-frankiewicz",{"name":5100,"config":5101},"Magdalena Frankiewicz",{"headshot":5102,"ctfId":5103},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663511/Blog/Author%20Headshots/m_frankiewicz-headshot.jpg","mfrankiewicz",{"template":695},"content:en-us:blog:authors:magdalena-frankiewicz.yml","en-us/blog/authors/magdalena-frankiewicz.yml","en-us/blog/authors/magdalena-frankiewicz",{"_path":5109,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5110,"config":5114,"_id":5115,"_type":30,"title":5111,"_source":32,"_file":5116,"_stem":5117,"_extension":35},"/en-us/blog/authors/mahesh-kumar",{"name":5111,"config":5112},"Mahesh Kumar",{"headshot":726,"ctfId":5113},"2ihYV6SzSOXfvpI2eJ87Mv",{"template":695},"content:en-us:blog:authors:mahesh-kumar.yml","en-us/blog/authors/mahesh-kumar.yml","en-us/blog/authors/mahesh-kumar",{"_path":5119,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5120,"config":5125,"_id":5126,"_type":30,"title":5121,"_source":32,"_file":5127,"_stem":5128,"_extension":35},"/en-us/blog/authors/manav-khurana",{"name":5121,"config":5122,"role":5124},"Manav Khurana",{"headshot":5123},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1757676476/ygij7nxvn2caq6vajhmy.png","Chief Product and Marketing Officer",{"template":695,"gitlabHandle":7},"content:en-us:blog:authors:manav-khurana.yml","en-us/blog/authors/manav-khurana.yml","en-us/blog/authors/manav-khurana",{"_path":5130,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5131,"config":5136,"_id":5137,"_type":30,"title":5132,"_source":32,"_file":5138,"_stem":5139,"_extension":35},"/en-us/blog/authors/manuel-kraft",{"name":5132,"config":5133},"Manuel Kraft",{"headshot":5134,"ctfId":5135},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659815/Blog/Author%20Headshots/manuel_kraft.png","5q1NADtEqxyoV1F1s6JKDz",{"template":695},"content:en-us:blog:authors:manuel-kraft.yml","en-us/blog/authors/manuel-kraft.yml","en-us/blog/authors/manuel-kraft",{"_path":5141,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5142,"config":5146,"_id":5147,"_type":30,"title":5143,"_source":32,"_file":5148,"_stem":5149,"_extension":35},"/en-us/blog/authors/marc-radulescu",{"name":5143,"config":5144},"Marc Radulescu",{"headshot":726,"ctfId":5145},"Marc-Radulescu",{"template":695},"content:en-us:blog:authors:marc-radulescu.yml","en-us/blog/authors/marc-radulescu.yml","en-us/blog/authors/marc-radulescu",{"_path":5151,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5152,"config":5157,"_id":5158,"_type":30,"title":5153,"_source":32,"_file":5159,"_stem":5160,"_extension":35},"/en-us/blog/authors/marc-shaw",{"name":5153,"config":5154},"Marc Shaw",{"headshot":5155,"ctfId":5156},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672589/Blog/Author%20Headshots/marc_shaw-headshot.jpg","marcshaw",{"template":695},"content:en-us:blog:authors:marc-shaw.yml","en-us/blog/authors/marc-shaw.yml","en-us/blog/authors/marc-shaw",{"_path":5162,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5163,"config":5168,"_id":5169,"_type":30,"title":5170,"_source":32,"_file":5171,"_stem":5172,"_extension":35},"/en-us/blog/authors/marcel-van-remmerden",{"name":5164,"config":5165},"Marcel van Remmerden",{"headshot":5166,"ctfId":5167},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669545/Blog/Author%20Headshots/mvanremmerden-headshot.jpg","7lMCQY4CU5xfTjIiMsNqkR",{"template":695},"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":5174,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5175,"config":5179,"_id":5180,"_type":30,"title":5176,"_source":32,"_file":5181,"_stem":5182,"_extension":35},"/en-us/blog/authors/marcia-ramos",{"name":5176,"config":5177},"Marcia Ramos",{"headshot":726,"ctfId":5178},"Marcia-Ramos",{"template":695},"content:en-us:blog:authors:marcia-ramos.yml","en-us/blog/authors/marcia-ramos.yml","en-us/blog/authors/marcia-ramos",{"_path":5184,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5185,"config":5189,"_id":5190,"_type":30,"title":5186,"_source":32,"_file":5191,"_stem":5192,"_extension":35},"/en-us/blog/authors/marco-lenzo",{"name":5186,"config":5187},"Marco Lenzo",{"headshot":726,"ctfId":5188},"Marco-Lenzo",{"template":695},"content:en-us:blog:authors:marco-lenzo.yml","en-us/blog/authors/marco-lenzo.yml","en-us/blog/authors/marco-lenzo",{"_path":5194,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5195,"config":5199,"_id":5200,"_type":30,"title":5196,"_source":32,"_file":5201,"_stem":5202,"_extension":35},"/en-us/blog/authors/marie-hargitt",{"name":5196,"config":5197},"Marie Hargitt",{"headshot":726,"ctfId":5198},"Marie-Hargitt",{"template":695},"content:en-us:blog:authors:marie-hargitt.yml","en-us/blog/authors/marie-hargitt.yml","en-us/blog/authors/marie-hargitt",{"_path":5204,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5205,"config":5210,"_id":5211,"_type":30,"title":5206,"_source":32,"_file":5212,"_stem":5213,"_extension":35},"/en-us/blog/authors/marin-jankovski",{"name":5206,"config":5207},"Marin Jankovski",{"headshot":5208,"ctfId":5209},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671628/Blog/Author%20Headshots/marin-headshot.jpg","Marin-Jankovski",{"template":695},"content:en-us:blog:authors:marin-jankovski.yml","en-us/blog/authors/marin-jankovski.yml","en-us/blog/authors/marin-jankovski",{"_path":5215,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5216,"config":5220,"_id":5221,"_type":30,"title":5222,"_source":32,"_file":5223,"_stem":5224,"_extension":35},"/en-us/blog/authors/marin-job",{"name":5217,"config":5218},"Marin, Job",{"headshot":726,"ctfId":5219},"Marin-Job",{"template":695},"content:en-us:blog:authors:marin-job.yml","Marin Job","en-us/blog/authors/marin-job.yml","en-us/blog/authors/marin-job",{"_path":5226,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5227,"config":5231,"_id":5232,"_type":30,"title":5233,"_source":32,"_file":5234,"_stem":5235,"_extension":35},"/en-us/blog/authors/mario-de-la-ossa",{"name":5228,"config":5229},"Mario de la Ossa",{"headshot":7,"ctfId":5230},"mdelaossa",{"template":695},"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":5237,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5238,"config":5242,"_id":5243,"_type":30,"title":5239,"_source":32,"_file":5244,"_stem":5245,"_extension":35},"/en-us/blog/authors/mark-art",{"name":5239,"config":5240},"Mark Art",{"headshot":726,"ctfId":5241},"55KCfyNmgPaJRmBZhiN7k5",{"template":695},"content:en-us:blog:authors:mark-art.yml","en-us/blog/authors/mark-art.yml","en-us/blog/authors/mark-art",{"_path":5247,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5248,"config":5252,"_id":5253,"_type":30,"title":5249,"_source":32,"_file":5254,"_stem":5255,"_extension":35},"/en-us/blog/authors/mark-fletcher",{"name":5249,"config":5250},"Mark Fletcher",{"headshot":7,"ctfId":5251},"markglenfletcher",{"template":695},"content:en-us:blog:authors:mark-fletcher.yml","en-us/blog/authors/mark-fletcher.yml","en-us/blog/authors/mark-fletcher",{"_path":5257,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5258,"config":5263,"_id":5264,"_type":30,"title":5259,"_source":32,"_file":5265,"_stem":5266,"_extension":35},"/en-us/blog/authors/mark-lapierre",{"name":5259,"config":5260},"Mark Lapierre",{"headshot":5261,"ctfId":5262},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669066/Blog/Author%20Headshots/mark_lapierre.png","2Fnsk5H33npbli2fy9kMqu",{"template":695},"content:en-us:blog:authors:mark-lapierre.yml","en-us/blog/authors/mark-lapierre.yml","en-us/blog/authors/mark-lapierre",{"_path":5268,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5269,"config":5274,"_id":5275,"_type":30,"title":5270,"_source":32,"_file":5276,"_stem":5277,"_extension":35},"/en-us/blog/authors/mark-loveless",{"name":5270,"config":5271},"Mark Loveless",{"headshot":5272,"ctfId":5273},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664093/Blog/Author%20Headshots/mloveless-headshot.png","mloveless",{"template":695},"content:en-us:blog:authors:mark-loveless.yml","en-us/blog/authors/mark-loveless.yml","en-us/blog/authors/mark-loveless",{"_path":5279,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5280,"config":5284,"_id":5285,"_type":30,"title":5281,"_source":32,"_file":5286,"_stem":5287,"_extension":35},"/en-us/blog/authors/mark-pundsack",{"name":5281,"config":5282},"Mark Pundsack",{"headshot":726,"ctfId":5283},"markpundsack",{"template":695},"content:en-us:blog:authors:mark-pundsack.yml","en-us/blog/authors/mark-pundsack.yml","en-us/blog/authors/mark-pundsack",{"_path":5289,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5290,"config":5294,"_id":5295,"_type":30,"title":5296,"_source":32,"_file":5297,"_stem":5298,"_extension":35},"/en-us/blog/authors/martin-brmmer",{"name":18,"config":5291},{"headshot":5292,"ctfId":5293},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659427/Blog/Author%20Headshots/martin_brummer.webp","1QkLKK0UnkvZDDBzzEhkaA",{"template":695},"content:en-us:blog:authors:martin-brmmer.yml","Martin Brmmer","en-us/blog/authors/martin-brmmer.yml","en-us/blog/authors/martin-brmmer",{"_path":5300,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5301,"config":5305,"_id":5306,"_type":30,"title":5302,"_source":32,"_file":5307,"_stem":5308,"_extension":35},"/en-us/blog/authors/martynas-krupskis",{"name":5302,"config":5303},"Martynas Krupskis",{"headshot":726,"ctfId":5304},"3tK5S0f4QshGFGRrdEl7rn",{"template":695},"content:en-us:blog:authors:martynas-krupskis.yml","en-us/blog/authors/martynas-krupskis.yml","en-us/blog/authors/martynas-krupskis",{"_path":5310,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5311,"config":5315,"_id":5316,"_type":30,"title":5312,"_source":32,"_file":5317,"_stem":5318,"_extension":35},"/en-us/blog/authors/matej-latin",{"name":5312,"config":5313},"Matej Latin",{"headshot":7,"ctfId":5314},"matejlatin",{"template":695},"content:en-us:blog:authors:matej-latin.yml","en-us/blog/authors/matej-latin.yml","en-us/blog/authors/matej-latin",{"_path":5320,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5321,"config":5326,"_id":5327,"_type":30,"title":5322,"_source":32,"_file":5328,"_stem":5329,"_extension":35},"/en-us/blog/authors/mathias-ewald",{"name":5322,"config":5323},"Mathias Ewald",{"headshot":5324,"ctfId":5325},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664526/Blog/Author%20Headshots/mathias_ewald_headshot.png","7vLTPhU3yvh4xTToXcLpg9",{"template":695},"content:en-us:blog:authors:mathias-ewald.yml","en-us/blog/authors/mathias-ewald.yml","en-us/blog/authors/mathias-ewald",{"_path":5331,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5332,"config":5336,"_id":5337,"_type":30,"title":5333,"_source":32,"_file":5338,"_stem":5339,"_extension":35},"/en-us/blog/authors/matt-baldwin",{"name":5333,"config":5334},"Matt Baldwin",{"headshot":726,"ctfId":5335},"Matt-Baldwin",{"template":695},"content:en-us:blog:authors:matt-baldwin.yml","en-us/blog/authors/matt-baldwin.yml","en-us/blog/authors/matt-baldwin",{"_path":5341,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5342,"config":5347,"_id":5348,"_type":30,"title":5343,"_source":32,"_file":5349,"_stem":5350,"_extension":35},"/en-us/blog/authors/matt-coons",{"name":5343,"config":5344},"Matt Coons",{"headshot":5345,"ctfId":5346},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661888/Blog/Author%20Headshots/mcoons-headshot.jpg","mcoons",{"template":695},"content:en-us:blog:authors:matt-coons.yml","en-us/blog/authors/matt-coons.yml","en-us/blog/authors/matt-coons",{"_path":5352,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5353,"config":5358,"_id":5359,"_type":30,"title":5360,"_source":32,"_file":5361,"_stem":5362,"_extension":35},"/en-us/blog/authors/matt-delaney",{"name":5354,"config":5355},"Matt DeLaney",{"headshot":5356,"ctfId":5357},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659749/Blog/Author%20Headshots/matt_delaney_headshot.png","6apeWdrqrZlMIdaxzV5NvZ",{"template":695},"content:en-us:blog:authors:matt-delaney.yml","Matt Delaney","en-us/blog/authors/matt-delaney.yml","en-us/blog/authors/matt-delaney",{"_path":5364,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5365,"config":5370,"_id":5371,"_type":30,"title":5366,"_source":32,"_file":5372,"_stem":5373,"_extension":35},"/en-us/blog/authors/matt-genelin",{"name":5366,"config":5367},"Matt Genelin",{"headshot":5368,"ctfId":5369},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664522/Blog/Author%20Headshots/matty_genelin.png","6x9dTYZik3lSViI8hu6dYQ",{"template":695},"content:en-us:blog:authors:matt-genelin.yml","en-us/blog/authors/matt-genelin.yml","en-us/blog/authors/matt-genelin",{"_path":5375,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5376,"config":5380,"_id":5381,"_type":30,"title":5377,"_source":32,"_file":5382,"_stem":5383,"_extension":35},"/en-us/blog/authors/matt-nguyen",{"name":5377,"config":5378},"Matt Nguyen",{"headshot":726,"ctfId":5379},"Matt-Nguyen",{"template":695},"content:en-us:blog:authors:matt-nguyen.yml","en-us/blog/authors/matt-nguyen.yml","en-us/blog/authors/matt-nguyen",{"_path":5385,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5386,"config":5391,"_id":5392,"_type":30,"title":5387,"_source":32,"_file":5393,"_stem":5394,"_extension":35},"/en-us/blog/authors/matt-nohr",{"name":5387,"config":5388},"Matt Nohr",{"headshot":5389,"ctfId":5390},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681473/Blog/Author%20Headshots/mnohr-headshot.jpg","mnohr",{"template":695},"content:en-us:blog:authors:matt-nohr.yml","en-us/blog/authors/matt-nohr.yml","en-us/blog/authors/matt-nohr",{"_path":5396,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5397,"config":5402,"_id":5403,"_type":30,"title":5398,"_source":32,"_file":5404,"_stem":5405,"_extension":35},"/en-us/blog/authors/matt-smiley",{"name":5398,"config":5399},"Matt Smiley",{"headshot":5400,"ctfId":5401},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682529/Blog/Author%20Headshots/msmiley-headshot.jpg","msmiley",{"template":695},"content:en-us:blog:authors:matt-smiley.yml","en-us/blog/authors/matt-smiley.yml","en-us/blog/authors/matt-smiley",{"_path":5407,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5408,"config":5412,"_id":5413,"_type":30,"title":5409,"_source":32,"_file":5414,"_stem":5415,"_extension":35},"/en-us/blog/authors/matt-wilson",{"name":5409,"config":5410},"Matt Wilson",{"headshot":726,"ctfId":5411},"mattwilson",{"template":695},"content:en-us:blog:authors:matt-wilson.yml","en-us/blog/authors/matt-wilson.yml","en-us/blog/authors/matt-wilson",{"_path":5417,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5418,"config":5423,"_id":5424,"_type":30,"title":5419,"_source":32,"_file":5425,"_stem":5426,"_extension":35},"/en-us/blog/authors/matthew-macfarlane",{"name":5419,"config":5420},"Matthew Macfarlane",{"headshot":5421,"ctfId":5422},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663160/Blog/Author%20Headshots/matthew_mcfarlane_headshot.png","6dyod6DIfkxY5CognC5g2N",{"template":695},"content:en-us:blog:authors:matthew-macfarlane.yml","en-us/blog/authors/matthew-macfarlane.yml","en-us/blog/authors/matthew-macfarlane",{"_path":5428,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5429,"config":5434,"_id":5435,"_type":30,"title":5430,"_source":32,"_file":5436,"_stem":5437,"_extension":35},"/en-us/blog/authors/matthew-nearents",{"name":5430,"config":5431},"Matthew Nearents",{"headshot":5432,"ctfId":5433},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681789/Blog/Author%20Headshots/mnearents-headshot.jpg","mnearents",{"template":695},"content:en-us:blog:authors:matthew-nearents.yml","en-us/blog/authors/matthew-nearents.yml","en-us/blog/authors/matthew-nearents",{"_path":5439,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5440,"config":5445,"_id":5446,"_type":30,"title":5447,"_source":32,"_file":5448,"_stem":5449,"_extension":35},"/en-us/blog/authors/matthias-kppler",{"name":5441,"config":5442},"Matthias Käppler",{"headshot":5443,"ctfId":5444},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670351/Blog/Author%20Headshots/mkaeppler-headshot.jpg","mkaeppler",{"template":695},"content:en-us:blog:authors:matthias-kppler.yml","Matthias Kppler","en-us/blog/authors/matthias-kppler.yml","en-us/blog/authors/matthias-kppler",{"_path":5451,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5452,"config":5456,"_id":5457,"_type":30,"title":5453,"_source":32,"_file":5458,"_stem":5459,"_extension":35},"/en-us/blog/authors/matthieu-fronton",{"name":5453,"config":5454},"Matthieu Fronton",{"headshot":7,"ctfId":5455},"frntn",{"template":695},"content:en-us:blog:authors:matthieu-fronton.yml","en-us/blog/authors/matthieu-fronton.yml","en-us/blog/authors/matthieu-fronton",{"_path":5461,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5462,"config":5466,"_id":5467,"_type":30,"title":5463,"_source":32,"_file":5468,"_stem":5469,"_extension":35},"/en-us/blog/authors/max-woolf",{"name":5463,"config":5464},"Max Woolf",{"headshot":726,"ctfId":5465},"Max-Woolf",{"template":695},"content:en-us:blog:authors:max-woolf.yml","en-us/blog/authors/max-woolf.yml","en-us/blog/authors/max-woolf",{"_path":5471,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5472,"config":5477,"_id":5478,"_type":30,"title":5473,"_source":32,"_file":5479,"_stem":5480,"_extension":35},"/en-us/blog/authors/maximilien-belinga",{"name":5473,"config":5474},"Maximilien Belinga",{"headshot":5475,"ctfId":5476},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665080/Blog/Author%20Headshots/max_belinga.png","4n2a5tKPKk6qCis0IzevOS",{"template":695},"content:en-us:blog:authors:maximilien-belinga.yml","en-us/blog/authors/maximilien-belinga.yml","en-us/blog/authors/maximilien-belinga",{"_path":5482,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5483,"config":5487,"_id":5488,"_type":30,"title":5484,"_source":32,"_file":5489,"_stem":5490,"_extension":35},"/en-us/blog/authors/mayank-tahilramani",{"name":5484,"config":5485},"Mayank Tahilramani",{"headshot":7,"ctfId":5486},"mayanktahil",{"template":695},"content:en-us:blog:authors:mayank-tahilramani.yml","en-us/blog/authors/mayank-tahilramani.yml","en-us/blog/authors/mayank-tahilramani",{"_path":5492,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5493,"config":5498,"_id":5499,"_type":30,"title":5494,"_source":32,"_file":5500,"_stem":5501,"_extension":35},"/en-us/blog/authors/mayra-cabrera",{"name":5494,"config":5495},"Mayra Cabrera",{"headshot":5496,"ctfId":5497},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663224/Blog/Author%20Headshots/mayra-cabrera-headshot.jpg","mayracabrera",{"template":695},"content:en-us:blog:authors:mayra-cabrera.yml","en-us/blog/authors/mayra-cabrera.yml","en-us/blog/authors/mayra-cabrera",{"_path":5503,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5504,"config":5508,"_id":5509,"_type":30,"title":5505,"_source":32,"_file":5510,"_stem":5511,"_extension":35},"/en-us/blog/authors/meghan-maneval",{"name":5505,"config":5506},"Meghan Maneval",{"headshot":7,"ctfId":5507},"mmaneval20",{"template":695},"content:en-us:blog:authors:meghan-maneval.yml","en-us/blog/authors/meghan-maneval.yml","en-us/blog/authors/meghan-maneval",{"_path":5513,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5514,"config":5519,"_id":5520,"_type":30,"title":5515,"_source":32,"_file":5521,"_stem":5522,"_extension":35},"/en-us/blog/authors/mek-stittri",{"name":5515,"config":5516},"Mek Stittri",{"headshot":5517,"ctfId":5518},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682281/Blog/Author%20Headshots/meks-headshot.png","meks",{"template":695},"content:en-us:blog:authors:mek-stittri.yml","en-us/blog/authors/mek-stittri.yml","en-us/blog/authors/mek-stittri",{"_path":5524,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5525,"config":5529,"_id":5530,"_type":30,"title":5526,"_source":32,"_file":5531,"_stem":5532,"_extension":35},"/en-us/blog/authors/melissa-farber",{"name":5526,"config":5527},"Melissa Farber",{"headshot":7,"ctfId":5528},"mfarber",{"template":695},"content:en-us:blog:authors:melissa-farber.yml","en-us/blog/authors/melissa-farber.yml","en-us/blog/authors/melissa-farber",{"_path":5534,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5535,"config":5539,"_id":5540,"_type":30,"title":5536,"_source":32,"_file":5541,"_stem":5542,"_extension":35},"/en-us/blog/authors/melissa-smolensky",{"name":5536,"config":5537},"Melissa Smolensky",{"headshot":7,"ctfId":5538},"melsmo",{"template":695},"content:en-us:blog:authors:melissa-smolensky.yml","en-us/blog/authors/melissa-smolensky.yml","en-us/blog/authors/melissa-smolensky",{"_path":5544,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5545,"config":5550,"_id":5551,"_type":30,"title":5546,"_source":32,"_file":5552,"_stem":5553,"_extension":35},"/en-us/blog/authors/melissa-ushakov",{"name":5546,"config":5547},"Melissa Ushakov",{"headshot":5548,"ctfId":5549},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666529/Blog/Author%20Headshots/mushakov-headshot.jpg","mushakov",{"template":695},"content:en-us:blog:authors:melissa-ushakov.yml","en-us/blog/authors/melissa-ushakov.yml","en-us/blog/authors/melissa-ushakov",{"_path":5555,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5556,"config":5560,"_id":5561,"_type":30,"title":5557,"_source":32,"_file":5562,"_stem":5563,"_extension":35},"/en-us/blog/authors/michael-fahey",{"name":5557,"config":5558},"Michael Fahey",{"headshot":7,"ctfId":5559},"mfahey",{"template":695},"content:en-us:blog:authors:michael-fahey.yml","en-us/blog/authors/michael-fahey.yml","en-us/blog/authors/michael-fahey",{"_path":5565,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5566,"config":5571,"_id":5572,"_type":30,"title":5567,"_source":32,"_file":5573,"_stem":5574,"_extension":35},"/en-us/blog/authors/michael-friedrich",{"name":5567,"config":5568},"Michael Friedrich",{"headshot":5569,"ctfId":5570},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659879/Blog/Author%20Headshots/dnsmichi-headshot.jpg","dnsmichi",{"template":695},"content:en-us:blog:authors:michael-friedrich.yml","en-us/blog/authors/michael-friedrich.yml","en-us/blog/authors/michael-friedrich",{"_path":5576,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5577,"config":5581,"_id":5582,"_type":30,"title":5578,"_source":32,"_file":5583,"_stem":5584,"_extension":35},"/en-us/blog/authors/michael-henriksen",{"name":5578,"config":5579},"Michael Henriksen",{"headshot":726,"ctfId":5580},"3DmojnawcJFqAgoNMCpFTX",{"template":695},"content:en-us:blog:authors:michael-henriksen.yml","en-us/blog/authors/michael-henriksen.yml","en-us/blog/authors/michael-henriksen",{"_path":5586,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5587,"config":5591,"_id":5592,"_type":30,"title":5588,"_source":32,"_file":5593,"_stem":5594,"_extension":35},"/en-us/blog/authors/michael-karampalas",{"name":5588,"config":5589},"Michael Karampalas",{"headshot":7,"ctfId":5590},"mkarampalas",{"template":695},"content:en-us:blog:authors:michael-karampalas.yml","en-us/blog/authors/michael-karampalas.yml","en-us/blog/authors/michael-karampalas",{"_path":5596,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5597,"config":5602,"_id":5603,"_type":30,"title":5598,"_source":32,"_file":5604,"_stem":5605,"_extension":35},"/en-us/blog/authors/michael-kozono",{"name":5598,"config":5599},"Michael Kozono",{"headshot":5600,"ctfId":5601},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679544/Blog/Author%20Headshots/mkozono-headshot.jpg","mkozono",{"template":695},"content:en-us:blog:authors:michael-kozono.yml","en-us/blog/authors/michael-kozono.yml","en-us/blog/authors/michael-kozono",{"_path":5607,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5608,"config":5612,"_id":5613,"_type":30,"title":5609,"_source":32,"_file":5614,"_stem":5615,"_extension":35},"/en-us/blog/authors/michael-miranda",{"name":5609,"config":5610},"Michael Miranda",{"headshot":7,"ctfId":5611},"mikemiranda",{"template":695},"content:en-us:blog:authors:michael-miranda.yml","en-us/blog/authors/michael-miranda.yml","en-us/blog/authors/michael-miranda",{"_path":5617,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5618,"config":5623,"_id":5624,"_type":30,"title":5619,"_source":32,"_file":5625,"_stem":5626,"_extension":35},"/en-us/blog/authors/michelle-gill",{"name":5619,"config":5620},"Michelle Gill",{"headshot":5621,"ctfId":5622},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666460/Blog/Author%20Headshots/michelle_gill_headshot.png","1o9MOYTUcO2koXs4FgpOEw",{"template":695},"content:en-us:blog:authors:michelle-gill.yml","en-us/blog/authors/michelle-gill.yml","en-us/blog/authors/michelle-gill",{"_path":5628,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5629,"config":5634,"_id":5635,"_type":30,"title":5630,"_source":32,"_file":5636,"_stem":5637,"_extension":35},"/en-us/blog/authors/miguel-rincon",{"name":5630,"config":5631},"Miguel Rincon",{"headshot":5632,"ctfId":5633},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681865/Blog/Author%20Headshots/mrincon-headshot.jpg","mrincon",{"template":695},"content:en-us:blog:authors:miguel-rincon.yml","en-us/blog/authors/miguel-rincon.yml","en-us/blog/authors/miguel-rincon",{"_path":5639,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5640,"config":5644,"_id":5645,"_type":30,"title":5641,"_source":32,"_file":5646,"_stem":5647,"_extension":35},"/en-us/blog/authors/mike-bartlett",{"name":5641,"config":5642},"Mike Bartlett",{"headshot":7,"ctfId":5643},"mydigitalself",{"template":695},"content:en-us:blog:authors:mike-bartlett.yml","en-us/blog/authors/mike-bartlett.yml","en-us/blog/authors/mike-bartlett",{"_path":5649,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5650,"config":5654,"_id":5655,"_type":30,"title":5651,"_source":32,"_file":5656,"_stem":5657,"_extension":35},"/en-us/blog/authors/mike-eddington",{"name":5651,"config":5652},"Mike Eddington",{"headshot":726,"ctfId":5653},"q5tK0TgB1ZovSwShKSvOJ",{"template":695},"content:en-us:blog:authors:mike-eddington.yml","en-us/blog/authors/mike-eddington.yml","en-us/blog/authors/mike-eddington",{"_path":5659,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5660,"config":5665,"_id":5666,"_type":30,"title":5661,"_source":32,"_file":5667,"_stem":5668,"_extension":35},"/en-us/blog/authors/mike-flouton",{"name":5661,"config":5662},"Mike Flouton",{"headshot":5663,"ctfId":5664},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679190/Blog/Author%20Headshots/mflouton-headshot.jpg","mflouton",{"template":695},"content:en-us:blog:authors:mike-flouton.yml","en-us/blog/authors/mike-flouton.yml","en-us/blog/authors/mike-flouton",{"_path":5670,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5671,"config":5675,"_id":5676,"_type":30,"title":5672,"_source":32,"_file":5677,"_stem":5678,"_extension":35},"/en-us/blog/authors/mike-gerwitz",{"name":5672,"config":5673},"Mike Gerwitz",{"headshot":726,"ctfId":5674},"Mike-Gerwitz",{"template":695},"content:en-us:blog:authors:mike-gerwitz.yml","en-us/blog/authors/mike-gerwitz.yml","en-us/blog/authors/mike-gerwitz",{"_path":5680,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5681,"config":5685,"_id":5686,"_type":30,"title":5682,"_source":32,"_file":5687,"_stem":5688,"_extension":35},"/en-us/blog/authors/mike-greiling",{"name":5682,"config":5683},"Mike Greiling",{"headshot":7,"ctfId":5684},"mikegreiling",{"template":695},"content:en-us:blog:authors:mike-greiling.yml","en-us/blog/authors/mike-greiling.yml","en-us/blog/authors/mike-greiling",{"_path":5690,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5691,"config":5695,"_id":5696,"_type":30,"title":5692,"_source":32,"_file":5697,"_stem":5698,"_extension":35},"/en-us/blog/authors/mike-vanbuskirk",{"name":5692,"config":5693},"Mike Vanbuskirk",{"headshot":726,"ctfId":5694},"Mike-Vanbuskirk",{"template":695},"content:en-us:blog:authors:mike-vanbuskirk.yml","en-us/blog/authors/mike-vanbuskirk.yml","en-us/blog/authors/mike-vanbuskirk",{"_path":5700,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5701,"config":5705,"_id":5706,"_type":30,"title":5702,"_source":32,"_file":5707,"_stem":5708,"_extension":35},"/en-us/blog/authors/miranda-carter",{"name":5702,"config":5703},"Miranda Carter",{"headshot":726,"ctfId":5704},"4xT4dbRh6N9i7jW5xuPhVp",{"template":695},"content:en-us:blog:authors:miranda-carter.yml","en-us/blog/authors/miranda-carter.yml","en-us/blog/authors/miranda-carter",{"_path":5710,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5711,"config":5716,"_id":5717,"_type":30,"title":5712,"_source":32,"_file":5718,"_stem":5719,"_extension":35},"/en-us/blog/authors/mitra-jozenazemian",{"name":5712,"config":5713},"Mitra Jozenazemian",{"headshot":5714,"ctfId":5715},"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":695},"content:en-us:blog:authors:mitra-jozenazemian.yml","en-us/blog/authors/mitra-jozenazemian.yml","en-us/blog/authors/mitra-jozenazemian",{"_path":5721,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5722,"config":5727,"_id":5728,"_type":30,"title":5723,"_source":32,"_file":5729,"_stem":5730,"_extension":35},"/en-us/blog/authors/monmayuri-ray",{"name":5723,"config":5724},"Monmayuri Ray",{"headshot":5725,"ctfId":5726},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679381/Blog/Author%20Headshots/mray2020-headshot.png","mray2020",{"template":695},"content:en-us:blog:authors:monmayuri-ray.yml","en-us/blog/authors/monmayuri-ray.yml","en-us/blog/authors/monmayuri-ray",{"_path":5732,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5733,"config":5738,"_id":5740,"_type":30,"title":5734,"_source":32,"_file":5741,"_stem":5742,"_extension":35},"/en-us/blog/authors/naoharu-sasaki",{"name":5734,"config":5735,"role":5737},"Naoharu Sasaki",{"headshot":5736},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751951026/qgwsq65eqcrrxemihenj.png","Senior Solutions Architect",{"template":695,"gitlabHandle":5739},"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":5744,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5745,"config":5750,"_id":5751,"_type":30,"title":5746,"_source":32,"_file":5752,"_stem":5753,"_extension":35},"/en-us/blog/authors/nate-rosandich",{"name":5746,"config":5747},"Nate Rosandich",{"headshot":5748,"ctfId":5749},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665774/Blog/Author%20Headshots/nate_rosandich_headshot.png","6o7KM5bD29P7qtz6yu60rZ",{"template":695},"content:en-us:blog:authors:nate-rosandich.yml","en-us/blog/authors/nate-rosandich.yml","en-us/blog/authors/nate-rosandich",{"_path":5755,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5756,"config":5761,"_id":5762,"_type":30,"title":5757,"_source":32,"_file":5763,"_stem":5764,"_extension":35},"/en-us/blog/authors/neha-khalwadekar",{"name":5757,"config":5758},"Neha Khalwadekar",{"headshot":5759,"ctfId":5760},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682666/Blog/Author%20Headshots/nkhalwadekar-headshot.jpg","nkhalwadekar",{"template":695},"content:en-us:blog:authors:neha-khalwadekar.yml","en-us/blog/authors/neha-khalwadekar.yml","en-us/blog/authors/neha-khalwadekar",{"_path":5766,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5767,"config":5772,"_id":5773,"_type":30,"title":5774,"_source":32,"_file":5775,"_stem":5776,"_extension":35},"/en-us/blog/authors/neil-mccorrison",{"name":5768,"config":5769},"Neil McCorrison",{"headshot":5770,"ctfId":5771},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669499/Blog/Author%20Headshots/nmccorrison-headshot.jpg","nmccorrison",{"template":695},"content:en-us:blog:authors:neil-mccorrison.yml","Neil Mccorrison","en-us/blog/authors/neil-mccorrison.yml","en-us/blog/authors/neil-mccorrison",{"_path":5778,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5779,"config":5784,"_id":5785,"_type":30,"title":5786,"_source":32,"_file":5787,"_stem":5788,"_extension":35},"/en-us/blog/authors/neil-mcdonald",{"name":5780,"config":5781},"Neil McDonald",{"headshot":5782,"ctfId":5783},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665769/Blog/Author%20Headshots/neil_mcdonald_headshot.png","3AlbY0x99iY5eFvSZcn1zL",{"template":695},"content:en-us:blog:authors:neil-mcdonald.yml","Neil Mcdonald","en-us/blog/authors/neil-mcdonald.yml","en-us/blog/authors/neil-mcdonald",{"_path":5790,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5791,"config":5795,"_id":5797,"_type":30,"title":5792,"_source":32,"_file":5798,"_stem":5799,"_extension":35},"/en-us/blog/authors/nick-cayou",{"name":5792,"config":5793,"role":7},"Nick Cayou",{"headshot":5794},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751467780/nzign0cbu1g4ulxlhgop.png",{"template":695,"gitlabHandle":5796},"ncayou","content:en-us:blog:authors:nick-cayou.yml","en-us/blog/authors/nick-cayou.yml","en-us/blog/authors/nick-cayou",{"_path":5801,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5802,"config":5807,"_id":5808,"_type":30,"title":5803,"_source":32,"_file":5809,"_stem":5810,"_extension":35},"/en-us/blog/authors/nick-malcolm",{"name":5803,"config":5804},"Nick Malcolm",{"headshot":5805,"ctfId":5806},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679150/Blog/Author%20Headshots/nmalcolm-headshot.jpg","nmalcolm",{"template":695},"content:en-us:blog:authors:nick-malcolm.yml","en-us/blog/authors/nick-malcolm.yml","en-us/blog/authors/nick-malcolm",{"_path":5812,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5813,"config":5817,"_id":5818,"_type":30,"title":5814,"_source":32,"_file":5819,"_stem":5820,"_extension":35},"/en-us/blog/authors/nick-thomas",{"name":5814,"config":5815},"Nick Thomas",{"headshot":7,"ctfId":5816},"nickthomas",{"template":695},"content:en-us:blog:authors:nick-thomas.yml","en-us/blog/authors/nick-thomas.yml","en-us/blog/authors/nick-thomas",{"_path":5822,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5823,"config":5828,"_id":5829,"_type":30,"title":5824,"_source":32,"_file":5830,"_stem":5831,"_extension":35},"/en-us/blog/authors/nick-veenhof",{"name":5824,"config":5825},"Nick Veenhof",{"headshot":5826,"ctfId":5827},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679373/Blog/Author%20Headshots/nick_vh-headshot.jpg","nickvh",{"template":695},"content:en-us:blog:authors:nick-veenhof.yml","en-us/blog/authors/nick-veenhof.yml","en-us/blog/authors/nick-veenhof",{"_path":5833,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5834,"config":5838,"_id":5839,"_type":30,"title":5835,"_source":32,"_file":5840,"_stem":5841,"_extension":35},"/en-us/blog/authors/nico-meisenzahl",{"name":5835,"config":5836},"Nico Meisenzahl",{"headshot":7,"ctfId":5837},"nicomeisenzahl",{"template":695},"content:en-us:blog:authors:nico-meisenzahl.yml","en-us/blog/authors/nico-meisenzahl.yml","en-us/blog/authors/nico-meisenzahl",{"_path":5843,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5844,"config":5848,"_id":5849,"_type":30,"title":5845,"_source":32,"_file":5850,"_stem":5851,"_extension":35},"/en-us/blog/authors/nicole-schwartz",{"name":5845,"config":5846},"Nicole Schwartz",{"headshot":7,"ctfId":5847},"nicoleschwartz",{"template":695},"content:en-us:blog:authors:nicole-schwartz.yml","en-us/blog/authors/nicole-schwartz.yml","en-us/blog/authors/nicole-schwartz",{"_path":5853,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5854,"config":5859,"_id":5860,"_type":30,"title":5855,"_source":32,"_file":5861,"_stem":5862,"_extension":35},"/en-us/blog/authors/nikhil-george",{"name":5855,"config":5856},"Nikhil George",{"headshot":5857,"ctfId":5858},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666175/Blog/Author%20Headshots/ngeorge1-headshot.jpg","ngeorge1",{"template":695},"content:en-us:blog:authors:nikhil-george.yml","en-us/blog/authors/nikhil-george.yml","en-us/blog/authors/nikhil-george",{"_path":5864,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5865,"config":5870,"_id":5871,"_type":30,"title":5866,"_source":32,"_file":5872,"_stem":5873,"_extension":35},"/en-us/blog/authors/nima-badiey",{"name":5866,"config":5867},"Nima Badiey",{"headshot":5868,"ctfId":5869},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668177/Blog/Author%20Headshots/nbadiey-headshot.jpg","nbadiey",{"template":695},"content:en-us:blog:authors:nima-badiey.yml","en-us/blog/authors/nima-badiey.yml","en-us/blog/authors/nima-badiey",{"_path":5875,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5876,"config":5881,"_id":5882,"_type":30,"title":5877,"_source":32,"_file":5883,"_stem":5884,"_extension":35},"/en-us/blog/authors/noah-ing",{"name":5877,"config":5878},"Noah Ing",{"headshot":5879,"ctfId":5880},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664410/Blog/Author%20Headshots/noahing.png","noahing",{"template":695},"content:en-us:blog:authors:noah-ing.yml","en-us/blog/authors/noah-ing.yml","en-us/blog/authors/noah-ing",{"_path":5886,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5887,"config":5891,"_id":5892,"_type":30,"title":5888,"_source":32,"_file":5893,"_stem":5894,"_extension":35},"/en-us/blog/authors/noah-manger",{"name":5888,"config":5889},"Noah Manger",{"headshot":726,"ctfId":5890},"Noah-Manger",{"template":695},"content:en-us:blog:authors:noah-manger.yml","en-us/blog/authors/noah-manger.yml","en-us/blog/authors/noah-manger",{"_path":5896,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5897,"config":5901,"_id":5902,"_type":30,"title":5898,"_source":32,"_file":5903,"_stem":5904,"_extension":35},"/en-us/blog/authors/noah-zoschke",{"name":5898,"config":5899},"Noah Zoschke",{"headshot":726,"ctfId":5900},"Noah-Zoschke",{"template":695},"content:en-us:blog:authors:noah-zoschke.yml","en-us/blog/authors/noah-zoschke.yml","en-us/blog/authors/noah-zoschke",{"_path":5906,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5907,"config":5911,"_id":5912,"_type":30,"title":5908,"_source":32,"_file":5913,"_stem":5914,"_extension":35},"/en-us/blog/authors/nolan-myers",{"name":5908,"config":5909},"Nolan Myers",{"headshot":726,"ctfId":5910},"Nolan-Myers",{"template":695},"content:en-us:blog:authors:nolan-myers.yml","en-us/blog/authors/nolan-myers.yml","en-us/blog/authors/nolan-myers",{"_path":5916,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5917,"config":5921,"_id":5922,"_type":30,"title":5918,"_source":32,"_file":5923,"_stem":5924,"_extension":35},"/en-us/blog/authors/nupur-sharma",{"name":5918,"config":5919},"Nupur Sharma",{"headshot":726,"ctfId":5920},"6p7RQDl0cDWnAxU8yu2vVK",{"template":695},"content:en-us:blog:authors:nupur-sharma.yml","en-us/blog/authors/nupur-sharma.yml","en-us/blog/authors/nupur-sharma",{"_path":5926,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5927,"config":5931,"_id":5932,"_type":30,"title":5928,"_source":32,"_file":5933,"_stem":5934,"_extension":35},"/en-us/blog/authors/nuritzi-sanchez",{"name":5928,"config":5929},"Nuritzi Sanchez",{"headshot":7,"ctfId":5930},"nuritzi",{"template":695},"content:en-us:blog:authors:nuritzi-sanchez.yml","en-us/blog/authors/nuritzi-sanchez.yml","en-us/blog/authors/nuritzi-sanchez",{"_path":5936,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5937,"config":5942,"_id":5943,"_type":30,"title":5938,"_source":32,"_file":5944,"_stem":5945,"_extension":35},"/en-us/blog/authors/oleksandr-pysaryuk",{"name":5938,"config":5939},"Oleksandr Pysaryuk",{"headshot":5940,"ctfId":5941},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664469/Blog/Author%20Headshots/opysaryuk_headshot.png","5EbCnvbwgeZKYOUug8fFFO",{"template":695},"content:en-us:blog:authors:oleksandr-pysaryuk.yml","en-us/blog/authors/oleksandr-pysaryuk.yml","en-us/blog/authors/oleksandr-pysaryuk",{"_path":5947,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5948,"config":5953,"_id":5954,"_type":30,"title":5955,"_source":32,"_file":5956,"_stem":5957,"_extension":35},"/en-us/blog/authors/olena-horal-koretska",{"name":5949,"config":5950},"Olena Horal-Koretska",{"headshot":5951,"ctfId":5952},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681267/Blog/Author%20Headshots/ohoral-headshot.jpg","ohoral",{"template":695},"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":5959,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5960,"config":5964,"_id":5966,"_type":30,"title":5961,"_source":32,"_file":5967,"_stem":5968,"_extension":35},"/en-us/blog/authors/olivier-campeau",{"name":5961,"config":5962},"Olivier Campeau",{"headshot":5963},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750704785/kyqz7c4ctjvo4qpj8ldf.png",{"template":695,"gitlabHandle":5965},"oli.campeau","content:en-us:blog:authors:olivier-campeau.yml","en-us/blog/authors/olivier-campeau.yml","en-us/blog/authors/olivier-campeau",{"_path":5970,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5971,"config":5976,"_id":5977,"_type":30,"title":5978,"_source":32,"_file":5979,"_stem":5980,"_extension":35},"/en-us/blog/authors/olivier-dupr",{"name":5972,"config":5973},"Olivier Dupré",{"headshot":5974,"ctfId":5975},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713474/cj6odchlpoqxbibenvye.png","4VIckvQsyfNxEtz4pM42aP",{"template":695},"content:en-us:blog:authors:olivier-dupr.yml","Olivier Dupr","en-us/blog/authors/olivier-dupr.yml","en-us/blog/authors/olivier-dupr",{"_path":5982,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5983,"config":5988,"_id":5989,"_type":30,"title":5984,"_source":32,"_file":5990,"_stem":5991,"_extension":35},"/en-us/blog/authors/omar-fernandez",{"name":5984,"config":5985},"Omar Fernandez",{"headshot":5986,"ctfId":5987},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668073/Blog/Author%20Headshots/ofernandez2-headshot.jpg","ofernandez2",{"template":695},"content:en-us:blog:authors:omar-fernandez.yml","en-us/blog/authors/omar-fernandez.yml","en-us/blog/authors/omar-fernandez",{"_path":5993,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":5994,"config":5998,"_id":5999,"_type":30,"title":5995,"_source":32,"_file":6000,"_stem":6001,"_extension":35},"/en-us/blog/authors/opher-vishnia",{"name":5995,"config":5996},"Opher Vishnia",{"headshot":726,"ctfId":5997},"O0F3sw3av9pRAxeP9iR7N",{"template":695},"content:en-us:blog:authors:opher-vishnia.yml","en-us/blog/authors/opher-vishnia.yml","en-us/blog/authors/opher-vishnia",{"_path":6003,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6004,"config":6008,"_id":6009,"_type":30,"title":6005,"_source":32,"_file":6010,"_stem":6011,"_extension":35},"/en-us/blog/authors/orit-golowinski",{"name":6005,"config":6006},"Orit Golowinski",{"headshot":7,"ctfId":6007},"ogolowinski",{"template":695},"content:en-us:blog:authors:orit-golowinski.yml","en-us/blog/authors/orit-golowinski.yml","en-us/blog/authors/orit-golowinski",{"_path":6013,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6014,"config":6019,"_id":6020,"_type":30,"title":6015,"_source":32,"_file":6021,"_stem":6022,"_extension":35},"/en-us/blog/authors/ottilia-westerlund",{"name":6015,"config":6016},"Ottilia Westerlund",{"headshot":6017,"ctfId":6018},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664791/Blog/Author%20Headshots/ottiliawesterlundheadshot.png","ottiliawesterlund",{"template":695},"content:en-us:blog:authors:ottilia-westerlund.yml","en-us/blog/authors/ottilia-westerlund.yml","en-us/blog/authors/ottilia-westerlund",{"_path":6024,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6025,"config":6029,"_id":6030,"_type":30,"title":6026,"_source":32,"_file":6031,"_stem":6032,"_extension":35},"/en-us/blog/authors/owen-williams",{"name":6026,"config":6027},"Owen Williams",{"headshot":726,"ctfId":6028},"Owen-Williams",{"template":695},"content:en-us:blog:authors:owen-williams.yml","en-us/blog/authors/owen-williams.yml","en-us/blog/authors/owen-williams",{"_path":6034,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6035,"config":6039,"_id":6040,"_type":30,"title":6036,"_source":32,"_file":6041,"_stem":6042,"_extension":35},"/en-us/blog/authors/pablo-carranza",{"name":6036,"config":6037},"Pablo Carranza",{"headshot":726,"ctfId":6038},"Pablo-Carranza",{"template":695},"content:en-us:blog:authors:pablo-carranza.yml","en-us/blog/authors/pablo-carranza.yml","en-us/blog/authors/pablo-carranza",{"_path":6044,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6045,"config":6049,"_id":6050,"_type":30,"title":6046,"_source":32,"_file":6051,"_stem":6052,"_extension":35},"/en-us/blog/authors/parker-ennis",{"name":6046,"config":6047},"Parker Ennis",{"headshot":7,"ctfId":6048},"parkerennis",{"template":695},"content:en-us:blog:authors:parker-ennis.yml","en-us/blog/authors/parker-ennis.yml","en-us/blog/authors/parker-ennis",{"_path":6054,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6055,"config":6059,"_id":6060,"_type":30,"title":6056,"_source":32,"_file":6061,"_stem":6062,"_extension":35},"/en-us/blog/authors/patricio-cano",{"name":6056,"config":6057},"Patricio Cano",{"headshot":726,"ctfId":6058},"Patricio-Cano",{"template":695},"content:en-us:blog:authors:patricio-cano.yml","en-us/blog/authors/patricio-cano.yml","en-us/blog/authors/patricio-cano",{"_path":6064,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6065,"config":6069,"_id":6070,"_type":30,"title":6066,"_source":32,"_file":6071,"_stem":6072,"_extension":35},"/en-us/blog/authors/patrick-deuley",{"name":6066,"config":6067},"Patrick Deuley",{"headshot":726,"ctfId":6068},"4YYemtKKpxKC4yukyFavai",{"template":695},"content:en-us:blog:authors:patrick-deuley.yml","en-us/blog/authors/patrick-deuley.yml","en-us/blog/authors/patrick-deuley",{"_path":6074,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6075,"config":6079,"_id":6080,"_type":30,"title":6076,"_source":32,"_file":6081,"_stem":6082,"_extension":35},"/en-us/blog/authors/patrick-foster",{"name":6076,"config":6077},"Patrick Foster",{"headshot":726,"ctfId":6078},"Patrick-Foster",{"template":695},"content:en-us:blog:authors:patrick-foster.yml","en-us/blog/authors/patrick-foster.yml","en-us/blog/authors/patrick-foster",{"_path":6084,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6085,"config":6090,"_id":6091,"_type":30,"title":6086,"_source":32,"_file":6092,"_stem":6093,"_extension":35},"/en-us/blog/authors/patrick-steinhardt",{"name":6086,"config":6087},"Patrick Steinhardt",{"headshot":6088,"ctfId":6089},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661952/Blog/Author%20Headshots/pks-gitlab-headshot.png","pksgitlab",{"template":695},"content:en-us:blog:authors:patrick-steinhardt.yml","en-us/blog/authors/patrick-steinhardt.yml","en-us/blog/authors/patrick-steinhardt",{"_path":6095,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6096,"config":6100,"_id":6101,"_type":30,"title":6097,"_source":32,"_file":6102,"_stem":6103,"_extension":35},"/en-us/blog/authors/patty-cheung",{"name":6097,"config":6098},"Patty Cheung",{"headshot":726,"ctfId":6099},"pattycheung",{"template":695},"content:en-us:blog:authors:patty-cheung.yml","en-us/blog/authors/patty-cheung.yml","en-us/blog/authors/patty-cheung",{"_path":6105,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6106,"config":6110,"_id":6111,"_type":30,"title":6107,"_source":32,"_file":6112,"_stem":6113,"_extension":35},"/en-us/blog/authors/paul-badcock",{"name":6107,"config":6108},"Paul Badcock",{"headshot":726,"ctfId":6109},"TbNQIdiD4vlFB7XYXeArb",{"template":695},"content:en-us:blog:authors:paul-badcock.yml","en-us/blog/authors/paul-badcock.yml","en-us/blog/authors/paul-badcock",{"_path":6115,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6116,"config":6120,"_id":6121,"_type":30,"title":6122,"_source":32,"_file":6123,"_stem":6124,"_extension":35},"/en-us/blog/authors/paul-gascou-vaillancourt",{"name":6117,"config":6118},"Paul Gascou-Vaillancourt",{"headshot":726,"ctfId":6119},"6Yg7HWPoy2E5vwudH0EZja",{"template":695},"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":6126,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6127,"config":6131,"_id":6132,"_type":30,"title":6128,"_source":32,"_file":6133,"_stem":6134,"_extension":35},"/en-us/blog/authors/paul-hibbitts",{"name":6128,"config":6129},"Paul Hibbitts",{"headshot":726,"ctfId":6130},"Paul-Hibbitts",{"template":695},"content:en-us:blog:authors:paul-hibbitts.yml","en-us/blog/authors/paul-hibbitts.yml","en-us/blog/authors/paul-hibbitts",{"_path":6136,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6137,"config":6141,"_id":6142,"_type":30,"title":6138,"_source":32,"_file":6143,"_stem":6144,"_extension":35},"/en-us/blog/authors/paul-machle",{"name":6138,"config":6139},"Paul Machle",{"headshot":726,"ctfId":6140},"Paul-Machle",{"template":695},"content:en-us:blog:authors:paul-machle.yml","en-us/blog/authors/paul-machle.yml","en-us/blog/authors/paul-machle",{"_path":6146,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6147,"config":6151,"_id":6153,"_type":30,"title":6148,"_source":32,"_file":6154,"_stem":6155,"_extension":35},"/en-us/blog/authors/paul-meresanu",{"name":6148,"role":7,"config":6149},"Paul Meresanu",{"headshot":6150},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750267141/qpw5ayteg0sewyh7s8xi.png",{"template":695,"gitlabHandle":6152},"pmeresanu","content:en-us:blog:authors:paul-meresanu.yml","en-us/blog/authors/paul-meresanu.yml","en-us/blog/authors/paul-meresanu",{"_path":6157,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6158,"config":6163,"_id":6164,"_type":30,"title":6159,"_source":32,"_file":6165,"_stem":6166,"_extension":35},"/en-us/blog/authors/payton-burdette",{"name":6159,"config":6160},"Payton Burdette",{"headshot":6161,"ctfId":6162},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667712/Blog/Author%20Headshots/payton_burdette_headshot.png","42ZmAy1Ix0cQeI3hHYupW",{"template":695},"content:en-us:blog:authors:payton-burdette.yml","en-us/blog/authors/payton-burdette.yml","en-us/blog/authors/payton-burdette",{"_path":6168,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6169,"config":6173,"_id":6174,"_type":30,"title":6170,"_source":32,"_file":6175,"_stem":6176,"_extension":35},"/en-us/blog/authors/pedro-fortuna",{"name":6170,"config":6171},"Pedro Fortuna",{"headshot":726,"ctfId":6172},"7JwB4WZYF19OKwOo4yk5n4",{"template":695},"content:en-us:blog:authors:pedro-fortuna.yml","en-us/blog/authors/pedro-fortuna.yml","en-us/blog/authors/pedro-fortuna",{"_path":6178,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6179,"config":6184,"_id":6185,"_type":30,"title":6186,"_source":32,"_file":6187,"_stem":6188,"_extension":35},"/en-us/blog/authors/pedro-moreira-da-silva",{"name":6180,"config":6181},"Pedro Moreira da Silva",{"headshot":6182,"ctfId":6183},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666783/Blog/Author%20Headshots/pedroms-headshot.jpg","pedroms",{"template":695},"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":6190,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6191,"config":6196,"_id":6197,"_type":30,"title":6192,"_source":32,"_file":6198,"_stem":6199,"_extension":35},"/en-us/blog/authors/phil-hughes",{"name":6192,"config":6193},"Phil Hughes",{"headshot":6194,"ctfId":6195},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681552/Blog/Author%20Headshots/iamphill-headshot.jpg","iamphill",{"template":695},"content:en-us:blog:authors:phil-hughes.yml","en-us/blog/authors/phil-hughes.yml","en-us/blog/authors/phil-hughes",{"_path":6201,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6202,"config":6206,"_id":6207,"_type":30,"title":6203,"_source":32,"_file":6208,"_stem":6209,"_extension":35},"/en-us/blog/authors/philip-welz",{"name":6203,"config":6204},"Philip Welz",{"headshot":7,"ctfId":6205},"philxx",{"template":695},"content:en-us:blog:authors:philip-welz.yml","en-us/blog/authors/philip-welz.yml","en-us/blog/authors/philip-welz",{"_path":6211,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6212,"config":6217,"_id":6218,"_type":30,"title":6219,"_source":32,"_file":6220,"_stem":6221,"_extension":35},"/en-us/blog/authors/philippe-lafoucrire",{"name":6213,"config":6214},"Philippe Lafoucrière",{"headshot":6215,"ctfId":6216},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679747/Blog/Author%20Headshots/plafoucriere-headshot.jpg","plafoucriere",{"template":695},"content:en-us:blog:authors:philippe-lafoucrire.yml","Philippe Lafoucrire","en-us/blog/authors/philippe-lafoucrire.yml","en-us/blog/authors/philippe-lafoucrire",{"_path":6223,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6224,"config":6228,"_id":6229,"_type":30,"title":6230,"_source":32,"_file":6231,"_stem":6232,"_extension":35},"/en-us/blog/authors/pierre-de-la-morinerie",{"name":6225,"config":6226},"Pierre de La Morinerie",{"headshot":726,"ctfId":6227},"Pierre-de-La-Morinerie",{"template":695},"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":6234,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6235,"config":6239,"_id":6240,"_type":30,"title":6236,"_source":32,"_file":6241,"_stem":6242,"_extension":35},"/en-us/blog/authors/pierre-smeyers",{"name":6236,"config":6237},"Pierre Smeyers",{"headshot":7,"ctfId":6238},"pismy",{"template":695},"content:en-us:blog:authors:pierre-smeyers.yml","en-us/blog/authors/pierre-smeyers.yml","en-us/blog/authors/pierre-smeyers",{"_path":6244,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6245,"config":6250,"_id":6251,"_type":30,"title":6246,"_source":32,"_file":6252,"_stem":6253,"_extension":35},"/en-us/blog/authors/pini-wietchner",{"name":6246,"config":6247},"Pini Wietchner",{"headshot":6248,"ctfId":6249},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660171/Blog/Author%20Headshots/Pini_Wietchner_headshot.png","4FclpbCSjD5ytIrKCyRL0o",{"template":695},"content:en-us:blog:authors:pini-wietchner.yml","en-us/blog/authors/pini-wietchner.yml","en-us/blog/authors/pini-wietchner",{"_path":6255,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6256,"config":6260,"_id":6261,"_type":30,"title":6262,"_source":32,"_file":6263,"_stem":6264,"_extension":35},"/en-us/blog/authors/pj-metz",{"name":6257,"config":6258},"PJ Metz",{"headshot":726,"ctfId":6259},"PjMetz",{"template":695},"content:en-us:blog:authors:pj-metz.yml","Pj Metz","en-us/blog/authors/pj-metz.yml","en-us/blog/authors/pj-metz",{"_path":6266,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6267,"config":6270,"_id":6271,"_type":30,"title":6272,"_source":32,"_file":6273,"_stem":6274,"_extension":35},"/en-us/blog/authors/plapadoo",{"name":6268,"config":6269},"plapadoo",{"headshot":726,"ctfId":6268},{"template":695},"content:en-us:blog:authors:plapadoo.yml","Plapadoo","en-us/blog/authors/plapadoo.yml","en-us/blog/authors/plapadoo",{"_path":6276,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6277,"config":6281,"_id":6282,"_type":30,"title":6278,"_source":32,"_file":6283,"_stem":6284,"_extension":35},"/en-us/blog/authors/pranay-bakre",{"name":6278,"config":6279},"Pranay Bakre",{"headshot":7,"ctfId":6280},"Darren-Eastman",{"template":695},"content:en-us:blog:authors:pranay-bakre.yml","en-us/blog/authors/pranay-bakre.yml","en-us/blog/authors/pranay-bakre",{"_path":6286,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6287,"config":6291,"_id":6292,"_type":30,"title":6288,"_source":32,"_file":6293,"_stem":6294,"_extension":35},"/en-us/blog/authors/priyanka-sharma",{"name":6288,"config":6289},"Priyanka Sharma",{"headshot":7,"ctfId":6290},"pritianka",{"template":695},"content:en-us:blog:authors:priyanka-sharma.yml","en-us/blog/authors/priyanka-sharma.yml","en-us/blog/authors/priyanka-sharma",{"_path":6296,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6297,"config":6302,"_id":6303,"_type":30,"title":6304,"_source":32,"_file":6305,"_stem":6306,"_extension":35},"/en-us/blog/authors/pter-bozs",{"name":6298,"config":6299},"Péter Bozsó",{"headshot":6300,"ctfId":6301},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666384/Blog/Author%20Headshots/pbozso_headshot.png","4i1NVYip0RqxRnbpZ9deKp",{"template":695},"content:en-us:blog:authors:pter-bozs.yml","Pter Bozs","en-us/blog/authors/pter-bozs.yml","en-us/blog/authors/pter-bozs",{"_path":6308,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6309,"config":6313,"_id":6314,"_type":30,"title":6310,"_source":32,"_file":6315,"_stem":6316,"_extension":35},"/en-us/blog/authors/quan-to",{"name":6310,"config":6311},"Quan To",{"headshot":726,"ctfId":6312},"5dswLnpCobgICjM0RpHMU2",{"template":695},"content:en-us:blog:authors:quan-to.yml","en-us/blog/authors/quan-to.yml","en-us/blog/authors/quan-to",{"_path":6318,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6319,"config":6324,"_id":6325,"_type":30,"title":6320,"_source":32,"_file":6326,"_stem":6327,"_extension":35},"/en-us/blog/authors/rachel-nienaber",{"name":6320,"config":6321},"Rachel Nienaber",{"headshot":6322,"ctfId":6323},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667065/Blog/Author%20Headshots/rnienaber-headshot.jpg","rnienaber",{"template":695},"content:en-us:blog:authors:rachel-nienaber.yml","en-us/blog/authors/rachel-nienaber.yml","en-us/blog/authors/rachel-nienaber",{"_path":6329,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6330,"config":6334,"_id":6336,"_type":30,"title":6331,"_source":32,"_file":6337,"_stem":6338,"_extension":35},"/en-us/blog/authors/radovan-bacovic",{"name":6331,"config":6332},"Radovan Bacovic",{"headshot":6333},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1760036179/vvj2tiujit6kopuz8mqp.png",{"template":695,"gitlabHandle":6335},"rbacovic","content:en-us:blog:authors:radovan-bacovic.yml","en-us/blog/authors/radovan-bacovic.yml","en-us/blog/authors/radovan-bacovic",{"_path":6340,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6341,"config":6345,"_id":6346,"_type":30,"title":6347,"_source":32,"_file":6348,"_stem":6349,"_extension":35},"/en-us/blog/authors/rahul-bhargava-cto-evolphin",{"name":6342,"config":6343},"Rahul Bhargava, CTO, Evolphin",{"headshot":726,"ctfId":6344},"Rahul-Bhargava-CTO-Evolphin",{"template":695},"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":6351,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6352,"config":6357,"_id":6358,"_type":30,"title":6353,"_source":32,"_file":6359,"_stem":6360,"_extension":35},"/en-us/blog/authors/raimund-hook",{"name":6353,"config":6354},"Raimund Hook",{"headshot":6355,"ctfId":6356},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672472/Blog/Author%20Headshots/stingrayza-headshot.jpg","stingrayza",{"template":695},"content:en-us:blog:authors:raimund-hook.yml","en-us/blog/authors/raimund-hook.yml","en-us/blog/authors/raimund-hook",{"_path":6362,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6363,"config":6367,"_id":6368,"_type":30,"title":6364,"_source":32,"_file":6369,"_stem":6370,"_extension":35},"/en-us/blog/authors/raquel-campuzano",{"name":6364,"config":6365},"Raquel Campuzano",{"headshot":726,"ctfId":6366},"Raquel-Campuzano",{"template":695},"content:en-us:blog:authors:raquel-campuzano.yml","en-us/blog/authors/raquel-campuzano.yml","en-us/blog/authors/raquel-campuzano",{"_path":6372,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6373,"config":6377,"_id":6378,"_type":30,"title":6374,"_source":32,"_file":6379,"_stem":6380,"_extension":35},"/en-us/blog/authors/ray-paik",{"name":6374,"config":6375},"Ray Paik",{"headshot":7,"ctfId":6376},"rpaik",{"template":695},"content:en-us:blog:authors:ray-paik.yml","en-us/blog/authors/ray-paik.yml","en-us/blog/authors/ray-paik",{"_path":6382,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6383,"config":6388,"_id":6389,"_type":30,"title":6384,"_source":32,"_file":6390,"_stem":6391,"_extension":35},"/en-us/blog/authors/rayana-verissimo",{"name":6384,"config":6385},"Rayana Verissimo",{"headshot":6386,"ctfId":6387},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679581/Blog/Author%20Headshots/rayana-headshot.png","rayana",{"template":695},"content:en-us:blog:authors:rayana-verissimo.yml","en-us/blog/authors/rayana-verissimo.yml","en-us/blog/authors/rayana-verissimo",{"_path":6393,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6394,"config":6398,"_id":6400,"_type":30,"title":6401,"_source":32,"_file":6402,"_stem":6403,"_extension":35},"/en-us/blog/authors/rebeca-fenoy-anthony",{"name":6395,"config":6396},"Rebeca Fenoy-Anthony",{"headshot":6397},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756988188/r1og9bwc9mxwxqeoehyi.png",{"template":695,"gitlabHandle":6399},"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":6405,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6406,"config":6410,"_id":6411,"_type":30,"title":6407,"_source":32,"_file":6412,"_stem":6413,"_extension":35},"/en-us/blog/authors/rebecca-dodd",{"name":6407,"config":6408},"Rebecca Dodd",{"headshot":726,"ctfId":6409},"Rebecca-Dodd",{"template":695},"content:en-us:blog:authors:rebecca-dodd.yml","en-us/blog/authors/rebecca-dodd.yml","en-us/blog/authors/rebecca-dodd",{"_path":6415,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6416,"config":6420,"_id":6421,"_type":30,"title":6417,"_source":32,"_file":6422,"_stem":6423,"_extension":35},"/en-us/blog/authors/regis-freyd",{"name":6417,"config":6418},"Regis Freyd",{"headshot":726,"ctfId":6419},"Regis-Freyd",{"template":695},"content:en-us:blog:authors:regis-freyd.yml","en-us/blog/authors/regis-freyd.yml","en-us/blog/authors/regis-freyd",{"_path":6425,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6426,"config":6431,"_id":6432,"_type":30,"title":6427,"_source":32,"_file":6433,"_stem":6434,"_extension":35},"/en-us/blog/authors/regnard-raquedan",{"name":6427,"config":6428},"Regnard Raquedan",{"headshot":6429,"ctfId":6430},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663118/Blog/Author%20Headshots/regnard_raquedan_headshot.png","rraquedan",{"template":695},"content:en-us:blog:authors:regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan",{"_path":6436,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6437,"config":6441,"_id":6442,"_type":30,"title":6438,"_source":32,"_file":6443,"_stem":6444,"_extension":35},"/en-us/blog/authors/renato-stanic",{"name":6438,"config":6439},"Renato Stanic",{"headshot":7,"ctfId":6440},"rstanic12",{"template":695},"content:en-us:blog:authors:renato-stanic.yml","en-us/blog/authors/renato-stanic.yml","en-us/blog/authors/renato-stanic",{"_path":6446,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6447,"config":6452,"_id":6453,"_type":30,"title":6448,"_source":32,"_file":6454,"_stem":6455,"_extension":35},"/en-us/blog/authors/ricardo-amarilla-villalba",{"name":6448,"config":6449},"Ricardo Amarilla Villalba",{"headshot":6450,"ctfId":6451},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659922/Blog/Author%20Headshots/amarilla_headshot.png","4WSHcpkt7wBzARJQ1JkIMm",{"template":695},"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":6457,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6458,"config":6462,"_id":6463,"_type":30,"title":6459,"_source":32,"_file":6464,"_stem":6465,"_extension":35},"/en-us/blog/authors/riccardo-padovani",{"name":6459,"config":6460},"Riccardo Padovani",{"headshot":726,"ctfId":6461},"Riccardo-Padovani",{"template":695},"content:en-us:blog:authors:riccardo-padovani.yml","en-us/blog/authors/riccardo-padovani.yml","en-us/blog/authors/riccardo-padovani",{"_path":6467,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6468,"config":6473,"_id":6474,"_type":30,"title":6475,"_source":32,"_file":6476,"_stem":6477,"_extension":35},"/en-us/blog/authors/rmy-coutable",{"name":6469,"config":6470},"Rémy Coutable",{"headshot":6471,"ctfId":6472},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667148/Blog/Author%20Headshots/rymai-headshot.jpg","rymai",{"template":695},"content:en-us:blog:authors:rmy-coutable.yml","Rmy Coutable","en-us/blog/authors/rmy-coutable.yml","en-us/blog/authors/rmy-coutable",{"_path":6479,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6480,"config":6485,"_id":6486,"_type":30,"title":6481,"_source":32,"_file":6487,"_stem":6488,"_extension":35},"/en-us/blog/authors/rob-jackson",{"name":6481,"config":6482},"Rob Jackson",{"headshot":6483,"ctfId":6484},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664773/Blog/Author%20Headshots/rob_jackson_headshot.png","12y1rDDleLKyUs9QhZFDQe",{"template":695},"content:en-us:blog:authors:rob-jackson.yml","en-us/blog/authors/rob-jackson.yml","en-us/blog/authors/rob-jackson",{"_path":6490,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6491,"config":6495,"_id":6496,"_type":30,"title":6492,"_source":32,"_file":6497,"_stem":6498,"_extension":35},"/en-us/blog/authors/rob-ribeiro",{"name":6492,"config":6493},"Rob Ribeiro",{"headshot":726,"ctfId":6494},"Rob-Ribeiro",{"template":695},"content:en-us:blog:authors:rob-ribeiro.yml","en-us/blog/authors/rob-ribeiro.yml","en-us/blog/authors/rob-ribeiro",{"_path":6500,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6501,"config":6505,"_id":6506,"_type":30,"title":6502,"_source":32,"_file":6507,"_stem":6508,"_extension":35},"/en-us/blog/authors/robert-speicher",{"name":6502,"config":6503},"Robert Speicher",{"headshot":7,"ctfId":6504},"rspeicher",{"template":695},"content:en-us:blog:authors:robert-speicher.yml","en-us/blog/authors/robert-speicher.yml","en-us/blog/authors/robert-speicher",{"_path":6510,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6511,"config":6516,"_id":6517,"_type":30,"title":6512,"_source":32,"_file":6518,"_stem":6519,"_extension":35},"/en-us/blog/authors/robert-williams",{"name":6512,"config":6513},"Robert Williams",{"headshot":6514,"ctfId":6515},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682973/Blog/Author%20Headshots/r_williams-headshot.png","rwilliams",{"template":695},"content:en-us:blog:authors:robert-williams.yml","en-us/blog/authors/robert-williams.yml","en-us/blog/authors/robert-williams",{"_path":6521,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6522,"config":6528,"_id":6529,"_type":30,"title":6523,"_source":32,"_file":6530,"_stem":6531,"_extension":35},"/en-us/blog/authors/robin-schulman",{"name":6523,"config":6524,"role":6527},"Robin Schulman",{"headshot":6525,"ctfId":6526},"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":695},"content:en-us:blog:authors:robin-schulman.yml","en-us/blog/authors/robin-schulman.yml","en-us/blog/authors/robin-schulman",{"_path":6533,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6534,"config":6538,"_id":6539,"_type":30,"title":6535,"_source":32,"_file":6540,"_stem":6541,"_extension":35},"/en-us/blog/authors/roger-woo",{"name":6535,"config":6536},"Roger Woo",{"headshot":726,"ctfId":6537},"rogerwoo",{"template":695},"content:en-us:blog:authors:roger-woo.yml","en-us/blog/authors/roger-woo.yml","en-us/blog/authors/roger-woo",{"_path":6543,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6544,"config":6550,"_id":6551,"_type":30,"title":6552,"_source":32,"_file":6553,"_stem":6554,"_extension":35},"/en-us/blog/authors/rohit-shambhuni",{"role":6545,"name":6546,"config":6547},"Staff Application Security Engineer"," Rohit Shambhuni",{"headshot":6548,"ctfId":6549},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661924/Blog/Author%20Headshots/rohit.png","182K42TpkCqjIAwBkZxTmD",{"template":695},"content:en-us:blog:authors:rohit-shambhuni.yml","Rohit Shambhuni","en-us/blog/authors/rohit-shambhuni.yml","en-us/blog/authors/rohit-shambhuni",{"_path":6556,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6557,"config":6561,"_id":6562,"_type":30,"title":6558,"_source":32,"_file":6563,"_stem":6564,"_extension":35},"/en-us/blog/authors/roman-kuba",{"name":6558,"config":6559},"Roman Kuba",{"headshot":7,"ctfId":6560},"rkuba",{"template":695},"content:en-us:blog:authors:roman-kuba.yml","en-us/blog/authors/roman-kuba.yml","en-us/blog/authors/roman-kuba",{"_path":6566,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6567,"config":6572,"_id":6573,"_type":30,"title":6574,"_source":32,"_file":6575,"_stem":6576,"_extension":35},"/en-us/blog/authors/romuald-atchad",{"name":6568,"config":6569},"Romuald Atchadé",{"headshot":6570,"ctfId":6571},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683323/Blog/Author%20Headshots/romuald_headshot.png","UlDEnaT6wqUdPZMmBKpE2",{"template":695},"content:en-us:blog:authors:romuald-atchad.yml","Romuald Atchad","en-us/blog/authors/romuald-atchad.yml","en-us/blog/authors/romuald-atchad",{"_path":6578,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6579,"config":6583,"_id":6584,"_type":30,"title":6585,"_source":32,"_file":6586,"_stem":6587,"_extension":35},"/en-us/blog/authors/ronald-van-zon",{"name":6580,"config":6581},"Ronald van Zon",{"headshot":7,"ctfId":6582},"Eagllus",{"template":695},"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":6589,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6590,"config":6594,"_id":6595,"_type":30,"title":6591,"_source":32,"_file":6596,"_stem":6597,"_extension":35},"/en-us/blog/authors/ross-fuhrman",{"name":6591,"config":6592},"Ross Fuhrman",{"headshot":726,"ctfId":6593},"7dkuWBvIc0AQanUclt3pOk",{"template":695},"content:en-us:blog:authors:ross-fuhrman.yml","en-us/blog/authors/ross-fuhrman.yml","en-us/blog/authors/ross-fuhrman",{"_path":6599,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6600,"config":6604,"_id":6605,"_type":30,"title":6601,"_source":32,"_file":6606,"_stem":6607,"_extension":35},"/en-us/blog/authors/roy-taragan",{"name":6601,"config":6602},"Roy Taragan",{"headshot":726,"ctfId":6603},"3pnwP9gqELfda3DCOQJQCL",{"template":695},"content:en-us:blog:authors:roy-taragan.yml","en-us/blog/authors/roy-taragan.yml","en-us/blog/authors/roy-taragan",{"_path":6609,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6610,"config":6615,"_id":6616,"_type":30,"title":6611,"_source":32,"_file":6617,"_stem":6618,"_extension":35},"/en-us/blog/authors/ruby-nealon",{"name":6611,"config":6612},"Ruby Nealon",{"headshot":6613,"ctfId":6614},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661883/Blog/Author%20Headshots/ruby_nealon_headshot.png","4N7iu9ue1QnoovueNm4S7r",{"template":695},"content:en-us:blog:authors:ruby-nealon.yml","en-us/blog/authors/ruby-nealon.yml","en-us/blog/authors/ruby-nealon",{"_path":6620,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6621,"config":6625,"_id":6626,"_type":30,"title":6622,"_source":32,"_file":6627,"_stem":6628,"_extension":35},"/en-us/blog/authors/rupert-douglas",{"name":6622,"config":6623},"Rupert Douglas",{"headshot":7,"ctfId":6624},"rdouglasgitlab",{"template":695},"content:en-us:blog:authors:rupert-douglas.yml","en-us/blog/authors/rupert-douglas.yml","en-us/blog/authors/rupert-douglas",{"_path":6630,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6631,"config":6635,"_id":6636,"_type":30,"title":6637,"_source":32,"_file":6638,"_stem":6639,"_extension":35},"/en-us/blog/authors/rusty-weston-guest-contributor",{"name":6632,"config":6633},"Rusty Weston, Guest Contributor",{"headshot":7,"ctfId":6634},"3PShSyZ6DJXnkDa5xrQs7V",{"template":695},"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":6641,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6642,"config":6647,"_id":6648,"_type":30,"title":6643,"_source":32,"_file":6649,"_stem":6650,"_extension":35},"/en-us/blog/authors/rutvik-shah",{"name":6643,"config":6644},"Rutvik Shah",{"headshot":6645,"ctfId":6646},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661843/Blog/Author%20Headshots/rutvik_shah_headshot.png","6co92rUBTbWcyV3EW23iEx",{"template":695},"content:en-us:blog:authors:rutvik-shah.yml","en-us/blog/authors/rutvik-shah.yml","en-us/blog/authors/rutvik-shah",{"_path":6652,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6653,"config":6658,"_id":6659,"_type":30,"title":6654,"_source":32,"_file":6660,"_stem":6661,"_extension":35},"/en-us/blog/authors/sacha-guyon",{"name":6654,"config":6655},"Sacha Guyon",{"headshot":6656,"ctfId":6657},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664566/Blog/Author%20Headshots/sacha_guyon_headshot.png","24pBtwb7WTU9fJB9qfqJYu",{"template":695},"content:en-us:blog:authors:sacha-guyon.yml","en-us/blog/authors/sacha-guyon.yml","en-us/blog/authors/sacha-guyon",{"_path":6663,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6664,"config":6669,"_id":6670,"_type":30,"title":6665,"_source":32,"_file":6671,"_stem":6672,"_extension":35},"/en-us/blog/authors/safwan-ahmed",{"name":6665,"config":6666},"Safwan Ahmed",{"headshot":6667,"ctfId":6668},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667732/Blog/Author%20Headshots/safwan_headshot.png","2Nw8KPOPpRBiBrVxMIaEn3",{"template":695},"content:en-us:blog:authors:safwan-ahmed.yml","en-us/blog/authors/safwan-ahmed.yml","en-us/blog/authors/safwan-ahmed",{"_path":6674,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6675,"config":6679,"_id":6681,"_type":30,"title":6676,"_source":32,"_file":6682,"_stem":6683,"_extension":35},"/en-us/blog/authors/salahddine-aberkan",{"name":6676,"config":6677},"Salahddine Aberkan",{"headshot":6678},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750434234/comdtybiix8pjqdpsxow.png",{"template":695,"gitlabHandle":6680},"saberkan","content:en-us:blog:authors:salahddine-aberkan.yml","en-us/blog/authors/salahddine-aberkan.yml","en-us/blog/authors/salahddine-aberkan",{"_path":6685,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6686,"config":6691,"_id":6692,"_type":30,"title":6687,"_source":32,"_file":6693,"_stem":6694,"_extension":35},"/en-us/blog/authors/salman-ladha",{"name":6687,"config":6688},"Salman Ladha",{"headshot":6689,"ctfId":6690},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662937/Blog/Author%20Headshots/salman_ladha_headshot.png","2AYyG99S9PBB8PQIJ6aKuq",{"template":695},"content:en-us:blog:authors:salman-ladha.yml","en-us/blog/authors/salman-ladha.yml","en-us/blog/authors/salman-ladha",{"_path":6696,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6697,"config":6702,"_id":6703,"_type":30,"title":6698,"_source":32,"_file":6704,"_stem":6705,"_extension":35},"/en-us/blog/authors/sam-beckham",{"name":6698,"config":6699},"Sam Beckham",{"headshot":6700,"ctfId":6701},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678740/Blog/Author%20Headshots/samdbeckham-headshot.jpg","samdbeckham",{"template":695},"content:en-us:blog:authors:sam-beckham.yml","en-us/blog/authors/sam-beckham.yml","en-us/blog/authors/sam-beckham",{"_path":6707,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6708,"config":6713,"_id":6714,"_type":30,"title":6709,"_source":32,"_file":6715,"_stem":6716,"_extension":35},"/en-us/blog/authors/sam-kerr",{"name":6709,"config":6710},"Sam Kerr",{"headshot":6711,"ctfId":6712},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668841/Blog/Author%20Headshots/stkerr-headshot.jpg","stkerr",{"template":695},"content:en-us:blog:authors:sam-kerr.yml","en-us/blog/authors/sam-kerr.yml","en-us/blog/authors/sam-kerr",{"_path":6718,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6719,"config":6724,"_id":6725,"_type":30,"title":6720,"_source":32,"_file":6726,"_stem":6727,"_extension":35},"/en-us/blog/authors/sam-morris",{"name":6720,"config":6721},"Sam Morris",{"headshot":6722,"ctfId":6723},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660148/Blog/Author%20Headshots/sam_morris.png","6JTrhUIqSCU30Y9KZOaan8",{"template":695},"content:en-us:blog:authors:sam-morris.yml","en-us/blog/authors/sam-morris.yml","en-us/blog/authors/sam-morris",{"_path":6729,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6730,"config":6735,"_id":6736,"_type":30,"title":6731,"_source":32,"_file":6737,"_stem":6738,"_extension":35},"/en-us/blog/authors/sam-white",{"name":6731,"config":6732},"Sam White",{"headshot":6733,"ctfId":6734},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682227/Blog/Author%20Headshots/sam.png","samwhite",{"template":695},"content:en-us:blog:authors:sam-white.yml","en-us/blog/authors/sam-white.yml","en-us/blog/authors/sam-white",{"_path":6740,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6741,"config":6745,"_id":6746,"_type":30,"title":20,"_source":32,"_file":6747,"_stem":6748,"_extension":35},"/en-us/blog/authors/sam-wiskow",{"name":20,"config":6742},{"headshot":6743,"ctfId":6744},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659433/Blog/Author%20Headshots/swiskow-headshot.jpg","swiskow",{"template":695},"content:en-us:blog:authors:sam-wiskow.yml","en-us/blog/authors/sam-wiskow.yml","en-us/blog/authors/sam-wiskow",{"_path":6750,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6751,"config":6756,"_id":6757,"_type":30,"title":6752,"_source":32,"_file":6758,"_stem":6759,"_extension":35},"/en-us/blog/authors/samantha-lee",{"name":6752,"config":6753},"Samantha Lee",{"headshot":6754,"ctfId":6755},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679833/Blog/Author%20Headshots/slee24-headshot.png","slee24",{"template":695},"content:en-us:blog:authors:samantha-lee.yml","en-us/blog/authors/samantha-lee.yml","en-us/blog/authors/samantha-lee",{"_path":6761,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6762,"config":6766,"_id":6767,"_type":30,"title":6768,"_source":32,"_file":6769,"_stem":6770,"_extension":35},"/en-us/blog/authors/sameer-farooqui-octoml",{"name":6763,"config":6764},"Sameer Farooqui, OctoML",{"headshot":726,"ctfId":6765},"Sameer-Farooqui-OctoML",{"template":695},"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":6772,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6773,"config":6778,"_id":6779,"_type":30,"title":6774,"_source":32,"_file":6780,"_stem":6781,"_extension":35},"/en-us/blog/authors/sameer-kamani",{"name":6774,"config":6775},"Sameer Kamani",{"headshot":6776,"ctfId":6777},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682359/Blog/Author%20Headshots/skamani-headshot.jpg","skamani",{"template":695},"content:en-us:blog:authors:sameer-kamani.yml","en-us/blog/authors/sameer-kamani.yml","en-us/blog/authors/sameer-kamani",{"_path":6783,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6784,"config":6789,"_id":6790,"_type":30,"title":6785,"_source":32,"_file":6791,"_stem":6792,"_extension":35},"/en-us/blog/authors/samer-akkoub",{"name":6785,"config":6786},"Samer Akkoub",{"headshot":6787,"ctfId":6788},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664173/Blog/Author%20Headshots/SamerAkkoub.png","BekAzK0RFux30pt6dvtWh",{"template":695},"content:en-us:blog:authors:samer-akkoub.yml","en-us/blog/authors/samer-akkoub.yml","en-us/blog/authors/samer-akkoub",{"_path":6794,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6795,"config":6799,"_id":6800,"_type":30,"title":6796,"_source":32,"_file":6801,"_stem":6802,"_extension":35},"/en-us/blog/authors/samuel-alfageme",{"name":6796,"config":6797},"Samuel Alfageme",{"headshot":726,"ctfId":6798},"Samuel-Alfageme",{"template":695},"content:en-us:blog:authors:samuel-alfageme.yml","en-us/blog/authors/samuel-alfageme.yml","en-us/blog/authors/samuel-alfageme",{"_path":6804,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6805,"config":6812,"_id":6813,"_type":30,"title":6807,"_source":32,"_file":6814,"_stem":6815,"_extension":35},"/en-us/blog/authors/sandra-gittlen",{"role":6806,"name":6807,"config":6808},"Managing Editor, GitLab Blog","Sandra Gittlen",{"headshot":6809,"linkedin":6810,"ctfId":6811},"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":695},"content:en-us:blog:authors:sandra-gittlen.yml","en-us/blog/authors/sandra-gittlen.yml","en-us/blog/authors/sandra-gittlen",{"_path":6817,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6818,"config":6822,"_id":6823,"_type":30,"title":6819,"_source":32,"_file":6824,"_stem":6825,"_extension":35},"/en-us/blog/authors/sandra-salerno",{"name":6819,"config":6820},"Sandra Salerno",{"headshot":726,"ctfId":6821},"Sandra-Salerno",{"template":695},"content:en-us:blog:authors:sandra-salerno.yml","en-us/blog/authors/sandra-salerno.yml","en-us/blog/authors/sandra-salerno",{"_path":6827,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6828,"config":6832,"_id":6833,"_type":30,"title":6834,"_source":32,"_file":6835,"_stem":6836,"_extension":35},"/en-us/blog/authors/santiago-ruano-rincn",{"name":6829,"config":6830},"Santiago Ruano Rincón",{"headshot":7,"ctfId":6831},"topodelapradera",{"template":695},"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":6838,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6839,"config":6843,"_id":6844,"_type":30,"title":6840,"_source":32,"_file":6845,"_stem":6846,"_extension":35},"/en-us/blog/authors/sara-kassabian",{"name":6840,"config":6841},"Sara Kassabian",{"headshot":7,"ctfId":6842},"skassabian",{"template":695},"content:en-us:blog:authors:sara-kassabian.yml","en-us/blog/authors/sara-kassabian.yml","en-us/blog/authors/sara-kassabian",{"_path":6848,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6849,"config":6854,"_id":6855,"_type":30,"title":6850,"_source":32,"_file":6856,"_stem":6857,"_extension":35},"/en-us/blog/authors/sara-meadzinger",{"name":6850,"config":6851},"Sara Meadzinger",{"headshot":6852,"ctfId":6853},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713474/ucbe3kgq9cylttuqy5lt.png","53lD8Rb05nXLHefXurjdvI",{"template":695},"content:en-us:blog:authors:sara-meadzinger.yml","en-us/blog/authors/sara-meadzinger.yml","en-us/blog/authors/sara-meadzinger",{"_path":6859,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6860,"config":6864,"_id":6865,"_type":30,"title":6861,"_source":32,"_file":6866,"_stem":6867,"_extension":35},"/en-us/blog/authors/sarah-daily",{"name":6861,"config":6862},"Sarah Daily",{"headshot":726,"ctfId":6863},"2YhqRPG08HF0FCF1l7oeZL",{"template":695},"content:en-us:blog:authors:sarah-daily.yml","en-us/blog/authors/sarah-daily.yml","en-us/blog/authors/sarah-daily",{"_path":6869,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6870,"config":6874,"_id":6875,"_type":30,"title":6871,"_source":32,"_file":6876,"_stem":6877,"_extension":35},"/en-us/blog/authors/sarah-german",{"name":6871,"config":6872},"Sarah German",{"headshot":6873,"ctfId":4543},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755639969/jgc97wpptft48qsbrla7.jpg",{"template":695},"content:en-us:blog:authors:sarah-german.yml","en-us/blog/authors/sarah-german.yml","en-us/blog/authors/sarah-german",{"_path":6879,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6880,"config":6885,"_id":6886,"_type":30,"title":6881,"_source":32,"_file":6887,"_stem":6888,"_extension":35},"/en-us/blog/authors/sarah-matthies",{"name":6881,"config":6882},"Sarah Matthies",{"headshot":6883,"ctfId":6884},"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":695},"content:en-us:blog:authors:sarah-matthies.yml","en-us/blog/authors/sarah-matthies.yml","en-us/blog/authors/sarah-matthies",{"_path":6890,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6891,"config":6895,"_id":6896,"_type":30,"title":6897,"_source":32,"_file":6898,"_stem":6899,"_extension":35},"/en-us/blog/authors/sarah-odonnell",{"name":6892,"config":6893},"Sarah O’Donnell",{"headshot":7,"ctfId":6894},"sarahod",{"template":695},"content:en-us:blog:authors:sarah-odonnell.yml","Sarah Odonnell","en-us/blog/authors/sarah-odonnell.yml","en-us/blog/authors/sarah-odonnell",{"_path":6901,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6902,"config":6907,"_id":6908,"_type":30,"title":6903,"_source":32,"_file":6909,"_stem":6910,"_extension":35},"/en-us/blog/authors/sarah-waldner",{"name":6903,"config":6904},"Sarah Waldner",{"headshot":6905,"ctfId":6906},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667588/Blog/Author%20Headshots/sarahwaldner-headshot.png","sarahwaldner",{"template":695},"content:en-us:blog:authors:sarah-waldner.yml","en-us/blog/authors/sarah-waldner.yml","en-us/blog/authors/sarah-waldner",{"_path":6912,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6913,"config":6917,"_id":6918,"_type":30,"title":6914,"_source":32,"_file":6919,"_stem":6920,"_extension":35},"/en-us/blog/authors/sarrah-vesselov",{"name":6914,"config":6915},"Sarrah Vesselov",{"headshot":7,"ctfId":6916},"sarrahvesselov",{"template":695},"content:en-us:blog:authors:sarrah-vesselov.yml","en-us/blog/authors/sarrah-vesselov.yml","en-us/blog/authors/sarrah-vesselov",{"_path":6922,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6923,"config":6927,"_id":6928,"_type":30,"title":6924,"_source":32,"_file":6929,"_stem":6930,"_extension":35},"/en-us/blog/authors/sarup-banskota",{"name":6924,"config":6925},"Sarup Banskota",{"headshot":726,"ctfId":6926},"3sY2Ef0sXxaJKCmArdSLsA",{"template":695},"content:en-us:blog:authors:sarup-banskota.yml","en-us/blog/authors/sarup-banskota.yml","en-us/blog/authors/sarup-banskota",{"_path":6932,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6933,"config":6938,"_id":6939,"_type":30,"title":6934,"_source":32,"_file":6940,"_stem":6941,"_extension":35},"/en-us/blog/authors/sascha-eggenberger",{"name":6934,"config":6935},"Sascha Eggenberger",{"headshot":6936,"ctfId":6937},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666141/Blog/Author%20Headshots/sascha_eggenberger_headshot.png","O6MskfzTlsw7vLqbd86bX",{"template":695},"content:en-us:blog:authors:sascha-eggenberger.yml","en-us/blog/authors/sascha-eggenberger.yml","en-us/blog/authors/sascha-eggenberger",{"_path":6943,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6944,"config":6948,"_id":6949,"_type":30,"title":6945,"_source":32,"_file":6950,"_stem":6951,"_extension":35},"/en-us/blog/authors/sasha-bannister",{"name":6945,"config":6946},"Sasha Bannister",{"headshot":726,"ctfId":6947},"Sasha-Bannister",{"template":695},"content:en-us:blog:authors:sasha-bannister.yml","en-us/blog/authors/sasha-bannister.yml","en-us/blog/authors/sasha-bannister",{"_path":6953,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6954,"config":6959,"_id":6960,"_type":30,"title":6955,"_source":32,"_file":6961,"_stem":6962,"_extension":35},"/en-us/blog/authors/sasha-gazlay",{"name":6955,"config":6956},"Sasha Gazlay",{"headshot":6957,"ctfId":6958},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663565/Blog/Author%20Headshots/sasha_gazlay_headshot.png","77Cb6RM2x7PjvfDc64pZxa",{"template":695},"content:en-us:blog:authors:sasha-gazlay.yml","en-us/blog/authors/sasha-gazlay.yml","en-us/blog/authors/sasha-gazlay",{"_path":6964,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6965,"config":6970,"_id":6971,"_type":30,"title":6966,"_source":32,"_file":6972,"_stem":6973,"_extension":35},"/en-us/blog/authors/saumya-upadhyaya",{"name":6966,"config":6967},"Saumya Upadhyaya",{"headshot":6968,"ctfId":6969},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665624/Blog/Author%20Headshots/supadhyaya-headshot.jpg","4aP7wXPoc3veAEWbngqxKR",{"template":695},"content:en-us:blog:authors:saumya-upadhyaya.yml","en-us/blog/authors/saumya-upadhyaya.yml","en-us/blog/authors/saumya-upadhyaya",{"_path":6975,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6976,"config":6981,"_id":6982,"_type":30,"title":6983,"_source":32,"_file":6984,"_stem":6985,"_extension":35},"/en-us/blog/authors/scott-de-jonge",{"name":6977,"config":6978},"Scott de Jonge",{"headshot":6979,"ctfId":6980},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682764/Blog/Author%20Headshots/sdejonge-headshot.jpg","sdejonge",{"template":695},"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":6987,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6988,"config":6993,"_id":6994,"_type":30,"title":6989,"_source":32,"_file":6995,"_stem":6996,"_extension":35},"/en-us/blog/authors/scott-hampton",{"name":6989,"config":6990},"Scott Hampton",{"headshot":6991,"ctfId":6992},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682259/Blog/Author%20Headshots/shampton-headshot.png","shampton",{"template":695},"content:en-us:blog:authors:scott-hampton.yml","en-us/blog/authors/scott-hampton.yml","en-us/blog/authors/scott-hampton",{"_path":6998,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":6999,"config":7003,"_id":7004,"_type":30,"title":7000,"_source":32,"_file":7005,"_stem":7006,"_extension":35},"/en-us/blog/authors/scott-williamson",{"name":7000,"config":7001},"Scott Williamson",{"headshot":7,"ctfId":7002},"sfwgitlab",{"template":695},"content:en-us:blog:authors:scott-williamson.yml","en-us/blog/authors/scott-williamson.yml","en-us/blog/authors/scott-williamson",{"_path":7008,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7009,"config":7014,"_id":7015,"_type":30,"title":7010,"_source":32,"_file":7016,"_stem":7017,"_extension":35},"/en-us/blog/authors/sean-arnold",{"name":7010,"config":7011},"Sean Arnold",{"headshot":7012,"ctfId":7013},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681647/Blog/Author%20Headshots/seanarnold-headshot.jpg","seanarnold",{"template":695},"content:en-us:blog:authors:sean-arnold.yml","en-us/blog/authors/sean-arnold.yml","en-us/blog/authors/sean-arnold",{"_path":7019,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7020,"config":7024,"_id":7025,"_type":30,"title":7026,"_source":32,"_file":7027,"_stem":7028,"_extension":35},"/en-us/blog/authors/sean-mcgivern",{"name":7021,"config":7022},"Sean McGivern",{"headshot":726,"ctfId":7023},"Sean-McGivern",{"template":695},"content:en-us:blog:authors:sean-mcgivern.yml","Sean Mcgivern","en-us/blog/authors/sean-mcgivern.yml","en-us/blog/authors/sean-mcgivern",{"_path":7030,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7031,"config":7035,"_id":7036,"_type":30,"title":7032,"_source":32,"_file":7037,"_stem":7038,"_extension":35},"/en-us/blog/authors/sean-packham",{"name":7032,"config":7033},"Sean Packham",{"headshot":726,"ctfId":7034},"Sean-Packham",{"template":695},"content:en-us:blog:authors:sean-packham.yml","en-us/blog/authors/sean-packham.yml","en-us/blog/authors/sean-packham",{"_path":7040,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7041,"config":7045,"_id":7046,"_type":30,"title":7042,"_source":32,"_file":7047,"_stem":7048,"_extension":35},"/en-us/blog/authors/sebastian-latacz",{"name":7042,"config":7043},"Sebastian Latacz",{"headshot":726,"ctfId":7044},"4DoWSQV719HEWt2rbDIoQR",{"template":695},"content:en-us:blog:authors:sebastian-latacz.yml","en-us/blog/authors/sebastian-latacz.yml","en-us/blog/authors/sebastian-latacz",{"_path":7050,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7051,"config":7055,"_id":7056,"_type":30,"title":7052,"_source":32,"_file":7057,"_stem":7058,"_extension":35},"/en-us/blog/authors/sergey-nuzhdin",{"name":7052,"config":7053},"Sergey Nuzhdin",{"headshot":726,"ctfId":7054},"Sergey-Nuzhdin",{"template":695},"content:en-us:blog:authors:sergey-nuzhdin.yml","en-us/blog/authors/sergey-nuzhdin.yml","en-us/blog/authors/sergey-nuzhdin",{"_path":7060,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7061,"config":7065,"_id":7066,"_type":30,"title":7062,"_source":32,"_file":7067,"_stem":7068,"_extension":35},"/en-us/blog/authors/seth-berger",{"name":7062,"config":7063},"Seth Berger",{"headshot":7,"ctfId":7064},"sethgitlab",{"template":695},"content:en-us:blog:authors:seth-berger.yml","en-us/blog/authors/seth-berger.yml","en-us/blog/authors/seth-berger",{"_path":7070,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7071,"config":7075,"_id":7076,"_type":30,"title":7072,"_source":32,"_file":7077,"_stem":7078,"_extension":35},"/en-us/blog/authors/shane-rice",{"name":7072,"config":7073},"Shane Rice",{"headshot":726,"ctfId":7074},"3uVL7xMsEf13JzpbXYTCbM",{"template":695},"content:en-us:blog:authors:shane-rice.yml","en-us/blog/authors/shane-rice.yml","en-us/blog/authors/shane-rice",{"_path":7080,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7081,"config":7086,"_id":7087,"_type":30,"title":7082,"_source":32,"_file":7088,"_stem":7089,"_extension":35},"/en-us/blog/authors/sharon-gaudin",{"name":7082,"config":7083},"Sharon Gaudin",{"headshot":7084,"ctfId":7085},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663767/Blog/Author%20Headshots/sharongaudinheadshot.png","sgaudin",{"template":695},"content:en-us:blog:authors:sharon-gaudin.yml","en-us/blog/authors/sharon-gaudin.yml","en-us/blog/authors/sharon-gaudin",{"_path":7091,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7092,"config":7096,"_id":7097,"_type":30,"title":7093,"_source":32,"_file":7098,"_stem":7099,"_extension":35},"/en-us/blog/authors/shawn-winters",{"name":7093,"config":7094},"Shawn Winters",{"headshot":7,"ctfId":7095},"ShawnWinters",{"template":695},"content:en-us:blog:authors:shawn-winters.yml","en-us/blog/authors/shawn-winters.yml","en-us/blog/authors/shawn-winters",{"_path":7101,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7102,"config":7106,"_id":7107,"_type":30,"title":7108,"_source":32,"_file":7109,"_stem":7110,"_extension":35},"/en-us/blog/authors/sherida-mcmullan",{"name":7103,"config":7104},"Sherida McMullan",{"headshot":726,"ctfId":7105},"BpqiUFXm6aUxjXJdAeKuL",{"template":695},"content:en-us:blog:authors:sherida-mcmullan.yml","Sherida Mcmullan","en-us/blog/authors/sherida-mcmullan.yml","en-us/blog/authors/sherida-mcmullan",{"_path":7112,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7113,"config":7117,"_id":7118,"_type":30,"title":7114,"_source":32,"_file":7119,"_stem":7120,"_extension":35},"/en-us/blog/authors/shinya-maeda",{"name":7114,"config":7115},"Shinya Maeda",{"headshot":7,"ctfId":7116},"dosuken123",{"template":695},"content:en-us:blog:authors:shinya-maeda.yml","en-us/blog/authors/shinya-maeda.yml","en-us/blog/authors/shinya-maeda",{"_path":7122,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7123,"config":7128,"_id":7129,"_type":30,"title":7124,"_source":32,"_file":7130,"_stem":7131,"_extension":35},"/en-us/blog/authors/shrishti-choudhary",{"name":7124,"config":7125},"Shrishti Choudhary",{"headshot":7126,"ctfId":7127},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671923/Blog/Author%20Headshots/shrishti.png","5tIiu8vyhWHEUi1tgQivzj",{"template":695},"content:en-us:blog:authors:shrishti-choudhary.yml","en-us/blog/authors/shrishti-choudhary.yml","en-us/blog/authors/shrishti-choudhary",{"_path":7133,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7134,"config":7143,"_id":7144,"_type":30,"title":7136,"_source":32,"_file":7145,"_stem":7146,"_extension":35},"/en-us/blog/authors/sid-sijbrandij",{"role":7135,"name":7136,"bio":7137,"config":7138},"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":7139,"twitter":7140,"linkedin":7141,"ctfId":7142},"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":695},"content:en-us:blog:authors:sid-sijbrandij.yml","en-us/blog/authors/sid-sijbrandij.yml","en-us/blog/authors/sid-sijbrandij",{"_path":7148,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7149,"config":7154,"_id":7155,"_type":30,"title":7150,"_source":32,"_file":7156,"_stem":7157,"_extension":35},"/en-us/blog/authors/siddharth-mathur",{"name":7150,"config":7151},"Siddharth Mathur",{"headshot":7152,"ctfId":7153},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682662/Blog/Author%20Headshots/smathur-headshot.png","smathur",{"template":695},"content:en-us:blog:authors:siddharth-mathur.yml","en-us/blog/authors/siddharth-mathur.yml","en-us/blog/authors/siddharth-mathur",{"_path":7159,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7160,"config":7164,"_id":7165,"_type":30,"title":7161,"_source":32,"_file":7166,"_stem":7167,"_extension":35},"/en-us/blog/authors/simon-tarchichi",{"name":7161,"config":7162},"Simon Tarchichi",{"headshot":7,"ctfId":7163},"kartsims",{"template":695},"content:en-us:blog:authors:simon-tarchichi.yml","en-us/blog/authors/simon-tarchichi.yml","en-us/blog/authors/simon-tarchichi",{"_path":7169,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7170,"config":7175,"_id":7176,"_type":30,"title":7171,"_source":32,"_file":7177,"_stem":7178,"_extension":35},"/en-us/blog/authors/sophia-manicor",{"name":7171,"config":7172},"Sophia Manicor",{"headshot":7173,"ctfId":7174},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665576/Blog/Author%20Headshots/sophie_manicor_headshot.png","79Msqcc9YZrC0IvTggfQ5y",{"template":695},"content:en-us:blog:authors:sophia-manicor.yml","en-us/blog/authors/sophia-manicor.yml","en-us/blog/authors/sophia-manicor",{"_path":7180,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7181,"config":7186,"_id":7187,"_type":30,"title":7182,"_source":32,"_file":7188,"_stem":7189,"_extension":35},"/en-us/blog/authors/sri-rangan",{"name":7182,"config":7183},"Sri Rangan",{"headshot":7184,"ctfId":7185},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665808/Blog/Author%20Headshots/sri19-headshot.jpg","sri19",{"template":695},"content:en-us:blog:authors:sri-rangan.yml","en-us/blog/authors/sri-rangan.yml","en-us/blog/authors/sri-rangan",{"_path":7191,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7192,"config":7197,"_id":7198,"_type":30,"title":7193,"_source":32,"_file":7199,"_stem":7200,"_extension":35},"/en-us/blog/authors/stacy-cline",{"name":7193,"config":7194},"Stacy Cline",{"headshot":7195,"ctfId":7196},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669909/Blog/Author%20Headshots/stacycline.jpg","5a2wvqC09jbT1kGMpVoNyg",{"template":695},"content:en-us:blog:authors:stacy-cline.yml","en-us/blog/authors/stacy-cline.yml","en-us/blog/authors/stacy-cline",{"_path":7202,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7203,"config":7208,"_id":7209,"_type":30,"title":7204,"_source":32,"_file":7210,"_stem":7211,"_extension":35},"/en-us/blog/authors/stan-hu",{"name":7204,"config":7205},"Stan Hu",{"headshot":7206,"ctfId":7207},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659504/Blog/Author%20Headshots/stanhu-headshot.jpg","stanhu",{"template":695},"content:en-us:blog:authors:stan-hu.yml","en-us/blog/authors/stan-hu.yml","en-us/blog/authors/stan-hu",{"_path":7213,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7214,"config":7218,"_id":7219,"_type":30,"title":7220,"_source":32,"_file":7221,"_stem":7222,"_extension":35},"/en-us/blog/authors/stephan-hochdrfer",{"name":7215,"config":7216},"Stephan Hochdörfer",{"headshot":726,"ctfId":7217},"Stephan-Hochdrfer",{"template":695},"content:en-us:blog:authors:stephan-hochdrfer.yml","Stephan Hochdrfer","en-us/blog/authors/stephan-hochdrfer.yml","en-us/blog/authors/stephan-hochdrfer",{"_path":7224,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7225,"config":7229,"_id":7230,"_type":30,"title":7226,"_source":32,"_file":7231,"_stem":7232,"_extension":35},"/en-us/blog/authors/stephanie-garza",{"name":7226,"config":7227},"Stephanie Garza",{"headshot":7,"ctfId":7228},"StephanieGarza",{"template":695},"content:en-us:blog:authors:stephanie-garza.yml","en-us/blog/authors/stephanie-garza.yml","en-us/blog/authors/stephanie-garza",{"_path":7234,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7235,"config":7239,"_id":7240,"_type":30,"title":7241,"_source":32,"_file":7242,"_stem":7243,"_extension":35},"/en-us/blog/authors/stephen-mcguinness",{"name":7236,"config":7237},"Stephen McGuinness",{"headshot":7,"ctfId":7238},"smcguinness1",{"template":695},"content:en-us:blog:authors:stephen-mcguinness.yml","Stephen Mcguinness","en-us/blog/authors/stephen-mcguinness.yml","en-us/blog/authors/stephen-mcguinness",{"_path":7245,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7246,"config":7251,"_id":7252,"_type":30,"title":7247,"_source":32,"_file":7253,"_stem":7254,"_extension":35},"/en-us/blog/authors/stephen-walters",{"name":7247,"config":7248},"Stephen Walters",{"headshot":7249,"ctfId":7250},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664996/Blog/Author%20Headshots/stephen_walters_gitlab.png","7uMrX0SDPVz1YkZnVqLmGm",{"template":695},"content:en-us:blog:authors:stephen-walters.yml","en-us/blog/authors/stephen-walters.yml","en-us/blog/authors/stephen-walters",{"_path":7256,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7257,"config":7262,"_id":7263,"_type":30,"title":7258,"_source":32,"_file":7264,"_stem":7265,"_extension":35},"/en-us/blog/authors/steve-abrams",{"name":7258,"config":7259},"Steve Abrams",{"headshot":7260,"ctfId":7261},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681809/Blog/Author%20Headshots/sabrams-headshot.png","sabrams",{"template":695},"content:en-us:blog:authors:steve-abrams.yml","en-us/blog/authors/steve-abrams.yml","en-us/blog/authors/steve-abrams",{"_path":7267,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7268,"config":7272,"_id":7273,"_type":30,"title":7269,"_source":32,"_file":7274,"_stem":7275,"_extension":35},"/en-us/blog/authors/steve-azzopardi",{"name":7269,"config":7270},"Steve Azzopardi",{"headshot":7,"ctfId":7271},"steveazz",{"template":695},"content:en-us:blog:authors:steve-azzopardi.yml","en-us/blog/authors/steve-azzopardi.yml","en-us/blog/authors/steve-azzopardi",{"_path":7277,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7278,"config":7283,"_id":7284,"_type":30,"title":7279,"_source":32,"_file":7285,"_stem":7286,"_extension":35},"/en-us/blog/authors/steve-grossman",{"name":7279,"config":7280},"Steve Grossman",{"headshot":7281,"ctfId":7282},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682744/Blog/Author%20Headshots/Steevo-headshot.jpg","Steevo",{"template":695},"content:en-us:blog:authors:steve-grossman.yml","en-us/blog/authors/steve-grossman.yml","en-us/blog/authors/steve-grossman",{"_path":7288,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7289,"config":7293,"_id":7294,"_type":30,"title":7290,"_source":32,"_file":7295,"_stem":7296,"_extension":35},"/en-us/blog/authors/steve-ropa",{"name":7290,"config":7291},"Steve Ropa",{"headshot":726,"ctfId":7292},"Steve-Ropa",{"template":695},"content:en-us:blog:authors:steve-ropa.yml","en-us/blog/authors/steve-ropa.yml","en-us/blog/authors/steve-ropa",{"_path":7298,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7299,"config":7303,"_id":7304,"_type":30,"title":7300,"_source":32,"_file":7305,"_stem":7306,"_extension":35},"/en-us/blog/authors/steve-truong",{"name":7300,"config":7301},"Steve Truong",{"headshot":7,"ctfId":7302},"sttruong",{"template":695},"content:en-us:blog:authors:steve-truong.yml","en-us/blog/authors/steve-truong.yml","en-us/blog/authors/steve-truong",{"_path":7308,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7309,"config":7313,"_id":7314,"_type":30,"title":7310,"_source":32,"_file":7315,"_stem":7316,"_extension":35},"/en-us/blog/authors/steven-zinck",{"name":7310,"config":7311},"Steven Zinck",{"headshot":726,"ctfId":7312},"49JllsB7PFUrjj2Wi4Wa2O",{"template":695},"content:en-us:blog:authors:steven-zinck.yml","en-us/blog/authors/steven-zinck.yml","en-us/blog/authors/steven-zinck",{"_path":7318,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7319,"config":7323,"_id":7324,"_type":30,"title":7320,"_source":32,"_file":7325,"_stem":7326,"_extension":35},"/en-us/blog/authors/sunil-kowlgi",{"name":7320,"config":7321},"Sunil Kowlgi",{"headshot":726,"ctfId":7322},"Sunil-Kowlgi",{"template":695},"content:en-us:blog:authors:sunil-kowlgi.yml","en-us/blog/authors/sunil-kowlgi.yml","en-us/blog/authors/sunil-kowlgi",{"_path":7328,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7329,"config":7333,"_id":7334,"_type":30,"title":7330,"_source":32,"_file":7335,"_stem":7336,"_extension":35},"/en-us/blog/authors/suri-patel",{"name":7330,"config":7331},"Suri Patel",{"headshot":726,"ctfId":7332},"suripatel",{"template":695},"content:en-us:blog:authors:suri-patel.yml","en-us/blog/authors/suri-patel.yml","en-us/blog/authors/suri-patel",{"_path":7338,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7339,"config":7344,"_id":7345,"_type":30,"title":7340,"_source":32,"_file":7346,"_stem":7347,"_extension":35},"/en-us/blog/authors/susan-tacker",{"name":7340,"config":7341},"Susan Tacker",{"headshot":7342,"ctfId":7343},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660253/Blog/Author%20Headshots/susantacker-headshot.jpg","6uxN75wAjT3afaKtVlr9GM",{"template":695},"content:en-us:blog:authors:susan-tacker.yml","en-us/blog/authors/susan-tacker.yml","en-us/blog/authors/susan-tacker",{"_path":7349,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7350,"config":7356,"_id":7357,"_type":30,"title":7351,"_source":32,"_file":7358,"_stem":7359,"_extension":35},"/en-us/blog/authors/susie-bitters",{"name":7351,"config":7352},"Susie Bitters",{"headshot":7353,"linkedin":7354,"ctfId":7355},"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":695},"content:en-us:blog:authors:susie-bitters.yml","en-us/blog/authors/susie-bitters.yml","en-us/blog/authors/susie-bitters",{"_path":7361,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7362,"config":7366,"_id":7367,"_type":30,"title":7363,"_source":32,"_file":7368,"_stem":7369,"_extension":35},"/en-us/blog/authors/suzanne-selhorn",{"name":7363,"config":7364},"Suzanne Selhorn",{"headshot":7365,"ctfId":4543},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755616156/vboecuoyo8tjfdis7c5a.jpg",{"template":695},"content:en-us:blog:authors:suzanne-selhorn.yml","en-us/blog/authors/suzanne-selhorn.yml","en-us/blog/authors/suzanne-selhorn",{"_path":7371,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7372,"config":7377,"_id":7378,"_type":30,"title":7373,"_source":32,"_file":7379,"_stem":7380,"_extension":35},"/en-us/blog/authors/tanuja-jayarama-raju",{"name":7373,"config":7374},"Tanuja Jayarama Raju",{"headshot":7375,"ctfId":7376},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662262/Blog/Author%20Headshots/tanuja_jayarama_raju_headshot.png","2Fssp8ttZw6Y78hzS15kMC",{"template":695},"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":7382,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7383,"config":7388,"_id":7389,"_type":30,"title":7384,"_source":32,"_file":7390,"_stem":7391,"_extension":35},"/en-us/blog/authors/taurie-davis",{"name":7384,"config":7385},"Taurie Davis",{"headshot":7386,"ctfId":7387},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667191/Blog/Author%20Headshots/tauriedavis-headshot.jpg","tauriedavis",{"template":695},"content:en-us:blog:authors:taurie-davis.yml","en-us/blog/authors/taurie-davis.yml","en-us/blog/authors/taurie-davis",{"_path":7393,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7394,"config":7399,"_id":7400,"_type":30,"title":7401,"_source":32,"_file":7402,"_stem":7403,"_extension":35},"/en-us/blog/authors/taylor-mccaslin",{"name":7395,"config":7396},"Taylor McCaslin",{"headshot":7397,"ctfId":7398},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667996/Blog/Author%20Headshots/tmccaslin-headshot.png","tmccaslin",{"template":695},"content:en-us:blog:authors:taylor-mccaslin.yml","Taylor Mccaslin","en-us/blog/authors/taylor-mccaslin.yml","en-us/blog/authors/taylor-mccaslin",{"_path":7405,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7406,"config":7410,"_id":7411,"_type":30,"title":7407,"_source":32,"_file":7412,"_stem":7413,"_extension":35},"/en-us/blog/authors/taylor-murphy",{"name":7407,"config":7408},"Taylor Murphy",{"headshot":7,"ctfId":7409},"tayloramurphy",{"template":695},"content:en-us:blog:authors:taylor-murphy.yml","en-us/blog/authors/taylor-murphy.yml","en-us/blog/authors/taylor-murphy",{"_path":7415,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7416,"config":7421,"_id":7422,"_type":30,"title":7417,"_source":32,"_file":7423,"_stem":7424,"_extension":35},"/en-us/blog/authors/ted-gieschen",{"name":7417,"config":7418},"Ted Gieschen",{"headshot":7419,"ctfId":7420},"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":695},"content:en-us:blog:authors:ted-gieschen.yml","en-us/blog/authors/ted-gieschen.yml","en-us/blog/authors/ted-gieschen",{"_path":7426,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7427,"config":7431,"_id":7432,"_type":30,"title":7428,"_source":32,"_file":7433,"_stem":7434,"_extension":35},"/en-us/blog/authors/thao-yeager",{"name":7428,"config":7429},"Thao Yeager",{"headshot":7,"ctfId":7430},"thaoyeager",{"template":695},"content:en-us:blog:authors:thao-yeager.yml","en-us/blog/authors/thao-yeager.yml","en-us/blog/authors/thao-yeager",{"_path":7436,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7437,"config":7442,"_id":7443,"_type":30,"title":7444,"_source":32,"_file":7445,"_stem":7446,"_extension":35},"/en-us/blog/authors/thiago-figueir",{"name":7438,"config":7439},"Thiago Figueiró",{"headshot":7440,"ctfId":7441},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667091/Blog/Author%20Headshots/thiagocsf-headshot.jpg","thiagocsf",{"template":695},"content:en-us:blog:authors:thiago-figueir.yml","Thiago Figueir","en-us/blog/authors/thiago-figueir.yml","en-us/blog/authors/thiago-figueir",{"_path":7448,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7449,"config":7454,"_id":7455,"_type":30,"title":7450,"_source":32,"_file":7456,"_stem":7457,"_extension":35},"/en-us/blog/authors/thong-kuah",{"name":7450,"config":7451},"Thong Kuah",{"headshot":7452,"ctfId":7453},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667179/Blog/Author%20Headshots/tkuah-headshot.jpg","tkuah",{"template":695},"content:en-us:blog:authors:thong-kuah.yml","en-us/blog/authors/thong-kuah.yml","en-us/blog/authors/thong-kuah",{"_path":7459,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7460,"config":7464,"_id":7465,"_type":30,"title":7461,"_source":32,"_file":7466,"_stem":7467,"_extension":35},"/en-us/blog/authors/tim-davis",{"name":7461,"config":7462},"Tim Davis",{"headshot":726,"ctfId":7463},"6PksqjEtq1Y8goFUvAUcIn",{"template":695},"content:en-us:blog:authors:tim-davis.yml","en-us/blog/authors/tim-davis.yml","en-us/blog/authors/tim-davis",{"_path":7469,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7470,"config":7474,"_id":7475,"_type":30,"title":7471,"_source":32,"_file":7476,"_stem":7477,"_extension":35},"/en-us/blog/authors/tim-lehnen",{"name":7471,"config":7472},"Tim Lehnen",{"headshot":7,"ctfId":7473},"hestenet",{"template":695},"content:en-us:blog:authors:tim-lehnen.yml","en-us/blog/authors/tim-lehnen.yml","en-us/blog/authors/tim-lehnen",{"_path":7479,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7480,"config":7485,"_id":7486,"_type":30,"title":7481,"_source":32,"_file":7487,"_stem":7488,"_extension":35},"/en-us/blog/authors/tim-rizzi",{"name":7481,"config":7482},"Tim Rizzi",{"headshot":7483,"ctfId":7484},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661866/Blog/Author%20Headshots/trizzi-headshot.jpg","trizzi",{"template":695},"content:en-us:blog:authors:tim-rizzi.yml","en-us/blog/authors/tim-rizzi.yml","en-us/blog/authors/tim-rizzi",{"_path":7490,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7491,"config":7495,"_id":7497,"_type":30,"title":7492,"_source":32,"_file":7498,"_stem":7499,"_extension":35},"/en-us/blog/authors/tim-zallmann",{"name":7492,"config":7493},"Tim Zallmann",{"headshot":7494},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1759175957/ddfyzux6oosrseryb4pg.png",{"template":695,"gitlabHandle":7496},"timzallmann","content:en-us:blog:authors:tim-zallmann.yml","en-us/blog/authors/tim-zallmann.yml","en-us/blog/authors/tim-zallmann",{"_path":7501,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7502,"config":7506,"_id":7507,"_type":30,"title":7503,"_source":32,"_file":7508,"_stem":7509,"_extension":35},"/en-us/blog/authors/tina-sturgis",{"name":7503,"config":7504},"Tina Sturgis",{"headshot":7,"ctfId":7505},"TinaS",{"template":695},"content:en-us:blog:authors:tina-sturgis.yml","en-us/blog/authors/tina-sturgis.yml","en-us/blog/authors/tina-sturgis",{"_path":7511,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7512,"config":7516,"_id":7517,"_type":30,"title":7518,"_source":32,"_file":7519,"_stem":7520,"_extension":35},"/en-us/blog/authors/tobias-gnther",{"name":7513,"config":7514},"Tobias Günther",{"headshot":726,"ctfId":7515},"Tobias-Gnther",{"template":695},"content:en-us:blog:authors:tobias-gnther.yml","Tobias Gnther","en-us/blog/authors/tobias-gnther.yml","en-us/blog/authors/tobias-gnther",{"_path":7522,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7523,"config":7527,"_id":7528,"_type":30,"title":7524,"_source":32,"_file":7529,"_stem":7530,"_extension":35},"/en-us/blog/authors/todd-barr",{"name":7524,"config":7525},"Todd Barr",{"headshot":7,"ctfId":7526},"twbarr",{"template":695},"content:en-us:blog:authors:todd-barr.yml","en-us/blog/authors/todd-barr.yml","en-us/blog/authors/todd-barr",{"_path":7532,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7533,"config":7537,"_id":7538,"_type":30,"title":7534,"_source":32,"_file":7539,"_stem":7540,"_extension":35},"/en-us/blog/authors/tom-cooney",{"name":7534,"config":7535},"Tom Cooney",{"headshot":7,"ctfId":7536},"tomcooney",{"template":695},"content:en-us:blog:authors:tom-cooney.yml","en-us/blog/authors/tom-cooney.yml","en-us/blog/authors/tom-cooney",{"_path":7542,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7543,"config":7548,"_id":7549,"_type":30,"title":7544,"_source":32,"_file":7550,"_stem":7551,"_extension":35},"/en-us/blog/authors/tomas-vik",{"name":7544,"config":7545},"Tomas Vik",{"headshot":7546,"ctfId":7547},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681785/Blog/Author%20Headshots/viktomas-headshot.jpg","viktomas",{"template":695},"content:en-us:blog:authors:tomas-vik.yml","en-us/blog/authors/tomas-vik.yml","en-us/blog/authors/tomas-vik",{"_path":7553,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7554,"config":7559,"_id":7560,"_type":30,"title":7555,"_source":32,"_file":7561,"_stem":7562,"_extension":35},"/en-us/blog/authors/tomasz-maczukin",{"name":7555,"config":7556},"Tomasz Maczukin",{"headshot":7557,"ctfId":7558},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682116/Blog/Author%20Headshots/tmaczukin-headshot.jpg","tmaczukin",{"template":695},"content:en-us:blog:authors:tomasz-maczukin.yml","en-us/blog/authors/tomasz-maczukin.yml","en-us/blog/authors/tomasz-maczukin",{"_path":7564,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7565,"config":7570,"_id":7571,"_type":30,"title":7566,"_source":32,"_file":7572,"_stem":7573,"_extension":35},"/en-us/blog/authors/toon-claes",{"name":7566,"config":7567},"Toon Claes",{"headshot":7568,"ctfId":7569},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663082/Blog/Author%20Headshots/toon_claes_headshot.png","toon",{"template":695},"content:en-us:blog:authors:toon-claes.yml","en-us/blog/authors/toon-claes.yml","en-us/blog/authors/toon-claes",{"_path":7575,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7576,"config":7581,"_id":7582,"_type":30,"title":7577,"_source":32,"_file":7583,"_stem":7584,"_extension":35},"/en-us/blog/authors/torsten-linz",{"name":7577,"config":7578},"Torsten Linz",{"headshot":7579,"ctfId":7580},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658907/Blog/Author%20Headshots/tlinz-headshot.jpg","tlinz",{"template":695},"content:en-us:blog:authors:torsten-linz.yml","en-us/blog/authors/torsten-linz.yml","en-us/blog/authors/torsten-linz",{"_path":7586,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7587,"config":7591,"_id":7592,"_type":30,"title":7588,"_source":32,"_file":7593,"_stem":7594,"_extension":35},"/en-us/blog/authors/trevor-knudsen",{"name":7588,"config":7589},"Trevor Knudsen",{"headshot":7,"ctfId":7590},"Tknudsen",{"template":695},"content:en-us:blog:authors:trevor-knudsen.yml","en-us/blog/authors/trevor-knudsen.yml","en-us/blog/authors/trevor-knudsen",{"_path":7596,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7597,"config":7602,"_id":7603,"_type":30,"title":7598,"_source":32,"_file":7604,"_stem":7605,"_extension":35},"/en-us/blog/authors/tristan-read",{"name":7598,"config":7599},"Tristan Read",{"headshot":7600,"ctfId":7601},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679131/Blog/Author%20Headshots/tristan.png","tristanread",{"template":695},"content:en-us:blog:authors:tristan-read.yml","en-us/blog/authors/tristan-read.yml","en-us/blog/authors/tristan-read",{"_path":7607,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7608,"config":7613,"_id":7614,"_type":30,"title":7609,"_source":32,"_file":7615,"_stem":7616,"_extension":35},"/en-us/blog/authors/tsukasa-komatsubara",{"name":7609,"config":7610},"Tsukasa Komatsubara",{"headshot":7611,"ctfId":7612},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659784/Blog/Author%20Headshots/gitlab_tsukasa.jpg","31YQLiBRrJPn35BBhY69ly",{"template":695},"content:en-us:blog:authors:tsukasa-komatsubara.yml","en-us/blog/authors/tsukasa-komatsubara.yml","en-us/blog/authors/tsukasa-komatsubara",{"_path":7618,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7619,"config":7623,"_id":7624,"_type":30,"title":7620,"_source":32,"_file":7625,"_stem":7626,"_extension":35},"/en-us/blog/authors/tsvi-zandany",{"name":7620,"config":7621},"Tsvi Zandany",{"headshot":726,"ctfId":7622},"Tsvi-Zandany",{"template":695},"content:en-us:blog:authors:tsvi-zandany.yml","en-us/blog/authors/tsvi-zandany.yml","en-us/blog/authors/tsvi-zandany",{"_path":7628,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7629,"config":7633,"_id":7634,"_type":30,"title":7630,"_source":32,"_file":7635,"_stem":7636,"_extension":35},"/en-us/blog/authors/tye-davis",{"name":7630,"config":7631},"Tye Davis",{"headshot":7,"ctfId":7632},"davistye",{"template":695},"content:en-us:blog:authors:tye-davis.yml","en-us/blog/authors/tye-davis.yml","en-us/blog/authors/tye-davis",{"_path":7638,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7639,"config":7643,"_id":7644,"_type":30,"title":7640,"_source":32,"_file":7645,"_stem":7646,"_extension":35},"/en-us/blog/authors/tyler-williams",{"name":7640,"config":7641},"Tyler Williams",{"headshot":7,"ctfId":7642},"tywilliams",{"template":695},"content:en-us:blog:authors:tyler-williams.yml","en-us/blog/authors/tyler-williams.yml","en-us/blog/authors/tyler-williams",{"_path":7648,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7649,"config":7653,"_id":7654,"_type":30,"title":7655,"_source":32,"_file":7656,"_stem":7657,"_extension":35},"/en-us/blog/authors/ulrica-de-fort-menares",{"name":7650,"config":7651},"Ulrica de Fort-Menares",{"headshot":7,"ctfId":7652},"ulrica1",{"template":695},"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":7659,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7660,"config":7665,"_id":7666,"_type":30,"title":7661,"_source":32,"_file":7667,"_stem":7668,"_extension":35},"/en-us/blog/authors/valentine-mairet",{"name":7661,"config":7662},"Valentine Mairet",{"headshot":7663,"ctfId":7664},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665455/Blog/Author%20Headshots/valentine_mairet_headshot.png","1AQjHTpq6sBauRMdCibxQX",{"template":695},"content:en-us:blog:authors:valentine-mairet.yml","en-us/blog/authors/valentine-mairet.yml","en-us/blog/authors/valentine-mairet",{"_path":7670,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7671,"config":7675,"_id":7676,"_type":30,"title":7672,"_source":32,"_file":7677,"_stem":7678,"_extension":35},"/en-us/blog/authors/valerie-silverthorne",{"name":7672,"config":7673},"Valerie Silverthorne",{"headshot":726,"ctfId":7674},"vsilverthorne",{"template":695},"content:en-us:blog:authors:valerie-silverthorne.yml","en-us/blog/authors/valerie-silverthorne.yml","en-us/blog/authors/valerie-silverthorne",{"_path":7680,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7681,"config":7685,"_id":7686,"_type":30,"title":7682,"_source":32,"_file":7687,"_stem":7688,"_extension":35},"/en-us/blog/authors/vanessa-wegner",{"name":7682,"config":7683},"Vanessa Wegner",{"headshot":7,"ctfId":7684},"vwegner",{"template":695},"content:en-us:blog:authors:vanessa-wegner.yml","en-us/blog/authors/vanessa-wegner.yml","en-us/blog/authors/vanessa-wegner",{"_path":7690,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7691,"config":7696,"_id":7697,"_type":30,"title":7692,"_source":32,"_file":7698,"_stem":7699,"_extension":35},"/en-us/blog/authors/veethika-mishra",{"name":7692,"config":7693},"Veethika Mishra",{"headshot":7694,"ctfId":7695},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664676/Blog/Author%20Headshots/veethika-headshot.jpg","veethika",{"template":695},"content:en-us:blog:authors:veethika-mishra.yml","en-us/blog/authors/veethika-mishra.yml","en-us/blog/authors/veethika-mishra",{"_path":7701,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7702,"config":7707,"_id":7708,"_type":30,"title":7703,"_source":32,"_file":7709,"_stem":7710,"_extension":35},"/en-us/blog/authors/vick-kelkar",{"name":7703,"config":7704},"Vick Kelkar",{"headshot":7705,"ctfId":7706},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668508/Blog/Author%20Headshots/vkelkar-headshot.jpg","vkelkar",{"template":695},"content:en-us:blog:authors:vick-kelkar.yml","en-us/blog/authors/vick-kelkar.yml","en-us/blog/authors/vick-kelkar",{"_path":7712,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7713,"config":7717,"_id":7718,"_type":30,"title":7714,"_source":32,"_file":7719,"_stem":7720,"_extension":35},"/en-us/blog/authors/vicky-steeves",{"name":7714,"config":7715},"Vicky Steeves",{"headshot":7,"ctfId":7716},"vickysteeves",{"template":695},"content:en-us:blog:authors:vicky-steeves.yml","en-us/blog/authors/vicky-steeves.yml","en-us/blog/authors/vicky-steeves",{"_path":7722,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7723,"config":7727,"_id":7728,"_type":30,"title":7724,"_source":32,"_file":7729,"_stem":7730,"_extension":35},"/en-us/blog/authors/victor-hernandez",{"name":7724,"config":7725},"Victor Hernandez",{"headshot":726,"ctfId":7726},"KVTkvySIqkAu34p2jsXZz",{"template":695},"content:en-us:blog:authors:victor-hernandez.yml","en-us/blog/authors/victor-hernandez.yml","en-us/blog/authors/victor-hernandez",{"_path":7732,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7733,"config":7737,"_id":7738,"_type":30,"title":7734,"_source":32,"_file":7739,"_stem":7740,"_extension":35},"/en-us/blog/authors/victor-wu",{"name":7734,"config":7735},"Victor Wu",{"headshot":726,"ctfId":7736},"victorwu",{"template":695},"content:en-us:blog:authors:victor-wu.yml","en-us/blog/authors/victor-wu.yml","en-us/blog/authors/victor-wu",{"_path":7742,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7743,"config":7748,"_id":7749,"_type":30,"title":7744,"_source":32,"_file":7750,"_stem":7751,"_extension":35},"/en-us/blog/authors/viktor-nagy",{"name":7744,"config":7745},"Viktor Nagy",{"headshot":7746,"ctfId":7747},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662918/Blog/Author%20Headshots/nagy-headshot.jpg","nagyvgitlab",{"template":695},"content:en-us:blog:authors:viktor-nagy.yml","en-us/blog/authors/viktor-nagy.yml","en-us/blog/authors/viktor-nagy",{"_path":7753,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7754,"config":7758,"_id":7759,"_type":30,"title":7755,"_source":32,"_file":7760,"_stem":7761,"_extension":35},"/en-us/blog/authors/vincent-jong",{"name":7755,"config":7756},"Vincent Jong",{"headshot":726,"ctfId":7757},"Vincent-Jong",{"template":695},"content:en-us:blog:authors:vincent-jong.yml","en-us/blog/authors/vincent-jong.yml","en-us/blog/authors/vincent-jong",{"_path":7763,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7764,"config":7769,"_id":7770,"_type":30,"title":7765,"_source":32,"_file":7771,"_stem":7772,"_extension":35},"/en-us/blog/authors/vincy-wilson",{"name":7765,"config":7766},"Vincy Wilson",{"headshot":7767,"ctfId":7768},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669069/Blog/Author%20Headshots/vincy.jpg","1iyKndVlbE3dQnxOJoSY0q",{"template":695},"content:en-us:blog:authors:vincy-wilson.yml","en-us/blog/authors/vincy-wilson.yml","en-us/blog/authors/vincy-wilson",{"_path":7774,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7775,"config":7780,"_id":7781,"_type":30,"title":7776,"_source":32,"_file":7782,"_stem":7783,"_extension":35},"/en-us/blog/authors/vishal-tak",{"name":7776,"config":7777},"Vishal Tak",{"headshot":7778,"ctfId":7779},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663854/Blog/Author%20Headshots/vishal_tak_headshot.png","6BalO1YQUIuDdhUP80bFra",{"template":695},"content:en-us:blog:authors:vishal-tak.yml","en-us/blog/authors/vishal-tak.yml","en-us/blog/authors/vishal-tak",{"_path":7785,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7786,"config":7791,"_id":7792,"_type":30,"title":7787,"_source":32,"_file":7793,"_stem":7794,"_extension":35},"/en-us/blog/authors/vitor-meireles-de-sousa",{"name":7787,"config":7788},"Vitor Meireles De Sousa",{"headshot":7789,"ctfId":7790},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682001/Blog/Author%20Headshots/vdesousa-headshot.png","vdesousa",{"template":695},"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":7796,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7797,"config":7801,"_id":7802,"_type":30,"title":7798,"_source":32,"_file":7803,"_stem":7804,"_extension":35},"/en-us/blog/authors/vlad-budica",{"name":7798,"config":7799},"Vlad Budica",{"headshot":726,"ctfId":7800},"Vlad-Budica",{"template":695},"content:en-us:blog:authors:vlad-budica.yml","en-us/blog/authors/vlad-budica.yml","en-us/blog/authors/vlad-budica",{"_path":7806,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7807,"config":7811,"_id":7812,"_type":30,"title":7808,"_source":32,"_file":7813,"_stem":7814,"_extension":35},"/en-us/blog/authors/vlad-stoianovici",{"name":7808,"config":7809},"Vlad Stoianovici",{"headshot":7,"ctfId":7810},"vstoianovici",{"template":695},"content:en-us:blog:authors:vlad-stoianovici.yml","en-us/blog/authors/vlad-stoianovici.yml","en-us/blog/authors/vlad-stoianovici",{"_path":7816,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7817,"config":7821,"_id":7822,"_type":30,"title":7818,"_source":32,"_file":7823,"_stem":7824,"_extension":35},"/en-us/blog/authors/wayne-haber",{"name":7818,"config":7819},"Wayne Haber",{"headshot":7,"ctfId":7820},"whaber",{"template":695},"content:en-us:blog:authors:wayne-haber.yml","en-us/blog/authors/wayne-haber.yml","en-us/blog/authors/wayne-haber",{"_path":7826,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7827,"config":7831,"_id":7832,"_type":30,"title":7828,"_source":32,"_file":7833,"_stem":7834,"_extension":35},"/en-us/blog/authors/will-chandler",{"name":7828,"config":7829},"Will Chandler",{"headshot":726,"ctfId":7830},"DKiIGSSRIyO6QdTQkRkjs",{"template":695},"content:en-us:blog:authors:will-chandler.yml","en-us/blog/authors/will-chandler.yml","en-us/blog/authors/will-chandler",{"_path":7836,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7837,"config":7842,"_id":7843,"_type":30,"title":7838,"_source":32,"_file":7844,"_stem":7845,"_extension":35},"/en-us/blog/authors/will-leidheiser",{"name":7838,"config":7839},"Will Leidheiser",{"headshot":7840,"ctfId":7841},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679335/Blog/Author%20Headshots/wleidheiser-headshot.jpg","wleidheiser",{"template":695},"content:en-us:blog:authors:will-leidheiser.yml","en-us/blog/authors/will-leidheiser.yml","en-us/blog/authors/will-leidheiser",{"_path":7847,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7848,"config":7853,"_id":7854,"_type":30,"title":7849,"_source":32,"_file":7855,"_stem":7856,"_extension":35},"/en-us/blog/authors/william-arias",{"name":7849,"config":7850},"William Arias",{"headshot":7851,"ctfId":7852},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667549/Blog/Author%20Headshots/warias-headshot.jpg","warias",{"template":695},"content:en-us:blog:authors:william-arias.yml","en-us/blog/authors/william-arias.yml","en-us/blog/authors/william-arias",{"_path":7858,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7859,"config":7863,"_id":7864,"_type":30,"title":7860,"_source":32,"_file":7865,"_stem":7866,"_extension":35},"/en-us/blog/authors/william-chia",{"name":7860,"config":7861},"William Chia",{"headshot":7,"ctfId":7862},"williamchia",{"template":695},"content:en-us:blog:authors:william-chia.yml","en-us/blog/authors/william-chia.yml","en-us/blog/authors/william-chia",{"_path":7868,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7869,"config":7873,"_id":7874,"_type":30,"title":7870,"_source":32,"_file":7875,"_stem":7876,"_extension":35},"/en-us/blog/authors/yannis-roussos",{"name":7870,"config":7871},"Yannis Roussos",{"headshot":7,"ctfId":7872},"iroussos",{"template":695},"content:en-us:blog:authors:yannis-roussos.yml","en-us/blog/authors/yannis-roussos.yml","en-us/blog/authors/yannis-roussos",{"_path":7878,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7879,"config":7883,"_id":7884,"_type":30,"title":7880,"_source":32,"_file":7885,"_stem":7886,"_extension":35},"/en-us/blog/authors/yevgeny-pats",{"name":7880,"config":7881},"Yevgeny Pats",{"headshot":7,"ctfId":7882},"ypats",{"template":695},"content:en-us:blog:authors:yevgeny-pats.yml","en-us/blog/authors/yevgeny-pats.yml","en-us/blog/authors/yevgeny-pats",{"_path":7888,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7889,"config":7893,"_id":7894,"_type":30,"title":7890,"_source":32,"_file":7895,"_stem":7896,"_extension":35},"/en-us/blog/authors/yorick-peterse",{"name":7890,"config":7891},"Yorick Peterse",{"headshot":726,"ctfId":7892},"Yorick-Peterse",{"template":695},"content:en-us:blog:authors:yorick-peterse.yml","en-us/blog/authors/yorick-peterse.yml","en-us/blog/authors/yorick-peterse",{"_path":7898,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7899,"config":7903,"_id":7904,"_type":30,"title":7905,"_source":32,"_file":7906,"_stem":7907,"_extension":35},"/en-us/blog/authors/zeger-jan-van-de-weg",{"name":7900,"config":7901},"Zeger-Jan van de Weg",{"headshot":7,"ctfId":7902},"zjgitlab",{"template":695},"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":7909,"_dir":688,"_draft":6,"_partial":6,"_locale":7,"content":7910,"config":7915,"_id":7916,"_type":30,"title":7911,"_source":32,"_file":7917,"_stem":7918,"_extension":35},"/en-us/blog/authors/zhaochen-li",{"name":7911,"config":7912},"Zhaochen Li",{"headshot":7913,"ctfId":7914},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664331/Blog/Author%20Headshots/Zhaochen_Li_headshot.png","D67XqgLJdlpOsrG3ivCGT",{"template":695},"content:en-us:blog:authors:zhaochen-li.yml","en-us/blog/authors/zhaochen-li.yml","en-us/blog/authors/zhaochen-li",{"_path":7920,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"header":7921,"eyebrow":7922,"blurb":7923,"button":7924,"secondaryButton":7928,"_id":7930,"_type":30,"title":7931,"_source":32,"_file":7932,"_stem":7933,"_extension":35},"/shared/fr-fr/next-steps","Commencez à livrer des logiciels de meilleurs qualité plus rapidement","Plus de 50 % des entreprises du classement Fortune 100 font confiance à GitLab","Découvrez comment la plateforme DevSecOps intelligente\n\n\npeut aider votre équipe.\n",{"text":46,"config":7925},{"href":7926,"dataGaName":49,"dataGaLocation":7927},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":51,"config":7929},{"href":53,"dataGaName":54,"dataGaLocation":7927},"content:shared:fr-fr:next-steps.yml","Next Steps","shared/fr-fr/next-steps.yml","shared/fr-fr/next-steps",1761852448845]