[{"data":1,"prerenderedAt":7929},["ShallowReactive",2],{"/ja-jp/blog/what-is-agile-development":3,"navigation-ja-jp":36,"banner-ja-jp":450,"footer-ja-jp":463,"blogAuthors-ja-jp":673,"next-steps-ja-jp":7908,"footer-source-/ja-jp/blog/what-is-agile-development/":7923},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":16,"config":25,"_id":29,"_type":30,"title":31,"_source":32,"_file":33,"_stem":34,"_extension":35},"/ja-jp/blog/what-is-agile-development","blog",false,"",{"title":9,"description":10,"ogTitle":9,"ogDescription":10,"noIndex":6,"ogImage":11,"ogUrl":12,"ogSiteName":13,"ogType":14,"canonicalUrls":12,"schema":15},"アジャイル開発とは？意味や進め方、DevSecOpsとの関係性を解説","この記事では、アジャイル開発の概要やウォーターフォール開発との違い、導入するメリット・デメリットなどを解説します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663632/Blog/Hero%20Images/%E3%82%A2%E3%82%B8%E3%83%A3%E3%82%A4%E3%83%AB%E9%96%8B%E7%99%BA7.jpg","https://about.gitlab.com/blog/what-is-agile-development","https://about.gitlab.com","article","\n                        {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"Article\",\n        \"headline\": \"アジャイル開発とは？意味や進め方、DevSecOpsとの関係性を解説\",\n        \"author\": [{\"@type\":\"Person\",\"name\":\"GitLab Japan Team\"},{\"@type\":\"Person\",\"name\":\"GitLab\"}],\n        \"datePublished\": \"2025-03-06\",\n      }",{"title":9,"description":10,"authors":17,"heroImage":11,"date":20,"body":21,"category":22,"tags":23},[18,19],"GitLab Japan Team","GitLab","2025-03-06","アジャイル開発はシステム・ソフトウェア開発手法のひとつであり、近年注目されています。実際に自社の開発課題を解決するために、アジャイル開発の導入を検討している担当者は多いのではないでしょうか。\n\nこの記事では、アジャイル開発の概要やウォーターフォール開発との違い、導入するメリット・デメリットなどを解説します。アジャイル開発におけるAI活用や、[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)の関係性についても触れているのでぜひ参考にして下さい。\n\n## アジャイル開発とは？\n\n![アジャイル開発2](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687637/Blog/Content%20Images/%E3%82%A2%E3%82%B8%E3%83%A3%E3%82%A4%E3%83%AB%E9%96%8B%E7%99%BA2.jpg)\n\nアジャイル開発とは、ソフトウェア開発において通常1週間から4週間程度の反復期間を設定し、企画から開発、テストまでの工程を機能単位ごとに繰り返し進めていく開発手法のことです。「アジャイル」という言葉には、「素早い」「機敏な」という意味があり、その言葉の通りアジャイル開発はスピード感のある開発が可能です。\n\n近年ビジネス環境の変化が激しく、日々変化するニーズや市場に柔軟に対応していく姿勢が必要です。アジャイル開発ならスピード感を持って開発を進められるだけでなく、仮説検証を含めた柔軟な開発が可能になります。\n\n物事の予測が立てにくい不確実な要素が多い時代の中で、顧客ニーズにマッチした新しい価値を創造するための手法としてアジャイル開発が注目されているのです。\n\n## アジャイルソフトウェア開発宣言とは？\n\n「アジャイルソフトウェア開発宣言」とは、17名のソフトウェア開発者が議論を行なって文書としてまとめたアジャイル開発の原則のことです。\n\n2001年に公開されたことをきっかけに、世界中にアジャイル開発の考え方が広まり、多くのソフトウェア開発者達に支持されました。\n\nアジャイルソフトウェア宣言では、アジャイル開発を実現するために以下の4つの価値を示しています。\n\n1. プロセスやツールよりも「個人と対話」  \n2. 包括的なドキュメントよりも「動くソフトウェア」  \n3. 契約交渉よりも「顧客との協調」  \n4. 計画に従うことよりも「変化への対応」\n\n※出典：[アジャイルソフトウェア開発宣言](https://agilemanifesto.org/iso/ja/manifesto.html)\n\n## アジャイル開発とウォーターフォール開発との違い・比較\n\n![アジャイル開発5](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687637/Blog/Content%20Images/%E3%82%A2%E3%82%B8%E3%83%A3%E3%82%A4%E3%83%AB%E9%96%8B%E7%99%BA5.jpg)\nアジャイル開発が登場する前にはウォーターフォール開発が主に活用されており、ソフトウェア開発の初期段階として位置付けられています。\n\nウォーターフォール開発は機能単位ごとに開発工程を繰り返すアジャイル開発とは異なり、開発前に全ての機能計画を立て、その計画通りに開発を進める手法になります。つまり、要件定義から設計、実装、テスト、運用といった各工程を順序立てて直線的に開発を進めていきます。\n\n開発対象の機能を事前に決定して開発を進めるため、最終的なリリース時期がわかりやすいというメリットがあります。一方、開発前から全ての工程が決まっているため、仕様変更がしにくいなどの課題もあります。\n\n## アジャイル開発でよく採用されている手法とは？\n\nアジャイル開発にはさまざまな開発手法がありますが、中でも「スクラム」と呼ばれる開発手法が最も採用されています。スクラムとは、少人数のチームにわかれて密にコミュニケーションをとりながら開発を進める手法です。\n\n実際に「[17th State of Agile Report](https://digital.ai/resource-center/analyst-reports/state-of-agile-report/)」の調査では、アジャイル開発手法の中で、63%がスクラムを採用していると報告されています。なお、スクラムの人気は2006年の最初の調査以降続いています。\n\nなぜ数ある開発手法の中でスクラムが最も採用されるのでしょうか。理由のひとつとして汎用性の高さにあると考えられます。スクラムはシンプルなフレームワークであり、さまざまな開発プロジェクトに活用することが可能です。\n\nまた、スクラムのルールが示された「[スクラムガイド](https://scrumguides.org/docs/scrumguide/v2020/2020-Scrum-Guide-Japanese.pdf)」は、18ページ程度の少なめのボリューム感となっており、内容もシンプルです。そのため、スクラムの全体の流れや仕組みについて理解がしやすく、自社の開発プロジェクトに合わせて応用がしやすいといえます。\n\nさらに、スクラムは有名な手法であることから開発事例も多く、情報収集が容易であるという事情も採用される理由として挙げられます。\n\n## アジャイル開発の流れ\n\nアジャイル開発はどのような流れで進められるでしょうか。IPAの「[アジャイル開発の進め方](https://www.ipa.go.jp/jinzai/skill-standard/plus-it-ui/itssplus/ps6vr70000001i7c-att/000065606.pdf)」を参考にスクラムを例に全体の流れを紹介します。\n\n1. プロダクトバックログの作成  \n2. スプリントプランニングの実施  \n3. 開発作業の実施\n\n### 1. プロダクトバックログの作成\n\nまずプロダクトバックログの作成を行います。プロダクトバックログとは、開発したいプロダクトが提供する価値をまとめたリストのことです。具体的には、顧客が求める機能やユーザーエクスペリエンスなどを洗い出してリストを作成していきます。\n\nこの際、リストは作業の優先順位をつけて並んでいることがポイントです。また、作成するリストは顧客を含むプロジェクトの関係者全員に共有する必要があるため、誰もが理解できる言葉で記載しなければなりません。\n\n### 2. スプリントプランニングの実施\n\n「スプリント」とは、スクラムにおける開発工程の反復（作業）期間のことです。スプリントが開始される前にスプリントプランニングを実施しましょう。具体的には、作成したプロダクトバックログのリストの中から対象のスプリントで扱う項目を選び出します。ここで選び出した項目は「スプリントバックログ」と呼ばれます。\n\nその後細かにタスクに落とし込み、スクラムチーム内で作業を分担します。なお、各タスクにおいては一般的に2〜8時間程度の時間単位で見積もられます。\n\n### 3. 開発作業の実施\n\n実際にスプリント内の開発作業を実施します。スプリントの途中では、スクラムチーム内で活動状況を報告する「デイリースクラム」が行われます。デイリースクラムは、達成すべきゴールに向けて課題になっていることを共有し、チーム全員が協力して解決を目指すためのミーティングです。\n\n無事にスプリントが完了した段階では「スプリントレビュー」と呼ばれるミーティングが開催され、関係者全員で完成したプロダクトのデモンストレーションを行います。\n\nまた、スプリントレビューの後には「スプリントレトロスペクティブ」が行われ、開発におけるプロセスを振り返ります。うまくいかなかったことは改善策を洗い出し、次のスプリントに活かします。\n\n## アジャイル開発のメリット\n\n![アジャイル開発6](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687637/Blog/Content%20Images/%E3%82%A2%E3%82%B8%E3%83%A3%E3%82%A4%E3%83%AB%E9%96%8B%E7%99%BA6.jpg)\nアジャイル開発には以下のようなメリットがあります。\n\n* 開発スピードが早い  \n* ユーザーのニーズを反映しやすい  \n* 手戻りの発生を防止・軽減しやすい  \n* 継続的な学習と改善の機会が得られる\n\n### 開発スピードが早い\n\nアジャイル開発は機能を小さな単位にわけて開発とリリースを繰り返して進めるため、結果的に優先度の高い機能から素早く価値を提供することが可能です。また、最初にプロダクトの全ての機能計画を立ててから開発するわけではないため、本来不要だった機能に関するドキュメント作成などに時間と手間をかけずに開発を進められます。\n\n一方、ウォーターフォール開発の場合は計画を重視することから、開発前に要件定義書や設計書などの作成に時間をかける必要があります。ビジネスにおいて「競合優位性を確立したい」「早期に顧客のフィードバックを収集したい」などの目的があるなら、小さな単位で素早く価値を提供できるアジャイル開発の採用が適切だといえます。\n\n### ユーザーのニーズを反映しやすい\n\nアジャイル開発は小さな単位で開発を進めるため、開発途中で顧客の要望や市場の変化に応じて優先順位や仕様を見直すことができます。顧客ニーズや市場調査の結果を踏まえながら柔軟に開発を進めることで最大限の価値を提供できるため、顧客満足度の向上にもつながります。\n\n一方、ウォーターフォール開発ではプロジェクトの初期段階で計画を確定させるため、途中での変更が困難になりがちです。ただし、アジャイル開発で変更に対応できるといっても、変更自体のコストや影響度は慎重に評価する必要があります。\n\n例えば、すでに開発した機能に大きな変更が必要な場合は、再設計や再実装のコストが発生します。アジャイル開発は変更を受け入れやすい仕組みを持っていますが、それは全ての変更が容易であることを意味するわけではありません。\n\n### 手戻りの発生を防止・軽減しやすい\n\nアジャイル開発は機能単位に区切って開発からテスト、リリースまで実行するため、テストの段階で不具合や問題が発生した場合でも手戻りの工数を最小限に抑えられます。\n\nウォーターフォール開発の場合は、事前に決めた計画通りに開発を進めるため、不具合が発生した箇所によっては手戻りの工数が大きくなってしまうデメリットがあります。アジャイル開発なら、前提として開発している範囲が少ないため、大きな手戻りが発生しにくいです。\n\n### 継続的な学習と改善の機会が得られる\n\nアジャイル開発では、小さな単位での開発を繰り返し、振り返りを行うプロセスが組み込まれています。これにより、チームは実践と改善を重ねながら学習を進める機会を得られます。例えば、スプリントごとの振り返り（スプリントレトロスペクティブ）では、うまくいったことや課題を議論し、より良い進め方を模索します。\n\nまた、開発途中では毎日ミーティングが実施され、品質の高いプロダクトを生み出せるようメンバー同士が意見を出し合います。そのようなプロセスを通してチームワークの向上も期待できるでしょう。\n\n## アジャイル開発のデメリット\n\n![アジャイル開発4](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687637/Blog/Content%20Images/%E3%82%A2%E3%82%B8%E3%83%A3%E3%82%A4%E3%83%AB%E9%96%8B%E7%99%BA4.jpg)\nアジャイル開発にはデメリットもあるため、対策を踏まえて把握しておくことが大切です。\n\n* 長期的な見通しの立て方が従来と異なる  \n* プロダクトの方向性を維持するための工夫が必要\n\n### 長期的な見通しの立て方が従来と異なる\n\nアジャイル開発では、詳細な計画を前もって確定させない代わりに、反復的な開発を通じて計画を継続的に見直し、調整していきます。そのため、従来のウォーターフォール型開発のように、プロジェクト全体の詳細なスケジュールを初期段階で確定することは難しくなります。また、顧客の要望で何度も仕様変更が発生した場合、最終リリースまでのスケジュールが伸びてしまう可能性もあります。\n\nアジャイル開発において適切なスケジュール管理を行うためには、チームの開発速度を計測、定期的に計画と実績を比較し、場合によっては優先順位や計画を見直す必要があります。\n\n### プロダクトの方向性を維持するための工夫が必要\n\nアジャイル開発では、開発途中での変更を受け入れやすい特徴がある一方で、その柔軟性を適切にコントロールしなければ、本来目指していたプロダクトの方向性から逸れてしまうリスクがあります。\n\n例えば、顧客からの仕様変更や機能追加の要望を受け入れ過ぎていると、プロジェクト全体の方向性を見失ってしまう場合があります。また、顧客との摩擦や齟齬が生まれてしまう可能性もあり、プロジェクトがスムーズに進まないという事態も招いてしまうでしょう。\n\nこのようなことを避けるためには、個々の単位だけでなく定期的な全体像の把握と、関係性全員での認識の擦り合わせが必要です。\n\n## アジャイル開発が向いている・向いていないプロジェクト\n\nアジャイル開発にはさまざまなメリットがありますが、プロジェクトの特性・内容によっては向き・不向きがあるため事前に把握し、自社に適した開発手法を採用しなければなりません。\n\nアジャイル開発は柔軟に開発を進められるメリットがあるため、ニーズが漠然としていたり、状況の変化が想定されていたりするケースに向いています。また、発注者が積極的に関わる案件なら、頻繁にフィードバックを受けやすいアジャイル開発の強みを十分に活かせるでしょう。\n\n反対に、要件が明確で大きな変更が想定されず、納期の厳守を求められる場合は、アジャイル開発の採用には慎重な検討が必要といえます。また、開発メンバーと発注者との間でコミュニケーションがとりにくいケースでアジャイル開発を採用しても、開発がスムーズに進まない可能性が高いため別の手法を検討するのが良いでしょう。\n\n## アジャイル開発を成功させるためのポイント\n![アジャイル開発8](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687637/Blog/Content%20Images/%E3%82%A2%E3%82%B8%E3%83%A3%E3%82%A4%E3%83%AB%E9%96%8B%E7%99%BA8.jpg)\n\nアジャイル開発を成功させるために以下のポイントを押さえておきましょう。\n\n* アジャイル開発の特性を理解した人材を選定する  \n* メンバー間で密にコミュニケーションをとる  \n* [CI/CD](https://about.gitlab.com/ja-jp/blog/what-is-ci-cd/)など自動化のテクノロジーを取り入れる  \n* 情報の透明性を保つ\n\n### アジャイル開発の特性を理解した人材を選定する\n\nアジャイル開発では、柔軟な仕様変更に伴うメンバー間での擦り合わせや協力が重要となります。必ずしもアジャイル開発の経験が豊富である必要はありませんが、ここまで紹介してきたようなアジャイル開発の特徴を理解し、オープンな姿勢でチームや関係者とコミュニケーションを取れる人材が求められます。\n\n「プロダクトオーナー」や開発チームを支援する「スクラムマスター」の役割も重要です。場合によってはアジャイルコーチによるトレーニングを活用したり、経験豊富な外部の専門家にサポートを依頼したりすることも有効です。\n\n### メンバー間で密にコミュニケーションをとる\n\nアジャイル開発を成功に導くためには、顧客を含めた関係者全員がコミュニケーションを密にとっていくことが大切です。先ほど説明したような「デイリースクラム」や「スプリントレビュー」などのミーティングを定期的に実施し、メンバー間でのコミュニケーションを活性化させましょう。\n\nチームメンバーが自由に意見を出しやすい雰囲気の中で開発を進めることで、進捗管理や品質の維持もしやすくなります。特に上下関係などの関係性を取り払って、お互いが率直に提案や指摘をし合えるような環境ならプロジェクトの成功率をより高められるでしょう。\n\n### CI/CDなど自動化のテクノロジーを取り入れる\n\nアジャイル開発をスムーズに進めるためには、[CI/CD](https://about.gitlab.com/ja-jp/blog/what-is-ci-cd/)など自動化のテクノロジーを取り入れることもポイントです。[CI/CD](https://about.gitlab.com/ja-jp/blog/what-is-ci-cd/)とは、顧客にプロダクトを素早く提供するために、ビルド作業やテスト、リリースの工程といった、開発フローの一部を自動化する手法のことです。\n\nアジャイル開発と[CI/CD](https://about.gitlab.com/ja-jp/blog/what-is-ci-cd/)の相性は良く、機能単位ごとの開発フローを[CI/CD](https://about.gitlab.com/ja-jp/blog/what-is-ci-cd/)によって自動化することによって、一定の品質を維持したままリリース頻度の向上を実現できます。[CI/CD](https://about.gitlab.com/ja-jp/blog/what-is-ci-cd/)については以下の記事で解説しているので、併せてチェックしてみてください。\n\n[CI/CDとは？意味や導入のメリット・デメリット、ツールの選び方を解説](https://about.gitlab.com/ja-jp/blog/what-is-ci-cd/)\n\n### 情報の透明性を保つ\n\nアジャイル開発においてはチームメンバーと顧客との間で信頼関係を構築することが求められます。顧客側が開発の中でどのようなことが行われているのかが把握できないと不安を抱いてしまいます。例えば、成果物が納品されるまで状況を掴めないような進め方だと、認識の齟齬が生まれる原因になるでしょう。\n\nそのため、アジャイル開発で扱う情報においては常に透明性をもたせることが大事です。\n\n例えば、以下のような情報に透明性をもたせて、顧客とチームメンバーとの間でスムーズに情報共有できるような仕組みを構築しておきましょう。\n\n* 全体の開発スケジュール  \n* 開発の作業内容  \n* 開発メンバーの保有スキル  \n* 開発の進捗状況 など\n\n情報の透明性を保ち、チームの誰でも同じ情報にアクセスできる状態のことをSingle Source Of Truth（SSOT、信頼できる唯一の情報源）と呼び、これがあることでチームの自律的な行動を促すことができます。こちらに関する記事は下記が詳しいため、併せてチェックしてみてください。\n\n[組織の自律自走を促すコミュニケーション](https://learn.gitlab.com/c/effective-communication-for-autonomous-organization-deck?x=JBqxmQ)\n\n## アジャイル開発におけるセキュリティの課題\n\nアジャイル開発では、仕様変更や機能追加などに対して柔軟に対応でき、スピード感を持って開発を進められます。その一方で、セキュリティが後回しにされたり、おろそかにしてしまったりするケースも多いといわれています。この課題に対応するには、リリース直前に実施される人手による脆弱性診断やペネトレーションテストだけでなく、静的解析ツールやコンテナスキャンなどの自動化されたセキュリティテストを[CI/CD](https://about.gitlab.com/ja-jp/blog/what-is-ci-cd/)パイプラインに組み込むことが効果的です。\n\nなお、セキュリティ対策の重要性はアジャイル開発に限ったことではありません。[IPAの調査](https://www.ipa.go.jp/security/10threats/10threats2024.html)から近年組織ではさまざまなセキュリティインシデントが発生していることがわかります。開発の早い段階でセキュリティ上の問題を発見し、迅速な対応が可能になるこれらのプラクティスは「シフトレフト」と呼ばれ、セキュリティリスクをより早い段階で見つけ、手戻りを少なく品質をあげていく手法として、アジャイル開発以外での開発手法でも重要であると言われています。\n\n## アジャイル開発におけるAI活用について\n![アジャイル開発1](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687637/Blog/Content%20Images/%E3%82%A2%E3%82%B8%E3%83%A3%E3%82%A4%E3%83%AB%E9%96%8B%E7%99%BA1.jpg)\n\nアジャイル開発を採用する際には、AIを積極的に活用する視点も持っておきましょう。\n\n例えば、前述の通り、アジャイル開発ではリリース直前での脆弱性診断だけでなく、開発段階などでも常時セキュリティスキャンなどで脆弱性を検出することが重要です。この時に[GitLab Duo](https://about.gitlab.com/ja-jp/gitlab-duo/)のようなAIを活用することによってソフトウェアの脆弱性をより効率的に把握して修正でき、開発におけるセキュリティリスクを軽減することができます。\n\nその他にも、テストコードを書いたり、ソースコードからドキュメントから詳細設計書やパラメータシート相当のものを作成するなど、特にアジャイル開発でよく行われることにAIの支援を受けることができ、開発効率の向上を実現することができます。\n\nこれらの機能のデモもありますので、参考にしていただければと思います。\n\n\u003Ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/jygdsxzBC4Y?si=k6NWiV2Jc29fS0Uu\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen>\u003C/iframe>\n\n## アジャイル開発とDevSecOpsの関係性\n\n先ほど挙げたアジャイル開発のセキュリティの課題においては「[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)」の必要性が高まっています。\n\n[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)とは、開発（Dev）・セキュリティ（Sec）・運用（Ops）を連携した開発アプローチのことです。[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)では、セキュリティを後回しにすることなく、開発工程（Dev）の段階で対策を行い、ソフトウェアの安全性を高めます。\n\nアジャイル開発と[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)は親和性が高く、両者とも迅速なリリースと継続的な改善を推進する手法や考え方です。つまり、アジャイル開発において[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)のアプローチも取り入れることで、セキュリティレベルを高めながら、迅速なソフトウェア開発を実現できます。補足として、アジャイル開発と同様、ウォーターフォール開発でもDevSecOpsの考え方は積極的に取り入れるべきポイントです。\n\nなお、「[GitLab](https://about.gitlab.com/ja-jp/)」なら[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)のアプローチを踏まえたソフトウェア開発が可能です。アジャイル開発の代表的手法である「スクラム」を1つのプラットフォームで運用することもできるため、ぜひ自社のプロジェクトにお役立て下さい。\n\n## アジャイル開発に関するQ＆A\n![アジャイル開発3](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687637/Blog/Content%20Images/%E3%82%A2%E3%82%B8%E3%83%A3%E3%82%A4%E3%83%AB%E9%96%8B%E7%99%BA3.jpg)\n最後にアジャイル開発に関するQ＆Aを紹介します。\n\n### アジャイル開発の普及率は？\n\n「[DX白書2023](https://www.ipa.go.jp/publish/wp-dx/gmcbt8000000botk-att/000108041.pdf)」によると、アジャイル開発を「全社的に活用している」「事業部で活用している」と回答した企業の割合の合計は22.9%となっています。米国の場合は53.9%となっているため、アジャイル開発の普及率において日米差は大きいことがわかります。\n\n### アジャイル開発が失敗する原因は？\n\nアジャイル開発が失敗してしまう原因はさまざまですが、主に以下が挙げられます。\n\n* アジャイル開発に不向きなプロジェクトで採用している  \n* 顧客とチームメンバーとの間でコミュニケーションが不足している  \n* プロダクトオーナーやスクラムマスターが役割を果たせていない \n\nそもそもアジャイル開発に向いていないようなプロジェクトで採用してしまうと、アジャイル開発の強みを活かせず失敗してしまう可能性が高まります。その他、関係者間でのコミュニケーション不足が発生していたりする場合、開発の方向性が大きくブレたりなどの事態を招く原因となるでしょう。\n\n## アジャイル開発の特徴を十分に理解して自社で導入しよう\n\nアジャイル開発なら、開発途中で発生する急な仕様変更にも柔軟に対応でき、顧客ニーズにマッチした価値を提供することが可能です。\n\nしかし、アジャイル開発に限ったことではないですがセキュリティ対策における課題もあるため、[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)のアプローチも積極的に取り入れていく姿勢も求められます。\n\n[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)プラットフォームを提供する[GitLab](https://about.gitlab.com/ja-jp/)では、世界39か国、5,000人を超えるDevSecOps専門家のインサイトが詰まった完全版レポートを無料で公開しています。ソフトウェア開発におけるAI活用や、[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)に興味がある人はぜひご覧下さい。\n\n> [2024グローバルDevSecOpsレポートはこちら](https://about.gitlab.com/ja-jp/developer-survey/?utm_medium=blog&utm_source=blog&utm_campaign=eg_apac_brand_x_x_ja_gitlabjapanblogseo_what-is-agile-development)  \n\n*監修：佐々木 直晴 [@naosasaki](https://gitlab.com/naosasaki) （GitLab合同会社 ソリューションアーキテクト本部 シニアソリューションアーキテクト）*","engineering",[24],"agile",{"slug":26,"featured":27,"template":28},"what-is-agile-development",true,"BlogPost","content:ja-jp:blog:what-is-agile-development.yml","yaml","What Is Agile Development","content","ja-jp/blog/what-is-agile-development.yml","ja-jp/blog/what-is-agile-development","yml",{"_path":37,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"data":39,"_id":446,"_type":30,"title":447,"_source":32,"_file":448,"_stem":449,"_extension":35},"/shared/ja-jp/main-navigation","ja-jp",{"logo":40,"freeTrial":45,"sales":50,"login":55,"items":60,"search":390,"minimal":424,"duo":437},{"config":41},{"href":42,"dataGaName":43,"dataGaLocation":44},"/ja-jp/","gitlab logo","header",{"text":46,"config":47},"無料トライアルを開始",{"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},"お問い合わせ",{"href":53,"dataGaName":54,"dataGaLocation":44},"/ja-jp/sales/","sales",{"text":56,"config":57},"サインイン",{"href":58,"dataGaName":59,"dataGaLocation":44},"https://gitlab.com/users/sign_in/","sign in",[61,105,202,207,312,372],{"text":62,"config":63,"cards":65,"footer":88},"プラットフォーム",{"dataNavLevelOne":64},"platform",[66,72,80],{"title":62,"description":67,"link":68},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":69,"config":70},"プラットフォームを詳しく見る",{"href":71,"dataGaName":64,"dataGaLocation":44},"/ja-jp/platform/",{"title":73,"description":74,"link":75},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":76,"config":77},"GitLab Duoのご紹介",{"href":78,"dataGaName":79,"dataGaLocation":44},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":81,"description":82,"link":83},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":84,"config":85},"詳細はこちら",{"href":86,"dataGaName":87,"dataGaLocation":44},"/ja-jp/why-gitlab/","why gitlab",{"title":89,"items":90},"利用を開始：",[91,96,101],{"text":92,"config":93},"プラットフォームエンジニアリング",{"href":94,"dataGaName":95,"dataGaLocation":44},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":97,"config":98},"開発者の経験",{"href":99,"dataGaName":100,"dataGaLocation":44},"/ja-jp/developer-experience/","Developer experience",{"text":102,"config":103},"MLOps",{"href":104,"dataGaName":102,"dataGaLocation":44},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":106,"left":27,"config":107,"link":109,"lists":113,"footer":184},"製品",{"dataNavLevelOne":108},"solutions",{"text":110,"config":111},"すべてのソリューションを表示",{"href":112,"dataGaName":108,"dataGaLocation":44},"/ja-jp/solutions/",[114,140,162],{"title":115,"description":116,"link":117,"items":122},"自動化","CI/CDと自動化でデプロイを加速",{"config":118},{"icon":119,"href":120,"dataGaName":121,"dataGaLocation":44},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[123,127,131,136],{"text":124,"config":125},"CI/CD",{"href":126,"dataGaLocation":44,"dataGaName":124},"/ja-jp/solutions/continuous-integration/",{"text":128,"config":129},"AIアシストによる開発",{"href":78,"dataGaLocation":44,"dataGaName":130},"AI assisted development",{"text":132,"config":133},"ソースコード管理",{"href":134,"dataGaLocation":44,"dataGaName":135},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":137,"config":138},"自動化されたソフトウェアデリバリー",{"href":120,"dataGaLocation":44,"dataGaName":139},"Automated software delivery",{"title":141,"description":142,"link":143,"items":148},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":144},{"href":145,"dataGaName":146,"dataGaLocation":44,"icon":147},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[149,153,158],{"text":150,"config":151},"Application Security Testing",{"href":145,"dataGaName":152,"dataGaLocation":44},"Application security testing",{"text":154,"config":155},"ソフトウェアサプライチェーンの安全性",{"href":156,"dataGaLocation":44,"dataGaName":157},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":159,"config":160},"Software Compliance",{"href":161,"dataGaName":159,"dataGaLocation":44},"/ja-jp/solutions/software-compliance/",{"title":163,"link":164,"items":169},"測定",{"config":165},{"icon":166,"href":167,"dataGaName":168,"dataGaLocation":44},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[170,174,179],{"text":171,"config":172},"可視性と測定",{"href":167,"dataGaLocation":44,"dataGaName":173},"Visibility and Measurement",{"text":175,"config":176},"バリューストリーム管理",{"href":177,"dataGaLocation":44,"dataGaName":178},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":180,"config":181},"分析とインサイト",{"href":182,"dataGaLocation":44,"dataGaName":183},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":185,"items":186},"GitLabが活躍する場所",[187,192,197],{"text":188,"config":189},"Enterprise",{"href":190,"dataGaLocation":44,"dataGaName":191},"/ja-jp/enterprise/","enterprise",{"text":193,"config":194},"スモールビジネス",{"href":195,"dataGaLocation":44,"dataGaName":196},"/ja-jp/small-business/","small business",{"text":198,"config":199},"公共機関",{"href":200,"dataGaLocation":44,"dataGaName":201},"/ja-jp/solutions/public-sector/","public sector",{"text":203,"config":204},"価格",{"href":205,"dataGaName":206,"dataGaLocation":44,"dataNavLevelOne":206},"/ja-jp/pricing/","pricing",{"text":208,"config":209,"link":211,"lists":215,"feature":299},"関連リソース",{"dataNavLevelOne":210},"resources",{"text":212,"config":213},"すべてのリソースを表示",{"href":214,"dataGaName":210,"dataGaLocation":44},"/ja-jp/resources/",[216,249,271],{"title":217,"items":218},"はじめに",[219,224,229,234,239,244],{"text":220,"config":221},"インストール",{"href":222,"dataGaName":223,"dataGaLocation":44},"/ja-jp/install/","install",{"text":225,"config":226},"クイックスタートガイド",{"href":227,"dataGaName":228,"dataGaLocation":44},"/ja-jp/get-started/","quick setup checklists",{"text":230,"config":231},"学ぶ",{"href":232,"dataGaLocation":44,"dataGaName":233},"https://university.gitlab.com/","learn",{"text":235,"config":236},"製品ドキュメント",{"href":237,"dataGaName":238,"dataGaLocation":44},"https://docs.gitlab.com/","product documentation",{"text":240,"config":241},"ベストプラクティスビデオ",{"href":242,"dataGaName":243,"dataGaLocation":44},"/ja-jp/getting-started-videos/","best practice videos",{"text":245,"config":246},"インテグレーション",{"href":247,"dataGaName":248,"dataGaLocation":44},"/ja-jp/integrations/","integrations",{"title":250,"items":251},"検索する",[252,257,261,266],{"text":253,"config":254},"お客様成功事例",{"href":255,"dataGaName":256,"dataGaLocation":44},"/ja-jp/customers/","customer success stories",{"text":258,"config":259},"ブログ",{"href":260,"dataGaName":5,"dataGaLocation":44},"/ja-jp/blog/",{"text":262,"config":263},"リモート",{"href":264,"dataGaName":265,"dataGaLocation":44},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":267,"config":268},"TeamOps",{"href":269,"dataGaName":270,"dataGaLocation":44},"/ja-jp/teamops/","teamops",{"title":272,"items":273},"つなげる",[274,279,284,289,294],{"text":275,"config":276},"GitLabサービス",{"href":277,"dataGaName":278,"dataGaLocation":44},"/ja-jp/services/","services",{"text":280,"config":281},"コミュニティ",{"href":282,"dataGaName":283,"dataGaLocation":44},"/community/","community",{"text":285,"config":286},"フォーラム",{"href":287,"dataGaName":288,"dataGaLocation":44},"https://forum.gitlab.com/","forum",{"text":290,"config":291},"イベント",{"href":292,"dataGaName":293,"dataGaLocation":44},"/events/","events",{"text":295,"config":296},"パートナー",{"href":297,"dataGaName":298,"dataGaLocation":44},"/ja-jp/partners/","partners",{"backgroundColor":300,"textColor":301,"text":302,"image":303,"link":307},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":304,"config":305},"ソースプロモカード",{"src":306},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":308,"config":309},"最新情報を読む",{"href":310,"dataGaName":311,"dataGaLocation":44},"/ja-jp/the-source/","the source",{"text":313,"config":314,"lists":316},"会社情報",{"dataNavLevelOne":315},"company",[317],{"items":318},[319,324,330,332,337,342,347,352,357,362,367],{"text":320,"config":321},"GitLabについて",{"href":322,"dataGaName":323,"dataGaLocation":44},"/ja-jp/company/","about",{"text":325,"config":326,"footerGa":329},"採用情報",{"href":327,"dataGaName":328,"dataGaLocation":44},"/jobs/","jobs",{"dataGaName":328},{"text":290,"config":331},{"href":292,"dataGaName":293,"dataGaLocation":44},{"text":333,"config":334},"経営陣",{"href":335,"dataGaName":336,"dataGaLocation":44},"/company/team/e-group/","leadership",{"text":338,"config":339},"チーム",{"href":340,"dataGaName":341,"dataGaLocation":44},"/company/team/","team",{"text":343,"config":344},"ハンドブック",{"href":345,"dataGaName":346,"dataGaLocation":44},"https://handbook.gitlab.com/","handbook",{"text":348,"config":349},"投資家向け情報",{"href":350,"dataGaName":351,"dataGaLocation":44},"https://ir.gitlab.com/","investor relations",{"text":353,"config":354},"トラストセンター",{"href":355,"dataGaName":356,"dataGaLocation":44},"/ja-jp/security/","trust center",{"text":358,"config":359},"AI Transparency Center",{"href":360,"dataGaName":361,"dataGaLocation":44},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":363,"config":364},"ニュースレター",{"href":365,"dataGaName":366,"dataGaLocation":44},"/company/contact/","newsletter",{"text":368,"config":369},"プレス",{"href":370,"dataGaName":371,"dataGaLocation":44},"/press/","press",{"text":51,"config":373,"lists":374},{"dataNavLevelOne":315},[375],{"items":376},[377,380,385],{"text":51,"config":378},{"href":53,"dataGaName":379,"dataGaLocation":44},"talk to sales",{"text":381,"config":382},"サポートを受ける",{"href":383,"dataGaName":384,"dataGaLocation":44},"/support/","get help",{"text":386,"config":387},"カスタマーポータル",{"href":388,"dataGaName":389,"dataGaLocation":44},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":391,"login":392,"suggestions":399},"閉じる",{"text":393,"link":394},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":395,"config":396},"GitLab.com",{"href":58,"dataGaName":397,"dataGaLocation":398},"search login","search",{"text":400,"default":401},"提案",[402,405,410,412,416,420],{"text":73,"config":403},{"href":78,"dataGaName":404,"dataGaLocation":398},"GitLab Duo (AI)",{"text":406,"config":407},"コード提案（AI）",{"href":408,"dataGaName":409,"dataGaLocation":398},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":124,"config":411},{"href":126,"dataGaName":124,"dataGaLocation":398},{"text":413,"config":414},"GitLab on AWS",{"href":415,"dataGaName":413,"dataGaLocation":398},"/ja-jp/partners/technology-partners/aws/",{"text":417,"config":418},"GitLab on Google Cloud",{"href":419,"dataGaName":417,"dataGaLocation":398},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":421,"config":422},"GitLabを選ぶ理由",{"href":86,"dataGaName":423,"dataGaLocation":398},"Why GitLab?",{"freeTrial":425,"mobileIcon":429,"desktopIcon":434},{"text":46,"config":426},{"href":427,"dataGaName":49,"dataGaLocation":428},"https://gitlab.com/-/trials/new/","nav",{"altText":430,"config":431},"GitLabアイコン",{"src":432,"dataGaName":433,"dataGaLocation":428},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":430,"config":435},{"src":436,"dataGaName":433,"dataGaLocation":428},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":438,"mobileIcon":442,"desktopIcon":444},{"text":439,"config":440},"GitLab Duoの詳細について",{"href":78,"dataGaName":441,"dataGaLocation":428},"gitlab duo",{"altText":430,"config":443},{"src":432,"dataGaName":433,"dataGaLocation":428},{"altText":430,"config":445},{"src":436,"dataGaName":433,"dataGaLocation":428},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":451,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"title":452,"button":453,"config":458,"_id":460,"_type":30,"_source":32,"_file":461,"_stem":462,"_extension":35},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":454,"config":455},"ベータ版を試す",{"href":456,"dataGaName":457,"dataGaLocation":44},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":459},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":464,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"data":465,"_id":669,"_type":30,"title":670,"_source":32,"_file":671,"_stem":672,"_extension":35},"/shared/ja-jp/main-footer",{"text":466,"source":467,"edit":473,"contribute":478,"config":483,"items":488,"minimal":661},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":468,"config":469},"ページのソースを表示",{"href":470,"dataGaName":471,"dataGaLocation":472},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":474,"config":475},"このページを編集",{"href":476,"dataGaName":477,"dataGaLocation":472},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":479,"config":480},"ご協力をお願いします",{"href":481,"dataGaName":482,"dataGaLocation":472},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":484,"facebook":485,"youtube":486,"linkedin":487},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[489,512,566,598,633],{"title":62,"links":490,"subMenu":495},[491],{"text":492,"config":493},"DevSecOpsプラットフォーム",{"href":71,"dataGaName":494,"dataGaLocation":472},"devsecops platform",[496],{"title":203,"links":497},[498,502,507],{"text":499,"config":500},"プランの表示",{"href":205,"dataGaName":501,"dataGaLocation":472},"view plans",{"text":503,"config":504},"Premiumを選ぶ理由",{"href":505,"dataGaName":506,"dataGaLocation":472},"/ja-jp/pricing/premium/","why premium",{"text":508,"config":509},"Ultimateを選ぶ理由",{"href":510,"dataGaName":511,"dataGaLocation":472},"/ja-jp/pricing/ultimate/","why ultimate",{"title":513,"links":514},"ソリューション",[515,520,523,525,530,535,539,542,545,550,552,554,556,561],{"text":516,"config":517},"デジタルトランスフォーメーション",{"href":518,"dataGaName":519,"dataGaLocation":472},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":521,"config":522},"セキュリティとコンプライアンス",{"href":145,"dataGaName":152,"dataGaLocation":472},{"text":137,"config":524},{"href":120,"dataGaName":121,"dataGaLocation":472},{"text":526,"config":527},"アジャイル開発",{"href":528,"dataGaName":529,"dataGaLocation":472},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":531,"config":532},"クラウドトランスフォーメーション",{"href":533,"dataGaName":534,"dataGaLocation":472},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":536,"config":537},"SCM",{"href":134,"dataGaName":538,"dataGaLocation":472},"source code management",{"text":124,"config":540},{"href":126,"dataGaName":541,"dataGaLocation":472},"continuous integration & delivery",{"text":175,"config":543},{"href":177,"dataGaName":544,"dataGaLocation":472},"value stream management",{"text":546,"config":547},"GitOps",{"href":548,"dataGaName":549,"dataGaLocation":472},"/ja-jp/solutions/gitops/","gitops",{"text":188,"config":551},{"href":190,"dataGaName":191,"dataGaLocation":472},{"text":193,"config":553},{"href":195,"dataGaName":196,"dataGaLocation":472},{"text":198,"config":555},{"href":200,"dataGaName":201,"dataGaLocation":472},{"text":557,"config":558},"教育",{"href":559,"dataGaName":560,"dataGaLocation":472},"/ja-jp/solutions/education/","education",{"text":562,"config":563},"金融サービス",{"href":564,"dataGaName":565,"dataGaLocation":472},"/ja-jp/solutions/finance/","financial services",{"title":208,"links":567},[568,570,572,574,577,579,582,584,586,588,590,592,594,596],{"text":220,"config":569},{"href":222,"dataGaName":223,"dataGaLocation":472},{"text":225,"config":571},{"href":227,"dataGaName":228,"dataGaLocation":472},{"text":230,"config":573},{"href":232,"dataGaName":233,"dataGaLocation":472},{"text":235,"config":575},{"href":237,"dataGaName":576,"dataGaLocation":472},"docs",{"text":258,"config":578},{"href":260,"dataGaName":5},{"text":580,"config":581},"お客様の成功事例",{"href":255,"dataGaLocation":472},{"text":253,"config":583},{"href":255,"dataGaName":256,"dataGaLocation":472},{"text":262,"config":585},{"href":264,"dataGaName":265,"dataGaLocation":472},{"text":275,"config":587},{"href":277,"dataGaName":278,"dataGaLocation":472},{"text":267,"config":589},{"href":269,"dataGaName":270,"dataGaLocation":472},{"text":280,"config":591},{"href":282,"dataGaName":283,"dataGaLocation":472},{"text":285,"config":593},{"href":287,"dataGaName":288,"dataGaLocation":472},{"text":290,"config":595},{"href":292,"dataGaName":293,"dataGaLocation":472},{"text":295,"config":597},{"href":297,"dataGaName":298,"dataGaLocation":472},{"title":599,"links":600},"Company",[601,603,605,607,609,611,613,617,622,624,626,628],{"text":320,"config":602},{"href":322,"dataGaName":315,"dataGaLocation":472},{"text":325,"config":604},{"href":327,"dataGaName":328,"dataGaLocation":472},{"text":333,"config":606},{"href":335,"dataGaName":336,"dataGaLocation":472},{"text":338,"config":608},{"href":340,"dataGaName":341,"dataGaLocation":472},{"text":343,"config":610},{"href":345,"dataGaName":346,"dataGaLocation":472},{"text":348,"config":612},{"href":350,"dataGaName":351,"dataGaLocation":472},{"text":614,"config":615},"Sustainability",{"href":616,"dataGaName":614,"dataGaLocation":472},"/sustainability/",{"text":618,"config":619},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":620,"dataGaName":621,"dataGaLocation":472},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":353,"config":623},{"href":355,"dataGaName":356,"dataGaLocation":472},{"text":363,"config":625},{"href":365,"dataGaName":366,"dataGaLocation":472},{"text":368,"config":627},{"href":370,"dataGaName":371,"dataGaLocation":472},{"text":629,"config":630},"現代奴隷制の透明性に関する声明",{"href":631,"dataGaName":632,"dataGaLocation":472},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":51,"links":634},[635,637,639,641,646,651,656],{"text":51,"config":636},{"href":53,"dataGaName":54,"dataGaLocation":472},{"text":381,"config":638},{"href":383,"dataGaName":384,"dataGaLocation":472},{"text":386,"config":640},{"href":388,"dataGaName":389,"dataGaLocation":472},{"text":642,"config":643},"ステータス",{"href":644,"dataGaName":645,"dataGaLocation":472},"https://status.gitlab.com/","status",{"text":647,"config":648},"利用規約",{"href":649,"dataGaName":650,"dataGaLocation":472},"/terms/","terms of use",{"text":652,"config":653},"プライバシーに関する声明",{"href":654,"dataGaName":655,"dataGaLocation":472},"/ja-jp/privacy/","privacy statement",{"text":657,"config":658},"Cookieの設定",{"dataGaName":659,"dataGaLocation":472,"id":660,"isOneTrustButton":27},"cookie preferences","ot-sdk-btn",{"items":662},[663,665,667],{"text":647,"config":664},{"href":649,"dataGaName":650,"dataGaLocation":472},{"text":652,"config":666},{"href":654,"dataGaName":655,"dataGaLocation":472},{"text":657,"config":668},{"dataGaName":659,"dataGaLocation":472,"id":660,"isOneTrustButton":27},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",[674,687,698,709,720,731,742,753,763,773,784,795,805,816,827,837,847,857,867,878,888,898,908,919,930,940,951,962,972,983,993,1004,1015,1026,1037,1047,1058,1069,1079,1090,1100,1111,1122,1132,1142,1153,1163,1173,1183,1194,1205,1216,1227,1237,1248,1259,1270,1281,1291,1302,1314,1325,1336,1346,1358,1369,1379,1390,1400,1411,1421,1432,1443,1453,1463,1473,1484,1494,1504,1514,1524,1535,1545,1556,1566,1577,1587,1597,1607,1618,1629,1640,1651,1662,1674,1684,1695,1705,1716,1727,1738,1749,1759,1770,1781,1792,1803,1813,1824,1835,1846,1856,1869,1879,1890,1901,1912,1922,1933,1944,1955,1965,1975,1985,1995,2006,2016,2026,2037,2047,2058,2068,2079,2090,2100,2111,2121,2131,2141,2152,2162,2172,2183,2194,2204,2215,2226,2237,2247,2260,2271,2281,2293,2305,2315,2325,2336,2346,2357,2369,2380,2391,2402,2414,2425,2435,2445,2456,2466,2476,2487,2498,2508,2519,2530,2540,2550,2561,2572,2582,2593,2603,2614,2625,2636,2646,2656,2667,2678,2688,2698,2709,2721,2731,2741,2751,2762,2773,2783,2793,2803,2813,2823,2834,2845,2855,2866,2876,2886,2896,2906,2916,2927,2937,2947,2958,2968,2978,2989,3000,3010,3022,3032,3042,3054,3065,3076,3086,3097,3108,3119,3129,3141,3152,3161,3172,3183,3194,3204,3215,3226,3237,3247,3258,3269,3280,3290,3300,3311,3321,3331,3342,3353,3366,3377,3388,3398,3409,3421,3432,3443,3454,3464,3474,3485,3495,3506,3517,3528,3538,3548,3558,3568,3579,3590,3601,3612,3624,3635,3647,3658,3668,3678,3690,3700,3711,3721,3732,3742,3752,3763,3775,3785,3795,3805,3816,3826,3837,3847,3857,3868,3879,3890,3902,3913,3923,3934,3945,3955,3965,3976,3987,3998,4009,4019,4030,4041,4052,4062,4073,4084,4094,4105,4116,4127,4137,4147,4158,4169,4179,4190,4201,4212,4222,4232,4243,4254,4265,4276,4287,4297,4308,4319,4329,4339,4349,4361,4373,4383,4395,4405,4416,4427,4438,4449,4462,4472,4483,4494,4504,4514,4524,4535,4545,4556,4567,4577,4588,4598,4609,4620,4631,4642,4653,4663,4673,4684,4695,4705,4715,4725,4736,4747,4757,4767,4777,4787,4798,4808,4818,4829,4839,4850,4860,4871,4882,4892,4902,4913,4923,4933,4944,4955,4966,4977,4987,4999,5010,5021,5031,5041,5051,5062,5073,5084,5095,5105,5116,5127,5137,5148,5160,5170,5180,5190,5201,5212,5223,5233,5243,5254,5265,5275,5287,5297,5307,5318,5328,5339,5351,5362,5372,5383,5394,5404,5415,5426,5438,5448,5458,5469,5479,5490,5500,5511,5521,5531,5542,5552,5563,5573,5583,5594,5604,5615,5626,5636,5646,5657,5667,5677,5687,5697,5708,5719,5731,5742,5753,5765,5777,5788,5799,5809,5820,5830,5840,5851,5862,5873,5883,5893,5903,5913,5923,5934,5946,5957,5969,5980,5990,6000,6011,6021,6031,6041,6051,6061,6071,6082,6092,6102,6113,6123,6133,6144,6155,6165,6177,6188,6198,6210,6221,6231,6242,6253,6263,6273,6283,6295,6305,6316,6327,6338,6349,6359,6369,6380,6392,6402,6412,6423,6433,6444,6454,6466,6477,6487,6497,6508,6520,6530,6543,6553,6565,6576,6586,6596,6607,6617,6628,6639,6650,6661,6672,6683,6694,6705,6716,6727,6738,6749,6760,6771,6782,6792,6805,6815,6826,6836,6847,6857,6867,6878,6889,6900,6910,6920,6931,6941,6952,6963,6975,6986,6996,7007,7018,7028,7038,7048,7058,7068,7079,7089,7100,7110,7121,7136,7147,7157,7168,7179,7190,7201,7212,7222,7233,7244,7255,7265,7276,7286,7296,7306,7316,7326,7337,7349,7359,7370,7381,7393,7403,7414,7424,7436,7447,7457,7467,7478,7489,7499,7510,7520,7530,7541,7552,7563,7574,7584,7595,7606,7616,7626,7636,7647,7658,7668,7678,7689,7700,7710,7720,7730,7741,7751,7762,7773,7784,7794,7804,7814,7824,7835,7846,7856,7866,7876,7886,7897],{"_path":675,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":677,"config":682,"_id":684,"_type":30,"title":678,"_source":32,"_file":685,"_stem":686,"_extension":35},"/en-us/blog/authors/aakriti-gupta","authors",{"name":678,"config":679},"Aakriti Gupta",{"headshot":680,"ctfId":681},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681960/Blog/Author%20Headshots/aakriti.jpg","aakritigupta",{"template":683},"BlogAuthor","content:en-us:blog:authors:aakriti-gupta.yml","en-us/blog/authors/aakriti-gupta.yml","en-us/blog/authors/aakriti-gupta",{"_path":688,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":689,"config":693,"_id":694,"_type":30,"title":695,"_source":32,"_file":696,"_stem":697,"_extension":35},"/en-us/blog/authors/aaron-peters-member-good-docs-project",{"name":690,"config":691},"Aaron Peters, Member, Good Docs Project",{"headshot":7,"ctfId":692},"7KZoxZ7kn5c5DAvuDP6wtx",{"template":683},"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":699,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":700,"config":705,"_id":706,"_type":30,"title":701,"_source":32,"_file":707,"_stem":708,"_extension":35},"/en-us/blog/authors/aathira-nair",{"name":701,"config":702},"Aathira Nair",{"headshot":703,"ctfId":704},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663871/Blog/Author%20Headshots/anair5-headshot.jpg","anair",{"template":683},"content:en-us:blog:authors:aathira-nair.yml","en-us/blog/authors/aathira-nair.yml","en-us/blog/authors/aathira-nair",{"_path":710,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":711,"config":716,"_id":717,"_type":30,"title":712,"_source":32,"_file":718,"_stem":719,"_extension":35},"/en-us/blog/authors/abdulkader-benchi",{"name":712,"config":713},"Abdulkader Benchi",{"headshot":714,"ctfId":715},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","Abdulkader-Benchi",{"template":683},"content:en-us:blog:authors:abdulkader-benchi.yml","en-us/blog/authors/abdulkader-benchi.yml","en-us/blog/authors/abdulkader-benchi",{"_path":721,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":722,"config":727,"_id":728,"_type":30,"title":723,"_source":32,"_file":729,"_stem":730,"_extension":35},"/en-us/blog/authors/abubakar-siddiq-ango",{"name":723,"config":724},"Abubakar Siddiq Ango",{"headshot":725,"ctfId":726},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660104/Blog/Author%20Headshots/abuango-headshot.jpg","abuango",{"template":683},"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":732,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":733,"config":738,"_id":739,"_type":30,"title":734,"_source":32,"_file":740,"_stem":741,"_extension":35},"/en-us/blog/authors/achilleas-pipinellis",{"name":734,"config":735},"Achilleas Pipinellis",{"headshot":736,"ctfId":737},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671703/Blog/Author%20Headshots/axil-headshot.jpg","Achilleas-Pipinellis",{"template":683},"content:en-us:blog:authors:achilleas-pipinellis.yml","en-us/blog/authors/achilleas-pipinellis.yml","en-us/blog/authors/achilleas-pipinellis",{"_path":743,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":744,"config":748,"_id":749,"_type":30,"title":750,"_source":32,"_file":751,"_stem":752,"_extension":35},"/en-us/blog/authors/adfinis-sygroup",{"name":745,"config":746},"Adfinis SyGroup",{"headshot":714,"ctfId":747},"Adfinis-SyGroup",{"template":683},"content:en-us:blog:authors:adfinis-sygroup.yml","Adfinis Sygroup","en-us/blog/authors/adfinis-sygroup.yml","en-us/blog/authors/adfinis-sygroup",{"_path":754,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":755,"config":759,"_id":760,"_type":30,"title":756,"_source":32,"_file":761,"_stem":762,"_extension":35},"/en-us/blog/authors/ahmet-kizilay",{"name":756,"config":757},"Ahmet Kizilay",{"headshot":714,"ctfId":758},"Ahmet-Kizilay",{"template":683},"content:en-us:blog:authors:ahmet-kizilay.yml","en-us/blog/authors/ahmet-kizilay.yml","en-us/blog/authors/ahmet-kizilay",{"_path":764,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":765,"config":769,"_id":770,"_type":30,"title":766,"_source":32,"_file":771,"_stem":772,"_extension":35},"/en-us/blog/authors/akashdeep-dhar",{"name":766,"config":767},"Akashdeep Dhar",{"headshot":7,"ctfId":768},"t0xic0der",{"template":683},"content:en-us:blog:authors:akashdeep-dhar.yml","en-us/blog/authors/akashdeep-dhar.yml","en-us/blog/authors/akashdeep-dhar",{"_path":774,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":775,"config":780,"_id":781,"_type":30,"title":776,"_source":32,"_file":782,"_stem":783,"_extension":35},"/en-us/blog/authors/alana-bellucci",{"name":776,"config":777},"Alana Bellucci",{"headshot":778,"ctfId":779},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664907/Blog/Author%20Headshots/abellucci-headshot.jpg","abellucci",{"template":683},"content:en-us:blog:authors:alana-bellucci.yml","en-us/blog/authors/alana-bellucci.yml","en-us/blog/authors/alana-bellucci",{"_path":785,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":786,"config":791,"_id":792,"_type":30,"title":787,"_source":32,"_file":793,"_stem":794,"_extension":35},"/en-us/blog/authors/alex-fracazo",{"name":787,"config":788},"Alex Fracazo",{"headshot":789,"ctfId":790},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663572/Blog/Author%20Headshots/Alex_Fracazo_headshot.png","1fd3avORyzEvt4jtKpkT2k",{"template":683},"content:en-us:blog:authors:alex-fracazo.yml","en-us/blog/authors/alex-fracazo.yml","en-us/blog/authors/alex-fracazo",{"_path":796,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":797,"config":801,"_id":802,"_type":30,"title":798,"_source":32,"_file":803,"_stem":804,"_extension":35},"/en-us/blog/authors/alex-groleau",{"name":798,"config":799},"Alex Groleau",{"headshot":714,"ctfId":800},"3VVHytQSHu9ehZgsUEJ3qq",{"template":683},"content:en-us:blog:authors:alex-groleau.yml","en-us/blog/authors/alex-groleau.yml","en-us/blog/authors/alex-groleau",{"_path":806,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":807,"config":812,"_id":813,"_type":30,"title":808,"_source":32,"_file":814,"_stem":815,"_extension":35},"/en-us/blog/authors/alex-mark",{"name":808,"config":809},"Alex Mark",{"headshot":810,"ctfId":811},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755709078/j3vuvongn6hbucxwaufz.png","alexmark",{"template":683},"content:en-us:blog:authors:alex-mark.yml","en-us/blog/authors/alex-mark.yml","en-us/blog/authors/alex-mark",{"_path":817,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":818,"config":823,"_id":824,"_type":30,"title":819,"_source":32,"_file":825,"_stem":826,"_extension":35},"/en-us/blog/authors/alex-martin",{"name":819,"config":820},"Alex Martin",{"headshot":821,"ctfId":822},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666415/Blog/Author%20Headshots/alex_martin_headshot.png","4vZLX2E8BoR3LCNoYdooCY",{"template":683},"content:en-us:blog:authors:alex-martin.yml","en-us/blog/authors/alex-martin.yml","en-us/blog/authors/alex-martin",{"_path":828,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":829,"config":833,"_id":834,"_type":30,"title":830,"_source":32,"_file":835,"_stem":836,"_extension":35},"/en-us/blog/authors/alexander-dietrich",{"name":830,"config":831},"Alexander Dietrich",{"headshot":714,"ctfId":832},"2CzeEOPVjjGKpdblIm0JfO",{"template":683},"content:en-us:blog:authors:alexander-dietrich.yml","en-us/blog/authors/alexander-dietrich.yml","en-us/blog/authors/alexander-dietrich",{"_path":838,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":839,"config":843,"_id":844,"_type":30,"title":840,"_source":32,"_file":845,"_stem":846,"_extension":35},"/en-us/blog/authors/alexander-malaev",{"name":840,"config":841},"Alexander Malaev",{"headshot":714,"ctfId":842},"Alexander-Malaev",{"template":683},"content:en-us:blog:authors:alexander-malaev.yml","en-us/blog/authors/alexander-malaev.yml","en-us/blog/authors/alexander-malaev",{"_path":848,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":849,"config":853,"_id":854,"_type":30,"title":850,"_source":32,"_file":855,"_stem":856,"_extension":35},"/en-us/blog/authors/alexander-pereverzevs",{"name":850,"config":851},"Alexander Pereverzevs",{"headshot":7,"ctfId":852},"lokalise",{"template":683},"content:en-us:blog:authors:alexander-pereverzevs.yml","en-us/blog/authors/alexander-pereverzevs.yml","en-us/blog/authors/alexander-pereverzevs",{"_path":858,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":859,"config":863,"_id":864,"_type":30,"title":860,"_source":32,"_file":865,"_stem":866,"_extension":35},"/en-us/blog/authors/alexis-ginsberg",{"name":860,"config":861},"Alexis Ginsberg",{"headshot":714,"ctfId":862},"lmDIchpcDx48jKuke2B4l",{"template":683},"content:en-us:blog:authors:alexis-ginsberg.yml","en-us/blog/authors/alexis-ginsberg.yml","en-us/blog/authors/alexis-ginsberg",{"_path":868,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":869,"config":874,"_id":875,"_type":30,"title":870,"_source":32,"_file":876,"_stem":877,"_extension":35},"/en-us/blog/authors/allie-holland",{"name":870,"config":871},"Allie Holland",{"headshot":872,"ctfId":873},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664869/Blog/Author%20Headshots/allie_headshot.png","4Sc66Y8dwHEHwBNuJSh4Mv",{"template":683},"content:en-us:blog:authors:allie-holland.yml","en-us/blog/authors/allie-holland.yml","en-us/blog/authors/allie-holland",{"_path":879,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":880,"config":884,"_id":885,"_type":30,"title":881,"_source":32,"_file":886,"_stem":887,"_extension":35},"/en-us/blog/authors/allison-whilden",{"name":881,"config":882},"Allison Whilden",{"headshot":714,"ctfId":883},"Allison-Whilden",{"template":683},"content:en-us:blog:authors:allison-whilden.yml","en-us/blog/authors/allison-whilden.yml","en-us/blog/authors/allison-whilden",{"_path":889,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":890,"config":894,"_id":895,"_type":30,"title":891,"_source":32,"_file":896,"_stem":897,"_extension":35},"/en-us/blog/authors/alyssa-rock",{"name":891,"config":892},"Alyssa Rock",{"headshot":714,"ctfId":893},"4T2hddEfeK0Kp1zF8Ncvej",{"template":683},"content:en-us:blog:authors:alyssa-rock.yml","en-us/blog/authors/alyssa-rock.yml","en-us/blog/authors/alyssa-rock",{"_path":899,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":900,"config":904,"_id":905,"_type":30,"title":901,"_source":32,"_file":906,"_stem":907,"_extension":35},"/en-us/blog/authors/amanda-folson",{"name":901,"config":902},"Amanda Folson",{"headshot":714,"ctfId":903},"Amanda-Folson",{"template":683},"content:en-us:blog:authors:amanda-folson.yml","en-us/blog/authors/amanda-folson.yml","en-us/blog/authors/amanda-folson",{"_path":909,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":910,"config":915,"_id":916,"_type":30,"title":911,"_source":32,"_file":917,"_stem":918,"_extension":35},"/en-us/blog/authors/amanda-rueda",{"name":911,"config":912},"Amanda Rueda",{"headshot":913,"ctfId":914},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660008/Blog/Author%20Headshots/amanda_rueda_headshot.png","73IHSOcUmhlsh9XDSEiyjs",{"template":683},"content:en-us:blog:authors:amanda-rueda.yml","en-us/blog/authors/amanda-rueda.yml","en-us/blog/authors/amanda-rueda",{"_path":920,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":921,"config":926,"_id":927,"_type":30,"title":922,"_source":32,"_file":928,"_stem":929,"_extension":35},"/en-us/blog/authors/amar-patel",{"name":922,"config":923},"Amar Patel",{"headshot":924,"ctfId":925},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663805/Blog/Author%20Headshots/amar_patel_headshot.png","1EUBoP8mmMLhdha2tRo0vB",{"template":683},"content:en-us:blog:authors:amar-patel.yml","en-us/blog/authors/amar-patel.yml","en-us/blog/authors/amar-patel",{"_path":931,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":932,"config":936,"_id":937,"_type":30,"title":933,"_source":32,"_file":938,"_stem":939,"_extension":35},"/en-us/blog/authors/amara-nwaigwe",{"name":933,"config":934},"Amara Nwaigwe",{"headshot":714,"ctfId":935},"Amara-Nwaigwe",{"template":683},"content:en-us:blog:authors:amara-nwaigwe.yml","en-us/blog/authors/amara-nwaigwe.yml","en-us/blog/authors/amara-nwaigwe",{"_path":941,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":942,"config":947,"_id":948,"_type":30,"title":943,"_source":32,"_file":949,"_stem":950,"_extension":35},"/en-us/blog/authors/amelia-bauerly",{"name":943,"config":944},"Amelia Bauerly",{"headshot":945,"ctfId":946},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670746/Blog/Author%20Headshots/ameliabauerly-headshot.jpg","ameliabauerly",{"template":683},"content:en-us:blog:authors:amelia-bauerly.yml","en-us/blog/authors/amelia-bauerly.yml","en-us/blog/authors/amelia-bauerly",{"_path":952,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":953,"config":958,"_id":959,"_type":30,"title":954,"_source":32,"_file":960,"_stem":961,"_extension":35},"/en-us/blog/authors/ameya-darshan",{"name":954,"config":955},"Ameya Darshan",{"headshot":956,"ctfId":957},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667342/Blog/Author%20Headshots/ameya_darshan_headshot.png","79paMp2QSqRdFtZznJ6uNr",{"template":683},"content:en-us:blog:authors:ameya-darshan.yml","en-us/blog/authors/ameya-darshan.yml","en-us/blog/authors/ameya-darshan",{"_path":963,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":964,"config":968,"_id":969,"_type":30,"title":965,"_source":32,"_file":970,"_stem":971,"_extension":35},"/en-us/blog/authors/andrea-borga",{"name":965,"config":966},"Andrea Borga",{"headshot":714,"ctfId":967},"6dPpfov6kpNcMdmyHyhKcN",{"template":683},"content:en-us:blog:authors:andrea-borga.yml","en-us/blog/authors/andrea-borga.yml","en-us/blog/authors/andrea-borga",{"_path":973,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":974,"config":979,"_id":980,"_type":30,"title":975,"_source":32,"_file":981,"_stem":982,"_extension":35},"/en-us/blog/authors/andreas-brandl",{"name":975,"config":976},"Andreas Brandl",{"headshot":977,"ctfId":978},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683343/Blog/Author%20Headshots/abrandl-headshot.jpg","abrandl",{"template":683},"content:en-us:blog:authors:andreas-brandl.yml","en-us/blog/authors/andreas-brandl.yml","en-us/blog/authors/andreas-brandl",{"_path":984,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":985,"config":989,"_id":990,"_type":30,"title":986,"_source":32,"_file":991,"_stem":992,"_extension":35},"/en-us/blog/authors/andrew-chilton",{"name":986,"config":987},"Andrew Chilton",{"headshot":7,"ctfId":988},"chilts",{"template":683},"content:en-us:blog:authors:andrew-chilton.yml","en-us/blog/authors/andrew-chilton.yml","en-us/blog/authors/andrew-chilton",{"_path":994,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":995,"config":1000,"_id":1001,"_type":30,"title":996,"_source":32,"_file":1002,"_stem":1003,"_extension":35},"/en-us/blog/authors/andrew-fontaine",{"name":996,"config":997},"Andrew Fontaine",{"headshot":998,"ctfId":999},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672447/Blog/Author%20Headshots/afontaine-headshot.jpg","afontaine",{"template":683},"content:en-us:blog:authors:andrew-fontaine.yml","en-us/blog/authors/andrew-fontaine.yml","en-us/blog/authors/andrew-fontaine",{"_path":1005,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1006,"config":1011,"_id":1012,"_type":30,"title":1007,"_source":32,"_file":1013,"_stem":1014,"_extension":35},"/en-us/blog/authors/andrew-kelly",{"name":1007,"config":1008},"Andrew Kelly",{"headshot":1009,"ctfId":1010},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681953/Blog/Author%20Headshots/ankelly-headshot.jpg","ankelly",{"template":683},"content:en-us:blog:authors:andrew-kelly.yml","en-us/blog/authors/andrew-kelly.yml","en-us/blog/authors/andrew-kelly",{"_path":1016,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1017,"config":1022,"_id":1023,"_type":30,"title":1018,"_source":32,"_file":1024,"_stem":1025,"_extension":35},"/en-us/blog/authors/andrew-newdigate",{"name":1018,"config":1019},"Andrew Newdigate",{"headshot":1020,"ctfId":1021},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670199/Blog/Author%20Headshots/andrewn-headshot.jpg","andrewn",{"template":683},"content:en-us:blog:authors:andrew-newdigate.yml","en-us/blog/authors/andrew-newdigate.yml","en-us/blog/authors/andrew-newdigate",{"_path":1027,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1028,"config":1033,"_id":1034,"_type":30,"title":1029,"_source":32,"_file":1035,"_stem":1036,"_extension":35},"/en-us/blog/authors/andrew-patterson",{"name":1029,"config":1030},"Andrew Patterson",{"headshot":1031,"ctfId":1032},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669197/Blog/Author%20Headshots/andrew_patterson_headshot.png","6qJ1J2ePA6FVQaVLqx0C0d",{"template":683},"content:en-us:blog:authors:andrew-patterson.yml","en-us/blog/authors/andrew-patterson.yml","en-us/blog/authors/andrew-patterson",{"_path":1038,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1039,"config":1043,"_id":1044,"_type":30,"title":1040,"_source":32,"_file":1045,"_stem":1046,"_extension":35},"/en-us/blog/authors/andrew-taylor",{"name":1040,"config":1041},"Andrew Taylor",{"headshot":714,"ctfId":1042},"Andrew-Taylor",{"template":683},"content:en-us:blog:authors:andrew-taylor.yml","en-us/blog/authors/andrew-taylor.yml","en-us/blog/authors/andrew-taylor",{"_path":1048,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1049,"config":1054,"_id":1055,"_type":30,"title":1050,"_source":32,"_file":1056,"_stem":1057,"_extension":35},"/en-us/blog/authors/andrew-thomas",{"name":1050,"config":1051},"Andrew Thomas",{"headshot":1052,"ctfId":1053},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663944/Blog/Author%20Headshots/awthomas-headshot.jpg","awthomas",{"template":683},"content:en-us:blog:authors:andrew-thomas.yml","en-us/blog/authors/andrew-thomas.yml","en-us/blog/authors/andrew-thomas",{"_path":1059,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1060,"config":1065,"_id":1066,"_type":30,"title":1061,"_source":32,"_file":1067,"_stem":1068,"_extension":35},"/en-us/blog/authors/andy-bradfield",{"name":1061,"role":1062,"config":1063},"Andy Bradfield","Vice President, IBM Z Hybrid Cloud",{"headshot":1064},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750433790/essf1v0fbgzygctp8cuc.jpg",{"template":683},"content:en-us:blog:authors:andy-bradfield.yml","en-us/blog/authors/andy-bradfield.yml","en-us/blog/authors/andy-bradfield",{"_path":1070,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1071,"config":1075,"_id":1076,"_type":30,"title":1072,"_source":32,"_file":1077,"_stem":1078,"_extension":35},"/en-us/blog/authors/andy-rogers",{"name":1072,"config":1073},"Andy Rogers",{"headshot":714,"ctfId":1074},"Andy-Rogers",{"template":683},"content:en-us:blog:authors:andy-rogers.yml","en-us/blog/authors/andy-rogers.yml","en-us/blog/authors/andy-rogers",{"_path":1080,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1081,"config":1086,"_id":1087,"_type":30,"title":1082,"_source":32,"_file":1088,"_stem":1089,"_extension":35},"/en-us/blog/authors/andy-volpe",{"name":1082,"config":1083},"Andy Volpe",{"headshot":1084,"ctfId":1085},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669776/Blog/Author%20Headshots/andyvolpe-headshot.png","andyvolpe",{"template":683},"content:en-us:blog:authors:andy-volpe.yml","en-us/blog/authors/andy-volpe.yml","en-us/blog/authors/andy-volpe",{"_path":1091,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1092,"config":1096,"_id":1097,"_type":30,"title":1093,"_source":32,"_file":1098,"_stem":1099,"_extension":35},"/en-us/blog/authors/angelo-stavrow",{"name":1093,"config":1094},"Angelo Stavrow",{"headshot":714,"ctfId":1095},"Angelo-Stavrow",{"template":683},"content:en-us:blog:authors:angelo-stavrow.yml","en-us/blog/authors/angelo-stavrow.yml","en-us/blog/authors/angelo-stavrow",{"_path":1101,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1102,"config":1107,"_id":1108,"_type":30,"title":1103,"_source":32,"_file":1109,"_stem":1110,"_extension":35},"/en-us/blog/authors/anna-vovchenko",{"name":1103,"config":1104},"Anna Vovchenko",{"headshot":1105,"ctfId":1106},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669159/Blog/Author%20Headshots/anna_vovchenko_headshot.png","4bLGBzB5LA0jYw0y9IqCs2",{"template":683},"content:en-us:blog:authors:anna-vovchenko.yml","en-us/blog/authors/anna-vovchenko.yml","en-us/blog/authors/anna-vovchenko",{"_path":1112,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1113,"config":1118,"_id":1119,"_type":30,"title":1114,"_source":32,"_file":1120,"_stem":1121,"_extension":35},"/en-us/blog/authors/annabel-dunstone-gray",{"name":1114,"config":1115},"Annabel Dunstone Gray",{"headshot":1116,"ctfId":1117},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679009/Blog/Author%20Headshots/annabeldunstone-headshot.jpg","annabeldunstone",{"template":683},"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":1123,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1124,"config":1128,"_id":1129,"_type":30,"title":1125,"_source":32,"_file":1130,"_stem":1131,"_extension":35},"/en-us/blog/authors/anshuman-singh",{"name":1125,"config":1126},"Anshuman Singh",{"headshot":714,"ctfId":1127},"4xzrY67JSkxp4j7hlK1DWA",{"template":683},"content:en-us:blog:authors:anshuman-singh.yml","en-us/blog/authors/anshuman-singh.yml","en-us/blog/authors/anshuman-singh",{"_path":1133,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1134,"config":1138,"_id":1139,"_type":30,"title":1135,"_source":32,"_file":1140,"_stem":1141,"_extension":35},"/en-us/blog/authors/anthony-davanzo",{"name":1135,"config":1136},"Anthony Davanzo",{"headshot":714,"ctfId":1137},"4KccrB6k5jq46xQRDOdWSb",{"template":683},"content:en-us:blog:authors:anthony-davanzo.yml","en-us/blog/authors/anthony-davanzo.yml","en-us/blog/authors/anthony-davanzo",{"_path":1143,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1144,"config":1149,"_id":1150,"_type":30,"title":1145,"_source":32,"_file":1151,"_stem":1152,"_extension":35},"/en-us/blog/authors/anton-smith",{"name":1145,"config":1146},"Anton Smith",{"headshot":1147,"ctfId":1148},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679625/Blog/Author%20Headshots/anton-headshot.png","anton",{"template":683},"content:en-us:blog:authors:anton-smith.yml","en-us/blog/authors/anton-smith.yml","en-us/blog/authors/anton-smith",{"_path":1154,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1155,"config":1159,"_id":1160,"_type":30,"title":1156,"_source":32,"_file":1161,"_stem":1162,"_extension":35},"/en-us/blog/authors/aricka-flowers",{"name":1156,"config":1157},"Aricka Flowers",{"headshot":7,"ctfId":1158},"atflowers",{"template":683},"content:en-us:blog:authors:aricka-flowers.yml","en-us/blog/authors/aricka-flowers.yml","en-us/blog/authors/aricka-flowers",{"_path":1164,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1165,"config":1169,"_id":1170,"_type":30,"title":1166,"_source":32,"_file":1171,"_stem":1172,"_extension":35},"/en-us/blog/authors/ariel-camus",{"name":1166,"config":1167},"Ariel Camus",{"headshot":7,"ctfId":1168},"arielcamus",{"template":683},"content:en-us:blog:authors:ariel-camus.yml","en-us/blog/authors/ariel-camus.yml","en-us/blog/authors/ariel-camus",{"_path":1174,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1175,"config":1179,"_id":1180,"_type":30,"title":1176,"_source":32,"_file":1181,"_stem":1182,"_extension":35},"/en-us/blog/authors/arunoda-susiripala",{"name":1176,"config":1177},"Arunoda Susiripala",{"headshot":714,"ctfId":1178},"7kQaq0xFWPi2zRW6NZIDHp",{"template":683},"content:en-us:blog:authors:arunoda-susiripala.yml","en-us/blog/authors/arunoda-susiripala.yml","en-us/blog/authors/arunoda-susiripala",{"_path":1184,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1185,"config":1189,"_id":1191,"_type":30,"title":1186,"_source":32,"_file":1192,"_stem":1193,"_extension":35},"/en-us/blog/authors/ashher-syed",{"name":1186,"config":1187},"Ashher Syed",{"headshot":1188},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753883485/jnsltidrjyzzbxlmllua.png",{"template":683,"gitlabHandle":1190},"ashhers","content:en-us:blog:authors:ashher-syed.yml","en-us/blog/authors/ashher-syed.yml","en-us/blog/authors/ashher-syed",{"_path":1195,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1196,"config":1201,"_id":1202,"_type":30,"title":1197,"_source":32,"_file":1203,"_stem":1204,"_extension":35},"/en-us/blog/authors/ashley-knobloch",{"name":1197,"config":1198},"Ashley Knobloch",{"headshot":1199,"ctfId":1200},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682879/Blog/Author%20Headshots/aknobloch-headshot.jpg","aknobloch",{"template":683},"content:en-us:blog:authors:ashley-knobloch.yml","en-us/blog/authors/ashley-knobloch.yml","en-us/blog/authors/ashley-knobloch",{"_path":1206,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1207,"config":1212,"_id":1213,"_type":30,"title":1208,"_source":32,"_file":1214,"_stem":1215,"_extension":35},"/en-us/blog/authors/ashley-kramer",{"name":1208,"config":1209},"Ashley Kramer",{"headshot":1210,"ctfId":1211},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662520/Blog/Author%20Headshots/akramer-headshot.jpg","akramer",{"template":683},"content:en-us:blog:authors:ashley-kramer.yml","en-us/blog/authors/ashley-kramer.yml","en-us/blog/authors/ashley-kramer",{"_path":1217,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1218,"config":1222,"_id":1223,"_type":30,"title":1224,"_source":32,"_file":1225,"_stem":1226,"_extension":35},"/en-us/blog/authors/ashley-mcalpin",{"name":1219,"config":1220},"Ashley McAlpin",{"headshot":714,"ctfId":1221},"Ashley-McAlpin",{"template":683},"content:en-us:blog:authors:ashley-mcalpin.yml","Ashley Mcalpin","en-us/blog/authors/ashley-mcalpin.yml","en-us/blog/authors/ashley-mcalpin",{"_path":1228,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1229,"config":1233,"_id":1234,"_type":30,"title":1230,"_source":32,"_file":1235,"_stem":1236,"_extension":35},"/en-us/blog/authors/ashley-smith",{"name":1230,"config":1231},"Ashley Smith",{"headshot":714,"ctfId":1232},"Ashley-Smith",{"template":683},"content:en-us:blog:authors:ashley-smith.yml","en-us/blog/authors/ashley-smith.yml","en-us/blog/authors/ashley-smith",{"_path":1238,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1239,"config":1243,"_id":1244,"_type":30,"title":1245,"_source":32,"_file":1246,"_stem":1247,"_extension":35},"/en-us/blog/authors/atlassian-bitbucket-github-gitlab",{"name":1240,"config":1241},"Atlassian Bitbucket, GitHub, GitLab",{"headshot":714,"ctfId":1242},"Atlassian-Bitbucket-GitHub-GitLab",{"template":683},"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":1249,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1250,"config":1255,"_id":1256,"_type":30,"title":1251,"_source":32,"_file":1257,"_stem":1258,"_extension":35},"/en-us/blog/authors/austin-regnery",{"name":1251,"config":1252},"Austin Regnery",{"headshot":1253,"ctfId":1254},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679497/Blog/Author%20Headshots/aregnery-headshot.jpg","aregnery",{"template":683},"content:en-us:blog:authors:austin-regnery.yml","en-us/blog/authors/austin-regnery.yml","en-us/blog/authors/austin-regnery",{"_path":1260,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1261,"config":1266,"_id":1267,"_type":30,"title":1262,"_source":32,"_file":1268,"_stem":1269,"_extension":35},"/en-us/blog/authors/ayoub-fandi",{"name":1262,"config":1263},"Ayoub Fandi",{"headshot":1264,"ctfId":1265},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664292/Blog/Author%20Headshots/ayofan-headshot.jpg","ayofan",{"template":683},"content:en-us:blog:authors:ayoub-fandi.yml","en-us/blog/authors/ayoub-fandi.yml","en-us/blog/authors/ayoub-fandi",{"_path":1271,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1272,"config":1276,"_id":1277,"_type":30,"title":1278,"_source":32,"_file":1279,"_stem":1280,"_extension":35},"/en-us/blog/authors/bahubali-bill-shetti",{"name":1273,"config":1274},"Bahubali (Bill) Shetti",{"headshot":714,"ctfId":1275},"4rFnUJeUt0JNGQwwCZSLMj",{"template":683},"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":1282,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1283,"config":1287,"_id":1288,"_type":30,"title":1284,"_source":32,"_file":1289,"_stem":1290,"_extension":35},"/en-us/blog/authors/baksheesh-singh-ghuman",{"name":1284,"config":1285},"Baksheesh Singh Ghuman",{"headshot":714,"ctfId":1286},"Baksheesh-Singh-Ghuman",{"template":683},"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":1292,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1293,"config":1298,"_id":1299,"_type":30,"title":1294,"_source":32,"_file":1300,"_stem":1301,"_extension":35},"/en-us/blog/authors/bala-allam",{"name":1294,"config":1295},"Bala Allam",{"headshot":1296,"ctfId":1297},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663541/Blog/Author%20Headshots/bala_allam_headshot.png","2rLcMDIniW4zfuD8s0ckVt",{"template":683},"content:en-us:blog:authors:bala-allam.yml","en-us/blog/authors/bala-allam.yml","en-us/blog/authors/bala-allam",{"_path":1303,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1304,"config":1309,"_id":1310,"_type":30,"title":1311,"_source":32,"_file":1312,"_stem":1313,"_extension":35},"/en-us/blog/authors/balasankar-balu-c",{"name":1305,"config":1306},"Balasankar 'Balu' C",{"headshot":1307,"ctfId":1308},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681201/Blog/Author%20Headshots/balasankarc-headshot.jpg","balasankarc",{"template":683},"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":1315,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1316,"config":1321,"_id":1322,"_type":30,"title":1317,"_source":32,"_file":1323,"_stem":1324,"_extension":35},"/en-us/blog/authors/bart-zhang",{"name":1317,"config":1318},"Bart Zhang",{"headshot":1319,"ctfId":1320},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664177/Blog/Author%20Headshots/bartzhang-headshot.jpg","bartzhang",{"template":683},"content:en-us:blog:authors:bart-zhang.yml","en-us/blog/authors/bart-zhang.yml","en-us/blog/authors/bart-zhang",{"_path":1326,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1327,"config":1332,"_id":1333,"_type":30,"title":1328,"_source":32,"_file":1334,"_stem":1335,"_extension":35},"/en-us/blog/authors/beatriz-barbosa",{"name":1328,"config":1329},"Beatriz Barbosa",{"headshot":1330,"ctfId":1331},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665252/Blog/Author%20Headshots/beatriz_barbosa.png","7GdHsfTvzkhnGh2qQmZF91",{"template":683},"content:en-us:blog:authors:beatriz-barbosa.yml","en-us/blog/authors/beatriz-barbosa.yml","en-us/blog/authors/beatriz-barbosa",{"_path":1337,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1338,"config":1342,"_id":1343,"_type":30,"title":1339,"_source":32,"_file":1344,"_stem":1345,"_extension":35},"/en-us/blog/authors/becka-lippert",{"name":1339,"config":1340},"Becka Lippert",{"headshot":714,"ctfId":1341},"7wX6Hbvb3AbKwa6NnClvBX",{"template":683},"content:en-us:blog:authors:becka-lippert.yml","en-us/blog/authors/becka-lippert.yml","en-us/blog/authors/becka-lippert",{"_path":1347,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1348,"config":1353,"_id":1354,"_type":30,"title":1355,"_source":32,"_file":1356,"_stem":1357,"_extension":35},"/en-us/blog/authors/ben-leduc-mills",{"name":1349,"config":1350},"Ben Leduc-Mills",{"headshot":1351,"ctfId":1352},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682380/Blog/Author%20Headshots/leducmills-headshot.png","leducmills",{"template":683},"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":1359,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1360,"config":1365,"_id":1366,"_type":30,"title":1361,"_source":32,"_file":1367,"_stem":1368,"_extension":35},"/en-us/blog/authors/ben-ridley",{"name":1361,"config":1362},"Ben Ridley",{"headshot":1363,"ctfId":1364},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659973/Blog/Author%20Headshots/bridley-headshot.jpg","bridley",{"template":683},"content:en-us:blog:authors:ben-ridley.yml","en-us/blog/authors/ben-ridley.yml","en-us/blog/authors/ben-ridley",{"_path":1370,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1371,"config":1375,"_id":1376,"_type":30,"title":1372,"_source":32,"_file":1377,"_stem":1378,"_extension":35},"/en-us/blog/authors/benedikt-rollik",{"name":1372,"config":1373},"Benedikt Rollik",{"headshot":714,"ctfId":1374},"Benedikt-Rollik",{"template":683},"content:en-us:blog:authors:benedikt-rollik.yml","en-us/blog/authors/benedikt-rollik.yml","en-us/blog/authors/benedikt-rollik",{"_path":1380,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1381,"config":1386,"_id":1387,"_type":30,"title":1382,"_source":32,"_file":1388,"_stem":1389,"_extension":35},"/en-us/blog/authors/benjamin-skierlak",{"name":1382,"config":1383},"Benjamin Skierlak",{"headshot":1384,"ctfId":1385},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659471/Blog/Author%20Headshots/Benjamin_Skierlak_headshot.png","Kzp6pkUjPORYYMoeLFPRf",{"template":683},"content:en-us:blog:authors:benjamin-skierlak.yml","en-us/blog/authors/benjamin-skierlak.yml","en-us/blog/authors/benjamin-skierlak",{"_path":1391,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1392,"config":1396,"_id":1397,"_type":30,"title":1393,"_source":32,"_file":1398,"_stem":1399,"_extension":35},"/en-us/blog/authors/bert-van-eyck",{"name":1393,"config":1394},"Bert Van Eyck",{"headshot":7,"ctfId":1395},"bertveproximus",{"template":683},"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":1401,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1402,"config":1407,"_id":1408,"_type":30,"title":1403,"_source":32,"_file":1409,"_stem":1410,"_extension":35},"/en-us/blog/authors/betsy-bula",{"name":1403,"config":1404},"Betsy Bula",{"headshot":1405,"ctfId":1406},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679451/Blog/Author%20Headshots/bbula-headshot.jpg","bbula",{"template":683},"content:en-us:blog:authors:betsy-bula.yml","en-us/blog/authors/betsy-bula.yml","en-us/blog/authors/betsy-bula",{"_path":1412,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1413,"config":1417,"_id":1418,"_type":30,"title":1414,"_source":32,"_file":1419,"_stem":1420,"_extension":35},"/en-us/blog/authors/betsy-church",{"name":1414,"config":1415},"Betsy Church",{"headshot":7,"ctfId":1416},"bchurch",{"template":683},"content:en-us:blog:authors:betsy-church.yml","en-us/blog/authors/betsy-church.yml","en-us/blog/authors/betsy-church",{"_path":1422,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1423,"config":1428,"_id":1429,"_type":30,"title":1424,"_source":32,"_file":1430,"_stem":1431,"_extension":35},"/en-us/blog/authors/bill-staples",{"name":1424,"config":1425,"role":1427},"Bill Staples",{"headshot":1426},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750434080/glxv59lh9qftpdbsb4ph.png","CEO",{"template":683},"content:en-us:blog:authors:bill-staples.yml","en-us/blog/authors/bill-staples.yml","en-us/blog/authors/bill-staples",{"_path":1433,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1434,"config":1439,"_id":1440,"_type":30,"title":1435,"_source":32,"_file":1441,"_stem":1442,"_extension":35},"/en-us/blog/authors/bob-van-landuyt",{"name":1435,"config":1436},"Bob Van Landuyt",{"headshot":1437,"ctfId":1438},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667520/Blog/Author%20Headshots/reprazent-headshot.png","reprazent",{"template":683},"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":1444,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1445,"config":1449,"_id":1450,"_type":30,"title":1446,"_source":32,"_file":1451,"_stem":1452,"_extension":35},"/en-us/blog/authors/boris-baldassari",{"name":1446,"config":1447},"Boris Baldassari",{"headshot":7,"ctfId":1448},"bbaldassari",{"template":683},"content:en-us:blog:authors:boris-baldassari.yml","en-us/blog/authors/boris-baldassari.yml","en-us/blog/authors/boris-baldassari",{"_path":1454,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1455,"config":1459,"_id":1460,"_type":30,"title":1456,"_source":32,"_file":1461,"_stem":1462,"_extension":35},"/en-us/blog/authors/borivoje-tasovac",{"name":1456,"config":1457},"Borivoje Tasovac",{"headshot":7,"ctfId":1458},"borivoje",{"template":683},"content:en-us:blog:authors:borivoje-tasovac.yml","en-us/blog/authors/borivoje-tasovac.yml","en-us/blog/authors/borivoje-tasovac",{"_path":1464,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1465,"config":1469,"_id":1470,"_type":30,"title":1466,"_source":32,"_file":1471,"_stem":1472,"_extension":35},"/en-us/blog/authors/brad-downey",{"name":1466,"config":1467},"Brad Downey",{"headshot":714,"ctfId":1468},"6b6RTu6832NFEju2zKJhbE",{"template":683},"content:en-us:blog:authors:brad-downey.yml","en-us/blog/authors/brad-downey.yml","en-us/blog/authors/brad-downey",{"_path":1474,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1475,"config":1480,"_id":1481,"_type":30,"title":1476,"_source":32,"_file":1482,"_stem":1483,"_extension":35},"/en-us/blog/authors/bradley-lee",{"name":1476,"config":1477},"Bradley Lee",{"headshot":1478,"ctfId":1479},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666491/Blog/Author%20Headshots/bradleylee-headshot.jpg","bradleylee",{"template":683},"content:en-us:blog:authors:bradley-lee.yml","en-us/blog/authors/bradley-lee.yml","en-us/blog/authors/bradley-lee",{"_path":1485,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1486,"config":1490,"_id":1491,"_type":30,"title":1487,"_source":32,"_file":1492,"_stem":1493,"_extension":35},"/en-us/blog/authors/brandon-foo",{"name":1487,"config":1488},"Brandon Foo",{"headshot":714,"ctfId":1489},"Brandon-Foo",{"template":683},"content:en-us:blog:authors:brandon-foo.yml","en-us/blog/authors/brandon-foo.yml","en-us/blog/authors/brandon-foo",{"_path":1495,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1496,"config":1500,"_id":1501,"_type":30,"title":1497,"_source":32,"_file":1502,"_stem":1503,"_extension":35},"/en-us/blog/authors/brandon-jung",{"name":1497,"config":1498},"Brandon Jung",{"headshot":714,"ctfId":1499},"Brandon-Jung",{"template":683},"content:en-us:blog:authors:brandon-jung.yml","en-us/blog/authors/brandon-jung.yml","en-us/blog/authors/brandon-jung",{"_path":1505,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1506,"config":1510,"_id":1511,"_type":30,"title":1507,"_source":32,"_file":1512,"_stem":1513,"_extension":35},"/en-us/blog/authors/brandon-lyon",{"name":1507,"config":1508},"Brandon Lyon",{"headshot":7,"ctfId":1509},"brandonlyon",{"template":683},"content:en-us:blog:authors:brandon-lyon.yml","en-us/blog/authors/brandon-lyon.yml","en-us/blog/authors/brandon-lyon",{"_path":1515,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1516,"config":1520,"_id":1521,"_type":30,"title":1517,"_source":32,"_file":1522,"_stem":1523,"_extension":35},"/en-us/blog/authors/brein-matturro",{"name":1517,"config":1518},"Brein Matturro",{"headshot":7,"ctfId":1519},"bmatturro",{"template":683},"content:en-us:blog:authors:brein-matturro.yml","en-us/blog/authors/brein-matturro.yml","en-us/blog/authors/brein-matturro",{"_path":1525,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1526,"config":1530,"_id":1531,"_type":30,"title":1532,"_source":32,"_file":1533,"_stem":1534,"_extension":35},"/en-us/blog/authors/brendan-oleary",{"name":1527,"config":1528},"Brendan O'Leary",{"headshot":7,"ctfId":1529},"brendan",{"template":683},"content:en-us:blog:authors:brendan-oleary.yml","Brendan Oleary","en-us/blog/authors/brendan-oleary.yml","en-us/blog/authors/brendan-oleary",{"_path":1536,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1537,"config":1541,"_id":1542,"_type":30,"title":1538,"_source":32,"_file":1543,"_stem":1544,"_extension":35},"/en-us/blog/authors/brendan-regan",{"name":1538,"config":1539},"Brendan Regan",{"headshot":7,"ctfId":1540},"brendanregan11",{"template":683},"content:en-us:blog:authors:brendan-regan.yml","en-us/blog/authors/brendan-regan.yml","en-us/blog/authors/brendan-regan",{"_path":1546,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1547,"config":1552,"_id":1553,"_type":30,"title":1548,"_source":32,"_file":1554,"_stem":1555,"_extension":35},"/en-us/blog/authors/brett-walker",{"name":1548,"config":1549},"Brett Walker",{"headshot":1550,"ctfId":1551},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670155/Blog/Author%20Headshots/digitalmoksha-headshot.jpg","digitalmoksha",{"template":683},"content:en-us:blog:authors:brett-walker.yml","en-us/blog/authors/brett-walker.yml","en-us/blog/authors/brett-walker",{"_path":1557,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1558,"config":1562,"_id":1563,"_type":30,"title":1559,"_source":32,"_file":1564,"_stem":1565,"_extension":35},"/en-us/blog/authors/brian-glanz",{"name":1559,"config":1560},"Brian Glanz",{"headshot":7,"ctfId":1561},"brianglanz",{"template":683},"content:en-us:blog:authors:brian-glanz.yml","en-us/blog/authors/brian-glanz.yml","en-us/blog/authors/brian-glanz",{"_path":1567,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1568,"config":1572,"_id":1573,"_type":30,"title":1574,"_source":32,"_file":1575,"_stem":1576,"_extension":35},"/en-us/blog/authors/brian-oconnell",{"name":1569,"config":1570},"Brian O'Connell",{"headshot":714,"ctfId":1571},"Brian-OConnell",{"template":683},"content:en-us:blog:authors:brian-oconnell.yml","Brian Oconnell","en-us/blog/authors/brian-oconnell.yml","en-us/blog/authors/brian-oconnell",{"_path":1578,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1579,"config":1583,"_id":1584,"_type":30,"title":1580,"_source":32,"_file":1585,"_stem":1586,"_extension":35},"/en-us/blog/authors/brian-rhea",{"name":1580,"config":1581},"Brian Rhea",{"headshot":7,"ctfId":1582},"brhea",{"template":683},"content:en-us:blog:authors:brian-rhea.yml","en-us/blog/authors/brian-rhea.yml","en-us/blog/authors/brian-rhea",{"_path":1588,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1589,"config":1593,"_id":1594,"_type":30,"title":1590,"_source":32,"_file":1595,"_stem":1596,"_extension":35},"/en-us/blog/authors/brian-wald",{"name":1590,"config":1591},"Brian Wald",{"headshot":714,"ctfId":1592},"78qOxgHKlgDY2IxMrBrgCu",{"template":683},"content:en-us:blog:authors:brian-wald.yml","en-us/blog/authors/brian-wald.yml","en-us/blog/authors/brian-wald",{"_path":1598,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1599,"config":1603,"_id":1604,"_type":30,"title":1600,"_source":32,"_file":1605,"_stem":1606,"_extension":35},"/en-us/blog/authors/brittany-rohde",{"name":1600,"config":1601},"Brittany Rohde",{"headshot":7,"ctfId":1602},"brittanyr",{"template":683},"content:en-us:blog:authors:brittany-rohde.yml","en-us/blog/authors/brittany-rohde.yml","en-us/blog/authors/brittany-rohde",{"_path":1608,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1609,"config":1614,"_id":1615,"_type":30,"title":1610,"_source":32,"_file":1616,"_stem":1617,"_extension":35},"/en-us/blog/authors/bryan-behrenshausen",{"name":1610,"config":1611},"Bryan Behrenshausen",{"headshot":1612,"ctfId":1613},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670181/Blog/Author%20Headshots/bbehr-headshot.jpg","bbehr",{"template":683},"content:en-us:blog:authors:bryan-behrenshausen.yml","en-us/blog/authors/bryan-behrenshausen.yml","en-us/blog/authors/bryan-behrenshausen",{"_path":1619,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1620,"config":1625,"_id":1626,"_type":30,"title":1621,"_source":32,"_file":1627,"_stem":1628,"_extension":35},"/en-us/blog/authors/bryan-may",{"name":1621,"config":1622},"Bryan May",{"headshot":1623,"ctfId":1624},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668135/Blog/Author%20Headshots/bryan-may-headshot.jpg","bryanmay",{"template":683},"content:en-us:blog:authors:bryan-may.yml","en-us/blog/authors/bryan-may.yml","en-us/blog/authors/bryan-may",{"_path":1630,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1631,"config":1636,"_id":1637,"_type":30,"title":1632,"_source":32,"_file":1638,"_stem":1639,"_extension":35},"/en-us/blog/authors/byron-boots",{"name":1632,"config":1633},"Byron Boots",{"headshot":1634,"ctfId":1635},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662281/Blog/Author%20Headshots/byron_boots_headshot.png","7ezFbRYF2Cu5JTBQXRp7mw",{"template":683},"content:en-us:blog:authors:byron-boots.yml","en-us/blog/authors/byron-boots.yml","en-us/blog/authors/byron-boots",{"_path":1641,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1642,"config":1647,"_id":1648,"_type":30,"title":1643,"_source":32,"_file":1649,"_stem":1650,"_extension":35},"/en-us/blog/authors/camellia-yang",{"name":1643,"config":1644},"Camellia Yang",{"headshot":1645,"ctfId":1646},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682106/Blog/Author%20Headshots/cam.png","camx",{"template":683},"content:en-us:blog:authors:camellia-yang.yml","en-us/blog/authors/camellia-yang.yml","en-us/blog/authors/camellia-yang",{"_path":1652,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1653,"config":1658,"_id":1659,"_type":30,"title":1654,"_source":32,"_file":1660,"_stem":1661,"_extension":35},"/en-us/blog/authors/cameron-swords",{"name":1654,"config":1655},"Cameron Swords",{"headshot":1656,"ctfId":1657},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667598/Blog/Author%20Headshots/cam_swords-headshot.jpg","camswords",{"template":683},"content:en-us:blog:authors:cameron-swords.yml","en-us/blog/authors/cameron-swords.yml","en-us/blog/authors/cameron-swords",{"_path":1663,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1664,"config":1670,"_id":1671,"_type":30,"title":1666,"_source":32,"_file":1672,"_stem":1673,"_extension":35},"/en-us/blog/authors/carl-myers",{"role":1665,"name":1666,"config":1667},"Manager, CI Platform team, Indeed","Carl Myers",{"headshot":1668,"ctfId":1669},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665044/Blog/Author%20Headshots/image1.jpg","7KelbQ0LsGSGf4TpT0qAlp",{"template":683},"content:en-us:blog:authors:carl-myers.yml","en-us/blog/authors/carl-myers.yml","en-us/blog/authors/carl-myers",{"_path":1675,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1676,"config":1680,"_id":1681,"_type":30,"title":1677,"_source":32,"_file":1682,"_stem":1683,"_extension":35},"/en-us/blog/authors/carol-teskey",{"name":1677,"config":1678},"Carol Teskey",{"headshot":7,"ctfId":1679},"cteskey",{"template":683},"content:en-us:blog:authors:carol-teskey.yml","en-us/blog/authors/carol-teskey.yml","en-us/blog/authors/carol-teskey",{"_path":1685,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1686,"config":1691,"_id":1692,"_type":30,"title":1687,"_source":32,"_file":1693,"_stem":1694,"_extension":35},"/en-us/blog/authors/cesar-saavedra",{"name":1687,"config":1688},"Cesar Saavedra",{"headshot":1689,"ctfId":1690},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659600/Blog/Author%20Headshots/csaavedra1-headshot.jpg","csaavedra1",{"template":683},"content:en-us:blog:authors:cesar-saavedra.yml","en-us/blog/authors/cesar-saavedra.yml","en-us/blog/authors/cesar-saavedra",{"_path":1696,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1697,"config":1701,"_id":1702,"_type":30,"title":1698,"_source":32,"_file":1703,"_stem":1704,"_extension":35},"/en-us/blog/authors/chad-malchow",{"name":1698,"config":1699},"Chad Malchow",{"headshot":714,"ctfId":1700},"Chad-Malchow",{"template":683},"content:en-us:blog:authors:chad-malchow.yml","en-us/blog/authors/chad-malchow.yml","en-us/blog/authors/chad-malchow",{"_path":1706,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1707,"config":1712,"_id":1713,"_type":30,"title":1708,"_source":32,"_file":1714,"_stem":1715,"_extension":35},"/en-us/blog/authors/chance-feick",{"name":1708,"config":1709},"Chance Feick",{"headshot":1710,"ctfId":1711},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666442/Blog/Author%20Headshots/chance_feick_headshot.png","18dtRbXV47xqf5iDrOIduM",{"template":683},"content:en-us:blog:authors:chance-feick.yml","en-us/blog/authors/chance-feick.yml","en-us/blog/authors/chance-feick",{"_path":1717,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1718,"config":1723,"_id":1724,"_type":30,"title":1719,"_source":32,"_file":1725,"_stem":1726,"_extension":35},"/en-us/blog/authors/chandler-gibbons",{"name":1719,"config":1720},"Chandler Gibbons",{"headshot":1721,"ctfId":1722},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663276/Blog/Author%20Headshots/chandlergibb-headshot.jpg","chandlergibb",{"template":683},"content:en-us:blog:authors:chandler-gibbons.yml","en-us/blog/authors/chandler-gibbons.yml","en-us/blog/authors/chandler-gibbons",{"_path":1728,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1729,"config":1733,"_id":1734,"_type":30,"title":1735,"_source":32,"_file":1736,"_stem":1737,"_extension":35},"/en-us/blog/authors/charl-de-wit",{"name":1730,"config":1731},"Charl de Wit",{"headshot":714,"ctfId":1732},"45mQeypQVLNvvTWMzserbR",{"template":683},"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":1739,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1740,"config":1745,"_id":1746,"_type":30,"title":1741,"_source":32,"_file":1747,"_stem":1748,"_extension":35},"/en-us/blog/authors/charlie-ablett",{"name":1741,"config":1742},"Charlie Ablett",{"headshot":1743,"ctfId":1744},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670131/Blog/Author%20Headshots/cablett-headshot.png","cablett",{"template":683},"content:en-us:blog:authors:charlie-ablett.yml","en-us/blog/authors/charlie-ablett.yml","en-us/blog/authors/charlie-ablett",{"_path":1750,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1751,"config":1755,"_id":1756,"_type":30,"title":1752,"_source":32,"_file":1757,"_stem":1758,"_extension":35},"/en-us/blog/authors/charvi-mendiratta",{"name":1752,"config":1753},"Charvi Mendiratta",{"headshot":714,"ctfId":1754},"YV7WvnjPWFS3JhXmSYJLk",{"template":683},"content:en-us:blog:authors:charvi-mendiratta.yml","en-us/blog/authors/charvi-mendiratta.yml","en-us/blog/authors/charvi-mendiratta",{"_path":1760,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1761,"config":1766,"_id":1767,"_type":30,"title":1762,"_source":32,"_file":1768,"_stem":1769,"_extension":35},"/en-us/blog/authors/cherry-han",{"name":1762,"config":1763},"Cherry Han",{"headshot":1764,"ctfId":1765},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/ehktvdbix2o1t0mmcvll.png","6gkuhRkgzCNP1Ee6J14yLu",{"template":683},"content:en-us:blog:authors:cherry-han.yml","en-us/blog/authors/cherry-han.yml","en-us/blog/authors/cherry-han",{"_path":1771,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1772,"config":1776,"_id":1778,"_type":30,"title":1773,"_source":32,"_file":1779,"_stem":1780,"_extension":35},"/en-us/blog/authors/chloe-cartron",{"name":1773,"config":1774},"Chloe Cartron",{"headshot":1775},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1754425488/d0uiiypsxa5ajnbdm6jn.png",{"template":683,"gitlabHandle":1777},"ChloeCartron","content:en-us:blog:authors:chloe-cartron.yml","en-us/blog/authors/chloe-cartron.yml","en-us/blog/authors/chloe-cartron",{"_path":1782,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1783,"config":1788,"_id":1789,"_type":30,"title":1784,"_source":32,"_file":1790,"_stem":1791,"_extension":35},"/en-us/blog/authors/chloe-whitestone",{"name":1784,"config":1785},"Chloe Whitestone",{"headshot":1786,"ctfId":1787},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678693/Blog/Author%20Headshots/chloe-headshot.jpg","chloe",{"template":683},"content:en-us:blog:authors:chloe-whitestone.yml","en-us/blog/authors/chloe-whitestone.yml","en-us/blog/authors/chloe-whitestone",{"_path":1793,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1794,"config":1799,"_id":1800,"_type":30,"title":1795,"_source":32,"_file":1801,"_stem":1802,"_extension":35},"/en-us/blog/authors/chris-balane",{"name":1795,"config":1796},"Chris Balane",{"headshot":1797,"ctfId":1798},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667630/Blog/Author%20Headshots/chris_balane_headshot.png","40SOCfTl3frynjL3dbg63o",{"template":683},"content:en-us:blog:authors:chris-balane.yml","en-us/blog/authors/chris-balane.yml","en-us/blog/authors/chris-balane",{"_path":1804,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1805,"config":1809,"_id":1810,"_type":30,"title":1806,"_source":32,"_file":1811,"_stem":1812,"_extension":35},"/en-us/blog/authors/chris-baus",{"name":1806,"config":1807},"Chris Baus",{"headshot":7,"ctfId":1808},"chrisbaus",{"template":683},"content:en-us:blog:authors:chris-baus.yml","en-us/blog/authors/chris-baus.yml","en-us/blog/authors/chris-baus",{"_path":1814,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1815,"config":1820,"_id":1821,"_type":30,"title":1816,"_source":32,"_file":1822,"_stem":1823,"_extension":35},"/en-us/blog/authors/chris-micek",{"name":1816,"config":1817},"Chris Micek",{"headshot":1818,"ctfId":1819},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666144/Blog/Author%20Headshots/chris_micek_headshot.png","62ZsvfXlttQEQ1tnikgoq9",{"template":683},"content:en-us:blog:authors:chris-micek.yml","en-us/blog/authors/chris-micek.yml","en-us/blog/authors/chris-micek",{"_path":1825,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1826,"config":1831,"_id":1832,"_type":30,"title":1827,"_source":32,"_file":1833,"_stem":1834,"_extension":35},"/en-us/blog/authors/chris-moberly",{"name":1827,"config":1828},"Chris Moberly",{"headshot":1829,"ctfId":1830},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664235/Blog/Author%20Headshots/cmoberly-headshot.jpg","cmoberly",{"template":683},"content:en-us:blog:authors:chris-moberly.yml","en-us/blog/authors/chris-moberly.yml","en-us/blog/authors/chris-moberly",{"_path":1836,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1837,"config":1841,"_id":1842,"_type":30,"title":1843,"_source":32,"_file":1844,"_stem":1845,"_extension":35},"/en-us/blog/authors/chris-sterry-dotscience",{"name":1838,"config":1839},"Chris Sterry, Dotscience",{"headshot":714,"ctfId":1840},"Chris-Sterry-Dotscience",{"template":683},"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":1847,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1848,"config":1852,"_id":1853,"_type":30,"title":1849,"_source":32,"_file":1854,"_stem":1855,"_extension":35},"/en-us/blog/authors/chris-ward",{"name":1849,"config":1850},"Chris Ward",{"headshot":7,"ctfId":1851},"chrischinchilla",{"template":683},"content:en-us:blog:authors:chris-ward.yml","en-us/blog/authors/chris-ward.yml","en-us/blog/authors/chris-ward",{"_path":1857,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1858,"config":1865,"_id":1866,"_type":30,"title":1860,"_source":32,"_file":1867,"_stem":1868,"_extension":35},"/en-us/blog/authors/chris-weber",{"role":1859,"name":1860,"config":1861},"CRO ","Chris Weber",{"headshot":1862,"linkedin":1863,"ctfId":1864},"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":683},"content:en-us:blog:authors:chris-weber.yml","en-us/blog/authors/chris-weber.yml","en-us/blog/authors/chris-weber",{"_path":1870,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1871,"config":1875,"_id":1876,"_type":30,"title":1872,"_source":32,"_file":1877,"_stem":1878,"_extension":35},"/en-us/blog/authors/chrissie-buchanan",{"name":1872,"config":1873},"Chrissie Buchanan",{"headshot":714,"ctfId":1874},"cbuchanan",{"template":683},"content:en-us:blog:authors:chrissie-buchanan.yml","en-us/blog/authors/chrissie-buchanan.yml","en-us/blog/authors/chrissie-buchanan",{"_path":1880,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1881,"config":1886,"_id":1887,"_type":30,"title":1882,"_source":32,"_file":1888,"_stem":1889,"_extension":35},"/en-us/blog/authors/christen-dybenko",{"name":1882,"config":1883},"Christen Dybenko",{"headshot":1884,"ctfId":1885},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668811/Blog/Author%20Headshots/cdybenko-headshot.jpg","cdybenko",{"template":683},"content:en-us:blog:authors:christen-dybenko.yml","en-us/blog/authors/christen-dybenko.yml","en-us/blog/authors/christen-dybenko",{"_path":1891,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1892,"config":1897,"_id":1898,"_type":30,"title":1893,"_source":32,"_file":1899,"_stem":1900,"_extension":35},"/en-us/blog/authors/christian-couder",{"name":1893,"config":1894},"Christian Couder",{"headshot":1895,"ctfId":1896},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663687/Blog/Author%20Headshots/chriscool-headshot.jpg","chriscool",{"template":683},"content:en-us:blog:authors:christian-couder.yml","en-us/blog/authors/christian-couder.yml","en-us/blog/authors/christian-couder",{"_path":1902,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1903,"config":1908,"_id":1909,"_type":30,"title":1904,"_source":32,"_file":1910,"_stem":1911,"_extension":35},"/en-us/blog/authors/christian-nnachi",{"name":1904,"config":1905},"Christian Nnachi",{"headshot":1906,"ctfId":1907},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665343/Blog/Author%20Headshots/christian_nnachi_headshot.png","6pE7HjtzzpRhBFVdwTFjEX",{"template":683},"content:en-us:blog:authors:christian-nnachi.yml","en-us/blog/authors/christian-nnachi.yml","en-us/blog/authors/christian-nnachi",{"_path":1913,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1914,"config":1918,"_id":1919,"_type":30,"title":1915,"_source":32,"_file":1920,"_stem":1921,"_extension":35},"/en-us/blog/authors/christian-simko",{"name":1915,"config":1916},"Christian Simko",{"headshot":7,"ctfId":1917},"csimko",{"template":683},"content:en-us:blog:authors:christian-simko.yml","en-us/blog/authors/christian-simko.yml","en-us/blog/authors/christian-simko",{"_path":1923,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1924,"config":1929,"_id":1930,"_type":30,"title":1925,"_source":32,"_file":1931,"_stem":1932,"_extension":35},"/en-us/blog/authors/christie-lenneville",{"name":1925,"config":1926},"Christie Lenneville",{"headshot":1927,"ctfId":1928},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670047/Blog/Author%20Headshots/clenneville-headshot.jpg","clenneville",{"template":683},"content:en-us:blog:authors:christie-lenneville.yml","en-us/blog/authors/christie-lenneville.yml","en-us/blog/authors/christie-lenneville",{"_path":1934,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1935,"config":1939,"_id":1940,"_type":30,"title":1941,"_source":32,"_file":1942,"_stem":1943,"_extension":35},"/en-us/blog/authors/christina-hupy-phd",{"name":1936,"config":1937},"Christina Hupy, Ph.D.",{"headshot":7,"ctfId":1938},"chupy",{"template":683},"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":1945,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1946,"config":1951,"_id":1952,"_type":30,"title":1947,"_source":32,"_file":1953,"_stem":1954,"_extension":35},"/en-us/blog/authors/christina-lohr",{"name":1947,"config":1948},"Christina Lohr",{"headshot":1949,"ctfId":1950},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662499/Blog/Author%20Headshots/lohrc-headshot.jpg","lohrc",{"template":683},"content:en-us:blog:authors:christina-lohr.yml","en-us/blog/authors/christina-lohr.yml","en-us/blog/authors/christina-lohr",{"_path":1956,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1957,"config":1961,"_id":1962,"_type":30,"title":1958,"_source":32,"_file":1963,"_stem":1964,"_extension":35},"/en-us/blog/authors/christine-yoshida",{"name":1958,"config":1959},"Christine Yoshida",{"headshot":7,"ctfId":1960},"cyoshida",{"template":683},"content:en-us:blog:authors:christine-yoshida.yml","en-us/blog/authors/christine-yoshida.yml","en-us/blog/authors/christine-yoshida",{"_path":1966,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1967,"config":1971,"_id":1972,"_type":30,"title":1968,"_source":32,"_file":1973,"_stem":1974,"_extension":35},"/en-us/blog/authors/christopher-watson",{"name":1968,"config":1969},"Christopher Watson",{"headshot":714,"ctfId":1970},"Christopher-Watson",{"template":683},"content:en-us:blog:authors:christopher-watson.yml","en-us/blog/authors/christopher-watson.yml","en-us/blog/authors/christopher-watson",{"_path":1976,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1977,"config":1981,"_id":1982,"_type":30,"title":1978,"_source":32,"_file":1983,"_stem":1984,"_extension":35},"/en-us/blog/authors/christos-bacharakis",{"name":1978,"config":1979},"Christos Bacharakis",{"headshot":714,"ctfId":1980},"Christos-Bacharakis",{"template":683},"content:en-us:blog:authors:christos-bacharakis.yml","en-us/blog/authors/christos-bacharakis.yml","en-us/blog/authors/christos-bacharakis",{"_path":1986,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1987,"config":1991,"_id":1992,"_type":30,"title":1988,"_source":32,"_file":1993,"_stem":1994,"_extension":35},"/en-us/blog/authors/cindy-blake",{"name":1988,"config":1989},"Cindy Blake",{"headshot":714,"ctfId":1990},"cblake",{"template":683},"content:en-us:blog:authors:cindy-blake.yml","en-us/blog/authors/cindy-blake.yml","en-us/blog/authors/cindy-blake",{"_path":1996,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":1997,"config":2002,"_id":2003,"_type":30,"title":1998,"_source":32,"_file":2004,"_stem":2005,"_extension":35},"/en-us/blog/authors/claire-champernowne",{"name":1998,"config":1999},"Claire Champernowne",{"headshot":2000,"ctfId":2001},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664698/Blog/Author%20Headshots/clair_champernowne_headshot.png","jNt5P04nQ4dptXOKZZ8ZQ",{"template":683},"content:en-us:blog:authors:claire-champernowne.yml","en-us/blog/authors/claire-champernowne.yml","en-us/blog/authors/claire-champernowne",{"_path":2007,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2008,"config":2012,"_id":2013,"_type":30,"title":2009,"_source":32,"_file":2014,"_stem":2015,"_extension":35},"/en-us/blog/authors/clement-ho",{"name":2009,"config":2010},"Clement Ho",{"headshot":7,"ctfId":2011},"ClemMakesApps",{"template":683},"content:en-us:blog:authors:clement-ho.yml","en-us/blog/authors/clement-ho.yml","en-us/blog/authors/clement-ho",{"_path":2017,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2018,"config":2022,"_id":2023,"_type":30,"title":2019,"_source":32,"_file":2024,"_stem":2025,"_extension":35},"/en-us/blog/authors/colin-fletcher",{"name":2019,"config":2020},"Colin Fletcher",{"headshot":7,"ctfId":2021},"cfletcher1",{"template":683},"content:en-us:blog:authors:colin-fletcher.yml","en-us/blog/authors/colin-fletcher.yml","en-us/blog/authors/colin-fletcher",{"_path":2027,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2028,"config":2033,"_id":2034,"_type":30,"title":2029,"_source":32,"_file":2035,"_stem":2036,"_extension":35},"/en-us/blog/authors/connor-gilbert",{"name":2029,"config":2030},"Connor Gilbert",{"headshot":2031,"ctfId":2032},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665913/Blog/Author%20Headshots/connorgilbert-headshot.jpg","connorgilbert",{"template":683},"content:en-us:blog:authors:connor-gilbert.yml","en-us/blog/authors/connor-gilbert.yml","en-us/blog/authors/connor-gilbert",{"_path":2038,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2039,"config":2043,"_id":2044,"_type":30,"title":2040,"_source":32,"_file":2045,"_stem":2046,"_extension":35},"/en-us/blog/authors/connor-shea",{"name":2040,"config":2041},"Connor Shea",{"headshot":714,"ctfId":2042},"Connor-Shea",{"template":683},"content:en-us:blog:authors:connor-shea.yml","en-us/blog/authors/connor-shea.yml","en-us/blog/authors/connor-shea",{"_path":2048,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2049,"config":2054,"_id":2055,"_type":30,"title":2050,"_source":32,"_file":2056,"_stem":2057,"_extension":35},"/en-us/blog/authors/corey-oas",{"name":2050,"config":2051},"Corey Oas",{"headshot":2052,"ctfId":2053},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667633/Blog/Author%20Headshots/corey_oas_headshot.png","1Dd1lJ4aKCv36YWdlUhlPf",{"template":683},"content:en-us:blog:authors:corey-oas.yml","en-us/blog/authors/corey-oas.yml","en-us/blog/authors/corey-oas",{"_path":2059,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2060,"config":2064,"_id":2065,"_type":30,"title":2061,"_source":32,"_file":2066,"_stem":2067,"_extension":35},"/en-us/blog/authors/cormac-foster",{"name":2061,"config":2062},"Cormac Foster",{"headshot":7,"ctfId":2063},"cfoster3",{"template":683},"content:en-us:blog:authors:cormac-foster.yml","en-us/blog/authors/cormac-foster.yml","en-us/blog/authors/cormac-foster",{"_path":2069,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2070,"config":2075,"_id":2076,"_type":30,"title":2071,"_source":32,"_file":2077,"_stem":2078,"_extension":35},"/en-us/blog/authors/costel-maxim",{"name":2071,"config":2072},"Costel Maxim",{"headshot":2073,"ctfId":2074},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663173/Blog/Author%20Headshots/costel_maxim_headshot.png","3QzzrMksaRD9ZPytt0SPPL",{"template":683},"content:en-us:blog:authors:costel-maxim.yml","en-us/blog/authors/costel-maxim.yml","en-us/blog/authors/costel-maxim",{"_path":2080,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2081,"config":2086,"_id":2087,"_type":30,"title":2082,"_source":32,"_file":2088,"_stem":2089,"_extension":35},"/en-us/blog/authors/courtney-meddaugh",{"name":2082,"config":2083},"Courtney Meddaugh",{"headshot":2084,"ctfId":2085},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665168/Blog/Author%20Headshots/courtney_meddaugh_headshot.png","5avtK3YS9MrDBkaOnB9ZmG",{"template":683},"content:en-us:blog:authors:courtney-meddaugh.yml","en-us/blog/authors/courtney-meddaugh.yml","en-us/blog/authors/courtney-meddaugh",{"_path":2091,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2092,"config":2096,"_id":2097,"_type":30,"title":2093,"_source":32,"_file":2098,"_stem":2099,"_extension":35},"/en-us/blog/authors/craig-gomes",{"name":2093,"config":2094},"Craig Gomes",{"headshot":7,"ctfId":2095},"craiggomes",{"template":683},"content:en-us:blog:authors:craig-gomes.yml","en-us/blog/authors/craig-gomes.yml","en-us/blog/authors/craig-gomes",{"_path":2101,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2102,"config":2107,"_id":2108,"_type":30,"title":2103,"_source":32,"_file":2109,"_stem":2110,"_extension":35},"/en-us/blog/authors/craig-miskell",{"name":2103,"config":2104},"Craig Miskell",{"headshot":2105,"ctfId":2106},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667372/Blog/Author%20Headshots/cmiskell-headshot.jpg","cmiskell",{"template":683},"content:en-us:blog:authors:craig-miskell.yml","en-us/blog/authors/craig-miskell.yml","en-us/blog/authors/craig-miskell",{"_path":2112,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2113,"config":2117,"_id":2118,"_type":30,"title":2114,"_source":32,"_file":2119,"_stem":2120,"_extension":35},"/en-us/blog/authors/creighton-swank",{"name":2114,"config":2115},"Creighton Swank",{"headshot":714,"ctfId":2116},"5uf3k9lutpbelxJQ373eWu",{"template":683},"content:en-us:blog:authors:creighton-swank.yml","en-us/blog/authors/creighton-swank.yml","en-us/blog/authors/creighton-swank",{"_path":2122,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2123,"config":2127,"_id":2128,"_type":30,"title":2124,"_source":32,"_file":2129,"_stem":2130,"_extension":35},"/en-us/blog/authors/daisy-miclat",{"name":2124,"config":2125},"Daisy Miclat",{"headshot":714,"ctfId":2126},"IU4zOKoPhWS7hok7qsy7w",{"template":683},"content:en-us:blog:authors:daisy-miclat.yml","en-us/blog/authors/daisy-miclat.yml","en-us/blog/authors/daisy-miclat",{"_path":2132,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2133,"config":2137,"_id":2138,"_type":30,"title":2134,"_source":32,"_file":2139,"_stem":2140,"_extension":35},"/en-us/blog/authors/dan-luhring",{"name":2134,"config":2135},"Dan Luhring",{"headshot":7,"ctfId":2136},"danluhring",{"template":683},"content:en-us:blog:authors:dan-luhring.yml","en-us/blog/authors/dan-luhring.yml","en-us/blog/authors/dan-luhring",{"_path":2142,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2143,"config":2148,"_id":2149,"_type":30,"title":2144,"_source":32,"_file":2150,"_stem":2151,"_extension":35},"/en-us/blog/authors/dan-rabinovitz",{"name":2144,"config":2145},"Dan Rabinovitz",{"headshot":2146,"ctfId":2147},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664796/Blog/Author%20Headshots/dan_rabinovitz_headshot.png","31AXb267jy94budCWQZQyr",{"template":683},"content:en-us:blog:authors:dan-rabinovitz.yml","en-us/blog/authors/dan-rabinovitz.yml","en-us/blog/authors/dan-rabinovitz",{"_path":2153,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2154,"config":2158,"_id":2159,"_type":30,"title":2155,"_source":32,"_file":2160,"_stem":2161,"_extension":35},"/en-us/blog/authors/daniel-berman",{"name":2155,"config":2156},"Daniel Berman",{"headshot":714,"ctfId":2157},"Daniel-Berman",{"template":683},"content:en-us:blog:authors:daniel-berman.yml","en-us/blog/authors/daniel-berman.yml","en-us/blog/authors/daniel-berman",{"_path":2163,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2164,"config":2168,"_id":2169,"_type":30,"title":2165,"_source":32,"_file":2170,"_stem":2171,"_extension":35},"/en-us/blog/authors/daniel-gruesso",{"name":2165,"config":2166},"Daniel Gruesso",{"headshot":7,"ctfId":2167},"danielgruesso",{"template":683},"content:en-us:blog:authors:daniel-gruesso.yml","en-us/blog/authors/daniel-gruesso.yml","en-us/blog/authors/daniel-gruesso",{"_path":2173,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2174,"config":2179,"_id":2180,"_type":30,"title":2175,"_source":32,"_file":2181,"_stem":2182,"_extension":35},"/en-us/blog/authors/daniel-hauenstein",{"name":2175,"config":2176},"Daniel Hauenstein",{"headshot":2177,"ctfId":2178},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662434/Blog/Author%20Headshots/daniel_hauenstein_headshot.png","2gXGuSmuvZSxv0iCn4sinV",{"template":683},"content:en-us:blog:authors:daniel-hauenstein.yml","en-us/blog/authors/daniel-hauenstein.yml","en-us/blog/authors/daniel-hauenstein",{"_path":2184,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2185,"config":2190,"_id":2191,"_type":30,"title":2186,"_source":32,"_file":2192,"_stem":2193,"_extension":35},"/en-us/blog/authors/daniel-helfand",{"name":2186,"config":2187},"Daniel Helfand",{"headshot":2188,"ctfId":2189},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662418/Blog/Author%20Headshots/dhelfand.png","b9sRP0HJhdPsOEruWUfih",{"template":683},"content:en-us:blog:authors:daniel-helfand.yml","en-us/blog/authors/daniel-helfand.yml","en-us/blog/authors/daniel-helfand",{"_path":2195,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2196,"config":2200,"_id":2201,"_type":30,"title":2197,"_source":32,"_file":2202,"_stem":2203,"_extension":35},"/en-us/blog/authors/daniel-mora",{"name":2197,"config":2198},"Daniel Mora",{"headshot":7,"ctfId":2199},"dmoraberlin",{"template":683},"content:en-us:blog:authors:daniel-mora.yml","en-us/blog/authors/daniel-mora.yml","en-us/blog/authors/daniel-mora",{"_path":2205,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2206,"config":2210,"_id":2212,"_type":30,"title":2207,"_source":32,"_file":2213,"_stem":2214,"_extension":35},"/en-us/blog/authors/daniel-murphy",{"name":2207,"config":2208},"Daniel Murphy",{"headshot":2209},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752519199/fabr89uottv7n6r2jldp.png",{"template":683,"gitlabHandle":2211},"daniel-murphy","content:en-us:blog:authors:daniel-murphy.yml","en-us/blog/authors/daniel-murphy.yml","en-us/blog/authors/daniel-murphy",{"_path":2216,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2217,"config":2222,"_id":2223,"_type":30,"title":2218,"_source":32,"_file":2224,"_stem":2225,"_extension":35},"/en-us/blog/authors/darby-frey",{"name":2218,"config":2219},"Darby Frey",{"headshot":2220,"ctfId":2221},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668565/Blog/Author%20Headshots/darbyfrey-headshot.png","darbyfrey",{"template":683},"content:en-us:blog:authors:darby-frey.yml","en-us/blog/authors/darby-frey.yml","en-us/blog/authors/darby-frey",{"_path":2227,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2228,"config":2233,"_id":2234,"_type":30,"title":2229,"_source":32,"_file":2235,"_stem":2236,"_extension":35},"/en-us/blog/authors/darren-eastman",{"name":2229,"config":2230},"Darren Eastman",{"headshot":2231,"ctfId":2232},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665148/Blog/Author%20Headshots/darren_eastman.png","DarrenEastman",{"template":683},"content:en-us:blog:authors:darren-eastman.yml","en-us/blog/authors/darren-eastman.yml","en-us/blog/authors/darren-eastman",{"_path":2238,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2239,"config":2243,"_id":2244,"_type":30,"title":2240,"_source":32,"_file":2245,"_stem":2246,"_extension":35},"/en-us/blog/authors/darren-murph",{"name":2240,"config":2241},"Darren Murph",{"headshot":7,"ctfId":2242},"dmurph",{"template":683},"content:en-us:blog:authors:darren-murph.yml","en-us/blog/authors/darren-murph.yml","en-us/blog/authors/darren-murph",{"_path":2248,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2249,"config":2256,"_id":2257,"_type":30,"title":2251,"_source":32,"_file":2258,"_stem":2259,"_extension":35},"/en-us/blog/authors/darwin-sanoy",{"role":2250,"name":2251,"config":2252},"Field Chief Cloud Architect","Darwin Sanoy",{"headshot":2253,"linkedin":2254,"ctfId":2255},"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":683},"content:en-us:blog:authors:darwin-sanoy.yml","en-us/blog/authors/darwin-sanoy.yml","en-us/blog/authors/darwin-sanoy",{"_path":2261,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2262,"config":2267,"_id":2268,"_type":30,"title":2263,"_source":32,"_file":2269,"_stem":2270,"_extension":35},"/en-us/blog/authors/dave-steer",{"name":2263,"config":2264},"Dave Steer",{"headshot":2265,"ctfId":2266},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658895/Blog/Author%20Headshots/dsteer-headshot.jpg","dsteer",{"template":683},"content:en-us:blog:authors:dave-steer.yml","en-us/blog/authors/dave-steer.yml","en-us/blog/authors/dave-steer",{"_path":2272,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2273,"config":2277,"_id":2278,"_type":30,"title":2274,"_source":32,"_file":2279,"_stem":2280,"_extension":35},"/en-us/blog/authors/dave-wentzel",{"name":2274,"config":2275},"Dave Wentzel",{"headshot":714,"ctfId":2276},"Dave-Wentzel",{"template":683},"content:en-us:blog:authors:dave-wentzel.yml","en-us/blog/authors/dave-wentzel.yml","en-us/blog/authors/dave-wentzel",{"_path":2282,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2283,"config":2288,"_id":2289,"_type":30,"title":2290,"_source":32,"_file":2291,"_stem":2292,"_extension":35},"/en-us/blog/authors/david-desanto-chief-product-officer-gitlab",{"name":2284,"config":2285},"David DeSanto, Chief Product Officer, GitLab",{"headshot":2286,"ctfId":2287},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660185/Blog/Author%20Headshots/david-headshot.jpg","david",{"template":683},"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":2294,"_dir":676,"_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-oregan",{"name":2296,"config":2297},"David O'Regan",{"headshot":2298,"ctfId":2299},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659853/Blog/Author%20Headshots/oregand-headshot.png","oregand",{"template":683},"content:en-us:blog:authors:david-oregan.yml","David Oregan","en-us/blog/authors/david-oregan.yml","en-us/blog/authors/david-oregan",{"_path":2306,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2307,"config":2311,"_id":2312,"_type":30,"title":2308,"_source":32,"_file":2313,"_stem":2314,"_extension":35},"/en-us/blog/authors/david-planella",{"name":2308,"config":2309},"David Planella",{"headshot":714,"ctfId":2310},"1Ehi3fTex4dxUCV2kYz4Vh",{"template":683},"content:en-us:blog:authors:david-planella.yml","en-us/blog/authors/david-planella.yml","en-us/blog/authors/david-planella",{"_path":2316,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2317,"config":2321,"_id":2322,"_type":30,"title":2318,"_source":32,"_file":2323,"_stem":2324,"_extension":35},"/en-us/blog/authors/david-russell",{"name":2318,"config":2319},"David Russell",{"headshot":714,"ctfId":2320},"David-Russell",{"template":683},"content:en-us:blog:authors:david-russell.yml","en-us/blog/authors/david-russell.yml","en-us/blog/authors/david-russell",{"_path":2326,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2327,"config":2332,"_id":2333,"_type":30,"title":2328,"_source":32,"_file":2334,"_stem":2335,"_extension":35},"/en-us/blog/authors/david-smith",{"name":2328,"config":2329},"David Smith",{"headshot":2330,"ctfId":2331},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671135/Blog/Author%20Headshots/dawsmith-headshot.jpg","dawsmith",{"template":683},"content:en-us:blog:authors:david-smith.yml","en-us/blog/authors/david-smith.yml","en-us/blog/authors/david-smith",{"_path":2337,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2338,"config":2342,"_id":2343,"_type":30,"title":2339,"_source":32,"_file":2344,"_stem":2345,"_extension":35},"/en-us/blog/authors/davis-townsend",{"name":2339,"config":2340},"Davis Townsend",{"headshot":7,"ctfId":2341},"davistownsend",{"template":683},"content:en-us:blog:authors:davis-townsend.yml","en-us/blog/authors/davis-townsend.yml","en-us/blog/authors/davis-townsend",{"_path":2347,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2348,"config":2352,"_id":2354,"_type":30,"title":2349,"_source":32,"_file":2355,"_stem":2356,"_extension":35},"/en-us/blog/authors/davoud-tu",{"name":2349,"config":2350},"Davoud Tu",{"headshot":2351},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756481763/pfdaqbndnstiqlmxh3ee.png",{"template":683,"gitlabHandle":2353},"davoudtu","content:en-us:blog:authors:davoud-tu.yml","en-us/blog/authors/davoud-tu.yml","en-us/blog/authors/davoud-tu",{"_path":2358,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2359,"config":2364,"_id":2365,"_type":30,"title":2366,"_source":32,"_file":2367,"_stem":2368,"_extension":35},"/en-us/blog/authors/dean-agron-co-founder-and-ceo-oxeye",{"name":2360,"config":2361},"Dean Agron, co-founder and CEO, Oxeye",{"headshot":2362,"ctfId":2363},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671963/Blog/Author%20Headshots/Dean_Photo__1_.jpg","6wQ0QwFZdbzAtYGZgnALkw",{"template":683},"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":2370,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2371,"config":2376,"_id":2377,"_type":30,"title":2372,"_source":32,"_file":2378,"_stem":2379,"_extension":35},"/en-us/blog/authors/deepa-mahalingam",{"name":2372,"config":2373},"Deepa Mahalingam",{"headshot":2374,"ctfId":2375},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662019/Blog/Author%20Headshots/deepa-headshot.jpg","M54z9AWDuU7L9nBR9gRF4",{"template":683},"content:en-us:blog:authors:deepa-mahalingam.yml","en-us/blog/authors/deepa-mahalingam.yml","en-us/blog/authors/deepa-mahalingam",{"_path":2381,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2382,"config":2387,"_id":2388,"_type":30,"title":2383,"_source":32,"_file":2389,"_stem":2390,"_extension":35},"/en-us/blog/authors/dennis-appelt",{"name":2383,"config":2384},"Dennis Appelt",{"headshot":2385,"ctfId":2386},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672032/Blog/Author%20Headshots/dappelt-headshot.jpg","dappelt",{"template":683},"content:en-us:blog:authors:dennis-appelt.yml","en-us/blog/authors/dennis-appelt.yml","en-us/blog/authors/dennis-appelt",{"_path":2392,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2393,"config":2398,"_id":2399,"_type":30,"title":2394,"_source":32,"_file":2400,"_stem":2401,"_extension":35},"/en-us/blog/authors/dennis-tang",{"name":2394,"config":2395},"Dennis Tang",{"headshot":2396,"ctfId":2397},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672189/Blog/Author%20Headshots/dennis-headshot.jpg","dennis",{"template":683},"content:en-us:blog:authors:dennis-tang.yml","en-us/blog/authors/dennis-tang.yml","en-us/blog/authors/dennis-tang",{"_path":2403,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2404,"config":2408,"_id":2410,"_type":30,"title":2411,"_source":32,"_file":2412,"_stem":2413,"_extension":35},"/en-us/blog/authors/dennis-van-rooijen",{"name":2405,"config":2406},"Dennis van Rooijen",{"headshot":2407},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758031391/muvwg1sxetzekmuhqdql.png",{"template":683,"gitlabHandle":2409},"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":2415,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2416,"config":2421,"_id":2422,"_type":30,"title":2417,"_source":32,"_file":2423,"_stem":2424,"_extension":35},"/en-us/blog/authors/devin-sylva",{"name":2417,"config":2418},"Devin Sylva",{"headshot":2419,"ctfId":2420},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679087/Blog/Author%20Headshots/devin-headshot.jpg","devin",{"template":683},"content:en-us:blog:authors:devin-sylva.yml","en-us/blog/authors/devin-sylva.yml","en-us/blog/authors/devin-sylva",{"_path":2426,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2427,"config":2431,"_id":2432,"_type":30,"title":2428,"_source":32,"_file":2433,"_stem":2434,"_extension":35},"/en-us/blog/authors/dhruv-jain",{"name":2428,"config":2429},"Dhruv Jain",{"headshot":714,"ctfId":2430},"2wyibk9HBKn6PjgaEuzXuZ",{"template":683},"content:en-us:blog:authors:dhruv-jain.yml","en-us/blog/authors/dhruv-jain.yml","en-us/blog/authors/dhruv-jain",{"_path":2436,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2437,"config":2441,"_id":2442,"_type":30,"title":2438,"_source":32,"_file":2443,"_stem":2444,"_extension":35},"/en-us/blog/authors/diana-logan",{"name":2438,"config":2439},"Diana Logan",{"headshot":714,"ctfId":2440},"6poIwhQe6W9ysm5rBuSPXX",{"template":683},"content:en-us:blog:authors:diana-logan.yml","en-us/blog/authors/diana-logan.yml","en-us/blog/authors/diana-logan",{"_path":2446,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2447,"config":2452,"_id":2453,"_type":30,"title":2448,"_source":32,"_file":2454,"_stem":2455,"_extension":35},"/en-us/blog/authors/dilan-orrino",{"name":2448,"config":2449},"Dilan Orrino",{"headshot":2450,"ctfId":2451},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666180/Blog/Author%20Headshots/dorrino-headshot.png","dorrino",{"template":683},"content:en-us:blog:authors:dilan-orrino.yml","en-us/blog/authors/dilan-orrino.yml","en-us/blog/authors/dilan-orrino",{"_path":2457,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2458,"config":2462,"_id":2463,"_type":30,"title":2459,"_source":32,"_file":2464,"_stem":2465,"_extension":35},"/en-us/blog/authors/dimitrie-hoekstra",{"name":2459,"config":2460},"Dimitrie Hoekstra",{"headshot":7,"ctfId":2461},"dimitrieh",{"template":683},"content:en-us:blog:authors:dimitrie-hoekstra.yml","en-us/blog/authors/dimitrie-hoekstra.yml","en-us/blog/authors/dimitrie-hoekstra",{"_path":2467,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2468,"config":2472,"_id":2473,"_type":30,"title":2469,"_source":32,"_file":2474,"_stem":2475,"_extension":35},"/en-us/blog/authors/dinesh-bolkensteyn",{"name":2469,"config":2470},"Dinesh Bolkensteyn",{"headshot":714,"ctfId":2471},"EpylYWgjPmFOL5NX3Zxmk",{"template":683},"content:en-us:blog:authors:dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn",{"_path":2477,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2478,"config":2482,"_id":2483,"_type":30,"title":2484,"_source":32,"_file":2485,"_stem":2486,"_extension":35},"/en-us/blog/authors/dj-mountney",{"name":2479,"config":2480},"DJ Mountney",{"headshot":714,"ctfId":2481},"DJ-Mountney",{"template":683},"content:en-us:blog:authors:dj-mountney.yml","Dj Mountney","en-us/blog/authors/dj-mountney.yml","en-us/blog/authors/dj-mountney",{"_path":2488,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2489,"config":2493,"_id":2494,"_type":30,"title":2495,"_source":32,"_file":2496,"_stem":2497,"_extension":35},"/en-us/blog/authors/dmitriy-job",{"name":2490,"config":2491},"Dmitriy, Job",{"headshot":714,"ctfId":2492},"Dmitriy-Job",{"template":683},"content:en-us:blog:authors:dmitriy-job.yml","Dmitriy Job","en-us/blog/authors/dmitriy-job.yml","en-us/blog/authors/dmitriy-job",{"_path":2499,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2500,"config":2504,"_id":2505,"_type":30,"title":2501,"_source":32,"_file":2506,"_stem":2507,"_extension":35},"/en-us/blog/authors/dmitriy-zaporozhets",{"name":2501,"config":2502},"Dmitriy Zaporozhets",{"headshot":714,"ctfId":2503},"Dmitriy-Zaporozhets",{"template":683},"content:en-us:blog:authors:dmitriy-zaporozhets.yml","en-us/blog/authors/dmitriy-zaporozhets.yml","en-us/blog/authors/dmitriy-zaporozhets",{"_path":2509,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2510,"config":2515,"_id":2516,"_type":30,"title":2511,"_source":32,"_file":2517,"_stem":2518,"_extension":35},"/en-us/blog/authors/dmitry-gruzd",{"name":2511,"config":2512},"Dmitry Gruzd",{"headshot":2513,"ctfId":2514},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682014/Blog/Author%20Headshots/dgruzd-headshot.jpg","dgruzd",{"template":683},"content:en-us:blog:authors:dmitry-gruzd.yml","en-us/blog/authors/dmitry-gruzd.yml","en-us/blog/authors/dmitry-gruzd",{"_path":2520,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2521,"config":2526,"_id":2527,"_type":30,"title":2522,"_source":32,"_file":2528,"_stem":2529,"_extension":35},"/en-us/blog/authors/dominic-couture",{"name":2522,"config":2523},"Dominic Couture",{"headshot":2524,"ctfId":2525},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683783/Blog/Author%20Headshots/dominic.png","3K2DmuMWV5isBeVtKsplia",{"template":683},"content:en-us:blog:authors:dominic-couture.yml","en-us/blog/authors/dominic-couture.yml","en-us/blog/authors/dominic-couture",{"_path":2531,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2532,"config":2536,"_id":2537,"_type":30,"title":2533,"_source":32,"_file":2538,"_stem":2539,"_extension":35},"/en-us/blog/authors/douglas-alexandre",{"name":2533,"config":2534},"Douglas Alexandre",{"headshot":714,"ctfId":2535},"Douglas-Alexandre",{"template":683},"content:en-us:blog:authors:douglas-alexandre.yml","en-us/blog/authors/douglas-alexandre.yml","en-us/blog/authors/douglas-alexandre",{"_path":2541,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2542,"config":2546,"_id":2547,"_type":30,"title":2543,"_source":32,"_file":2548,"_stem":2549,"_extension":35},"/en-us/blog/authors/douwe-maan",{"name":2543,"config":2544},"Douwe Maan",{"headshot":7,"ctfId":2545},"DouweM",{"template":683},"content:en-us:blog:authors:douwe-maan.yml","en-us/blog/authors/douwe-maan.yml","en-us/blog/authors/douwe-maan",{"_path":2551,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2552,"config":2557,"_id":2558,"_type":30,"title":2553,"_source":32,"_file":2559,"_stem":2560,"_extension":35},"/en-us/blog/authors/dov-hershkovitch",{"name":2553,"config":2554},"Dov Hershkovitch",{"headshot":2555,"ctfId":2556},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665628/Blog/Author%20Headshots/dhershkovitch-headshot.png","dhershkovitch",{"template":683},"content:en-us:blog:authors:dov-hershkovitch.yml","en-us/blog/authors/dov-hershkovitch.yml","en-us/blog/authors/dov-hershkovitch",{"_path":2562,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2563,"config":2567,"_id":2568,"_type":30,"title":2569,"_source":32,"_file":2570,"_stem":2571,"_extension":35},"/en-us/blog/authors/dr-elle-obrien",{"name":2564,"config":2565},"Dr. Elle O'Brien",{"headshot":714,"ctfId":2566},"Dr-Elle-OBrien",{"template":683},"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":2573,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2574,"config":2578,"_id":2579,"_type":30,"title":2575,"_source":32,"_file":2580,"_stem":2581,"_extension":35},"/en-us/blog/authors/drew-blessing",{"name":2575,"config":2576},"Drew Blessing",{"headshot":714,"ctfId":2577},"Drew-Blessing",{"template":683},"content:en-us:blog:authors:drew-blessing.yml","en-us/blog/authors/drew-blessing.yml","en-us/blog/authors/drew-blessing",{"_path":2583,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2584,"config":2589,"_id":2590,"_type":30,"title":2585,"_source":32,"_file":2591,"_stem":2592,"_extension":35},"/en-us/blog/authors/dylan-griffith",{"name":2585,"config":2586},"Dylan Griffith",{"headshot":2587,"ctfId":2588},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672822/Blog/Author%20Headshots/DylanGriffith-headshot.jpg","DylanGriffith",{"template":683},"content:en-us:blog:authors:dylan-griffith.yml","en-us/blog/authors/dylan-griffith.yml","en-us/blog/authors/dylan-griffith",{"_path":2594,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2595,"config":2599,"_id":2600,"_type":30,"title":2596,"_source":32,"_file":2601,"_stem":2602,"_extension":35},"/en-us/blog/authors/eddie-glenn",{"name":2596,"config":2597},"Eddie Glenn",{"headshot":7,"ctfId":2598},"eglenn",{"template":683},"content:en-us:blog:authors:eddie-glenn.yml","en-us/blog/authors/eddie-glenn.yml","en-us/blog/authors/eddie-glenn",{"_path":2604,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2605,"config":2610,"_id":2611,"_type":30,"title":2606,"_source":32,"_file":2612,"_stem":2613,"_extension":35},"/en-us/blog/authors/eduardo-bonet",{"name":2606,"config":2607},"Eduardo Bonet",{"headshot":2608,"ctfId":2609},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682722/Blog/Author%20Headshots/eduardobonet-headshot.jpg","eduardobonet",{"template":683},"content:en-us:blog:authors:eduardo-bonet.yml","en-us/blog/authors/eduardo-bonet.yml","en-us/blog/authors/eduardo-bonet",{"_path":2615,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2616,"config":2621,"_id":2622,"_type":30,"title":2617,"_source":32,"_file":2623,"_stem":2624,"_extension":35},"/en-us/blog/authors/eliran-mesika",{"name":2617,"config":2618},"Eliran Mesika",{"headshot":2619,"ctfId":2620},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670111/Blog/Author%20Headshots/eliran.jpg","eliranmesika",{"template":683},"content:en-us:blog:authors:eliran-mesika.yml","en-us/blog/authors/eliran-mesika.yml","en-us/blog/authors/eliran-mesika",{"_path":2626,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2627,"config":2632,"_id":2633,"_type":30,"title":2628,"_source":32,"_file":2634,"_stem":2635,"_extension":35},"/en-us/blog/authors/elisabeth-burrows",{"name":2628,"config":2629},"Elisabeth Burrows",{"headshot":2630,"ctfId":2631},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659535/Blog/Author%20Headshots/liz_burrows_headshot.png","6Nj2Lio5W7HdeNYoysVgCf",{"template":683},"content:en-us:blog:authors:elisabeth-burrows.yml","en-us/blog/authors/elisabeth-burrows.yml","en-us/blog/authors/elisabeth-burrows",{"_path":2637,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2638,"config":2642,"_id":2643,"_type":30,"title":2639,"_source":32,"_file":2644,"_stem":2645,"_extension":35},"/en-us/blog/authors/elliot-rushton",{"name":2639,"config":2640},"Elliot Rushton",{"headshot":7,"ctfId":2641},"erushton",{"template":683},"content:en-us:blog:authors:elliot-rushton.yml","en-us/blog/authors/elliot-rushton.yml","en-us/blog/authors/elliot-rushton",{"_path":2647,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2648,"config":2652,"_id":2653,"_type":30,"title":2649,"_source":32,"_file":2654,"_stem":2655,"_extension":35},"/en-us/blog/authors/emilie-schario",{"name":2649,"config":2650},"Emilie Schario",{"headshot":7,"ctfId":2651},"emilie",{"template":683},"content:en-us:blog:authors:emilie-schario.yml","en-us/blog/authors/emilie-schario.yml","en-us/blog/authors/emilie-schario",{"_path":2657,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2658,"config":2663,"_id":2664,"_type":30,"title":2659,"_source":32,"_file":2665,"_stem":2666,"_extension":35},"/en-us/blog/authors/emilio-salvador",{"name":2659,"config":2660},"Emilio Salvador",{"headshot":2661,"ctfId":2662},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660161/Blog/Author%20Headshots/esalvadorp-headshot.png","esalvadorp",{"template":683},"content:en-us:blog:authors:emilio-salvador.yml","en-us/blog/authors/emilio-salvador.yml","en-us/blog/authors/emilio-salvador",{"_path":2668,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2669,"config":2674,"_id":2675,"_type":30,"title":2670,"_source":32,"_file":2676,"_stem":2677,"_extension":35},"/en-us/blog/authors/emily-bauman",{"name":2670,"config":2671},"Emily Bauman",{"headshot":2672,"ctfId":2673},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664145/Blog/Author%20Headshots/emilybauman-headshot.jpg","emilybauman",{"template":683},"content:en-us:blog:authors:emily-bauman.yml","en-us/blog/authors/emily-bauman.yml","en-us/blog/authors/emily-bauman",{"_path":2679,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2680,"config":2684,"_id":2685,"_type":30,"title":2681,"_source":32,"_file":2686,"_stem":2687,"_extension":35},"/en-us/blog/authors/emily-chin",{"name":2681,"config":2682},"Emily Chin",{"headshot":7,"ctfId":2683},"echin",{"template":683},"content:en-us:blog:authors:emily-chin.yml","en-us/blog/authors/emily-chin.yml","en-us/blog/authors/emily-chin",{"_path":2689,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2690,"config":2694,"_id":2695,"_type":30,"title":2691,"_source":32,"_file":2696,"_stem":2697,"_extension":35},"/en-us/blog/authors/emily-kyle",{"name":2691,"config":2692},"Emily Kyle",{"headshot":714,"ctfId":2693},"Emily-Kyle",{"template":683},"content:en-us:blog:authors:emily-kyle.yml","en-us/blog/authors/emily-kyle.yml","en-us/blog/authors/emily-kyle",{"_path":2699,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2700,"config":2704,"_id":2705,"_type":30,"title":2706,"_source":32,"_file":2707,"_stem":2708,"_extension":35},"/en-us/blog/authors/emily-von-hoffmann",{"name":2701,"config":2702},"Emily von Hoffmann",{"headshot":714,"ctfId":2703},"evhoffmann",{"template":683},"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":2710,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2711,"config":2716,"_id":2717,"_type":30,"title":2718,"_source":32,"_file":2719,"_stem":2720,"_extension":35},"/en-us/blog/authors/enrique-alcntara",{"name":2712,"config":2713},"Enrique Alcántara",{"headshot":2714,"ctfId":2715},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669746/Blog/Author%20Headshots/ealcantara-headshot.jpg","3E3c30ZWRUTq6rlFiYrjtq",{"template":683},"content:en-us:blog:authors:enrique-alcntara.yml","Enrique Alcntara","en-us/blog/authors/enrique-alcntara.yml","en-us/blog/authors/enrique-alcntara",{"_path":2722,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2723,"config":2727,"_id":2728,"_type":30,"title":2724,"_source":32,"_file":2729,"_stem":2730,"_extension":35},"/en-us/blog/authors/eric-brinkman",{"name":2724,"config":2725},"Eric Brinkman",{"headshot":7,"ctfId":2726},"ebrinkman",{"template":683},"content:en-us:blog:authors:eric-brinkman.yml","en-us/blog/authors/eric-brinkman.yml","en-us/blog/authors/eric-brinkman",{"_path":2732,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2733,"config":2737,"_id":2738,"_type":30,"title":2734,"_source":32,"_file":2739,"_stem":2740,"_extension":35},"/en-us/blog/authors/eric-eastwood",{"name":2734,"config":2735},"Eric Eastwood",{"headshot":7,"ctfId":2736},"MadLittleMods",{"template":683},"content:en-us:blog:authors:eric-eastwood.yml","en-us/blog/authors/eric-eastwood.yml","en-us/blog/authors/eric-eastwood",{"_path":2742,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2743,"config":2747,"_id":2748,"_type":30,"title":2744,"_source":32,"_file":2749,"_stem":2750,"_extension":35},"/en-us/blog/authors/eric-rosenberg",{"name":2744,"config":2745},"Eric Rosenberg",{"headshot":7,"ctfId":2746},"ericrosenberg88",{"template":683},"content:en-us:blog:authors:eric-rosenberg.yml","en-us/blog/authors/eric-rosenberg.yml","en-us/blog/authors/eric-rosenberg",{"_path":2752,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2753,"config":2758,"_id":2759,"_type":30,"title":2754,"_source":32,"_file":2760,"_stem":2761,"_extension":35},"/en-us/blog/authors/eric-rubin",{"name":2754,"config":2755},"Eric Rubin",{"headshot":2756,"ctfId":2757},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682494/Blog/Author%20Headshots/ericrubin-headshot.png","ericrubin",{"template":683},"content:en-us:blog:authors:eric-rubin.yml","en-us/blog/authors/eric-rubin.yml","en-us/blog/authors/eric-rubin",{"_path":2763,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2764,"config":2769,"_id":2770,"_type":30,"title":2765,"_source":32,"_file":2771,"_stem":2772,"_extension":35},"/en-us/blog/authors/eric-schurter",{"name":2765,"config":2766},"Eric Schurter",{"headshot":2767,"ctfId":2768},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679281/Blog/Author%20Headshots/ericschurter-headshot.jpg","ericschurter",{"template":683},"content:en-us:blog:authors:eric-schurter.yml","en-us/blog/authors/eric-schurter.yml","en-us/blog/authors/eric-schurter",{"_path":2774,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2775,"config":2779,"_id":2780,"_type":30,"title":2776,"_source":32,"_file":2781,"_stem":2782,"_extension":35},"/en-us/blog/authors/erica-huang",{"name":2776,"config":2777},"Erica Huang",{"headshot":7,"ctfId":2778},"exhuang",{"template":683},"content:en-us:blog:authors:erica-huang.yml","en-us/blog/authors/erica-huang.yml","en-us/blog/authors/erica-huang",{"_path":2784,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2785,"config":2789,"_id":2790,"_type":30,"title":2786,"_source":32,"_file":2791,"_stem":2792,"_extension":35},"/en-us/blog/authors/erica-lindberg",{"name":2786,"config":2787},"Erica Lindberg",{"headshot":714,"ctfId":2788},"Erica-Lindberg",{"template":683},"content:en-us:blog:authors:erica-lindberg.yml","en-us/blog/authors/erica-lindberg.yml","en-us/blog/authors/erica-lindberg",{"_path":2794,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2795,"config":2799,"_id":2800,"_type":30,"title":2796,"_source":32,"_file":2801,"_stem":2802,"_extension":35},"/en-us/blog/authors/erich-wegscheider",{"name":2796,"config":2797},"Erich Wegscheider",{"headshot":7,"ctfId":2798},"ewegscheider",{"template":683},"content:en-us:blog:authors:erich-wegscheider.yml","en-us/blog/authors/erich-wegscheider.yml","en-us/blog/authors/erich-wegscheider",{"_path":2804,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2805,"config":2809,"_id":2810,"_type":30,"title":2806,"_source":32,"_file":2811,"_stem":2812,"_extension":35},"/en-us/blog/authors/erick-banks",{"name":2806,"config":2807},"Erick Banks",{"headshot":714,"ctfId":2808},"4CGXhAxudTq69aZOtPnLfu",{"template":683},"content:en-us:blog:authors:erick-banks.yml","en-us/blog/authors/erick-banks.yml","en-us/blog/authors/erick-banks",{"_path":2814,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2815,"config":2819,"_id":2820,"_type":30,"title":2816,"_source":32,"_file":2821,"_stem":2822,"_extension":35},"/en-us/blog/authors/erika-feldman",{"name":2816,"config":2817},"Erika Feldman",{"headshot":714,"ctfId":2818},"78oCat8vvbl6mzXsLawd9d",{"template":683},"content:en-us:blog:authors:erika-feldman.yml","en-us/blog/authors/erika-feldman.yml","en-us/blog/authors/erika-feldman",{"_path":2824,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2825,"config":2829,"_id":2830,"_type":30,"title":2831,"_source":32,"_file":2832,"_stem":2833,"_extension":35},"/en-us/blog/authors/erin-krengel-pulumi",{"name":2826,"config":2827},"Erin Krengel, Pulumi",{"headshot":714,"ctfId":2828},"Erin-Krengel-Pulumi",{"template":683},"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":2835,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2836,"config":2840,"_id":2841,"_type":30,"title":2842,"_source":32,"_file":2843,"_stem":2844,"_extension":35},"/en-us/blog/authors/ernst-van-nierop",{"name":2837,"config":2838},"Ernst van Nierop",{"headshot":7,"ctfId":2839},"ernstvn",{"template":683},"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":2846,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2847,"config":2851,"_id":2852,"_type":30,"title":2848,"_source":32,"_file":2853,"_stem":2854,"_extension":35},"/en-us/blog/authors/esther-shein",{"name":2848,"config":2849},"Esther Shein",{"headshot":714,"ctfId":2850},"Esther-Shein",{"template":683},"content:en-us:blog:authors:esther-shein.yml","en-us/blog/authors/esther-shein.yml","en-us/blog/authors/esther-shein",{"_path":2856,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2857,"config":2862,"_id":2863,"_type":30,"title":2858,"_source":32,"_file":2864,"_stem":2865,"_extension":35},"/en-us/blog/authors/ethan-strike",{"name":2858,"config":2859},"Ethan Strike",{"headshot":2860,"ctfId":2861},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679067/Blog/Author%20Headshots/estrike-headshot.png","estrike",{"template":683},"content:en-us:blog:authors:ethan-strike.yml","en-us/blog/authors/ethan-strike.yml","en-us/blog/authors/ethan-strike",{"_path":2867,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2868,"config":2872,"_id":2873,"_type":30,"title":2869,"_source":32,"_file":2874,"_stem":2875,"_extension":35},"/en-us/blog/authors/ethan-urie",{"name":2869,"config":2870},"Ethan Urie",{"headshot":714,"ctfId":2871},"mJhtQw4TY9ZRNF7dfitIF",{"template":683},"content:en-us:blog:authors:ethan-urie.yml","en-us/blog/authors/ethan-urie.yml","en-us/blog/authors/ethan-urie",{"_path":2877,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2878,"config":2882,"_id":2883,"_type":30,"title":2879,"_source":32,"_file":2884,"_stem":2885,"_extension":35},"/en-us/blog/authors/eugene-lim",{"name":2879,"config":2880},"Eugene Lim",{"headshot":714,"ctfId":2881},"6KHdIdghkUfSTzV2MzxNcj",{"template":683},"content:en-us:blog:authors:eugene-lim.yml","en-us/blog/authors/eugene-lim.yml","en-us/blog/authors/eugene-lim",{"_path":2887,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2888,"config":2892,"_id":2893,"_type":30,"title":2889,"_source":32,"_file":2894,"_stem":2895,"_extension":35},"/en-us/blog/authors/eugenia-hannon",{"name":2889,"config":2890},"Eugenia Hannon",{"headshot":7,"ctfId":2891},"eugeniah",{"template":683},"content:en-us:blog:authors:eugenia-hannon.yml","en-us/blog/authors/eugenia-hannon.yml","en-us/blog/authors/eugenia-hannon",{"_path":2897,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2898,"config":2902,"_id":2903,"_type":30,"title":2899,"_source":32,"_file":2904,"_stem":2905,"_extension":35},"/en-us/blog/authors/ev-kontsevoy",{"name":2899,"config":2900},"Ev Kontsevoy",{"headshot":7,"ctfId":2901},"ekontsevoy",{"template":683},"content:en-us:blog:authors:ev-kontsevoy.yml","en-us/blog/authors/ev-kontsevoy.yml","en-us/blog/authors/ev-kontsevoy",{"_path":2907,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2908,"config":2912,"_id":2913,"_type":30,"title":2909,"_source":32,"_file":2914,"_stem":2915,"_extension":35},"/en-us/blog/authors/eva-sasson",{"name":2909,"config":2910},"Eva Sasson",{"headshot":714,"ctfId":2911},"Eva-Sasson",{"template":683},"content:en-us:blog:authors:eva-sasson.yml","en-us/blog/authors/eva-sasson.yml","en-us/blog/authors/eva-sasson",{"_path":2917,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2918,"config":2923,"_id":2924,"_type":30,"title":2919,"_source":32,"_file":2925,"_stem":2926,"_extension":35},"/en-us/blog/authors/fabian-zimmer",{"name":2919,"config":2920},"Fabian Zimmer",{"headshot":2921,"ctfId":2922},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/q6awwqbxtg0a4x9gtmhs.png","3TK88UogcX5lx83kWMVuvI",{"template":683},"content:en-us:blog:authors:fabian-zimmer.yml","en-us/blog/authors/fabian-zimmer.yml","en-us/blog/authors/fabian-zimmer",{"_path":2928,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2929,"config":2933,"_id":2934,"_type":30,"title":2930,"_source":32,"_file":2935,"_stem":2936,"_extension":35},"/en-us/blog/authors/fabio-akita",{"name":2930,"config":2931},"Fabio Akita",{"headshot":714,"ctfId":2932},"Fabio-Akita",{"template":683},"content:en-us:blog:authors:fabio-akita.yml","en-us/blog/authors/fabio-akita.yml","en-us/blog/authors/fabio-akita",{"_path":2938,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2939,"config":2943,"_id":2944,"_type":30,"title":2940,"_source":32,"_file":2945,"_stem":2946,"_extension":35},"/en-us/blog/authors/fabio-busatto",{"name":2940,"config":2941},"Fabio Busatto",{"headshot":7,"ctfId":2942},"bikebilly",{"template":683},"content:en-us:blog:authors:fabio-busatto.yml","en-us/blog/authors/fabio-busatto.yml","en-us/blog/authors/fabio-busatto",{"_path":2948,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2949,"config":2954,"_id":2955,"_type":30,"title":2950,"_source":32,"_file":2956,"_stem":2957,"_extension":35},"/en-us/blog/authors/fabio-pitino",{"name":2950,"config":2951},"Fabio Pitino",{"headshot":2952,"ctfId":2953},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659958/Blog/Author%20Headshots/fabiopitino-headshot.jpg","fabiopitino",{"template":683},"content:en-us:blog:authors:fabio-pitino.yml","en-us/blog/authors/fabio-pitino.yml","en-us/blog/authors/fabio-pitino",{"_path":2959,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2960,"config":2964,"_id":2965,"_type":30,"title":2961,"_source":32,"_file":2966,"_stem":2967,"_extension":35},"/en-us/blog/authors/farnoosh-seifoddini",{"name":2961,"config":2962},"Farnoosh Seifoddini",{"headshot":7,"ctfId":2963},"fseifoddini",{"template":683},"content:en-us:blog:authors:farnoosh-seifoddini.yml","en-us/blog/authors/farnoosh-seifoddini.yml","en-us/blog/authors/farnoosh-seifoddini",{"_path":2969,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2970,"config":2974,"_id":2975,"_type":30,"title":2971,"_source":32,"_file":2976,"_stem":2977,"_extension":35},"/en-us/blog/authors/fatih-acet",{"name":2971,"config":2972},"Fatih Acet",{"headshot":7,"ctfId":2973},"fatihacet",{"template":683},"content:en-us:blog:authors:fatih-acet.yml","en-us/blog/authors/fatih-acet.yml","en-us/blog/authors/fatih-acet",{"_path":2979,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":2980,"config":2985,"_id":2986,"_type":30,"title":2981,"_source":32,"_file":2987,"_stem":2988,"_extension":35},"/en-us/blog/authors/fatima-sarah-khalid",{"name":2981,"config":2982},"Fatima Sarah Khalid",{"headshot":2983,"ctfId":2984},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663337/Blog/Author%20Headshots/sugaroverflow-headshot.jpg","sugaroverflow",{"template":683},"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":2990,"_dir":676,"_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/fernando-diaz",{"name":2992,"config":2993},"Fernando Diaz",{"headshot":2994,"ctfId":2995},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659556/Blog/Author%20Headshots/fern_diaz.png","fjdiaz",{"template":683},"content:en-us:blog:authors:fernando-diaz.yml","en-us/blog/authors/fernando-diaz.yml","en-us/blog/authors/fernando-diaz",{"_path":3001,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3002,"config":3006,"_id":3007,"_type":30,"title":3003,"_source":32,"_file":3008,"_stem":3009,"_extension":35},"/en-us/blog/authors/filipa-lacerda",{"name":3003,"config":3004},"Filipa Lacerda",{"headshot":7,"ctfId":3005},"filipa",{"template":683},"content:en-us:blog:authors:filipa-lacerda.yml","en-us/blog/authors/filipa-lacerda.yml","en-us/blog/authors/filipa-lacerda",{"_path":3011,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3012,"config":3017,"_id":3018,"_type":30,"title":3019,"_source":32,"_file":3020,"_stem":3021,"_extension":35},"/en-us/blog/authors/flix-veillette-potvin",{"name":3013,"config":3014}," Félix Veillette-Potvin",{"headshot":3015,"ctfId":3016},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662606/Blog/Author%20Headshots/_F%C3%A9lix_Veillette-Potvin_headshot.png","3nkwcdE5K3Uw9nrovEngxW",{"template":683},"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":3023,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3024,"config":3028,"_id":3029,"_type":30,"title":3025,"_source":32,"_file":3030,"_stem":3031,"_extension":35},"/en-us/blog/authors/forrest-brazeal",{"name":3025,"config":3026},"Forrest Brazeal",{"headshot":7,"ctfId":3027},"fbrazeal",{"template":683},"content:en-us:blog:authors:forrest-brazeal.yml","en-us/blog/authors/forrest-brazeal.yml","en-us/blog/authors/forrest-brazeal",{"_path":3033,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3034,"config":3038,"_id":3039,"_type":30,"title":3035,"_source":32,"_file":3040,"_stem":3041,"_extension":35},"/en-us/blog/authors/francis-ofungwu",{"name":3035,"config":3036},"Francis Ofungwu",{"headshot":714,"ctfId":3037},"fofungwu",{"template":683},"content:en-us:blog:authors:francis-ofungwu.yml","en-us/blog/authors/francis-ofungwu.yml","en-us/blog/authors/francis-ofungwu",{"_path":3043,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3044,"config":3049,"_id":3050,"_type":30,"title":3051,"_source":32,"_file":3052,"_stem":3053,"_extension":35},"/en-us/blog/authors/frdric-caplette",{"name":3045,"config":3046},"Frédéric Caplette",{"headshot":3047,"ctfId":3048},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661878/Blog/Author%20Headshots/frederic_caplette_headshot.png","6nMRwNMwciKSX03zmbBbPF",{"template":683},"content:en-us:blog:authors:frdric-caplette.yml","Frdric Caplette","en-us/blog/authors/frdric-caplette.yml","en-us/blog/authors/frdric-caplette",{"_path":3055,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3056,"config":3061,"_id":3062,"_type":30,"title":3057,"_source":32,"_file":3063,"_stem":3064,"_extension":35},"/en-us/blog/authors/gabe-weaver",{"name":3057,"config":3058},"Gabe Weaver",{"headshot":3059,"ctfId":3060},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667605/Blog/Author%20Headshots/gweaver-headshot.jpg","gweaver",{"template":683},"content:en-us:blog:authors:gabe-weaver.yml","en-us/blog/authors/gabe-weaver.yml","en-us/blog/authors/gabe-weaver",{"_path":3066,"_dir":676,"_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/gabriel-engel",{"name":3068,"config":3069},"Gabriel Engel",{"headshot":3070,"ctfId":3071},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664747/Blog/Author%20Headshots/gabrielengel_gl-headshot.jpg","gabrielengelgl",{"template":683},"content:en-us:blog:authors:gabriel-engel.yml","en-us/blog/authors/gabriel-engel.yml","en-us/blog/authors/gabriel-engel",{"_path":3077,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3078,"config":3082,"_id":3083,"_type":30,"title":3079,"_source":32,"_file":3084,"_stem":3085,"_extension":35},"/en-us/blog/authors/gabriel-le-breton",{"name":3079,"config":3080},"Gabriel Le Breton",{"headshot":714,"ctfId":3081},"Gabriel-Le-Breton",{"template":683},"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":3087,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3088,"config":3093,"_id":3094,"_type":30,"title":3089,"_source":32,"_file":3095,"_stem":3096,"_extension":35},"/en-us/blog/authors/gabriel-mazetto",{"name":3089,"config":3090},"Gabriel Mazetto",{"headshot":3091,"ctfId":3092},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678982/Blog/Author%20Headshots/brodock-headshot.jpg","brodock",{"template":683},"content:en-us:blog:authors:gabriel-mazetto.yml","en-us/blog/authors/gabriel-mazetto.yml","en-us/blog/authors/gabriel-mazetto",{"_path":3098,"_dir":676,"_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/gavin-peltz",{"name":3100,"config":3101},"Gavin Peltz",{"headshot":3102,"ctfId":3103},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662831/Blog/Author%20Headshots/gavin_peltz.png","27UwgXDMqa0oBWV93rXTgN",{"template":683},"content:en-us:blog:authors:gavin-peltz.yml","en-us/blog/authors/gavin-peltz.yml","en-us/blog/authors/gavin-peltz",{"_path":3109,"_dir":676,"_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/george-kichukov",{"name":3111,"config":3112},"George Kichukov",{"headshot":3113,"ctfId":3114},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664866/Blog/Author%20Headshots/george_kichukov.png","7e8bn05u4pXwYjkRrqdprE",{"template":683},"content:en-us:blog:authors:george-kichukov.yml","en-us/blog/authors/george-kichukov.yml","en-us/blog/authors/george-kichukov",{"_path":3120,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3121,"config":3125,"_id":3126,"_type":30,"title":3122,"_source":32,"_file":3127,"_stem":3128,"_extension":35},"/en-us/blog/authors/gerard-hickey",{"name":3122,"config":3123},"Gerard Hickey",{"headshot":7,"ctfId":3124},"ghickey",{"template":683},"content:en-us:blog:authors:gerard-hickey.yml","en-us/blog/authors/gerard-hickey.yml","en-us/blog/authors/gerard-hickey",{"_path":3130,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3131,"config":3136,"_id":3137,"_type":30,"title":3138,"_source":32,"_file":3139,"_stem":3140,"_extension":35},"/en-us/blog/authors/gerardo-lopez-fernandez",{"name":3132,"config":3133},"Gerardo Lopez-Fernandez",{"headshot":3134,"ctfId":3135},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679925/Blog/Author%20Headshots/glopezfernandez-headshot.jpg","glopezfernandez",{"template":683},"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":3142,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3143,"config":3148,"_id":3149,"_type":30,"title":3144,"_source":32,"_file":3150,"_stem":3151,"_extension":35},"/en-us/blog/authors/gina-doyle",{"name":3144,"config":3145},"Gina Doyle",{"headshot":3146,"ctfId":3147},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679201/Blog/Author%20Headshots/gdoyle-headshot.png","gdoyle",{"template":683},"content:en-us:blog:authors:gina-doyle.yml","en-us/blog/authors/gina-doyle.yml","en-us/blog/authors/gina-doyle",{"_path":3153,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3154,"config":3156,"_id":3157,"_type":30,"title":3158,"_source":32,"_file":3159,"_stem":3160,"_extension":35},"/en-us/blog/authors/gitlab",{"name":19,"config":3155},{"headshot":714,"ctfId":19},{"template":683},"content:en-us:blog:authors:gitlab.yml","Gitlab","en-us/blog/authors/gitlab.yml","en-us/blog/authors/gitlab",{"_path":3162,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3163,"config":3167,"_id":3168,"_type":30,"title":3169,"_source":32,"_file":3170,"_stem":3171,"_extension":35},"/en-us/blog/authors/gitlab-ai-assisted-group",{"name":3164,"config":3165},"GitLab AI Assisted Group",{"headshot":714,"ctfId":3166},"GitLab-AI-Assisted-Group",{"template":683},"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":3173,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3174,"config":3178,"_id":3179,"_type":30,"title":3180,"_source":32,"_file":3181,"_stem":3182,"_extension":35},"/en-us/blog/authors/gitlab-france-team",{"name":3175,"config":3176},"GitLab France Team",{"headshot":714,"ctfId":3177},"1gfblqN0ibYIuWGk7MOTny",{"template":683},"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":3184,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3185,"config":3189,"_id":3190,"_type":30,"title":3191,"_source":32,"_file":3192,"_stem":3193,"_extension":35},"/en-us/blog/authors/gitlab-germany-team",{"name":3186,"config":3187},"GitLab Germany Team",{"headshot":714,"ctfId":3188},"6tNquF8jQeRRRi8k3ZXpvS",{"template":683},"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":3195,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3196,"config":3199,"_id":3200,"_type":30,"title":3201,"_source":32,"_file":3202,"_stem":3203,"_extension":35},"/en-us/blog/authors/gitlab-japan-team",{"name":18,"config":3197},{"headshot":714,"ctfId":3198},"5YWHF8vG80rluQ41QjgP7V",{"template":683},"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":3205,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3206,"config":3210,"_id":3211,"_type":30,"title":3212,"_source":32,"_file":3213,"_stem":3214,"_extension":35},"/en-us/blog/authors/gitlab-security-team",{"name":3207,"config":3208},"GitLab Security Team",{"headshot":714,"ctfId":3209},"GitLab-Security-Team",{"template":683},"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":3216,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3217,"config":3221,"_id":3222,"_type":30,"title":3223,"_source":32,"_file":3224,"_stem":3225,"_extension":35},"/en-us/blog/authors/gitlab-team",{"name":3218,"config":3219},"GitLab Team",{"headshot":714,"ctfId":3220},"GitLab-Team",{"template":683},"content:en-us:blog:authors:gitlab-team.yml","Gitlab Team","en-us/blog/authors/gitlab-team.yml","en-us/blog/authors/gitlab-team",{"_path":3227,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3228,"config":3232,"_id":3233,"_type":30,"title":3234,"_source":32,"_file":3235,"_stem":3236,"_extension":35},"/en-us/blog/authors/gitlab-vulnerability-research-team",{"name":3229,"config":3230},"GitLab Vulnerability Research Team",{"headshot":714,"ctfId":3231},"GitLab-Vulnerability-Research-Team",{"template":683},"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":3238,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3239,"config":3243,"_id":3244,"_type":30,"title":3240,"_source":32,"_file":3245,"_stem":3246,"_extension":35},"/en-us/blog/authors/goetz-buerkle",{"name":3240,"config":3241},"Goetz Buerkle",{"headshot":714,"ctfId":3242},"Goetz-Buerkle",{"template":683},"content:en-us:blog:authors:goetz-buerkle.yml","en-us/blog/authors/goetz-buerkle.yml","en-us/blog/authors/goetz-buerkle",{"_path":3248,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3249,"config":3254,"_id":3255,"_type":30,"title":3250,"_source":32,"_file":3256,"_stem":3257,"_extension":35},"/en-us/blog/authors/gosia-ksionek",{"name":3250,"config":3251},"Gosia Ksionek",{"headshot":3252,"ctfId":3253},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749680521/Blog/Author%20Headshots/mksionek-headshot.jpg","mksionek",{"template":683},"content:en-us:blog:authors:gosia-ksionek.yml","en-us/blog/authors/gosia-ksionek.yml","en-us/blog/authors/gosia-ksionek",{"_path":3259,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3260,"config":3265,"_id":3266,"_type":30,"title":3261,"_source":32,"_file":3267,"_stem":3268,"_extension":35},"/en-us/blog/authors/grant-hickman",{"name":3261,"config":3262},"Grant Hickman",{"headshot":3263,"ctfId":3264},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682570/Blog/Author%20Headshots/g.png","ghickman",{"template":683},"content:en-us:blog:authors:grant-hickman.yml","en-us/blog/authors/grant-hickman.yml","en-us/blog/authors/grant-hickman",{"_path":3270,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3271,"config":3276,"_id":3277,"_type":30,"title":3272,"_source":32,"_file":3278,"_stem":3279,"_extension":35},"/en-us/blog/authors/grant-young",{"name":3272,"config":3273},"Grant Young",{"headshot":3274,"ctfId":3275},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666346/Blog/Author%20Headshots/grantyoung-headshot.jpg","grantyoung",{"template":683},"content:en-us:blog:authors:grant-young.yml","en-us/blog/authors/grant-young.yml","en-us/blog/authors/grant-young",{"_path":3281,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3282,"config":3286,"_id":3287,"_type":30,"title":3283,"_source":32,"_file":3288,"_stem":3289,"_extension":35},"/en-us/blog/authors/greg-alfaro",{"name":3283,"config":3284},"Greg Alfaro",{"headshot":7,"ctfId":3285},"7zzMrU9Fbdw0QGxdFjJ1jE",{"template":683},"content:en-us:blog:authors:greg-alfaro.yml","en-us/blog/authors/greg-alfaro.yml","en-us/blog/authors/greg-alfaro",{"_path":3291,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3292,"config":3296,"_id":3297,"_type":30,"title":3293,"_source":32,"_file":3298,"_stem":3299,"_extension":35},"/en-us/blog/authors/greg-johnson",{"name":3293,"config":3294},"Greg Johnson",{"headshot":7,"ctfId":3295},"codeEmitter",{"template":683},"content:en-us:blog:authors:greg-johnson.yml","en-us/blog/authors/greg-johnson.yml","en-us/blog/authors/greg-johnson",{"_path":3301,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3302,"config":3307,"_id":3308,"_type":30,"title":3303,"_source":32,"_file":3309,"_stem":3310,"_extension":35},"/en-us/blog/authors/greg-myers",{"name":3303,"config":3304},"Greg Myers",{"headshot":3305,"ctfId":3306},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665570/Blog/Author%20Headshots/greg_myers_headshot.png","2uUYKgdtszyGfoOHbakiQX",{"template":683},"content:en-us:blog:authors:greg-myers.yml","en-us/blog/authors/greg-myers.yml","en-us/blog/authors/greg-myers",{"_path":3312,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3313,"config":3317,"_id":3318,"_type":30,"title":3314,"_source":32,"_file":3319,"_stem":3320,"_extension":35},"/en-us/blog/authors/grzegorz-bizon",{"name":3314,"config":3315},"Grzegorz Bizon",{"headshot":714,"ctfId":3316},"Grzegorz-Bizon",{"template":683},"content:en-us:blog:authors:grzegorz-bizon.yml","en-us/blog/authors/grzegorz-bizon.yml","en-us/blog/authors/grzegorz-bizon",{"_path":3322,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3323,"config":3327,"_id":3328,"_type":30,"title":3324,"_source":32,"_file":3329,"_stem":3330,"_extension":35},"/en-us/blog/authors/guenjun-yoo",{"name":3324,"config":3325},"Guenjun Yoo",{"headshot":7,"ctfId":3326},"gyoo",{"template":683},"content:en-us:blog:authors:guenjun-yoo.yml","en-us/blog/authors/guenjun-yoo.yml","en-us/blog/authors/guenjun-yoo",{"_path":3332,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3333,"config":3337,"_id":3338,"_type":30,"title":3339,"_source":32,"_file":3340,"_stem":3341,"_extension":35},"/en-us/blog/authors/guest-author-andr-arko-of-ruby-together",{"name":3334,"config":3335},"Guest author André Arko of Ruby Together",{"headshot":714,"ctfId":3336},"Guest-author-Andr-Arko-of-Ruby-Together",{"template":683},"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":3343,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3344,"config":3348,"_id":3349,"_type":30,"title":3350,"_source":32,"_file":3351,"_stem":3352,"_extension":35},"/en-us/blog/authors/guest-author-andr-miranda",{"name":3345,"config":3346},"Guest author André Miranda",{"headshot":714,"ctfId":3347},"Guest-author-Andr-Miranda",{"template":683},"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":3354,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3355,"config":3361,"_id":3362,"_type":30,"title":3363,"_source":32,"_file":3364,"_stem":3365,"_extension":35},"/en-us/blog/authors/gufran-yeilyurt-obss",{"name":3356,"config":3357},"Gufran Yeşilyurt, OBSS",{"headshot":3358,"linkedin":3359,"ctfId":3360},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666380/Blog/Author%20Headshots/1643972670650.jpg","https://www.linkedin.com/in/gufran-yesilyurt/","2ydYMU86my71BUASual2EI",{"template":683},"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":3367,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3368,"config":3372,"_id":3373,"_type":30,"title":3374,"_source":32,"_file":3375,"_stem":3376,"_extension":35},"/en-us/blog/authors/gustaw-fit-of-zoopla",{"name":3369,"config":3370},"Gustaw Fit of Zoopla",{"headshot":714,"ctfId":3371},"Gustaw-Fit-of-Zoopla",{"template":683},"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":3378,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3379,"config":3383,"_id":3384,"_type":30,"title":3385,"_source":32,"_file":3386,"_stem":3387,"_extension":35},"/en-us/blog/authors/guy-bar-gil-product-manager-at-whitesource",{"name":3380,"config":3381},"Guy Bar-Gil, Product Manager at WhiteSource",{"headshot":714,"ctfId":3382},"Guy-BarGil-Product-Manager-at-WhiteSource",{"template":683},"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":3389,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3390,"config":3394,"_id":3395,"_type":30,"title":3391,"_source":32,"_file":3396,"_stem":3397,"_extension":35},"/en-us/blog/authors/gyan-chawdhary",{"name":3391,"config":3392},"Gyan Chawdhary",{"headshot":714,"ctfId":3393},"Gyan-Chawdhary",{"template":683},"content:en-us:blog:authors:gyan-chawdhary.yml","en-us/blog/authors/gyan-chawdhary.yml","en-us/blog/authors/gyan-chawdhary",{"_path":3399,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3400,"config":3405,"_id":3406,"_type":30,"title":3401,"_source":32,"_file":3407,"_stem":3408,"_extension":35},"/en-us/blog/authors/haim-snir",{"name":3401,"config":3402},"Haim Snir",{"headshot":3403,"ctfId":3404},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664386/Blog/Author%20Headshots/hsnir1-headshot.jpg","hsnir1",{"template":683},"content:en-us:blog:authors:haim-snir.yml","en-us/blog/authors/haim-snir.yml","en-us/blog/authors/haim-snir",{"_path":3410,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3411,"config":3416,"_id":3417,"_type":30,"title":3418,"_source":32,"_file":3419,"_stem":3420,"_extension":35},"/en-us/blog/authors/hakeem-abdul-razak",{"name":3412,"config":3413},"Hakeem Abdul-Razak",{"headshot":3414,"ctfId":3415},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662077/Blog/Author%20Headshots/Hakeem_Abdul-Razak_headshot.png","7H6nuZfVCK5mqJBK4fuaDH",{"template":683},"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":3422,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3423,"config":3427,"_id":3429,"_type":30,"title":3424,"_source":32,"_file":3430,"_stem":3431,"_extension":35},"/en-us/blog/authors/halil-coban",{"name":3424,"config":3425},"Halil Coban",{"headshot":3426},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751039592/hlxd6cnlgdioobqfvwus.png",{"template":683,"gitlabHandle":3428},"halilcoban","content:en-us:blog:authors:halil-coban.yml","en-us/blog/authors/halil-coban.yml","en-us/blog/authors/halil-coban",{"_path":3433,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3434,"config":3439,"_id":3440,"_type":30,"title":3435,"_source":32,"_file":3441,"_stem":3442,"_extension":35},"/en-us/blog/authors/hannah-sutor",{"name":3435,"config":3436},"Hannah Sutor",{"headshot":3437,"ctfId":3438},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665588/Blog/Author%20Headshots/hsutor-headshot.png","hsutor",{"template":683},"content:en-us:blog:authors:hannah-sutor.yml","en-us/blog/authors/hannah-sutor.yml","en-us/blog/authors/hannah-sutor",{"_path":3444,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3445,"config":3450,"_id":3451,"_type":30,"title":3446,"_source":32,"_file":3452,"_stem":3453,"_extension":35},"/en-us/blog/authors/harjeet-sharma",{"name":3446,"config":3447},"Harjeet Sharma",{"headshot":3448,"ctfId":3449},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665497/Blog/Author%20Headshots/harjeet_sharma_headshot.png","723O6GGQQEu75MCuhw6lqh",{"template":683},"content:en-us:blog:authors:harjeet-sharma.yml","en-us/blog/authors/harjeet-sharma.yml","en-us/blog/authors/harjeet-sharma",{"_path":3455,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3456,"config":3460,"_id":3461,"_type":30,"title":3457,"_source":32,"_file":3462,"_stem":3463,"_extension":35},"/en-us/blog/authors/haydn-mackay",{"name":3457,"config":3458},"Haydn Mackay",{"headshot":714,"ctfId":3459},"Haydn-Mackay",{"template":683},"content:en-us:blog:authors:haydn-mackay.yml","en-us/blog/authors/haydn-mackay.yml","en-us/blog/authors/haydn-mackay",{"_path":3465,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3466,"config":3470,"_id":3471,"_type":30,"title":3467,"_source":32,"_file":3472,"_stem":3473,"_extension":35},"/en-us/blog/authors/hazel-yang",{"name":3467,"config":3468},"Hazel Yang",{"headshot":7,"ctfId":3469},"hazelyang",{"template":683},"content:en-us:blog:authors:hazel-yang.yml","en-us/blog/authors/hazel-yang.yml","en-us/blog/authors/hazel-yang",{"_path":3475,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3476,"config":3480,"_id":3481,"_type":30,"title":3482,"_source":32,"_file":3483,"_stem":3484,"_extension":35},"/en-us/blog/authors/heather-mcnamee",{"name":3477,"config":3478},"Heather McNamee",{"headshot":714,"ctfId":3479},"Heather-McNamee",{"template":683},"content:en-us:blog:authors:heather-mcnamee.yml","Heather Mcnamee","en-us/blog/authors/heather-mcnamee.yml","en-us/blog/authors/heather-mcnamee",{"_path":3486,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3487,"config":3491,"_id":3492,"_type":30,"title":3488,"_source":32,"_file":3493,"_stem":3494,"_extension":35},"/en-us/blog/authors/heather-simpson",{"name":3488,"config":3489},"Heather Simpson",{"headshot":714,"ctfId":3490},"hsimpson",{"template":683},"content:en-us:blog:authors:heather-simpson.yml","en-us/blog/authors/heather-simpson.yml","en-us/blog/authors/heather-simpson",{"_path":3496,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3497,"config":3502,"_id":3503,"_type":30,"title":3498,"_source":32,"_file":3504,"_stem":3505,"_extension":35},"/en-us/blog/authors/hillary-benson",{"name":3498,"config":3499},"Hillary Benson",{"headshot":3500,"ctfId":3501},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683387/Blog/Author%20Headshots/hillarybensonheadshot.png","45VEFoISCoOhRXzyPyAf1x",{"template":683},"content:en-us:blog:authors:hillary-benson.yml","en-us/blog/authors/hillary-benson.yml","en-us/blog/authors/hillary-benson",{"_path":3507,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3508,"config":3512,"_id":3514,"_type":30,"title":3509,"_source":32,"_file":3515,"_stem":3516,"_extension":35},"/en-us/blog/authors/himanshu-kapoor",{"name":3509,"config":3510},"Himanshu Kapoor",{"headshot":3511},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1754585086/hfuoktkehmq0jyfybrnt.png",{"template":683,"gitlabHandle":3513},"himkp","content:en-us:blog:authors:himanshu-kapoor.yml","en-us/blog/authors/himanshu-kapoor.yml","en-us/blog/authors/himanshu-kapoor",{"_path":3518,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3519,"config":3524,"_id":3525,"_type":30,"title":3520,"_source":32,"_file":3526,"_stem":3527,"_extension":35},"/en-us/blog/authors/hiroki-suezawa",{"name":3520,"config":3521},"Hiroki Suezawa",{"headshot":3522,"ctfId":3523},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662370/Blog/Author%20Headshots/hiroki_suezawa.png","cw6ZIj0yjr1uw2LAFr23h",{"template":683},"content:en-us:blog:authors:hiroki-suezawa.yml","en-us/blog/authors/hiroki-suezawa.yml","en-us/blog/authors/hiroki-suezawa",{"_path":3529,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3530,"config":3534,"_id":3535,"_type":30,"title":3531,"_source":32,"_file":3536,"_stem":3537,"_extension":35},"/en-us/blog/authors/holly-reynolds",{"name":3531,"config":3532},"Holly Reynolds",{"headshot":7,"ctfId":3533},"hollyreynolds",{"template":683},"content:en-us:blog:authors:holly-reynolds.yml","en-us/blog/authors/holly-reynolds.yml","en-us/blog/authors/holly-reynolds",{"_path":3539,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3540,"config":3544,"_id":3545,"_type":30,"title":3541,"_source":32,"_file":3546,"_stem":3547,"_extension":35},"/en-us/blog/authors/huldra",{"name":3541,"config":3542},"Huldra",{"headshot":7,"ctfId":3543},"huldra",{"template":683},"content:en-us:blog:authors:huldra.yml","en-us/blog/authors/huldra.yml","en-us/blog/authors/huldra",{"_path":3549,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3550,"config":3554,"_id":3555,"_type":30,"title":3551,"_source":32,"_file":3556,"_stem":3557,"_extension":35},"/en-us/blog/authors/iain-camacho",{"name":3551,"config":3552},"Iain Camacho",{"headshot":7,"ctfId":3553},"icamacho",{"template":683},"content:en-us:blog:authors:iain-camacho.yml","en-us/blog/authors/iain-camacho.yml","en-us/blog/authors/iain-camacho",{"_path":3559,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3560,"config":3564,"_id":3565,"_type":30,"title":3561,"_source":32,"_file":3566,"_stem":3567,"_extension":35},"/en-us/blog/authors/ian-bartholomew",{"name":3561,"config":3562},"Ian Bartholomew",{"headshot":714,"ctfId":3563},"7D4PE43CXfi8pgOSCmipH0",{"template":683},"content:en-us:blog:authors:ian-bartholomew.yml","en-us/blog/authors/ian-bartholomew.yml","en-us/blog/authors/ian-bartholomew",{"_path":3569,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3570,"config":3575,"_id":3576,"_type":30,"title":3571,"_source":32,"_file":3577,"_stem":3578,"_extension":35},"/en-us/blog/authors/ian-khor",{"name":3571,"config":3572},"Ian Khor",{"headshot":3573,"ctfId":3574},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662933/Blog/Author%20Headshots/ian_khor_headshot.png","nSk8fzDwtG3LVFWwg8HrF",{"template":683},"content:en-us:blog:authors:ian-khor.yml","en-us/blog/authors/ian-khor.yml","en-us/blog/authors/ian-khor",{"_path":3580,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3581,"config":3586,"_id":3587,"_type":30,"title":3582,"_source":32,"_file":3588,"_stem":3589,"_extension":35},"/en-us/blog/authors/ian-pedowitz",{"name":3582,"config":3583},"Ian Pedowitz",{"headshot":3584,"ctfId":3585},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683040/Blog/Author%20Headshots/ipedowitz-headshot.jpg","ipedowitz",{"template":683},"content:en-us:blog:authors:ian-pedowitz.yml","en-us/blog/authors/ian-pedowitz.yml","en-us/blog/authors/ian-pedowitz",{"_path":3591,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3592,"config":3597,"_id":3598,"_type":30,"title":3593,"_source":32,"_file":3599,"_stem":3600,"_extension":35},"/en-us/blog/authors/igor-drozdov",{"name":3593,"config":3594},"Igor Drozdov",{"headshot":3595,"ctfId":3596},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672455/Blog/Author%20Headshots/igor.png","igordrozdov",{"template":683},"content:en-us:blog:authors:igor-drozdov.yml","en-us/blog/authors/igor-drozdov.yml","en-us/blog/authors/igor-drozdov",{"_path":3602,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3603,"config":3608,"_id":3609,"_type":30,"title":3604,"_source":32,"_file":3610,"_stem":3611,"_extension":35},"/en-us/blog/authors/igor-wiedler",{"name":3604,"config":3605},"Igor Wiedler",{"headshot":3606,"ctfId":3607},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681841/Blog/Author%20Headshots/igorwwwwwwwwwwwwwwwwwwww-headshot.png","igorwwwwwwwwwwwwwwwwwwww",{"template":683},"content:en-us:blog:authors:igor-wiedler.yml","en-us/blog/authors/igor-wiedler.yml","en-us/blog/authors/igor-wiedler",{"_path":3613,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3614,"config":3619,"_id":3620,"_type":30,"title":3621,"_source":32,"_file":3622,"_stem":3623,"_extension":35},"/en-us/blog/authors/inchul-yoo-sunjung-park",{"name":3615,"config":3616},"Inchul Yoo, Sunjung Park",{"headshot":3617,"ctfId":3618},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669731/Blog/Author%20Headshots/sunjungp-headshot.png","sunjungp",{"template":683},"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":3625,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3626,"config":3631,"_id":3632,"_type":30,"title":3627,"_source":32,"_file":3633,"_stem":3634,"_extension":35},"/en-us/blog/authors/isaac-dawson",{"name":3627,"config":3628},"Isaac Dawson",{"headshot":3629,"ctfId":3630},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669814/Blog/Author%20Headshots/idawson-headshot.jpg","idawson",{"template":683},"content:en-us:blog:authors:isaac-dawson.yml","en-us/blog/authors/isaac-dawson.yml","en-us/blog/authors/isaac-dawson",{"_path":3636,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3637,"config":3641,"_id":3643,"_type":30,"title":3644,"_source":32,"_file":3645,"_stem":3646,"_extension":35},"/en-us/blog/authors/issei-hamada-sony-biz-networks-corporation",{"config":3638,"name":3640},{"headshot":3639},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1760414048/buvcowublhq36ongtzbx.png","Issei Hamada, Sony Biz Networks Corporation",{"template":683,"gitlabHandle":3642},"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":3648,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3649,"config":3654,"_id":3655,"_type":30,"title":3650,"_source":32,"_file":3656,"_stem":3657,"_extension":35},"/en-us/blog/authors/itzik-gan-baruch",{"name":3650,"config":3651},"Itzik Gan Baruch",{"headshot":3652,"ctfId":3653},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658921/Blog/Author%20Headshots/iganbaruch-headshot.jpg","iganbaruch",{"template":683},"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":3659,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3660,"config":3664,"_id":3665,"_type":30,"title":3661,"_source":32,"_file":3666,"_stem":3667,"_extension":35},"/en-us/blog/authors/ivan-lychev",{"name":3661,"config":3662},"Ivan Lychev",{"headshot":7,"ctfId":3663},"iLychevAD",{"template":683},"content:en-us:blog:authors:ivan-lychev.yml","en-us/blog/authors/ivan-lychev.yml","en-us/blog/authors/ivan-lychev",{"_path":3669,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3670,"config":3674,"_id":3675,"_type":30,"title":3671,"_source":32,"_file":3676,"_stem":3677,"_extension":35},"/en-us/blog/authors/ivan-nemytchenko",{"name":3671,"config":3672},"Ivan Nemytchenko",{"headshot":714,"ctfId":3673},"Ivan-Nemytchenko",{"template":683},"content:en-us:blog:authors:ivan-nemytchenko.yml","en-us/blog/authors/ivan-nemytchenko.yml","en-us/blog/authors/ivan-nemytchenko",{"_path":3679,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3680,"config":3686,"_id":3687,"_type":30,"title":3682,"_source":32,"_file":3688,"_stem":3689,"_extension":35},"/en-us/blog/authors/ivanha-paz",{"role":3681,"name":3682,"config":3683},"DevRel Lead at Jam","Ivanha Paz",{"headshot":3684,"ctfId":3685},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670359/Blog/Author%20Headshots/Ivanha_Paz_-_headshot.jpg","7sP877dkX9NIHekQO3HbUH",{"template":683},"content:en-us:blog:authors:ivanha-paz.yml","en-us/blog/authors/ivanha-paz.yml","en-us/blog/authors/ivanha-paz",{"_path":3691,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3692,"config":3696,"_id":3697,"_type":30,"title":3693,"_source":32,"_file":3698,"_stem":3699,"_extension":35},"/en-us/blog/authors/jacie-bandur",{"name":3693,"config":3694},"Jacie Bandur",{"headshot":7,"ctfId":3695},"jbandur",{"template":683},"content:en-us:blog:authors:jacie-bandur.yml","en-us/blog/authors/jacie-bandur.yml","en-us/blog/authors/jacie-bandur",{"_path":3701,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3702,"config":3707,"_id":3708,"_type":30,"title":3703,"_source":32,"_file":3709,"_stem":3710,"_extension":35},"/en-us/blog/authors/jacki-bauer",{"name":3703,"config":3704},"Jacki Bauer",{"headshot":3705,"ctfId":3706},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669728/Blog/Author%20Headshots/jackib-headshot.jpg","7nGz3EarOjQXW2gQuJaF1Z",{"template":683},"content:en-us:blog:authors:jacki-bauer.yml","en-us/blog/authors/jacki-bauer.yml","en-us/blog/authors/jacki-bauer",{"_path":3712,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3713,"config":3717,"_id":3718,"_type":30,"title":3714,"_source":32,"_file":3719,"_stem":3720,"_extension":35},"/en-us/blog/authors/jackie-meshell",{"name":3714,"config":3715},"Jackie Meshell",{"headshot":7,"ctfId":3716},"jmeshell",{"template":683},"content:en-us:blog:authors:jackie-meshell.yml","en-us/blog/authors/jackie-meshell.yml","en-us/blog/authors/jackie-meshell",{"_path":3722,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3723,"config":3728,"_id":3729,"_type":30,"title":3724,"_source":32,"_file":3730,"_stem":3731,"_extension":35},"/en-us/blog/authors/jackie-porter",{"name":3724,"config":3725},"Jackie Porter",{"headshot":3726,"ctfId":3727},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664942/Blog/Author%20Headshots/jreporter-headshot.png","jreporter",{"template":683},"content:en-us:blog:authors:jackie-porter.yml","en-us/blog/authors/jackie-porter.yml","en-us/blog/authors/jackie-porter",{"_path":3733,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3734,"config":3738,"_id":3739,"_type":30,"title":3735,"_source":32,"_file":3740,"_stem":3741,"_extension":35},"/en-us/blog/authors/jacob-schatz",{"name":3735,"config":3736},"Jacob Schatz",{"headshot":7,"ctfId":3737},"jschatz1",{"template":683},"content:en-us:blog:authors:jacob-schatz.yml","en-us/blog/authors/jacob-schatz.yml","en-us/blog/authors/jacob-schatz",{"_path":3743,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3744,"config":3748,"_id":3749,"_type":30,"title":3745,"_source":32,"_file":3750,"_stem":3751,"_extension":35},"/en-us/blog/authors/jacob-vosmaer",{"name":3745,"config":3746},"Jacob Vosmaer",{"headshot":714,"ctfId":3747},"Jacob-Vosmaer",{"template":683},"content:en-us:blog:authors:jacob-vosmaer.yml","en-us/blog/authors/jacob-vosmaer.yml","en-us/blog/authors/jacob-vosmaer",{"_path":3753,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3754,"config":3759,"_id":3760,"_type":30,"title":3755,"_source":32,"_file":3761,"_stem":3762,"_extension":35},"/en-us/blog/authors/jacques-erasmus",{"name":3755,"config":3756},"Jacques Erasmus",{"headshot":3757,"ctfId":3758},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682633/Blog/Author%20Headshots/jerasmus-headshot.png","jerasmus",{"template":683},"content:en-us:blog:authors:jacques-erasmus.yml","en-us/blog/authors/jacques-erasmus.yml","en-us/blog/authors/jacques-erasmus",{"_path":3764,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3765,"config":3770,"_id":3771,"_type":30,"title":3772,"_source":32,"_file":3773,"_stem":3774,"_extension":35},"/en-us/blog/authors/jaime-martnez",{"name":3766,"config":3767},"Jaime Martínez",{"headshot":3768,"ctfId":3769},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679630/Blog/Author%20Headshots/jaime-headshot.jpg","jaime",{"template":683},"content:en-us:blog:authors:jaime-martnez.yml","Jaime Martnez","en-us/blog/authors/jaime-martnez.yml","en-us/blog/authors/jaime-martnez",{"_path":3776,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3777,"config":3781,"_id":3782,"_type":30,"title":3778,"_source":32,"_file":3783,"_stem":3784,"_extension":35},"/en-us/blog/authors/jake-foster",{"name":3778,"config":3779},"Jake Foster",{"headshot":714,"ctfId":3780},"jakefoster1",{"template":683},"content:en-us:blog:authors:jake-foster.yml","en-us/blog/authors/jake-foster.yml","en-us/blog/authors/jake-foster",{"_path":3786,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3787,"config":3791,"_id":3792,"_type":30,"title":3788,"_source":32,"_file":3793,"_stem":3794,"_extension":35},"/en-us/blog/authors/jake-stein",{"name":3788,"config":3789},"Jake Stein",{"headshot":714,"ctfId":3790},"Jake-Stein",{"template":683},"content:en-us:blog:authors:jake-stein.yml","en-us/blog/authors/jake-stein.yml","en-us/blog/authors/jake-stein",{"_path":3796,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3797,"config":3801,"_id":3802,"_type":30,"title":3798,"_source":32,"_file":3803,"_stem":3804,"_extension":35},"/en-us/blog/authors/james-dang",{"name":3798,"config":3799},"James Dang",{"headshot":714,"ctfId":3800},"James-Dang",{"template":683},"content:en-us:blog:authors:james-dang.yml","en-us/blog/authors/james-dang.yml","en-us/blog/authors/james-dang",{"_path":3806,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3807,"config":3812,"_id":3813,"_type":30,"title":3808,"_source":32,"_file":3814,"_stem":3815,"_extension":35},"/en-us/blog/authors/james-heimbuck",{"name":3808,"config":3809},"James Heimbuck",{"headshot":3810,"ctfId":3811},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666934/Blog/Author%20Headshots/jheimbuck_gl-headshot.png","jheimbuckgl",{"template":683},"content:en-us:blog:authors:james-heimbuck.yml","en-us/blog/authors/james-heimbuck.yml","en-us/blog/authors/james-heimbuck",{"_path":3817,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3818,"config":3822,"_id":3823,"_type":30,"title":3819,"_source":32,"_file":3824,"_stem":3825,"_extension":35},"/en-us/blog/authors/james-ramsay",{"name":3819,"config":3820},"James Ramsay",{"headshot":7,"ctfId":3821},"jramsay",{"template":683},"content:en-us:blog:authors:james-ramsay.yml","en-us/blog/authors/james-ramsay.yml","en-us/blog/authors/james-ramsay",{"_path":3827,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3828,"config":3833,"_id":3834,"_type":30,"title":3829,"_source":32,"_file":3835,"_stem":3836,"_extension":35},"/en-us/blog/authors/james-wormwell",{"name":3829,"config":3830},"James Wormwell",{"headshot":3831,"ctfId":3832},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659474/Blog/Author%20Headshots/james_wormwell_headshot.png","CPPijHb0Op5C5aVcvsOEf",{"template":683},"content:en-us:blog:authors:james-wormwell.yml","en-us/blog/authors/james-wormwell.yml","en-us/blog/authors/james-wormwell",{"_path":3838,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3839,"config":3843,"_id":3844,"_type":30,"title":3840,"_source":32,"_file":3845,"_stem":3846,"_extension":35},"/en-us/blog/authors/jamie-hurewitz",{"name":3840,"config":3841},"Jamie Hurewitz",{"headshot":714,"ctfId":3842},"Jamie-Hurewitz",{"template":683},"content:en-us:blog:authors:jamie-hurewitz.yml","en-us/blog/authors/jamie-hurewitz.yml","en-us/blog/authors/jamie-hurewitz",{"_path":3848,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3849,"config":3853,"_id":3854,"_type":30,"title":3850,"_source":32,"_file":3855,"_stem":3856,"_extension":35},"/en-us/blog/authors/jamie-rachel",{"name":3850,"config":3851},"Jamie Rachel",{"headshot":7,"ctfId":3852},"jrachel1",{"template":683},"content:en-us:blog:authors:jamie-rachel.yml","en-us/blog/authors/jamie-rachel.yml","en-us/blog/authors/jamie-rachel",{"_path":3858,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3859,"config":3864,"_id":3865,"_type":30,"title":3860,"_source":32,"_file":3866,"_stem":3867,"_extension":35},"/en-us/blog/authors/jan-provaznik",{"name":3860,"config":3861},"Jan Provaznik",{"headshot":3862,"ctfId":3863},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683397/Blog/Author%20Headshots/jprovaznik-headshot.png","jprovaznik",{"template":683},"content:en-us:blog:authors:jan-provaznik.yml","en-us/blog/authors/jan-provaznik.yml","en-us/blog/authors/jan-provaznik",{"_path":3869,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3870,"config":3875,"_id":3876,"_type":30,"title":3871,"_source":32,"_file":3877,"_stem":3878,"_extension":35},"/en-us/blog/authors/janis-altherr",{"name":3871,"config":3872},"Janis Altherr",{"headshot":3873,"ctfId":3874},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663163/Blog/Author%20Headshots/janis-headshot.jpg","janis",{"template":683},"content:en-us:blog:authors:janis-altherr.yml","en-us/blog/authors/janis-altherr.yml","en-us/blog/authors/janis-altherr",{"_path":3880,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3881,"config":3886,"_id":3887,"_type":30,"title":3882,"_source":32,"_file":3888,"_stem":3889,"_extension":35},"/en-us/blog/authors/jannik-lehmann",{"name":3882,"config":3883},"Jannik Lehmann",{"headshot":3884,"ctfId":3885},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665530/Blog/Author%20Headshots/jannik_lehmann_headshot.png","1N3FaKXgM0jmYL8jdnWKGN",{"template":683},"content:en-us:blog:authors:jannik-lehmann.yml","en-us/blog/authors/jannik-lehmann.yml","en-us/blog/authors/jannik-lehmann",{"_path":3891,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3892,"config":3897,"_id":3898,"_type":30,"title":3899,"_source":32,"_file":3900,"_stem":3901,"_extension":35},"/en-us/blog/authors/jarka-koanov-et-al",{"name":3893,"config":3894},"Jarka Košanová et al",{"headshot":3895,"ctfId":3896},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672956/Blog/Author%20Headshots/jarka-headshot.jpg","jarka",{"template":683},"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":3903,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3904,"config":3908,"_id":3909,"_type":30,"title":3910,"_source":32,"_file":3911,"_stem":3912,"_extension":35},"/en-us/blog/authors/jason-blais-mattermost",{"name":3905,"config":3906},"Jason Blais – Mattermost",{"headshot":7,"ctfId":3907},"jasonblais",{"template":683},"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":3914,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3915,"config":3919,"_id":3920,"_type":30,"title":3916,"_source":32,"_file":3921,"_stem":3922,"_extension":35},"/en-us/blog/authors/jason-chen",{"name":3916,"config":3917},"Jason Chen",{"headshot":714,"ctfId":3918},"Jason-Chen",{"template":683},"content:en-us:blog:authors:jason-chen.yml","en-us/blog/authors/jason-chen.yml","en-us/blog/authors/jason-chen",{"_path":3924,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3925,"config":3930,"_id":3931,"_type":30,"title":3926,"_source":32,"_file":3932,"_stem":3933,"_extension":35},"/en-us/blog/authors/jason-colyer",{"name":3926,"config":3927},"Jason Colyer",{"headshot":3928,"ctfId":3929},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670540/Blog/Author%20Headshots/jcolyer-headshot.jpg","jcolyer",{"template":683},"content:en-us:blog:authors:jason-colyer.yml","en-us/blog/authors/jason-colyer.yml","en-us/blog/authors/jason-colyer",{"_path":3935,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3936,"config":3941,"_id":3942,"_type":30,"title":3937,"_source":32,"_file":3943,"_stem":3944,"_extension":35},"/en-us/blog/authors/jason-plum",{"name":3937,"config":3938},"Jason Plum",{"headshot":3939,"ctfId":3940},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683234/Blog/Author%20Headshots/WarheadsSE-headshot.jpg","WarheadsSE",{"template":683},"content:en-us:blog:authors:jason-plum.yml","en-us/blog/authors/jason-plum.yml","en-us/blog/authors/jason-plum",{"_path":3946,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3947,"config":3951,"_id":3952,"_type":30,"title":3948,"_source":32,"_file":3953,"_stem":3954,"_extension":35},"/en-us/blog/authors/jason-yavorska",{"name":3948,"config":3949},"Jason Yavorska",{"headshot":7,"ctfId":3950},"jyavorska",{"template":683},"content:en-us:blog:authors:jason-yavorska.yml","en-us/blog/authors/jason-yavorska.yml","en-us/blog/authors/jason-yavorska",{"_path":3956,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3957,"config":3961,"_id":3962,"_type":30,"title":3958,"_source":32,"_file":3963,"_stem":3964,"_extension":35},"/en-us/blog/authors/jay-newman",{"name":3958,"config":3959},"Jay Newman",{"headshot":714,"ctfId":3960},"Jay-Newman",{"template":683},"content:en-us:blog:authors:jay-newman.yml","en-us/blog/authors/jay-newman.yml","en-us/blog/authors/jay-newman",{"_path":3966,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3967,"config":3972,"_id":3973,"_type":30,"title":3968,"_source":32,"_file":3974,"_stem":3975,"_extension":35},"/en-us/blog/authors/jayson-salazar",{"name":3968,"config":3969},"Jayson Salazar",{"headshot":3970,"ctfId":3971},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669832/Blog/Author%20Headshots/jdsalaro-headshot.png","787SqtoQNu4DE3WGWE1WMv",{"template":683},"content:en-us:blog:authors:jayson-salazar.yml","en-us/blog/authors/jayson-salazar.yml","en-us/blog/authors/jayson-salazar",{"_path":3977,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3978,"config":3982,"_id":3983,"_type":30,"title":3984,"_source":32,"_file":3985,"_stem":3986,"_extension":35},"/en-us/blog/authors/jd-alex",{"name":3979,"config":3980},"JD Alex",{"headshot":7,"ctfId":3981},"jalex1",{"template":683},"content:en-us:blog:authors:jd-alex.yml","Jd Alex","en-us/blog/authors/jd-alex.yml","en-us/blog/authors/jd-alex",{"_path":3988,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":3989,"config":3993,"_id":3994,"_type":30,"title":3995,"_source":32,"_file":3996,"_stem":3997,"_extension":35},"/en-us/blog/authors/jean-philippe-baconnais",{"name":3990,"config":3991},"Jean-Philippe Baconnais",{"headshot":7,"ctfId":3992},"jeanphibaconnais",{"template":683},"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":3999,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4000,"config":4005,"_id":4006,"_type":30,"title":4001,"_source":32,"_file":4007,"_stem":4008,"_extension":35},"/en-us/blog/authors/jeff-burrows",{"name":4001,"config":4002},"Jeff Burrows",{"headshot":4003,"ctfId":4004},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749680588/Blog/Author%20Headshots/jburrows001-headshot.jpg","jburrows001",{"template":683},"content:en-us:blog:authors:jeff-burrows.yml","en-us/blog/authors/jeff-burrows.yml","en-us/blog/authors/jeff-burrows",{"_path":4010,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4011,"config":4015,"_id":4016,"_type":30,"title":4012,"_source":32,"_file":4017,"_stem":4018,"_extension":35},"/en-us/blog/authors/jeff-kelsey",{"name":4012,"config":4013},"Jeff Kelsey",{"headshot":714,"ctfId":4014},"Jeff-Kelsey",{"template":683},"content:en-us:blog:authors:jeff-kelsey.yml","en-us/blog/authors/jeff-kelsey.yml","en-us/blog/authors/jeff-kelsey",{"_path":4020,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4021,"config":4026,"_id":4027,"_type":30,"title":4022,"_source":32,"_file":4028,"_stem":4029,"_extension":35},"/en-us/blog/authors/jeff-park",{"name":4022,"config":4023},"Jeff Park",{"headshot":4024,"ctfId":4025},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662462/Blog/Author%20Headshots/jeff_park.png","6f3sZWoxqV0RIufjUp6ohq",{"template":683},"content:en-us:blog:authors:jeff-park.yml","en-us/blog/authors/jeff-park.yml","en-us/blog/authors/jeff-park",{"_path":4031,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4032,"config":4037,"_id":4038,"_type":30,"title":4033,"_source":32,"_file":4039,"_stem":4040,"_extension":35},"/en-us/blog/authors/jeff-tucker",{"name":4033,"config":4034},"Jeff Tucker",{"headshot":4035,"ctfId":4036},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662256/Blog/Author%20Headshots/jeff_tucker_headshot.png","QsMDilyLUNsS2rvyaG3ne",{"template":683},"content:en-us:blog:authors:jeff-tucker.yml","en-us/blog/authors/jeff-tucker.yml","en-us/blog/authors/jeff-tucker",{"_path":4042,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4043,"config":4048,"_id":4049,"_type":30,"title":4044,"_source":32,"_file":4050,"_stem":4051,"_extension":35},"/en-us/blog/authors/jensen-stava",{"name":4044,"config":4045},"Jensen Stava",{"headshot":4046,"ctfId":4047},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679862/Blog/Author%20Headshots/jstava-headshot.png","jstava",{"template":683},"content:en-us:blog:authors:jensen-stava.yml","en-us/blog/authors/jensen-stava.yml","en-us/blog/authors/jensen-stava",{"_path":4053,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4054,"config":4058,"_id":4059,"_type":30,"title":4055,"_source":32,"_file":4060,"_stem":4061,"_extension":35},"/en-us/blog/authors/jeremy-cooper",{"name":4055,"config":4056},"Jeremy Cooper",{"headshot":714,"ctfId":4057},"6sXs62l8jODDcUlS9OPgTu",{"template":683},"content:en-us:blog:authors:jeremy-cooper.yml","en-us/blog/authors/jeremy-cooper.yml","en-us/blog/authors/jeremy-cooper",{"_path":4063,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4064,"config":4069,"_id":4070,"_type":30,"title":4065,"_source":32,"_file":4071,"_stem":4072,"_extension":35},"/en-us/blog/authors/jeremy-elder",{"name":4065,"config":4066},"Jeremy Elder",{"headshot":4067,"ctfId":4068},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666146/Blog/Author%20Headshots/jeldergl-headshot.jpg","jeldergl",{"template":683},"content:en-us:blog:authors:jeremy-elder.yml","en-us/blog/authors/jeremy-elder.yml","en-us/blog/authors/jeremy-elder",{"_path":4074,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4075,"config":4080,"_id":4081,"_type":30,"title":4076,"_source":32,"_file":4082,"_stem":4083,"_extension":35},"/en-us/blog/authors/jeremy-wagner",{"name":4076,"config":4077},"Jeremy Wagner",{"headshot":4078,"ctfId":4079},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663285/Blog/Author%20Headshots/jeremywagner-headshot.jpg","jeremywagner",{"template":683},"content:en-us:blog:authors:jeremy-wagner.yml","en-us/blog/authors/jeremy-wagner.yml","en-us/blog/authors/jeremy-wagner",{"_path":4085,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4086,"config":4090,"_id":4091,"_type":30,"title":4087,"_source":32,"_file":4092,"_stem":4093,"_extension":35},"/en-us/blog/authors/jeremy-watson",{"name":4087,"config":4088},"Jeremy Watson",{"headshot":7,"ctfId":4089},"jeremy",{"template":683},"content:en-us:blog:authors:jeremy-watson.yml","en-us/blog/authors/jeremy-watson.yml","en-us/blog/authors/jeremy-watson",{"_path":4095,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4096,"config":4101,"_id":4102,"_type":30,"title":4097,"_source":32,"_file":4103,"_stem":4104,"_extension":35},"/en-us/blog/authors/jerez-solis",{"name":4097,"config":4098},"Jerez Solis",{"headshot":4099,"ctfId":4100},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664494/Blog/Author%20Headshots/jerezsolis.jpg","1Tx8fzD6QQglwxBTAlwAOZ",{"template":683},"content:en-us:blog:authors:jerez-solis.yml","en-us/blog/authors/jerez-solis.yml","en-us/blog/authors/jerez-solis",{"_path":4106,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4107,"config":4111,"_id":4112,"_type":30,"title":4113,"_source":32,"_file":4114,"_stem":4115,"_extension":35},"/en-us/blog/authors/jeroen-van-baarsen",{"name":4108,"config":4109},"Jeroen van Baarsen",{"headshot":714,"ctfId":4110},"Jeroen-van-Baarsen",{"template":683},"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":4117,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4118,"config":4123,"_id":4124,"_type":30,"title":4119,"_source":32,"_file":4125,"_stem":4126,"_extension":35},"/en-us/blog/authors/jessica-hurwitz",{"name":4119,"config":4120},"Jessica Hurwitz",{"headshot":4121,"ctfId":4122},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659532/Blog/Author%20Headshots/jessica_hurwitz_headshot.png","6c35XpCSITw8fPmcAX67of",{"template":683},"content:en-us:blog:authors:jessica-hurwitz.yml","en-us/blog/authors/jessica-hurwitz.yml","en-us/blog/authors/jessica-hurwitz",{"_path":4128,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4129,"config":4133,"_id":4134,"_type":30,"title":4130,"_source":32,"_file":4135,"_stem":4136,"_extension":35},"/en-us/blog/authors/jim-riley",{"name":4130,"config":4131},"Jim Riley",{"headshot":7,"ctfId":4132},"GitLabcom-username-jrileyinva",{"template":683},"content:en-us:blog:authors:jim-riley.yml","en-us/blog/authors/jim-riley.yml","en-us/blog/authors/jim-riley",{"_path":4138,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4139,"config":4143,"_id":4144,"_type":30,"title":4140,"_source":32,"_file":4145,"_stem":4146,"_extension":35},"/en-us/blog/authors/jim-thavisouk",{"name":4140,"config":4141},"Jim Thavisouk",{"headshot":714,"ctfId":4142},"jimthavisouk",{"template":683},"content:en-us:blog:authors:jim-thavisouk.yml","en-us/blog/authors/jim-thavisouk.yml","en-us/blog/authors/jim-thavisouk",{"_path":4148,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4149,"config":4153,"_id":4154,"_type":30,"title":4155,"_source":32,"_file":4156,"_stem":4157,"_extension":35},"/en-us/blog/authors/job-van-der-voort",{"name":4150,"config":4151},"Job van der Voort",{"headshot":714,"ctfId":4152},"Job-van-der-Voort",{"template":683},"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":4159,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4160,"config":4165,"_id":4166,"_type":30,"title":4161,"_source":32,"_file":4167,"_stem":4168,"_extension":35},"/en-us/blog/authors/jocelyn-eillis",{"name":4161,"config":4162},"Jocelyn Eillis",{"headshot":4163,"ctfId":4164},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/geqmxc4jkh4uy89m9loe.png","eGPL69Bvlva57elmDjuSo",{"template":683},"content:en-us:blog:authors:jocelyn-eillis.yml","en-us/blog/authors/jocelyn-eillis.yml","en-us/blog/authors/jocelyn-eillis",{"_path":4170,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4171,"config":4175,"_id":4176,"_type":30,"title":4172,"_source":32,"_file":4177,"_stem":4178,"_extension":35},"/en-us/blog/authors/jochen-roth",{"name":4172,"config":4173},"Jochen Roth",{"headshot":7,"ctfId":4174},"ochorocho",{"template":683},"content:en-us:blog:authors:jochen-roth.yml","en-us/blog/authors/jochen-roth.yml","en-us/blog/authors/jochen-roth",{"_path":4180,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4181,"config":4186,"_id":4187,"_type":30,"title":4182,"_source":32,"_file":4188,"_stem":4189,"_extension":35},"/en-us/blog/authors/joe-randazzo",{"name":4182,"config":4183},"Joe Randazzo",{"headshot":4184,"ctfId":4185},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664711/Blog/Author%20Headshots/randazzo.jpg","5DxpEbIVcwN2ukwiEMsHlH",{"template":683},"content:en-us:blog:authors:joe-randazzo.yml","en-us/blog/authors/joe-randazzo.yml","en-us/blog/authors/joe-randazzo",{"_path":4191,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4192,"config":4197,"_id":4198,"_type":30,"title":4193,"_source":32,"_file":4199,"_stem":4200,"_extension":35},"/en-us/blog/authors/joel-krooswyk",{"name":4193,"config":4194},"Joel Krooswyk",{"headshot":4195,"ctfId":4196},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669392/Blog/Author%20Headshots/jkrooswyk-headshot.jpg","jkrooswyk",{"template":683},"content:en-us:blog:authors:joel-krooswyk.yml","en-us/blog/authors/joel-krooswyk.yml","en-us/blog/authors/joel-krooswyk",{"_path":4202,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4203,"config":4208,"_id":4209,"_type":30,"title":4204,"_source":32,"_file":4210,"_stem":4211,"_extension":35},"/en-us/blog/authors/joern-schneeweisz",{"name":4204,"config":4205},"Joern Schneeweisz",{"headshot":4206,"ctfId":4207},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679144/Blog/Author%20Headshots/joernchen-headshot.png","joernchen",{"template":683},"content:en-us:blog:authors:joern-schneeweisz.yml","en-us/blog/authors/joern-schneeweisz.yml","en-us/blog/authors/joern-schneeweisz",{"_path":4213,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4214,"config":4218,"_id":4219,"_type":30,"title":4215,"_source":32,"_file":4220,"_stem":4221,"_extension":35},"/en-us/blog/authors/joey-salazar",{"name":4215,"config":4216},"Joey Salazar",{"headshot":714,"ctfId":4217},"4LgUP4bzQV6kuhoZNFID9r",{"template":683},"content:en-us:blog:authors:joey-salazar.yml","en-us/blog/authors/joey-salazar.yml","en-us/blog/authors/joey-salazar",{"_path":4223,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4224,"config":4228,"_id":4229,"_type":30,"title":4225,"_source":32,"_file":4230,"_stem":4231,"_extension":35},"/en-us/blog/authors/johanna-ambrosio",{"name":4225,"config":4226},"Johanna Ambrosio",{"headshot":714,"ctfId":4227},"Johanna-Ambrosio",{"template":683},"content:en-us:blog:authors:johanna-ambrosio.yml","en-us/blog/authors/johanna-ambrosio.yml","en-us/blog/authors/johanna-ambrosio",{"_path":4233,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4234,"config":4239,"_id":4240,"_type":30,"title":4235,"_source":32,"_file":4241,"_stem":4242,"_extension":35},"/en-us/blog/authors/johannes-bauer",{"name":4235,"config":4236},"Johannes Bauer",{"headshot":4237,"ctfId":4238},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662611/Blog/Author%20Headshots/johannes_bauer_headshot.png","6Snkao4VD1IxGOzV1YpcMZ",{"template":683},"content:en-us:blog:authors:johannes-bauer.yml","en-us/blog/authors/johannes-bauer.yml","en-us/blog/authors/johannes-bauer",{"_path":4244,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4245,"config":4250,"_id":4251,"_type":30,"title":4246,"_source":32,"_file":4252,"_stem":4253,"_extension":35},"/en-us/blog/authors/john-cai",{"name":4246,"config":4247},"John Cai",{"headshot":4248,"ctfId":4249},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667386/Blog/Author%20Headshots/jcaigitlab-headshot.jpg","jcaigitlab",{"template":683},"content:en-us:blog:authors:john-cai.yml","en-us/blog/authors/john-cai.yml","en-us/blog/authors/john-cai",{"_path":4255,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4256,"config":4261,"_id":4262,"_type":30,"title":4257,"_source":32,"_file":4263,"_stem":4264,"_extension":35},"/en-us/blog/authors/john-coghlan",{"name":4257,"config":4258},"John Coghlan",{"headshot":4259,"ctfId":4260},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670167/Blog/Author%20Headshots/johncoghlan-headshot.jpg","johncoghlan",{"template":683},"content:en-us:blog:authors:john-coghlan.yml","en-us/blog/authors/john-coghlan.yml","en-us/blog/authors/john-coghlan",{"_path":4266,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4267,"config":4272,"_id":4273,"_type":30,"title":4268,"_source":32,"_file":4274,"_stem":4275,"_extension":35},"/en-us/blog/authors/john-crowley",{"name":4268,"config":4269},"John Crowley",{"headshot":4270,"ctfId":4271},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666042/Blog/Author%20Headshots/john_crowley_headshot.png","64k6bR3mtIchoqBccJDaTO",{"template":683},"content:en-us:blog:authors:john-crowley.yml","en-us/blog/authors/john-crowley.yml","en-us/blog/authors/john-crowley",{"_path":4277,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4278,"config":4283,"_id":4284,"_type":30,"title":4279,"_source":32,"_file":4285,"_stem":4286,"_extension":35},"/en-us/blog/authors/john-jarvis",{"name":4279,"config":4280},"John Jarvis",{"headshot":4281,"ctfId":4282},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678622/Blog/Author%20Headshots/jarv-headshot.jpg","jarv",{"template":683},"content:en-us:blog:authors:john-jarvis.yml","en-us/blog/authors/john-jarvis.yml","en-us/blog/authors/john-jarvis",{"_path":4288,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4289,"config":4293,"_id":4294,"_type":30,"title":4290,"_source":32,"_file":4295,"_stem":4296,"_extension":35},"/en-us/blog/authors/john-jeremiah",{"name":4290,"config":4291},"John Jeremiah",{"headshot":714,"ctfId":4292},"johnjeremiah",{"template":683},"content:en-us:blog:authors:john-jeremiah.yml","en-us/blog/authors/john-jeremiah.yml","en-us/blog/authors/john-jeremiah",{"_path":4298,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4299,"config":4303,"_id":4304,"_type":30,"title":4305,"_source":32,"_file":4306,"_stem":4307,"_extension":35},"/en-us/blog/authors/john-mcguire",{"name":4300,"config":4301},"John McGuire",{"headshot":714,"ctfId":4302},"2BpYnUcWeqmuRlVM7w9ZIv",{"template":683},"content:en-us:blog:authors:john-mcguire.yml","John Mcguire","en-us/blog/authors/john-mcguire.yml","en-us/blog/authors/john-mcguire",{"_path":4309,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4310,"config":4314,"_id":4316,"_type":30,"title":4311,"_source":32,"_file":4317,"_stem":4318,"_extension":35},"/en-us/blog/authors/john-skarbek",{"name":4311,"config":4312},"John Skarbek",{"headshot":4313},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751303547/nq8dxitzoybran2r7crm.png",{"template":683,"gitlabHandle":4315},"skarbek","content:en-us:blog:authors:john-skarbek.yml","en-us/blog/authors/john-skarbek.yml","en-us/blog/authors/john-skarbek",{"_path":4320,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4321,"config":4325,"_id":4326,"_type":30,"title":4322,"_source":32,"_file":4327,"_stem":4328,"_extension":35},"/en-us/blog/authors/john-sparrow",{"name":4322,"config":4323},"John Sparrow",{"headshot":714,"ctfId":4324},"John-Sparrow",{"template":683},"content:en-us:blog:authors:john-sparrow.yml","en-us/blog/authors/john-sparrow.yml","en-us/blog/authors/john-sparrow",{"_path":4330,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4331,"config":4335,"_id":4336,"_type":30,"title":4332,"_source":32,"_file":4337,"_stem":4338,"_extension":35},"/en-us/blog/authors/johnathan-hunt",{"name":4332,"config":4333},"Johnathan Hunt",{"headshot":714,"ctfId":4334},"JohnathanHunt",{"template":683},"content:en-us:blog:authors:johnathan-hunt.yml","en-us/blog/authors/johnathan-hunt.yml","en-us/blog/authors/johnathan-hunt",{"_path":4340,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4341,"config":4345,"_id":4346,"_type":30,"title":4342,"_source":32,"_file":4347,"_stem":4348,"_extension":35},"/en-us/blog/authors/joni-klippert",{"name":4342,"config":4343},"Joni Klippert",{"headshot":714,"ctfId":4344},"Joni-Klippert",{"template":683},"content:en-us:blog:authors:joni-klippert.yml","en-us/blog/authors/joni-klippert.yml","en-us/blog/authors/joni-klippert",{"_path":4350,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4351,"config":4356,"_id":4357,"_type":30,"title":4358,"_source":32,"_file":4359,"_stem":4360,"_extension":35},"/en-us/blog/authors/joo-alexandre-prado-tavares-cunha",{"name":4352,"config":4353},"João Alexandre Prado Tavares Cunha",{"headshot":4354,"ctfId":4355},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682771/Blog/Author%20Headshots/Alexand-headshot.jpg","Alexand",{"template":683},"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":4362,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4363,"config":4368,"_id":4369,"_type":30,"title":4370,"_source":32,"_file":4371,"_stem":4372,"_extension":35},"/en-us/blog/authors/joo-pereira",{"name":4364,"config":4365},"João Pereira",{"headshot":4366,"ctfId":4367},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665547/Blog/Author%20Headshots/joao_pereira.png","7wLh5rwID5R39PRA6aiAb0",{"template":683},"content:en-us:blog:authors:joo-pereira.yml","Joo Pereira","en-us/blog/authors/joo-pereira.yml","en-us/blog/authors/joo-pereira",{"_path":4374,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4375,"config":4379,"_id":4380,"_type":30,"title":4376,"_source":32,"_file":4381,"_stem":4382,"_extension":35},"/en-us/blog/authors/jordi-mon",{"name":4376,"config":4377},"Jordi Mon",{"headshot":7,"ctfId":4378},"jordimon",{"template":683},"content:en-us:blog:authors:jordi-mon.yml","en-us/blog/authors/jordi-mon.yml","en-us/blog/authors/jordi-mon",{"_path":4384,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4385,"config":4390,"_id":4391,"_type":30,"title":4392,"_source":32,"_file":4393,"_stem":4394,"_extension":35},"/en-us/blog/authors/jos-ivn-vargas",{"name":4386,"config":4387},"José Iván Vargas",{"headshot":4388,"ctfId":4389},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679024/Blog/Author%20Headshots/jivanvl-headshot.jpg","jivanvl",{"template":683},"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":4396,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4397,"config":4401,"_id":4402,"_type":30,"title":4398,"_source":32,"_file":4403,"_stem":4404,"_extension":35},"/en-us/blog/authors/jose-finotto",{"name":4398,"config":4399},"Jose Finotto",{"headshot":7,"ctfId":4400},"finotto",{"template":683},"content:en-us:blog:authors:jose-finotto.yml","en-us/blog/authors/jose-finotto.yml","en-us/blog/authors/jose-finotto",{"_path":4406,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4407,"config":4411,"_id":4413,"_type":30,"title":4410,"_source":32,"_file":4414,"_stem":4415,"_extension":35},"/en-us/blog/authors/joseph-burnett",{"config":4408,"name":4410},{"headshot":4409},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752169072/teprmqbylocazrqdtuix.png","Joseph Burnett",{"template":683,"gitlabHandle":4412},"josephburnett","content:en-us:blog:authors:joseph-burnett.yml","en-us/blog/authors/joseph-burnett.yml","en-us/blog/authors/joseph-burnett",{"_path":4417,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4418,"config":4423,"_id":4424,"_type":30,"title":4419,"_source":32,"_file":4425,"_stem":4426,"_extension":35},"/en-us/blog/authors/joseph-longo",{"name":4419,"config":4420},"Joseph Longo",{"headshot":4421,"ctfId":4422},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659681/Blog/Author%20Headshots/jlongo_gitlab-headshot.jpg","jlongogitlab",{"template":683},"content:en-us:blog:authors:joseph-longo.yml","en-us/blog/authors/joseph-longo.yml","en-us/blog/authors/joseph-longo",{"_path":4428,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4429,"config":4433,"_id":4434,"_type":30,"title":4435,"_source":32,"_file":4436,"_stem":4437,"_extension":35},"/en-us/blog/authors/joseph-schorr-from-coreos",{"name":4430,"config":4431},"Joseph Schorr from CoreOS",{"headshot":714,"ctfId":4432},"Joseph-Schorr-from-CoreOS",{"template":683},"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":4439,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4440,"config":4445,"_id":4446,"_type":30,"title":4441,"_source":32,"_file":4447,"_stem":4448,"_extension":35},"/en-us/blog/authors/josh-feehs",{"name":4441,"config":4442},"Josh Feehs",{"headshot":4443,"ctfId":4444},"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":683},"content:en-us:blog:authors:josh-feehs.yml","en-us/blog/authors/josh-feehs.yml","en-us/blog/authors/josh-feehs",{"_path":4450,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4451,"config":4457,"_id":4458,"_type":30,"title":4459,"_source":32,"_file":4460,"_stem":4461,"_extension":35},"/en-us/blog/authors/josh-kodroff-pulumi",{"role":4452,"name":4453,"config":4454},"Sr. Solutions Architect, Pulumi","Josh Kodroff, Pulumi",{"headshot":4455,"ctfId":4456},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683425/Blog/Author%20Headshots/joshkodroff.jpg","2GF0MF1ngEBxos4nRKt8tL",{"template":683},"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":4463,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4464,"config":4468,"_id":4469,"_type":30,"title":4465,"_source":32,"_file":4470,"_stem":4471,"_extension":35},"/en-us/blog/authors/josh-zimmerman",{"name":4465,"config":4466},"Josh Zimmerman",{"headshot":7,"ctfId":4467},"JoshZimmerman",{"template":683},"content:en-us:blog:authors:josh-zimmerman.yml","en-us/blog/authors/josh-zimmerman.yml","en-us/blog/authors/josh-zimmerman",{"_path":4473,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4474,"config":4479,"_id":4480,"_type":30,"title":4475,"_source":32,"_file":4481,"_stem":4482,"_extension":35},"/en-us/blog/authors/joshua-carroll",{"name":4475,"config":4476},"Joshua Carroll",{"headshot":4477,"ctfId":4478},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664952/Blog/Author%20Headshots/joshua_carroll_headshot.png","8HOTaXswBopyqMWFZMSv3",{"template":683},"content:en-us:blog:authors:joshua-carroll.yml","en-us/blog/authors/joshua-carroll.yml","en-us/blog/authors/joshua-carroll",{"_path":4484,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4485,"config":4490,"_id":4491,"_type":30,"title":4486,"_source":32,"_file":4492,"_stem":4493,"_extension":35},"/en-us/blog/authors/joshua-lambert",{"name":4486,"config":4487},"Joshua Lambert",{"headshot":4488,"ctfId":4489},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681281/Blog/Author%20Headshots/joshlambert-headshot.png","joshlambert",{"template":683},"content:en-us:blog:authors:joshua-lambert.yml","en-us/blog/authors/joshua-lambert.yml","en-us/blog/authors/joshua-lambert",{"_path":4495,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4496,"config":4500,"_id":4501,"_type":30,"title":4497,"_source":32,"_file":4502,"_stem":4503,"_extension":35},"/en-us/blog/authors/joyce-tompsett",{"name":4497,"config":4498},"Joyce Tompsett",{"headshot":7,"ctfId":4499},"Tompsett",{"template":683},"content:en-us:blog:authors:joyce-tompsett.yml","en-us/blog/authors/joyce-tompsett.yml","en-us/blog/authors/joyce-tompsett",{"_path":4505,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4506,"config":4510,"_id":4511,"_type":30,"title":4507,"_source":32,"_file":4512,"_stem":4513,"_extension":35},"/en-us/blog/authors/juan-broullon",{"name":4507,"config":4508},"Juan Broullon",{"headshot":7,"ctfId":4509},"jbroullon",{"template":683},"content:en-us:blog:authors:juan-broullon.yml","en-us/blog/authors/juan-broullon.yml","en-us/blog/authors/juan-broullon",{"_path":4515,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4516,"config":4520,"_id":4521,"_type":30,"title":4517,"_source":32,"_file":4522,"_stem":4523,"_extension":35},"/en-us/blog/authors/julia-lake",{"name":4517,"config":4518},"Julia Lake",{"headshot":714,"ctfId":4519},"5i9IDwCDDg3lfkiu9T3edZ",{"template":683},"content:en-us:blog:authors:julia-lake.yml","en-us/blog/authors/julia-lake.yml","en-us/blog/authors/julia-lake",{"_path":4525,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4526,"config":4531,"_id":4532,"_type":30,"title":4527,"_source":32,"_file":4533,"_stem":4534,"_extension":35},"/en-us/blog/authors/julia-miocene",{"name":4527,"config":4528},"Julia Miocene",{"headshot":4529,"ctfId":4530},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755616177/yatkjhtf60edealtvpr4.png","6SK0DpWNK5NmfLyn2vWMPI",{"template":683},"content:en-us:blog:authors:julia-miocene.yml","en-us/blog/authors/julia-miocene.yml","en-us/blog/authors/julia-miocene",{"_path":4536,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4537,"config":4541,"_id":4542,"_type":30,"title":4538,"_source":32,"_file":4543,"_stem":4544,"_extension":35},"/en-us/blog/authors/julian-thome",{"name":4538,"config":4539},"Julian Thome",{"headshot":7,"ctfId":4540},"jthome",{"template":683},"content:en-us:blog:authors:julian-thome.yml","en-us/blog/authors/julian-thome.yml","en-us/blog/authors/julian-thome",{"_path":4546,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4547,"config":4552,"_id":4553,"_type":30,"title":4548,"_source":32,"_file":4554,"_stem":4555,"_extension":35},"/en-us/blog/authors/julie-byrne",{"name":4548,"config":4549},"Julie Byrne",{"headshot":4550,"ctfId":4551},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669432/Blog/Author%20Headshots/juliebyrne.jpg","3SaRWyz0u889xiq6rZkCO",{"template":683},"content:en-us:blog:authors:julie-byrne.yml","en-us/blog/authors/julie-byrne.yml","en-us/blog/authors/julie-byrne",{"_path":4557,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4558,"config":4563,"_id":4564,"_type":30,"title":4559,"_source":32,"_file":4565,"_stem":4566,"_extension":35},"/en-us/blog/authors/julie-griffin",{"name":4559,"config":4560},"Julie Griffin",{"headshot":4561,"ctfId":4562},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665206/Blog/Author%20Headshots/julie_griffin_-_headshot.png","3djBidFIW3or5K9uhi9LE5",{"template":683},"content:en-us:blog:authors:julie-griffin.yml","en-us/blog/authors/julie-griffin.yml","en-us/blog/authors/julie-griffin",{"_path":4568,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4569,"config":4573,"_id":4574,"_type":30,"title":4570,"_source":32,"_file":4575,"_stem":4576,"_extension":35},"/en-us/blog/authors/julien-andrieux",{"name":4570,"config":4571},"Julien Andrieux",{"headshot":714,"ctfId":4572},"Julien-Andrieux",{"template":683},"content:en-us:blog:authors:julien-andrieux.yml","en-us/blog/authors/julien-andrieux.yml","en-us/blog/authors/julien-andrieux",{"_path":4578,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4579,"config":4584,"_id":4585,"_type":30,"title":4580,"_source":32,"_file":4586,"_stem":4587,"_extension":35},"/en-us/blog/authors/juliet-wanjohi",{"name":4580,"config":4581},"Juliet Wanjohi",{"headshot":4582,"ctfId":4583},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669837/Blog/Author%20Headshots/jwanjohi-headshot.jpg","jwanjohi",{"template":683},"content:en-us:blog:authors:juliet-wanjohi.yml","en-us/blog/authors/juliet-wanjohi.yml","en-us/blog/authors/juliet-wanjohi",{"_path":4589,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4590,"config":4594,"_id":4595,"_type":30,"title":4591,"_source":32,"_file":4596,"_stem":4597,"_extension":35},"/en-us/blog/authors/justin-farris",{"name":4591,"config":4592},"Justin Farris",{"headshot":714,"ctfId":4593},"5RHYudAlWLmSj5U7AOIcbG",{"template":683},"content:en-us:blog:authors:justin-farris.yml","en-us/blog/authors/justin-farris.yml","en-us/blog/authors/justin-farris",{"_path":4599,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4600,"config":4605,"_id":4606,"_type":30,"title":4601,"_source":32,"_file":4607,"_stem":4608,"_extension":35},"/en-us/blog/authors/justin-tobler",{"name":4601,"config":4602},"Justin Tobler",{"headshot":4603,"ctfId":4604},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664737/Blog/Author%20Headshots/james_tobler_headshot.png","5pnOIbNI1Sc5IFnReNHNtv",{"template":683},"content:en-us:blog:authors:justin-tobler.yml","en-us/blog/authors/justin-tobler.yml","en-us/blog/authors/justin-tobler",{"_path":4610,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4611,"config":4616,"_id":4617,"_type":30,"title":4612,"_source":32,"_file":4618,"_stem":4619,"_extension":35},"/en-us/blog/authors/kai-armstrong",{"name":4612,"config":4613},"Kai Armstrong",{"headshot":4614,"ctfId":4615},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682535/Blog/Author%20Headshots/phikai-headshot.png","phikai",{"template":683},"content:en-us:blog:authors:kai-armstrong.yml","en-us/blog/authors/kai-armstrong.yml","en-us/blog/authors/kai-armstrong",{"_path":4621,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4622,"config":4626,"_id":4627,"_type":30,"title":4628,"_source":32,"_file":4629,"_stem":4630,"_extension":35},"/en-us/blog/authors/kamil-trzciski",{"name":4623,"config":4624},"Kamil Trzciński",{"headshot":714,"ctfId":4625},"Kamil-Trzciski",{"template":683},"content:en-us:blog:authors:kamil-trzciski.yml","Kamil Trzciski","en-us/blog/authors/kamil-trzciski.yml","en-us/blog/authors/kamil-trzciski",{"_path":4632,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4633,"config":4637,"_id":4638,"_type":30,"title":4639,"_source":32,"_file":4640,"_stem":4641,"_extension":35},"/en-us/blog/authors/karen-caras",{"name":4634,"config":4635},"Karen Carías",{"headshot":714,"ctfId":4636},"Karen-Caras",{"template":683},"content:en-us:blog:authors:karen-caras.yml","Karen Caras","en-us/blog/authors/karen-caras.yml","en-us/blog/authors/karen-caras",{"_path":4643,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4644,"config":4649,"_id":4650,"_type":30,"title":4645,"_source":32,"_file":4651,"_stem":4652,"_extension":35},"/en-us/blog/authors/karthik-nayak",{"name":4645,"config":4646},"Karthik Nayak",{"headshot":4647,"ctfId":4648},"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":683},"content:en-us:blog:authors:karthik-nayak.yml","en-us/blog/authors/karthik-nayak.yml","en-us/blog/authors/karthik-nayak",{"_path":4654,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4655,"config":4659,"_id":4660,"_type":30,"title":4656,"_source":32,"_file":4661,"_stem":4662,"_extension":35},"/en-us/blog/authors/katherine-okpara",{"name":4656,"config":4657},"Katherine Okpara",{"headshot":7,"ctfId":4658},"katokpara",{"template":683},"content:en-us:blog:authors:katherine-okpara.yml","en-us/blog/authors/katherine-okpara.yml","en-us/blog/authors/katherine-okpara",{"_path":4664,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4665,"config":4669,"_id":4670,"_type":30,"title":4666,"_source":32,"_file":4671,"_stem":4672,"_extension":35},"/en-us/blog/authors/kathy-wang",{"name":4666,"config":4667},"Kathy Wang",{"headshot":7,"ctfId":4668},"kathyw",{"template":683},"content:en-us:blog:authors:kathy-wang.yml","en-us/blog/authors/kathy-wang.yml","en-us/blog/authors/kathy-wang",{"_path":4674,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4675,"config":4679,"_id":4680,"_type":30,"title":4681,"_source":32,"_file":4682,"_stem":4683,"_extension":35},"/en-us/blog/authors/keanon-okeefe",{"name":4676,"config":4677},"Keanon O’Keefe",{"headshot":7,"ctfId":4678},"kokeefe",{"template":683},"content:en-us:blog:authors:keanon-okeefe.yml","Keanon Okeefe","en-us/blog/authors/keanon-okeefe.yml","en-us/blog/authors/keanon-okeefe",{"_path":4685,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4686,"config":4691,"_id":4692,"_type":30,"title":4687,"_source":32,"_file":4693,"_stem":4694,"_extension":35},"/en-us/blog/authors/kees-valkhof",{"name":4687,"role":4688,"config":4689},"Kees Valkhof","Configuration manager at Lely",{"headshot":4690},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750331281/xojwtvpk5pif84wlahx1.jpg",{"template":683},"content:en-us:blog:authors:kees-valkhof.yml","en-us/blog/authors/kees-valkhof.yml","en-us/blog/authors/kees-valkhof",{"_path":4696,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4697,"config":4701,"_id":4702,"_type":30,"title":4698,"_source":32,"_file":4703,"_stem":4704,"_extension":35},"/en-us/blog/authors/kelly-hair",{"name":4698,"config":4699},"Kelly Hair",{"headshot":714,"ctfId":4700},"16z1eHwE7Ok5Ty4C6gpbUY",{"template":683},"content:en-us:blog:authors:kelly-hair.yml","en-us/blog/authors/kelly-hair.yml","en-us/blog/authors/kelly-hair",{"_path":4706,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4707,"config":4711,"_id":4712,"_type":30,"title":4708,"_source":32,"_file":4713,"_stem":4714,"_extension":35},"/en-us/blog/authors/kendra-marquart",{"name":4708,"config":4709},"Kendra Marquart",{"headshot":7,"ctfId":4710},"kmarquart",{"template":683},"content:en-us:blog:authors:kendra-marquart.yml","en-us/blog/authors/kendra-marquart.yml","en-us/blog/authors/kendra-marquart",{"_path":4716,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4717,"config":4721,"_id":4722,"_type":30,"title":4718,"_source":32,"_file":4723,"_stem":4724,"_extension":35},"/en-us/blog/authors/kenny-johnston",{"name":4718,"config":4719},"Kenny Johnston",{"headshot":7,"ctfId":4720},"kencjohnston",{"template":683},"content:en-us:blog:authors:kenny-johnston.yml","en-us/blog/authors/kenny-johnston.yml","en-us/blog/authors/kenny-johnston",{"_path":4726,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4727,"config":4732,"_id":4733,"_type":30,"title":4728,"_source":32,"_file":4734,"_stem":4735,"_extension":35},"/en-us/blog/authors/kevin-chu",{"name":4728,"config":4729},"Kevin Chu",{"headshot":4730,"ctfId":4731},"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":683},"content:en-us:blog:authors:kevin-chu.yml","en-us/blog/authors/kevin-chu.yml","en-us/blog/authors/kevin-chu",{"_path":4737,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4738,"config":4743,"_id":4744,"_type":30,"title":4739,"_source":32,"_file":4745,"_stem":4746,"_extension":35},"/en-us/blog/authors/kevin-morrison",{"name":4739,"config":4740},"Kevin Morrison",{"headshot":4741,"ctfId":4742},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663642/Blog/Author%20Headshots/kevin_morrison_headshot.png","AcJIuz1VNQZIVdqgesMMh",{"template":683},"content:en-us:blog:authors:kevin-morrison.yml","en-us/blog/authors/kevin-morrison.yml","en-us/blog/authors/kevin-morrison",{"_path":4748,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4749,"config":4753,"_id":4754,"_type":30,"title":4750,"_source":32,"_file":4755,"_stem":4756,"_extension":35},"/en-us/blog/authors/khrystyna-humenna",{"name":4750,"config":4751},"Khrystyna Humenna",{"headshot":714,"ctfId":4752},"Khrystyna-Humenna",{"template":683},"content:en-us:blog:authors:khrystyna-humenna.yml","en-us/blog/authors/khrystyna-humenna.yml","en-us/blog/authors/khrystyna-humenna",{"_path":4758,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4759,"config":4763,"_id":4764,"_type":30,"title":4760,"_source":32,"_file":4765,"_stem":4766,"_extension":35},"/en-us/blog/authors/kim-lock",{"name":4760,"config":4761},"Kim Lock",{"headshot":7,"ctfId":4762},"KimLock",{"template":683},"content:en-us:blog:authors:kim-lock.yml","en-us/blog/authors/kim-lock.yml","en-us/blog/authors/kim-lock",{"_path":4768,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4769,"config":4773,"_id":4774,"_type":30,"title":4770,"_source":32,"_file":4775,"_stem":4776,"_extension":35},"/en-us/blog/authors/kirsten-abma",{"name":4770,"config":4771},"Kirsten Abma",{"headshot":714,"ctfId":4772},"Kirsten-Abma",{"template":683},"content:en-us:blog:authors:kirsten-abma.yml","en-us/blog/authors/kirsten-abma.yml","en-us/blog/authors/kirsten-abma",{"_path":4778,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4779,"config":4783,"_id":4784,"_type":30,"title":4780,"_source":32,"_file":4785,"_stem":4786,"_extension":35},"/en-us/blog/authors/kristian-larsson",{"name":4780,"config":4781},"Kristian Larsson",{"headshot":714,"ctfId":4782},"Kristian-Larsson",{"template":683},"content:en-us:blog:authors:kristian-larsson.yml","en-us/blog/authors/kristian-larsson.yml","en-us/blog/authors/kristian-larsson",{"_path":4788,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4789,"config":4794,"_id":4795,"_type":30,"title":4790,"_source":32,"_file":4796,"_stem":4797,"_extension":35},"/en-us/blog/authors/kristina-weis",{"name":4790,"config":4791},"Kristina Weis",{"headshot":4792,"ctfId":4793},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663955/Blog/Author%20Headshots/K-W-0155.jpg","kristinaweis",{"template":683},"content:en-us:blog:authors:kristina-weis.yml","en-us/blog/authors/kristina-weis.yml","en-us/blog/authors/kristina-weis",{"_path":4799,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4800,"config":4804,"_id":4805,"_type":30,"title":4801,"_source":32,"_file":4806,"_stem":4807,"_extension":35},"/en-us/blog/authors/kurt-dusek",{"name":4801,"config":4802},"Kurt Dusek",{"headshot":7,"ctfId":4803},"kdusek",{"template":683},"content:en-us:blog:authors:kurt-dusek.yml","en-us/blog/authors/kurt-dusek.yml","en-us/blog/authors/kurt-dusek",{"_path":4809,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4810,"config":4814,"_id":4815,"_type":30,"title":4811,"_source":32,"_file":4816,"_stem":4817,"_extension":35},"/en-us/blog/authors/kushal-koolwal",{"name":4811,"config":4812},"Kushal Koolwal",{"headshot":714,"ctfId":4813},"Kushal-Koolwal",{"template":683},"content:en-us:blog:authors:kushal-koolwal.yml","en-us/blog/authors/kushal-koolwal.yml","en-us/blog/authors/kushal-koolwal",{"_path":4819,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4820,"config":4825,"_id":4826,"_type":30,"title":4821,"_source":32,"_file":4827,"_stem":4828,"_extension":35},"/en-us/blog/authors/kushal-pandya",{"name":4821,"config":4822},"Kushal Pandya",{"headshot":4823,"ctfId":4824},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659454/Blog/Author%20Headshots/kushalpandya-headshot.png","kushalpandya",{"template":683},"content:en-us:blog:authors:kushal-pandya.yml","en-us/blog/authors/kushal-pandya.yml","en-us/blog/authors/kushal-pandya",{"_path":4830,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4831,"config":4835,"_id":4836,"_type":30,"title":4832,"_source":32,"_file":4837,"_stem":4838,"_extension":35},"/en-us/blog/authors/kwan-lee",{"name":4832,"config":4833},"Kwan Lee",{"headshot":714,"ctfId":4834},"Kwan-Lee",{"template":683},"content:en-us:blog:authors:kwan-lee.yml","en-us/blog/authors/kwan-lee.yml","en-us/blog/authors/kwan-lee",{"_path":4840,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4841,"config":4846,"_id":4847,"_type":30,"title":4842,"_source":32,"_file":4848,"_stem":4849,"_extension":35},"/en-us/blog/authors/kyla-gradin-dahl",{"name":4842,"config":4843},"Kyla Gradin Dahl",{"headshot":4844,"ctfId":4845},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682273/Blog/Author%20Headshots/kyla-headshot.jpg","kyla",{"template":683},"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":4851,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4852,"config":4856,"_id":4857,"_type":30,"title":4853,"_source":32,"_file":4858,"_stem":4859,"_extension":35},"/en-us/blog/authors/kyle-mann",{"name":4853,"config":4854},"Kyle Mann",{"headshot":714,"ctfId":4855},"44YiW1r6sTpbC9wKBeHGgE",{"template":683},"content:en-us:blog:authors:kyle-mann.yml","en-us/blog/authors/kyle-mann.yml","en-us/blog/authors/kyle-mann",{"_path":4861,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4862,"config":4867,"_id":4868,"_type":30,"title":4863,"_source":32,"_file":4869,"_stem":4870,"_extension":35},"/en-us/blog/authors/kyle-smith",{"name":4863,"config":4864},"Kyle Smith",{"headshot":4865,"ctfId":4866},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664290/Blog/Author%20Headshots/kyle_smith_headshot.png","3Cec6opzqJpbhKXQ5nA4gU",{"template":683},"content:en-us:blog:authors:kyle-smith.yml","en-us/blog/authors/kyle-smith.yml","en-us/blog/authors/kyle-smith",{"_path":4872,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4873,"config":4877,"_id":4879,"_type":30,"title":4874,"_source":32,"_file":4880,"_stem":4881,"_extension":35},"/en-us/blog/authors/kymberlee-price",{"name":4874,"config":4875},"Kymberlee Price",{"headshot":4876},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753961652/wggh3ikqpm5plrptfza0.png",{"template":683,"gitlabHandle":4878},"eelrebmyk","content:en-us:blog:authors:kymberlee-price.yml","en-us/blog/authors/kymberlee-price.yml","en-us/blog/authors/kymberlee-price",{"_path":4883,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4884,"config":4888,"_id":4889,"_type":30,"title":4885,"_source":32,"_file":4890,"_stem":4891,"_extension":35},"/en-us/blog/authors/lasse-schuirmann",{"name":4885,"config":4886},"Lasse Schuirmann",{"headshot":714,"ctfId":4887},"5vpo2ZOrPIS8PBp3k47S6w",{"template":683},"content:en-us:blog:authors:lasse-schuirmann.yml","en-us/blog/authors/lasse-schuirmann.yml","en-us/blog/authors/lasse-schuirmann",{"_path":4893,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4894,"config":4898,"_id":4899,"_type":30,"title":4895,"_source":32,"_file":4900,"_stem":4901,"_extension":35},"/en-us/blog/authors/laura-montemayor",{"name":4895,"config":4896},"Laura Montemayor",{"headshot":7,"ctfId":4897},"lauraMon",{"template":683},"content:en-us:blog:authors:laura-montemayor.yml","en-us/blog/authors/laura-montemayor.yml","en-us/blog/authors/laura-montemayor",{"_path":4903,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4904,"config":4909,"_id":4910,"_type":30,"title":4905,"_source":32,"_file":4911,"_stem":4912,"_extension":35},"/en-us/blog/authors/lauren-barker",{"name":4905,"config":4906},"Lauren Barker",{"headshot":4907,"ctfId":4908},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669974/Blog/Author%20Headshots/laurenbarker-headshot.jpg","laurenbarker",{"template":683},"content:en-us:blog:authors:lauren-barker.yml","en-us/blog/authors/lauren-barker.yml","en-us/blog/authors/lauren-barker",{"_path":4914,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4915,"config":4919,"_id":4920,"_type":30,"title":4916,"_source":32,"_file":4921,"_stem":4922,"_extension":35},"/en-us/blog/authors/lauren-gibbons-paul",{"name":4916,"config":4917},"Lauren Gibbons Paul",{"headshot":714,"ctfId":4918},"Lauren-Gibbons-Paul",{"template":683},"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":4924,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4925,"config":4929,"_id":4930,"_type":30,"title":4926,"_source":32,"_file":4931,"_stem":4932,"_extension":35},"/en-us/blog/authors/lauren-minning",{"name":4926,"config":4927},"Lauren Minning",{"headshot":7,"ctfId":4928},"lminning",{"template":683},"content:en-us:blog:authors:lauren-minning.yml","en-us/blog/authors/lauren-minning.yml","en-us/blog/authors/lauren-minning",{"_path":4934,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4935,"config":4940,"_id":4941,"_type":30,"title":4936,"_source":32,"_file":4942,"_stem":4943,"_extension":35},"/en-us/blog/authors/laurena-alves",{"name":4936,"config":4937},"Laurena Alves",{"headshot":4938,"ctfId":4939},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/ip0jiy4wwyc0btfb09y5.png","Q834apoVRmcNXy507xyf5",{"template":683},"content:en-us:blog:authors:laurena-alves.yml","en-us/blog/authors/laurena-alves.yml","en-us/blog/authors/laurena-alves",{"_path":4945,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4946,"config":4951,"_id":4952,"_type":30,"title":4947,"_source":32,"_file":4953,"_stem":4954,"_extension":35},"/en-us/blog/authors/lee-faus",{"name":4947,"config":4948},"Lee Faus",{"headshot":4949,"ctfId":4950},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666427/Blog/Author%20Headshots/lee_faus_headshot.png","lfaus",{"template":683},"content:en-us:blog:authors:lee-faus.yml","en-us/blog/authors/lee-faus.yml","en-us/blog/authors/lee-faus",{"_path":4956,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4957,"config":4962,"_id":4963,"_type":30,"title":4958,"_source":32,"_file":4964,"_stem":4965,"_extension":35},"/en-us/blog/authors/lee-matos",{"name":4958,"config":4959},"Lee Matos",{"headshot":4960,"ctfId":4961},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670430/Blog/Author%20Headshots/lbot-headshot.jpg","lbot",{"template":683},"content:en-us:blog:authors:lee-matos.yml","en-us/blog/authors/lee-matos.yml","en-us/blog/authors/lee-matos",{"_path":4967,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4968,"config":4973,"_id":4974,"_type":30,"title":4969,"_source":32,"_file":4975,"_stem":4976,"_extension":35},"/en-us/blog/authors/lee-tickett",{"name":4969,"config":4970},"Lee Tickett",{"headshot":4971,"ctfId":4972},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752592356/ibeixykxeiey9aiebylt.png","leetickett",{"template":683},"content:en-us:blog:authors:lee-tickett.yml","en-us/blog/authors/lee-tickett.yml","en-us/blog/authors/lee-tickett",{"_path":4978,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4979,"config":4983,"_id":4984,"_type":30,"title":4980,"_source":32,"_file":4985,"_stem":4986,"_extension":35},"/en-us/blog/authors/levente-polyak",{"name":4980,"config":4981},"Levente Polyak",{"headshot":7,"ctfId":4982},"anthraxx",{"template":683},"content:en-us:blog:authors:levente-polyak.yml","en-us/blog/authors/levente-polyak.yml","en-us/blog/authors/levente-polyak",{"_path":4988,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":4989,"config":4994,"_id":4995,"_type":30,"title":4996,"_source":32,"_file":4997,"_stem":4998,"_extension":35},"/en-us/blog/authors/lin-jen-shin",{"name":4990,"config":4991},"Lin Jen-Shin",{"headshot":4992,"ctfId":4993},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678992/Blog/Author%20Headshots/godfat-gitlab-headshot.jpg","godfatgitlab",{"template":683},"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":5000,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5001,"config":5006,"_id":5007,"_type":30,"title":5002,"_source":32,"_file":5008,"_stem":5009,"_extension":35},"/en-us/blog/authors/liz-coleman",{"name":5002,"config":5003},"Liz Coleman",{"headshot":5004,"ctfId":5005},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659695/Blog/Author%20Headshots/coleman_headshot.png","5MTSBqnOko7zYTQa3vVy1c",{"template":683},"content:en-us:blog:authors:liz-coleman.yml","en-us/blog/authors/liz-coleman.yml","en-us/blog/authors/liz-coleman",{"_path":5011,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5012,"config":5017,"_id":5018,"_type":30,"title":5013,"_source":32,"_file":5019,"_stem":5020,"_extension":35},"/en-us/blog/authors/loryn-bortins",{"name":5013,"config":5014},"Loryn Bortins",{"headshot":5015,"ctfId":5016},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668992/Blog/Author%20Headshots/loryn_bortins_headshot.png","5LgbtMISutHieB86Rk8uOL",{"template":683},"content:en-us:blog:authors:loryn-bortins.yml","en-us/blog/authors/loryn-bortins.yml","en-us/blog/authors/loryn-bortins",{"_path":5022,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5023,"config":5027,"_id":5028,"_type":30,"title":5024,"_source":32,"_file":5029,"_stem":5030,"_extension":35},"/en-us/blog/authors/lucas-charles",{"name":5024,"config":5025},"Lucas Charles",{"headshot":714,"ctfId":5026},"01OUkmRJImMowxMk3YHGNS",{"template":683},"content:en-us:blog:authors:lucas-charles.yml","en-us/blog/authors/lucas-charles.yml","en-us/blog/authors/lucas-charles",{"_path":5032,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5033,"config":5037,"_id":5038,"_type":30,"title":5034,"_source":32,"_file":5039,"_stem":5040,"_extension":35},"/en-us/blog/authors/luka-trbojevic",{"name":5034,"config":5035},"Luka Trbojevic",{"headshot":7,"ctfId":5036},"ltrbojevic",{"template":683},"content:en-us:blog:authors:luka-trbojevic.yml","en-us/blog/authors/luka-trbojevic.yml","en-us/blog/authors/luka-trbojevic",{"_path":5042,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5043,"config":5047,"_id":5048,"_type":30,"title":5044,"_source":32,"_file":5049,"_stem":5050,"_extension":35},"/en-us/blog/authors/lukas-eipert",{"name":5044,"config":5045},"Lukas Eipert",{"headshot":714,"ctfId":5046},"37PO8stm7JUQgglr4tWcmw",{"template":683},"content:en-us:blog:authors:lukas-eipert.yml","en-us/blog/authors/lukas-eipert.yml","en-us/blog/authors/lukas-eipert",{"_path":5052,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5053,"config":5058,"_id":5059,"_type":30,"title":5054,"_source":32,"_file":5060,"_stem":5061,"_extension":35},"/en-us/blog/authors/lyle-kozloff",{"name":5054,"config":5055},"Lyle Kozloff",{"headshot":5056,"ctfId":5057},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666803/Blog/Author%20Headshots/lyle-headshot.jpg","lyle",{"template":683},"content:en-us:blog:authors:lyle-kozloff.yml","en-us/blog/authors/lyle-kozloff.yml","en-us/blog/authors/lyle-kozloff",{"_path":5063,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5064,"config":5069,"_id":5070,"_type":30,"title":5065,"_source":32,"_file":5071,"_stem":5072,"_extension":35},"/en-us/blog/authors/madeline-lake",{"name":5065,"config":5066},"Madeline Lake",{"headshot":5067,"ctfId":5068},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659736/Blog/Author%20Headshots/madlake-headshot.jpg","madlake",{"template":683},"content:en-us:blog:authors:madeline-lake.yml","en-us/blog/authors/madeline-lake.yml","en-us/blog/authors/madeline-lake",{"_path":5074,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5075,"config":5080,"_id":5081,"_type":30,"title":5076,"_source":32,"_file":5082,"_stem":5083,"_extension":35},"/en-us/blog/authors/madou-coulibaly",{"name":5076,"config":5077},"Madou Coulibaly",{"headshot":5078,"ctfId":5079},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679848/Blog/Author%20Headshots/madou-headshot.jpg","madou",{"template":683},"content:en-us:blog:authors:madou-coulibaly.yml","en-us/blog/authors/madou-coulibaly.yml","en-us/blog/authors/madou-coulibaly",{"_path":5085,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5086,"config":5091,"_id":5092,"_type":30,"title":5087,"_source":32,"_file":5093,"_stem":5094,"_extension":35},"/en-us/blog/authors/magdalena-frankiewicz",{"name":5087,"config":5088},"Magdalena Frankiewicz",{"headshot":5089,"ctfId":5090},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663511/Blog/Author%20Headshots/m_frankiewicz-headshot.jpg","mfrankiewicz",{"template":683},"content:en-us:blog:authors:magdalena-frankiewicz.yml","en-us/blog/authors/magdalena-frankiewicz.yml","en-us/blog/authors/magdalena-frankiewicz",{"_path":5096,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5097,"config":5101,"_id":5102,"_type":30,"title":5098,"_source":32,"_file":5103,"_stem":5104,"_extension":35},"/en-us/blog/authors/mahesh-kumar",{"name":5098,"config":5099},"Mahesh Kumar",{"headshot":714,"ctfId":5100},"2ihYV6SzSOXfvpI2eJ87Mv",{"template":683},"content:en-us:blog:authors:mahesh-kumar.yml","en-us/blog/authors/mahesh-kumar.yml","en-us/blog/authors/mahesh-kumar",{"_path":5106,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5107,"config":5112,"_id":5113,"_type":30,"title":5108,"_source":32,"_file":5114,"_stem":5115,"_extension":35},"/en-us/blog/authors/manav-khurana",{"name":5108,"config":5109,"role":5111},"Manav Khurana",{"headshot":5110},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1757676476/ygij7nxvn2caq6vajhmy.png","Chief Product and Marketing Officer",{"template":683,"gitlabHandle":7},"content:en-us:blog:authors:manav-khurana.yml","en-us/blog/authors/manav-khurana.yml","en-us/blog/authors/manav-khurana",{"_path":5117,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5118,"config":5123,"_id":5124,"_type":30,"title":5119,"_source":32,"_file":5125,"_stem":5126,"_extension":35},"/en-us/blog/authors/manuel-kraft",{"name":5119,"config":5120},"Manuel Kraft",{"headshot":5121,"ctfId":5122},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659815/Blog/Author%20Headshots/manuel_kraft.png","5q1NADtEqxyoV1F1s6JKDz",{"template":683},"content:en-us:blog:authors:manuel-kraft.yml","en-us/blog/authors/manuel-kraft.yml","en-us/blog/authors/manuel-kraft",{"_path":5128,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5129,"config":5133,"_id":5134,"_type":30,"title":5130,"_source":32,"_file":5135,"_stem":5136,"_extension":35},"/en-us/blog/authors/marc-radulescu",{"name":5130,"config":5131},"Marc Radulescu",{"headshot":714,"ctfId":5132},"Marc-Radulescu",{"template":683},"content:en-us:blog:authors:marc-radulescu.yml","en-us/blog/authors/marc-radulescu.yml","en-us/blog/authors/marc-radulescu",{"_path":5138,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5139,"config":5144,"_id":5145,"_type":30,"title":5140,"_source":32,"_file":5146,"_stem":5147,"_extension":35},"/en-us/blog/authors/marc-shaw",{"name":5140,"config":5141},"Marc Shaw",{"headshot":5142,"ctfId":5143},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672589/Blog/Author%20Headshots/marc_shaw-headshot.jpg","marcshaw",{"template":683},"content:en-us:blog:authors:marc-shaw.yml","en-us/blog/authors/marc-shaw.yml","en-us/blog/authors/marc-shaw",{"_path":5149,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5150,"config":5155,"_id":5156,"_type":30,"title":5157,"_source":32,"_file":5158,"_stem":5159,"_extension":35},"/en-us/blog/authors/marcel-van-remmerden",{"name":5151,"config":5152},"Marcel van Remmerden",{"headshot":5153,"ctfId":5154},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669545/Blog/Author%20Headshots/mvanremmerden-headshot.jpg","7lMCQY4CU5xfTjIiMsNqkR",{"template":683},"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":5161,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5162,"config":5166,"_id":5167,"_type":30,"title":5163,"_source":32,"_file":5168,"_stem":5169,"_extension":35},"/en-us/blog/authors/marcia-ramos",{"name":5163,"config":5164},"Marcia Ramos",{"headshot":714,"ctfId":5165},"Marcia-Ramos",{"template":683},"content:en-us:blog:authors:marcia-ramos.yml","en-us/blog/authors/marcia-ramos.yml","en-us/blog/authors/marcia-ramos",{"_path":5171,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5172,"config":5176,"_id":5177,"_type":30,"title":5173,"_source":32,"_file":5178,"_stem":5179,"_extension":35},"/en-us/blog/authors/marco-lenzo",{"name":5173,"config":5174},"Marco Lenzo",{"headshot":714,"ctfId":5175},"Marco-Lenzo",{"template":683},"content:en-us:blog:authors:marco-lenzo.yml","en-us/blog/authors/marco-lenzo.yml","en-us/blog/authors/marco-lenzo",{"_path":5181,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5182,"config":5186,"_id":5187,"_type":30,"title":5183,"_source":32,"_file":5188,"_stem":5189,"_extension":35},"/en-us/blog/authors/marie-hargitt",{"name":5183,"config":5184},"Marie Hargitt",{"headshot":714,"ctfId":5185},"Marie-Hargitt",{"template":683},"content:en-us:blog:authors:marie-hargitt.yml","en-us/blog/authors/marie-hargitt.yml","en-us/blog/authors/marie-hargitt",{"_path":5191,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5192,"config":5197,"_id":5198,"_type":30,"title":5193,"_source":32,"_file":5199,"_stem":5200,"_extension":35},"/en-us/blog/authors/marin-jankovski",{"name":5193,"config":5194},"Marin Jankovski",{"headshot":5195,"ctfId":5196},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671628/Blog/Author%20Headshots/marin-headshot.jpg","Marin-Jankovski",{"template":683},"content:en-us:blog:authors:marin-jankovski.yml","en-us/blog/authors/marin-jankovski.yml","en-us/blog/authors/marin-jankovski",{"_path":5202,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5203,"config":5207,"_id":5208,"_type":30,"title":5209,"_source":32,"_file":5210,"_stem":5211,"_extension":35},"/en-us/blog/authors/marin-job",{"name":5204,"config":5205},"Marin, Job",{"headshot":714,"ctfId":5206},"Marin-Job",{"template":683},"content:en-us:blog:authors:marin-job.yml","Marin Job","en-us/blog/authors/marin-job.yml","en-us/blog/authors/marin-job",{"_path":5213,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5214,"config":5218,"_id":5219,"_type":30,"title":5220,"_source":32,"_file":5221,"_stem":5222,"_extension":35},"/en-us/blog/authors/mario-de-la-ossa",{"name":5215,"config":5216},"Mario de la Ossa",{"headshot":7,"ctfId":5217},"mdelaossa",{"template":683},"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":5224,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5225,"config":5229,"_id":5230,"_type":30,"title":5226,"_source":32,"_file":5231,"_stem":5232,"_extension":35},"/en-us/blog/authors/mark-art",{"name":5226,"config":5227},"Mark Art",{"headshot":714,"ctfId":5228},"55KCfyNmgPaJRmBZhiN7k5",{"template":683},"content:en-us:blog:authors:mark-art.yml","en-us/blog/authors/mark-art.yml","en-us/blog/authors/mark-art",{"_path":5234,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5235,"config":5239,"_id":5240,"_type":30,"title":5236,"_source":32,"_file":5241,"_stem":5242,"_extension":35},"/en-us/blog/authors/mark-fletcher",{"name":5236,"config":5237},"Mark Fletcher",{"headshot":7,"ctfId":5238},"markglenfletcher",{"template":683},"content:en-us:blog:authors:mark-fletcher.yml","en-us/blog/authors/mark-fletcher.yml","en-us/blog/authors/mark-fletcher",{"_path":5244,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5245,"config":5250,"_id":5251,"_type":30,"title":5246,"_source":32,"_file":5252,"_stem":5253,"_extension":35},"/en-us/blog/authors/mark-lapierre",{"name":5246,"config":5247},"Mark Lapierre",{"headshot":5248,"ctfId":5249},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669066/Blog/Author%20Headshots/mark_lapierre.png","2Fnsk5H33npbli2fy9kMqu",{"template":683},"content:en-us:blog:authors:mark-lapierre.yml","en-us/blog/authors/mark-lapierre.yml","en-us/blog/authors/mark-lapierre",{"_path":5255,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5256,"config":5261,"_id":5262,"_type":30,"title":5257,"_source":32,"_file":5263,"_stem":5264,"_extension":35},"/en-us/blog/authors/mark-loveless",{"name":5257,"config":5258},"Mark Loveless",{"headshot":5259,"ctfId":5260},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664093/Blog/Author%20Headshots/mloveless-headshot.png","mloveless",{"template":683},"content:en-us:blog:authors:mark-loveless.yml","en-us/blog/authors/mark-loveless.yml","en-us/blog/authors/mark-loveless",{"_path":5266,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5267,"config":5271,"_id":5272,"_type":30,"title":5268,"_source":32,"_file":5273,"_stem":5274,"_extension":35},"/en-us/blog/authors/mark-pundsack",{"name":5268,"config":5269},"Mark Pundsack",{"headshot":714,"ctfId":5270},"markpundsack",{"template":683},"content:en-us:blog:authors:mark-pundsack.yml","en-us/blog/authors/mark-pundsack.yml","en-us/blog/authors/mark-pundsack",{"_path":5276,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5277,"config":5282,"_id":5283,"_type":30,"title":5284,"_source":32,"_file":5285,"_stem":5286,"_extension":35},"/en-us/blog/authors/martin-brmmer",{"name":5278,"config":5279},"Martin Brümmer",{"headshot":5280,"ctfId":5281},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659427/Blog/Author%20Headshots/martin_brummer.webp","1QkLKK0UnkvZDDBzzEhkaA",{"template":683},"content:en-us:blog:authors:martin-brmmer.yml","Martin Brmmer","en-us/blog/authors/martin-brmmer.yml","en-us/blog/authors/martin-brmmer",{"_path":5288,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5289,"config":5293,"_id":5294,"_type":30,"title":5290,"_source":32,"_file":5295,"_stem":5296,"_extension":35},"/en-us/blog/authors/martynas-krupskis",{"name":5290,"config":5291},"Martynas Krupskis",{"headshot":714,"ctfId":5292},"3tK5S0f4QshGFGRrdEl7rn",{"template":683},"content:en-us:blog:authors:martynas-krupskis.yml","en-us/blog/authors/martynas-krupskis.yml","en-us/blog/authors/martynas-krupskis",{"_path":5298,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5299,"config":5303,"_id":5304,"_type":30,"title":5300,"_source":32,"_file":5305,"_stem":5306,"_extension":35},"/en-us/blog/authors/matej-latin",{"name":5300,"config":5301},"Matej Latin",{"headshot":7,"ctfId":5302},"matejlatin",{"template":683},"content:en-us:blog:authors:matej-latin.yml","en-us/blog/authors/matej-latin.yml","en-us/blog/authors/matej-latin",{"_path":5308,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5309,"config":5314,"_id":5315,"_type":30,"title":5310,"_source":32,"_file":5316,"_stem":5317,"_extension":35},"/en-us/blog/authors/mathias-ewald",{"name":5310,"config":5311},"Mathias Ewald",{"headshot":5312,"ctfId":5313},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664526/Blog/Author%20Headshots/mathias_ewald_headshot.png","7vLTPhU3yvh4xTToXcLpg9",{"template":683},"content:en-us:blog:authors:mathias-ewald.yml","en-us/blog/authors/mathias-ewald.yml","en-us/blog/authors/mathias-ewald",{"_path":5319,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5320,"config":5324,"_id":5325,"_type":30,"title":5321,"_source":32,"_file":5326,"_stem":5327,"_extension":35},"/en-us/blog/authors/matt-baldwin",{"name":5321,"config":5322},"Matt Baldwin",{"headshot":714,"ctfId":5323},"Matt-Baldwin",{"template":683},"content:en-us:blog:authors:matt-baldwin.yml","en-us/blog/authors/matt-baldwin.yml","en-us/blog/authors/matt-baldwin",{"_path":5329,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5330,"config":5335,"_id":5336,"_type":30,"title":5331,"_source":32,"_file":5337,"_stem":5338,"_extension":35},"/en-us/blog/authors/matt-coons",{"name":5331,"config":5332},"Matt Coons",{"headshot":5333,"ctfId":5334},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661888/Blog/Author%20Headshots/mcoons-headshot.jpg","mcoons",{"template":683},"content:en-us:blog:authors:matt-coons.yml","en-us/blog/authors/matt-coons.yml","en-us/blog/authors/matt-coons",{"_path":5340,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5341,"config":5346,"_id":5347,"_type":30,"title":5348,"_source":32,"_file":5349,"_stem":5350,"_extension":35},"/en-us/blog/authors/matt-delaney",{"name":5342,"config":5343},"Matt DeLaney",{"headshot":5344,"ctfId":5345},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659749/Blog/Author%20Headshots/matt_delaney_headshot.png","6apeWdrqrZlMIdaxzV5NvZ",{"template":683},"content:en-us:blog:authors:matt-delaney.yml","Matt Delaney","en-us/blog/authors/matt-delaney.yml","en-us/blog/authors/matt-delaney",{"_path":5352,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5353,"config":5358,"_id":5359,"_type":30,"title":5354,"_source":32,"_file":5360,"_stem":5361,"_extension":35},"/en-us/blog/authors/matt-genelin",{"name":5354,"config":5355},"Matt Genelin",{"headshot":5356,"ctfId":5357},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664522/Blog/Author%20Headshots/matty_genelin.png","6x9dTYZik3lSViI8hu6dYQ",{"template":683},"content:en-us:blog:authors:matt-genelin.yml","en-us/blog/authors/matt-genelin.yml","en-us/blog/authors/matt-genelin",{"_path":5363,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5364,"config":5368,"_id":5369,"_type":30,"title":5365,"_source":32,"_file":5370,"_stem":5371,"_extension":35},"/en-us/blog/authors/matt-nguyen",{"name":5365,"config":5366},"Matt Nguyen",{"headshot":714,"ctfId":5367},"Matt-Nguyen",{"template":683},"content:en-us:blog:authors:matt-nguyen.yml","en-us/blog/authors/matt-nguyen.yml","en-us/blog/authors/matt-nguyen",{"_path":5373,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5374,"config":5379,"_id":5380,"_type":30,"title":5375,"_source":32,"_file":5381,"_stem":5382,"_extension":35},"/en-us/blog/authors/matt-nohr",{"name":5375,"config":5376},"Matt Nohr",{"headshot":5377,"ctfId":5378},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681473/Blog/Author%20Headshots/mnohr-headshot.jpg","mnohr",{"template":683},"content:en-us:blog:authors:matt-nohr.yml","en-us/blog/authors/matt-nohr.yml","en-us/blog/authors/matt-nohr",{"_path":5384,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5385,"config":5390,"_id":5391,"_type":30,"title":5386,"_source":32,"_file":5392,"_stem":5393,"_extension":35},"/en-us/blog/authors/matt-smiley",{"name":5386,"config":5387},"Matt Smiley",{"headshot":5388,"ctfId":5389},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682529/Blog/Author%20Headshots/msmiley-headshot.jpg","msmiley",{"template":683},"content:en-us:blog:authors:matt-smiley.yml","en-us/blog/authors/matt-smiley.yml","en-us/blog/authors/matt-smiley",{"_path":5395,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5396,"config":5400,"_id":5401,"_type":30,"title":5397,"_source":32,"_file":5402,"_stem":5403,"_extension":35},"/en-us/blog/authors/matt-wilson",{"name":5397,"config":5398},"Matt Wilson",{"headshot":714,"ctfId":5399},"mattwilson",{"template":683},"content:en-us:blog:authors:matt-wilson.yml","en-us/blog/authors/matt-wilson.yml","en-us/blog/authors/matt-wilson",{"_path":5405,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5406,"config":5411,"_id":5412,"_type":30,"title":5407,"_source":32,"_file":5413,"_stem":5414,"_extension":35},"/en-us/blog/authors/matthew-macfarlane",{"name":5407,"config":5408},"Matthew Macfarlane",{"headshot":5409,"ctfId":5410},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663160/Blog/Author%20Headshots/matthew_mcfarlane_headshot.png","6dyod6DIfkxY5CognC5g2N",{"template":683},"content:en-us:blog:authors:matthew-macfarlane.yml","en-us/blog/authors/matthew-macfarlane.yml","en-us/blog/authors/matthew-macfarlane",{"_path":5416,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5417,"config":5422,"_id":5423,"_type":30,"title":5418,"_source":32,"_file":5424,"_stem":5425,"_extension":35},"/en-us/blog/authors/matthew-nearents",{"name":5418,"config":5419},"Matthew Nearents",{"headshot":5420,"ctfId":5421},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681789/Blog/Author%20Headshots/mnearents-headshot.jpg","mnearents",{"template":683},"content:en-us:blog:authors:matthew-nearents.yml","en-us/blog/authors/matthew-nearents.yml","en-us/blog/authors/matthew-nearents",{"_path":5427,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5428,"config":5433,"_id":5434,"_type":30,"title":5435,"_source":32,"_file":5436,"_stem":5437,"_extension":35},"/en-us/blog/authors/matthias-kppler",{"name":5429,"config":5430},"Matthias Käppler",{"headshot":5431,"ctfId":5432},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670351/Blog/Author%20Headshots/mkaeppler-headshot.jpg","mkaeppler",{"template":683},"content:en-us:blog:authors:matthias-kppler.yml","Matthias Kppler","en-us/blog/authors/matthias-kppler.yml","en-us/blog/authors/matthias-kppler",{"_path":5439,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5440,"config":5444,"_id":5445,"_type":30,"title":5441,"_source":32,"_file":5446,"_stem":5447,"_extension":35},"/en-us/blog/authors/matthieu-fronton",{"name":5441,"config":5442},"Matthieu Fronton",{"headshot":7,"ctfId":5443},"frntn",{"template":683},"content:en-us:blog:authors:matthieu-fronton.yml","en-us/blog/authors/matthieu-fronton.yml","en-us/blog/authors/matthieu-fronton",{"_path":5449,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5450,"config":5454,"_id":5455,"_type":30,"title":5451,"_source":32,"_file":5456,"_stem":5457,"_extension":35},"/en-us/blog/authors/max-woolf",{"name":5451,"config":5452},"Max Woolf",{"headshot":714,"ctfId":5453},"Max-Woolf",{"template":683},"content:en-us:blog:authors:max-woolf.yml","en-us/blog/authors/max-woolf.yml","en-us/blog/authors/max-woolf",{"_path":5459,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5460,"config":5465,"_id":5466,"_type":30,"title":5461,"_source":32,"_file":5467,"_stem":5468,"_extension":35},"/en-us/blog/authors/maximilien-belinga",{"name":5461,"config":5462},"Maximilien Belinga",{"headshot":5463,"ctfId":5464},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665080/Blog/Author%20Headshots/max_belinga.png","4n2a5tKPKk6qCis0IzevOS",{"template":683},"content:en-us:blog:authors:maximilien-belinga.yml","en-us/blog/authors/maximilien-belinga.yml","en-us/blog/authors/maximilien-belinga",{"_path":5470,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5471,"config":5475,"_id":5476,"_type":30,"title":5472,"_source":32,"_file":5477,"_stem":5478,"_extension":35},"/en-us/blog/authors/mayank-tahilramani",{"name":5472,"config":5473},"Mayank Tahilramani",{"headshot":7,"ctfId":5474},"mayanktahil",{"template":683},"content:en-us:blog:authors:mayank-tahilramani.yml","en-us/blog/authors/mayank-tahilramani.yml","en-us/blog/authors/mayank-tahilramani",{"_path":5480,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5481,"config":5486,"_id":5487,"_type":30,"title":5482,"_source":32,"_file":5488,"_stem":5489,"_extension":35},"/en-us/blog/authors/mayra-cabrera",{"name":5482,"config":5483},"Mayra Cabrera",{"headshot":5484,"ctfId":5485},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663224/Blog/Author%20Headshots/mayra-cabrera-headshot.jpg","mayracabrera",{"template":683},"content:en-us:blog:authors:mayra-cabrera.yml","en-us/blog/authors/mayra-cabrera.yml","en-us/blog/authors/mayra-cabrera",{"_path":5491,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5492,"config":5496,"_id":5497,"_type":30,"title":5493,"_source":32,"_file":5498,"_stem":5499,"_extension":35},"/en-us/blog/authors/meghan-maneval",{"name":5493,"config":5494},"Meghan Maneval",{"headshot":7,"ctfId":5495},"mmaneval20",{"template":683},"content:en-us:blog:authors:meghan-maneval.yml","en-us/blog/authors/meghan-maneval.yml","en-us/blog/authors/meghan-maneval",{"_path":5501,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5502,"config":5507,"_id":5508,"_type":30,"title":5503,"_source":32,"_file":5509,"_stem":5510,"_extension":35},"/en-us/blog/authors/mek-stittri",{"name":5503,"config":5504},"Mek Stittri",{"headshot":5505,"ctfId":5506},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682281/Blog/Author%20Headshots/meks-headshot.png","meks",{"template":683},"content:en-us:blog:authors:mek-stittri.yml","en-us/blog/authors/mek-stittri.yml","en-us/blog/authors/mek-stittri",{"_path":5512,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5513,"config":5517,"_id":5518,"_type":30,"title":5514,"_source":32,"_file":5519,"_stem":5520,"_extension":35},"/en-us/blog/authors/melissa-farber",{"name":5514,"config":5515},"Melissa Farber",{"headshot":7,"ctfId":5516},"mfarber",{"template":683},"content:en-us:blog:authors:melissa-farber.yml","en-us/blog/authors/melissa-farber.yml","en-us/blog/authors/melissa-farber",{"_path":5522,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5523,"config":5527,"_id":5528,"_type":30,"title":5524,"_source":32,"_file":5529,"_stem":5530,"_extension":35},"/en-us/blog/authors/melissa-smolensky",{"name":5524,"config":5525},"Melissa Smolensky",{"headshot":7,"ctfId":5526},"melsmo",{"template":683},"content:en-us:blog:authors:melissa-smolensky.yml","en-us/blog/authors/melissa-smolensky.yml","en-us/blog/authors/melissa-smolensky",{"_path":5532,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5533,"config":5538,"_id":5539,"_type":30,"title":5534,"_source":32,"_file":5540,"_stem":5541,"_extension":35},"/en-us/blog/authors/melissa-ushakov",{"name":5534,"config":5535},"Melissa Ushakov",{"headshot":5536,"ctfId":5537},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666529/Blog/Author%20Headshots/mushakov-headshot.jpg","mushakov",{"template":683},"content:en-us:blog:authors:melissa-ushakov.yml","en-us/blog/authors/melissa-ushakov.yml","en-us/blog/authors/melissa-ushakov",{"_path":5543,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5544,"config":5548,"_id":5549,"_type":30,"title":5545,"_source":32,"_file":5550,"_stem":5551,"_extension":35},"/en-us/blog/authors/michael-fahey",{"name":5545,"config":5546},"Michael Fahey",{"headshot":7,"ctfId":5547},"mfahey",{"template":683},"content:en-us:blog:authors:michael-fahey.yml","en-us/blog/authors/michael-fahey.yml","en-us/blog/authors/michael-fahey",{"_path":5553,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5554,"config":5559,"_id":5560,"_type":30,"title":5555,"_source":32,"_file":5561,"_stem":5562,"_extension":35},"/en-us/blog/authors/michael-friedrich",{"name":5555,"config":5556},"Michael Friedrich",{"headshot":5557,"ctfId":5558},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659879/Blog/Author%20Headshots/dnsmichi-headshot.jpg","dnsmichi",{"template":683},"content:en-us:blog:authors:michael-friedrich.yml","en-us/blog/authors/michael-friedrich.yml","en-us/blog/authors/michael-friedrich",{"_path":5564,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5565,"config":5569,"_id":5570,"_type":30,"title":5566,"_source":32,"_file":5571,"_stem":5572,"_extension":35},"/en-us/blog/authors/michael-henriksen",{"name":5566,"config":5567},"Michael Henriksen",{"headshot":714,"ctfId":5568},"3DmojnawcJFqAgoNMCpFTX",{"template":683},"content:en-us:blog:authors:michael-henriksen.yml","en-us/blog/authors/michael-henriksen.yml","en-us/blog/authors/michael-henriksen",{"_path":5574,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5575,"config":5579,"_id":5580,"_type":30,"title":5576,"_source":32,"_file":5581,"_stem":5582,"_extension":35},"/en-us/blog/authors/michael-karampalas",{"name":5576,"config":5577},"Michael Karampalas",{"headshot":7,"ctfId":5578},"mkarampalas",{"template":683},"content:en-us:blog:authors:michael-karampalas.yml","en-us/blog/authors/michael-karampalas.yml","en-us/blog/authors/michael-karampalas",{"_path":5584,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5585,"config":5590,"_id":5591,"_type":30,"title":5586,"_source":32,"_file":5592,"_stem":5593,"_extension":35},"/en-us/blog/authors/michael-kozono",{"name":5586,"config":5587},"Michael Kozono",{"headshot":5588,"ctfId":5589},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679544/Blog/Author%20Headshots/mkozono-headshot.jpg","mkozono",{"template":683},"content:en-us:blog:authors:michael-kozono.yml","en-us/blog/authors/michael-kozono.yml","en-us/blog/authors/michael-kozono",{"_path":5595,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5596,"config":5600,"_id":5601,"_type":30,"title":5597,"_source":32,"_file":5602,"_stem":5603,"_extension":35},"/en-us/blog/authors/michael-miranda",{"name":5597,"config":5598},"Michael Miranda",{"headshot":7,"ctfId":5599},"mikemiranda",{"template":683},"content:en-us:blog:authors:michael-miranda.yml","en-us/blog/authors/michael-miranda.yml","en-us/blog/authors/michael-miranda",{"_path":5605,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5606,"config":5611,"_id":5612,"_type":30,"title":5607,"_source":32,"_file":5613,"_stem":5614,"_extension":35},"/en-us/blog/authors/michelle-gill",{"name":5607,"config":5608},"Michelle Gill",{"headshot":5609,"ctfId":5610},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666460/Blog/Author%20Headshots/michelle_gill_headshot.png","1o9MOYTUcO2koXs4FgpOEw",{"template":683},"content:en-us:blog:authors:michelle-gill.yml","en-us/blog/authors/michelle-gill.yml","en-us/blog/authors/michelle-gill",{"_path":5616,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5617,"config":5622,"_id":5623,"_type":30,"title":5618,"_source":32,"_file":5624,"_stem":5625,"_extension":35},"/en-us/blog/authors/miguel-rincon",{"name":5618,"config":5619},"Miguel Rincon",{"headshot":5620,"ctfId":5621},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681865/Blog/Author%20Headshots/mrincon-headshot.jpg","mrincon",{"template":683},"content:en-us:blog:authors:miguel-rincon.yml","en-us/blog/authors/miguel-rincon.yml","en-us/blog/authors/miguel-rincon",{"_path":5627,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5628,"config":5632,"_id":5633,"_type":30,"title":5629,"_source":32,"_file":5634,"_stem":5635,"_extension":35},"/en-us/blog/authors/mike-bartlett",{"name":5629,"config":5630},"Mike Bartlett",{"headshot":7,"ctfId":5631},"mydigitalself",{"template":683},"content:en-us:blog:authors:mike-bartlett.yml","en-us/blog/authors/mike-bartlett.yml","en-us/blog/authors/mike-bartlett",{"_path":5637,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5638,"config":5642,"_id":5643,"_type":30,"title":5639,"_source":32,"_file":5644,"_stem":5645,"_extension":35},"/en-us/blog/authors/mike-eddington",{"name":5639,"config":5640},"Mike Eddington",{"headshot":714,"ctfId":5641},"q5tK0TgB1ZovSwShKSvOJ",{"template":683},"content:en-us:blog:authors:mike-eddington.yml","en-us/blog/authors/mike-eddington.yml","en-us/blog/authors/mike-eddington",{"_path":5647,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5648,"config":5653,"_id":5654,"_type":30,"title":5649,"_source":32,"_file":5655,"_stem":5656,"_extension":35},"/en-us/blog/authors/mike-flouton",{"name":5649,"config":5650},"Mike Flouton",{"headshot":5651,"ctfId":5652},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679190/Blog/Author%20Headshots/mflouton-headshot.jpg","mflouton",{"template":683},"content:en-us:blog:authors:mike-flouton.yml","en-us/blog/authors/mike-flouton.yml","en-us/blog/authors/mike-flouton",{"_path":5658,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5659,"config":5663,"_id":5664,"_type":30,"title":5660,"_source":32,"_file":5665,"_stem":5666,"_extension":35},"/en-us/blog/authors/mike-gerwitz",{"name":5660,"config":5661},"Mike Gerwitz",{"headshot":714,"ctfId":5662},"Mike-Gerwitz",{"template":683},"content:en-us:blog:authors:mike-gerwitz.yml","en-us/blog/authors/mike-gerwitz.yml","en-us/blog/authors/mike-gerwitz",{"_path":5668,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5669,"config":5673,"_id":5674,"_type":30,"title":5670,"_source":32,"_file":5675,"_stem":5676,"_extension":35},"/en-us/blog/authors/mike-greiling",{"name":5670,"config":5671},"Mike Greiling",{"headshot":7,"ctfId":5672},"mikegreiling",{"template":683},"content:en-us:blog:authors:mike-greiling.yml","en-us/blog/authors/mike-greiling.yml","en-us/blog/authors/mike-greiling",{"_path":5678,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5679,"config":5683,"_id":5684,"_type":30,"title":5680,"_source":32,"_file":5685,"_stem":5686,"_extension":35},"/en-us/blog/authors/mike-vanbuskirk",{"name":5680,"config":5681},"Mike Vanbuskirk",{"headshot":714,"ctfId":5682},"Mike-Vanbuskirk",{"template":683},"content:en-us:blog:authors:mike-vanbuskirk.yml","en-us/blog/authors/mike-vanbuskirk.yml","en-us/blog/authors/mike-vanbuskirk",{"_path":5688,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5689,"config":5693,"_id":5694,"_type":30,"title":5690,"_source":32,"_file":5695,"_stem":5696,"_extension":35},"/en-us/blog/authors/miranda-carter",{"name":5690,"config":5691},"Miranda Carter",{"headshot":714,"ctfId":5692},"4xT4dbRh6N9i7jW5xuPhVp",{"template":683},"content:en-us:blog:authors:miranda-carter.yml","en-us/blog/authors/miranda-carter.yml","en-us/blog/authors/miranda-carter",{"_path":5698,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5699,"config":5704,"_id":5705,"_type":30,"title":5700,"_source":32,"_file":5706,"_stem":5707,"_extension":35},"/en-us/blog/authors/mitra-jozenazemian",{"name":5700,"config":5701},"Mitra Jozenazemian",{"headshot":5702,"ctfId":5703},"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":683},"content:en-us:blog:authors:mitra-jozenazemian.yml","en-us/blog/authors/mitra-jozenazemian.yml","en-us/blog/authors/mitra-jozenazemian",{"_path":5709,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5710,"config":5715,"_id":5716,"_type":30,"title":5711,"_source":32,"_file":5717,"_stem":5718,"_extension":35},"/en-us/blog/authors/monmayuri-ray",{"name":5711,"config":5712},"Monmayuri Ray",{"headshot":5713,"ctfId":5714},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679381/Blog/Author%20Headshots/mray2020-headshot.png","mray2020",{"template":683},"content:en-us:blog:authors:monmayuri-ray.yml","en-us/blog/authors/monmayuri-ray.yml","en-us/blog/authors/monmayuri-ray",{"_path":5720,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5721,"config":5726,"_id":5728,"_type":30,"title":5722,"_source":32,"_file":5729,"_stem":5730,"_extension":35},"/en-us/blog/authors/naoharu-sasaki",{"name":5722,"config":5723,"role":5725},"Naoharu Sasaki",{"headshot":5724},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751951026/qgwsq65eqcrrxemihenj.png","Senior Solutions Architect",{"template":683,"gitlabHandle":5727},"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":5732,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5733,"config":5738,"_id":5739,"_type":30,"title":5734,"_source":32,"_file":5740,"_stem":5741,"_extension":35},"/en-us/blog/authors/nate-rosandich",{"name":5734,"config":5735},"Nate Rosandich",{"headshot":5736,"ctfId":5737},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665774/Blog/Author%20Headshots/nate_rosandich_headshot.png","6o7KM5bD29P7qtz6yu60rZ",{"template":683},"content:en-us:blog:authors:nate-rosandich.yml","en-us/blog/authors/nate-rosandich.yml","en-us/blog/authors/nate-rosandich",{"_path":5743,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5744,"config":5749,"_id":5750,"_type":30,"title":5745,"_source":32,"_file":5751,"_stem":5752,"_extension":35},"/en-us/blog/authors/neha-khalwadekar",{"name":5745,"config":5746},"Neha Khalwadekar",{"headshot":5747,"ctfId":5748},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682666/Blog/Author%20Headshots/nkhalwadekar-headshot.jpg","nkhalwadekar",{"template":683},"content:en-us:blog:authors:neha-khalwadekar.yml","en-us/blog/authors/neha-khalwadekar.yml","en-us/blog/authors/neha-khalwadekar",{"_path":5754,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5755,"config":5760,"_id":5761,"_type":30,"title":5762,"_source":32,"_file":5763,"_stem":5764,"_extension":35},"/en-us/blog/authors/neil-mccorrison",{"name":5756,"config":5757},"Neil McCorrison",{"headshot":5758,"ctfId":5759},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669499/Blog/Author%20Headshots/nmccorrison-headshot.jpg","nmccorrison",{"template":683},"content:en-us:blog:authors:neil-mccorrison.yml","Neil Mccorrison","en-us/blog/authors/neil-mccorrison.yml","en-us/blog/authors/neil-mccorrison",{"_path":5766,"_dir":676,"_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-mcdonald",{"name":5768,"config":5769},"Neil McDonald",{"headshot":5770,"ctfId":5771},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665769/Blog/Author%20Headshots/neil_mcdonald_headshot.png","3AlbY0x99iY5eFvSZcn1zL",{"template":683},"content:en-us:blog:authors:neil-mcdonald.yml","Neil Mcdonald","en-us/blog/authors/neil-mcdonald.yml","en-us/blog/authors/neil-mcdonald",{"_path":5778,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5779,"config":5783,"_id":5785,"_type":30,"title":5780,"_source":32,"_file":5786,"_stem":5787,"_extension":35},"/en-us/blog/authors/nick-cayou",{"name":5780,"config":5781,"role":7},"Nick Cayou",{"headshot":5782},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751467780/nzign0cbu1g4ulxlhgop.png",{"template":683,"gitlabHandle":5784},"ncayou","content:en-us:blog:authors:nick-cayou.yml","en-us/blog/authors/nick-cayou.yml","en-us/blog/authors/nick-cayou",{"_path":5789,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5790,"config":5795,"_id":5796,"_type":30,"title":5791,"_source":32,"_file":5797,"_stem":5798,"_extension":35},"/en-us/blog/authors/nick-malcolm",{"name":5791,"config":5792},"Nick Malcolm",{"headshot":5793,"ctfId":5794},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679150/Blog/Author%20Headshots/nmalcolm-headshot.jpg","nmalcolm",{"template":683},"content:en-us:blog:authors:nick-malcolm.yml","en-us/blog/authors/nick-malcolm.yml","en-us/blog/authors/nick-malcolm",{"_path":5800,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5801,"config":5805,"_id":5806,"_type":30,"title":5802,"_source":32,"_file":5807,"_stem":5808,"_extension":35},"/en-us/blog/authors/nick-thomas",{"name":5802,"config":5803},"Nick Thomas",{"headshot":7,"ctfId":5804},"nickthomas",{"template":683},"content:en-us:blog:authors:nick-thomas.yml","en-us/blog/authors/nick-thomas.yml","en-us/blog/authors/nick-thomas",{"_path":5810,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5811,"config":5816,"_id":5817,"_type":30,"title":5812,"_source":32,"_file":5818,"_stem":5819,"_extension":35},"/en-us/blog/authors/nick-veenhof",{"name":5812,"config":5813},"Nick Veenhof",{"headshot":5814,"ctfId":5815},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679373/Blog/Author%20Headshots/nick_vh-headshot.jpg","nickvh",{"template":683},"content:en-us:blog:authors:nick-veenhof.yml","en-us/blog/authors/nick-veenhof.yml","en-us/blog/authors/nick-veenhof",{"_path":5821,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5822,"config":5826,"_id":5827,"_type":30,"title":5823,"_source":32,"_file":5828,"_stem":5829,"_extension":35},"/en-us/blog/authors/nico-meisenzahl",{"name":5823,"config":5824},"Nico Meisenzahl",{"headshot":7,"ctfId":5825},"nicomeisenzahl",{"template":683},"content:en-us:blog:authors:nico-meisenzahl.yml","en-us/blog/authors/nico-meisenzahl.yml","en-us/blog/authors/nico-meisenzahl",{"_path":5831,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5832,"config":5836,"_id":5837,"_type":30,"title":5833,"_source":32,"_file":5838,"_stem":5839,"_extension":35},"/en-us/blog/authors/nicole-schwartz",{"name":5833,"config":5834},"Nicole Schwartz",{"headshot":7,"ctfId":5835},"nicoleschwartz",{"template":683},"content:en-us:blog:authors:nicole-schwartz.yml","en-us/blog/authors/nicole-schwartz.yml","en-us/blog/authors/nicole-schwartz",{"_path":5841,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5842,"config":5847,"_id":5848,"_type":30,"title":5843,"_source":32,"_file":5849,"_stem":5850,"_extension":35},"/en-us/blog/authors/nikhil-george",{"name":5843,"config":5844},"Nikhil George",{"headshot":5845,"ctfId":5846},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666175/Blog/Author%20Headshots/ngeorge1-headshot.jpg","ngeorge1",{"template":683},"content:en-us:blog:authors:nikhil-george.yml","en-us/blog/authors/nikhil-george.yml","en-us/blog/authors/nikhil-george",{"_path":5852,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5853,"config":5858,"_id":5859,"_type":30,"title":5854,"_source":32,"_file":5860,"_stem":5861,"_extension":35},"/en-us/blog/authors/nima-badiey",{"name":5854,"config":5855},"Nima Badiey",{"headshot":5856,"ctfId":5857},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668177/Blog/Author%20Headshots/nbadiey-headshot.jpg","nbadiey",{"template":683},"content:en-us:blog:authors:nima-badiey.yml","en-us/blog/authors/nima-badiey.yml","en-us/blog/authors/nima-badiey",{"_path":5863,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5864,"config":5869,"_id":5870,"_type":30,"title":5865,"_source":32,"_file":5871,"_stem":5872,"_extension":35},"/en-us/blog/authors/noah-ing",{"name":5865,"config":5866},"Noah Ing",{"headshot":5867,"ctfId":5868},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664410/Blog/Author%20Headshots/noahing.png","noahing",{"template":683},"content:en-us:blog:authors:noah-ing.yml","en-us/blog/authors/noah-ing.yml","en-us/blog/authors/noah-ing",{"_path":5874,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5875,"config":5879,"_id":5880,"_type":30,"title":5876,"_source":32,"_file":5881,"_stem":5882,"_extension":35},"/en-us/blog/authors/noah-manger",{"name":5876,"config":5877},"Noah Manger",{"headshot":714,"ctfId":5878},"Noah-Manger",{"template":683},"content:en-us:blog:authors:noah-manger.yml","en-us/blog/authors/noah-manger.yml","en-us/blog/authors/noah-manger",{"_path":5884,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5885,"config":5889,"_id":5890,"_type":30,"title":5886,"_source":32,"_file":5891,"_stem":5892,"_extension":35},"/en-us/blog/authors/noah-zoschke",{"name":5886,"config":5887},"Noah Zoschke",{"headshot":714,"ctfId":5888},"Noah-Zoschke",{"template":683},"content:en-us:blog:authors:noah-zoschke.yml","en-us/blog/authors/noah-zoschke.yml","en-us/blog/authors/noah-zoschke",{"_path":5894,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5895,"config":5899,"_id":5900,"_type":30,"title":5896,"_source":32,"_file":5901,"_stem":5902,"_extension":35},"/en-us/blog/authors/nolan-myers",{"name":5896,"config":5897},"Nolan Myers",{"headshot":714,"ctfId":5898},"Nolan-Myers",{"template":683},"content:en-us:blog:authors:nolan-myers.yml","en-us/blog/authors/nolan-myers.yml","en-us/blog/authors/nolan-myers",{"_path":5904,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5905,"config":5909,"_id":5910,"_type":30,"title":5906,"_source":32,"_file":5911,"_stem":5912,"_extension":35},"/en-us/blog/authors/nupur-sharma",{"name":5906,"config":5907},"Nupur Sharma",{"headshot":714,"ctfId":5908},"6p7RQDl0cDWnAxU8yu2vVK",{"template":683},"content:en-us:blog:authors:nupur-sharma.yml","en-us/blog/authors/nupur-sharma.yml","en-us/blog/authors/nupur-sharma",{"_path":5914,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5915,"config":5919,"_id":5920,"_type":30,"title":5916,"_source":32,"_file":5921,"_stem":5922,"_extension":35},"/en-us/blog/authors/nuritzi-sanchez",{"name":5916,"config":5917},"Nuritzi Sanchez",{"headshot":7,"ctfId":5918},"nuritzi",{"template":683},"content:en-us:blog:authors:nuritzi-sanchez.yml","en-us/blog/authors/nuritzi-sanchez.yml","en-us/blog/authors/nuritzi-sanchez",{"_path":5924,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5925,"config":5930,"_id":5931,"_type":30,"title":5926,"_source":32,"_file":5932,"_stem":5933,"_extension":35},"/en-us/blog/authors/oleksandr-pysaryuk",{"name":5926,"config":5927},"Oleksandr Pysaryuk",{"headshot":5928,"ctfId":5929},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664469/Blog/Author%20Headshots/opysaryuk_headshot.png","5EbCnvbwgeZKYOUug8fFFO",{"template":683},"content:en-us:blog:authors:oleksandr-pysaryuk.yml","en-us/blog/authors/oleksandr-pysaryuk.yml","en-us/blog/authors/oleksandr-pysaryuk",{"_path":5935,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5936,"config":5941,"_id":5942,"_type":30,"title":5943,"_source":32,"_file":5944,"_stem":5945,"_extension":35},"/en-us/blog/authors/olena-horal-koretska",{"name":5937,"config":5938},"Olena Horal-Koretska",{"headshot":5939,"ctfId":5940},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681267/Blog/Author%20Headshots/ohoral-headshot.jpg","ohoral",{"template":683},"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":5947,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5948,"config":5952,"_id":5954,"_type":30,"title":5949,"_source":32,"_file":5955,"_stem":5956,"_extension":35},"/en-us/blog/authors/olivier-campeau",{"name":5949,"config":5950},"Olivier Campeau",{"headshot":5951},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750704785/kyqz7c4ctjvo4qpj8ldf.png",{"template":683,"gitlabHandle":5953},"oli.campeau","content:en-us:blog:authors:olivier-campeau.yml","en-us/blog/authors/olivier-campeau.yml","en-us/blog/authors/olivier-campeau",{"_path":5958,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5959,"config":5964,"_id":5965,"_type":30,"title":5966,"_source":32,"_file":5967,"_stem":5968,"_extension":35},"/en-us/blog/authors/olivier-dupr",{"name":5960,"config":5961},"Olivier Dupré",{"headshot":5962,"ctfId":5963},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713474/cj6odchlpoqxbibenvye.png","4VIckvQsyfNxEtz4pM42aP",{"template":683},"content:en-us:blog:authors:olivier-dupr.yml","Olivier Dupr","en-us/blog/authors/olivier-dupr.yml","en-us/blog/authors/olivier-dupr",{"_path":5970,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5971,"config":5976,"_id":5977,"_type":30,"title":5972,"_source":32,"_file":5978,"_stem":5979,"_extension":35},"/en-us/blog/authors/omar-fernandez",{"name":5972,"config":5973},"Omar Fernandez",{"headshot":5974,"ctfId":5975},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668073/Blog/Author%20Headshots/ofernandez2-headshot.jpg","ofernandez2",{"template":683},"content:en-us:blog:authors:omar-fernandez.yml","en-us/blog/authors/omar-fernandez.yml","en-us/blog/authors/omar-fernandez",{"_path":5981,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5982,"config":5986,"_id":5987,"_type":30,"title":5983,"_source":32,"_file":5988,"_stem":5989,"_extension":35},"/en-us/blog/authors/opher-vishnia",{"name":5983,"config":5984},"Opher Vishnia",{"headshot":714,"ctfId":5985},"O0F3sw3av9pRAxeP9iR7N",{"template":683},"content:en-us:blog:authors:opher-vishnia.yml","en-us/blog/authors/opher-vishnia.yml","en-us/blog/authors/opher-vishnia",{"_path":5991,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":5992,"config":5996,"_id":5997,"_type":30,"title":5993,"_source":32,"_file":5998,"_stem":5999,"_extension":35},"/en-us/blog/authors/orit-golowinski",{"name":5993,"config":5994},"Orit Golowinski",{"headshot":7,"ctfId":5995},"ogolowinski",{"template":683},"content:en-us:blog:authors:orit-golowinski.yml","en-us/blog/authors/orit-golowinski.yml","en-us/blog/authors/orit-golowinski",{"_path":6001,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6002,"config":6007,"_id":6008,"_type":30,"title":6003,"_source":32,"_file":6009,"_stem":6010,"_extension":35},"/en-us/blog/authors/ottilia-westerlund",{"name":6003,"config":6004},"Ottilia Westerlund",{"headshot":6005,"ctfId":6006},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664791/Blog/Author%20Headshots/ottiliawesterlundheadshot.png","ottiliawesterlund",{"template":683},"content:en-us:blog:authors:ottilia-westerlund.yml","en-us/blog/authors/ottilia-westerlund.yml","en-us/blog/authors/ottilia-westerlund",{"_path":6012,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6013,"config":6017,"_id":6018,"_type":30,"title":6014,"_source":32,"_file":6019,"_stem":6020,"_extension":35},"/en-us/blog/authors/owen-williams",{"name":6014,"config":6015},"Owen Williams",{"headshot":714,"ctfId":6016},"Owen-Williams",{"template":683},"content:en-us:blog:authors:owen-williams.yml","en-us/blog/authors/owen-williams.yml","en-us/blog/authors/owen-williams",{"_path":6022,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6023,"config":6027,"_id":6028,"_type":30,"title":6024,"_source":32,"_file":6029,"_stem":6030,"_extension":35},"/en-us/blog/authors/pablo-carranza",{"name":6024,"config":6025},"Pablo Carranza",{"headshot":714,"ctfId":6026},"Pablo-Carranza",{"template":683},"content:en-us:blog:authors:pablo-carranza.yml","en-us/blog/authors/pablo-carranza.yml","en-us/blog/authors/pablo-carranza",{"_path":6032,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6033,"config":6037,"_id":6038,"_type":30,"title":6034,"_source":32,"_file":6039,"_stem":6040,"_extension":35},"/en-us/blog/authors/parker-ennis",{"name":6034,"config":6035},"Parker Ennis",{"headshot":7,"ctfId":6036},"parkerennis",{"template":683},"content:en-us:blog:authors:parker-ennis.yml","en-us/blog/authors/parker-ennis.yml","en-us/blog/authors/parker-ennis",{"_path":6042,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6043,"config":6047,"_id":6048,"_type":30,"title":6044,"_source":32,"_file":6049,"_stem":6050,"_extension":35},"/en-us/blog/authors/patricio-cano",{"name":6044,"config":6045},"Patricio Cano",{"headshot":714,"ctfId":6046},"Patricio-Cano",{"template":683},"content:en-us:blog:authors:patricio-cano.yml","en-us/blog/authors/patricio-cano.yml","en-us/blog/authors/patricio-cano",{"_path":6052,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6053,"config":6057,"_id":6058,"_type":30,"title":6054,"_source":32,"_file":6059,"_stem":6060,"_extension":35},"/en-us/blog/authors/patrick-deuley",{"name":6054,"config":6055},"Patrick Deuley",{"headshot":714,"ctfId":6056},"4YYemtKKpxKC4yukyFavai",{"template":683},"content:en-us:blog:authors:patrick-deuley.yml","en-us/blog/authors/patrick-deuley.yml","en-us/blog/authors/patrick-deuley",{"_path":6062,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6063,"config":6067,"_id":6068,"_type":30,"title":6064,"_source":32,"_file":6069,"_stem":6070,"_extension":35},"/en-us/blog/authors/patrick-foster",{"name":6064,"config":6065},"Patrick Foster",{"headshot":714,"ctfId":6066},"Patrick-Foster",{"template":683},"content:en-us:blog:authors:patrick-foster.yml","en-us/blog/authors/patrick-foster.yml","en-us/blog/authors/patrick-foster",{"_path":6072,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6073,"config":6078,"_id":6079,"_type":30,"title":6074,"_source":32,"_file":6080,"_stem":6081,"_extension":35},"/en-us/blog/authors/patrick-steinhardt",{"name":6074,"config":6075},"Patrick Steinhardt",{"headshot":6076,"ctfId":6077},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661952/Blog/Author%20Headshots/pks-gitlab-headshot.png","pksgitlab",{"template":683},"content:en-us:blog:authors:patrick-steinhardt.yml","en-us/blog/authors/patrick-steinhardt.yml","en-us/blog/authors/patrick-steinhardt",{"_path":6083,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6084,"config":6088,"_id":6089,"_type":30,"title":6085,"_source":32,"_file":6090,"_stem":6091,"_extension":35},"/en-us/blog/authors/patty-cheung",{"name":6085,"config":6086},"Patty Cheung",{"headshot":714,"ctfId":6087},"pattycheung",{"template":683},"content:en-us:blog:authors:patty-cheung.yml","en-us/blog/authors/patty-cheung.yml","en-us/blog/authors/patty-cheung",{"_path":6093,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6094,"config":6098,"_id":6099,"_type":30,"title":6095,"_source":32,"_file":6100,"_stem":6101,"_extension":35},"/en-us/blog/authors/paul-badcock",{"name":6095,"config":6096},"Paul Badcock",{"headshot":714,"ctfId":6097},"TbNQIdiD4vlFB7XYXeArb",{"template":683},"content:en-us:blog:authors:paul-badcock.yml","en-us/blog/authors/paul-badcock.yml","en-us/blog/authors/paul-badcock",{"_path":6103,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6104,"config":6108,"_id":6109,"_type":30,"title":6110,"_source":32,"_file":6111,"_stem":6112,"_extension":35},"/en-us/blog/authors/paul-gascou-vaillancourt",{"name":6105,"config":6106},"Paul Gascou-Vaillancourt",{"headshot":714,"ctfId":6107},"6Yg7HWPoy2E5vwudH0EZja",{"template":683},"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":6114,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6115,"config":6119,"_id":6120,"_type":30,"title":6116,"_source":32,"_file":6121,"_stem":6122,"_extension":35},"/en-us/blog/authors/paul-hibbitts",{"name":6116,"config":6117},"Paul Hibbitts",{"headshot":714,"ctfId":6118},"Paul-Hibbitts",{"template":683},"content:en-us:blog:authors:paul-hibbitts.yml","en-us/blog/authors/paul-hibbitts.yml","en-us/blog/authors/paul-hibbitts",{"_path":6124,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6125,"config":6129,"_id":6130,"_type":30,"title":6126,"_source":32,"_file":6131,"_stem":6132,"_extension":35},"/en-us/blog/authors/paul-machle",{"name":6126,"config":6127},"Paul Machle",{"headshot":714,"ctfId":6128},"Paul-Machle",{"template":683},"content:en-us:blog:authors:paul-machle.yml","en-us/blog/authors/paul-machle.yml","en-us/blog/authors/paul-machle",{"_path":6134,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6135,"config":6139,"_id":6141,"_type":30,"title":6136,"_source":32,"_file":6142,"_stem":6143,"_extension":35},"/en-us/blog/authors/paul-meresanu",{"name":6136,"role":7,"config":6137},"Paul Meresanu",{"headshot":6138},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750267141/qpw5ayteg0sewyh7s8xi.png",{"template":683,"gitlabHandle":6140},"pmeresanu","content:en-us:blog:authors:paul-meresanu.yml","en-us/blog/authors/paul-meresanu.yml","en-us/blog/authors/paul-meresanu",{"_path":6145,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6146,"config":6151,"_id":6152,"_type":30,"title":6147,"_source":32,"_file":6153,"_stem":6154,"_extension":35},"/en-us/blog/authors/payton-burdette",{"name":6147,"config":6148},"Payton Burdette",{"headshot":6149,"ctfId":6150},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667712/Blog/Author%20Headshots/payton_burdette_headshot.png","42ZmAy1Ix0cQeI3hHYupW",{"template":683},"content:en-us:blog:authors:payton-burdette.yml","en-us/blog/authors/payton-burdette.yml","en-us/blog/authors/payton-burdette",{"_path":6156,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6157,"config":6161,"_id":6162,"_type":30,"title":6158,"_source":32,"_file":6163,"_stem":6164,"_extension":35},"/en-us/blog/authors/pedro-fortuna",{"name":6158,"config":6159},"Pedro Fortuna",{"headshot":714,"ctfId":6160},"7JwB4WZYF19OKwOo4yk5n4",{"template":683},"content:en-us:blog:authors:pedro-fortuna.yml","en-us/blog/authors/pedro-fortuna.yml","en-us/blog/authors/pedro-fortuna",{"_path":6166,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6167,"config":6172,"_id":6173,"_type":30,"title":6174,"_source":32,"_file":6175,"_stem":6176,"_extension":35},"/en-us/blog/authors/pedro-moreira-da-silva",{"name":6168,"config":6169},"Pedro Moreira da Silva",{"headshot":6170,"ctfId":6171},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666783/Blog/Author%20Headshots/pedroms-headshot.jpg","pedroms",{"template":683},"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":6178,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6179,"config":6184,"_id":6185,"_type":30,"title":6180,"_source":32,"_file":6186,"_stem":6187,"_extension":35},"/en-us/blog/authors/phil-hughes",{"name":6180,"config":6181},"Phil Hughes",{"headshot":6182,"ctfId":6183},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681552/Blog/Author%20Headshots/iamphill-headshot.jpg","iamphill",{"template":683},"content:en-us:blog:authors:phil-hughes.yml","en-us/blog/authors/phil-hughes.yml","en-us/blog/authors/phil-hughes",{"_path":6189,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6190,"config":6194,"_id":6195,"_type":30,"title":6191,"_source":32,"_file":6196,"_stem":6197,"_extension":35},"/en-us/blog/authors/philip-welz",{"name":6191,"config":6192},"Philip Welz",{"headshot":7,"ctfId":6193},"philxx",{"template":683},"content:en-us:blog:authors:philip-welz.yml","en-us/blog/authors/philip-welz.yml","en-us/blog/authors/philip-welz",{"_path":6199,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6200,"config":6205,"_id":6206,"_type":30,"title":6207,"_source":32,"_file":6208,"_stem":6209,"_extension":35},"/en-us/blog/authors/philippe-lafoucrire",{"name":6201,"config":6202},"Philippe Lafoucrière",{"headshot":6203,"ctfId":6204},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679747/Blog/Author%20Headshots/plafoucriere-headshot.jpg","plafoucriere",{"template":683},"content:en-us:blog:authors:philippe-lafoucrire.yml","Philippe Lafoucrire","en-us/blog/authors/philippe-lafoucrire.yml","en-us/blog/authors/philippe-lafoucrire",{"_path":6211,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6212,"config":6216,"_id":6217,"_type":30,"title":6218,"_source":32,"_file":6219,"_stem":6220,"_extension":35},"/en-us/blog/authors/pierre-de-la-morinerie",{"name":6213,"config":6214},"Pierre de La Morinerie",{"headshot":714,"ctfId":6215},"Pierre-de-La-Morinerie",{"template":683},"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":6222,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6223,"config":6227,"_id":6228,"_type":30,"title":6224,"_source":32,"_file":6229,"_stem":6230,"_extension":35},"/en-us/blog/authors/pierre-smeyers",{"name":6224,"config":6225},"Pierre Smeyers",{"headshot":7,"ctfId":6226},"pismy",{"template":683},"content:en-us:blog:authors:pierre-smeyers.yml","en-us/blog/authors/pierre-smeyers.yml","en-us/blog/authors/pierre-smeyers",{"_path":6232,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6233,"config":6238,"_id":6239,"_type":30,"title":6234,"_source":32,"_file":6240,"_stem":6241,"_extension":35},"/en-us/blog/authors/pini-wietchner",{"name":6234,"config":6235},"Pini Wietchner",{"headshot":6236,"ctfId":6237},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660171/Blog/Author%20Headshots/Pini_Wietchner_headshot.png","4FclpbCSjD5ytIrKCyRL0o",{"template":683},"content:en-us:blog:authors:pini-wietchner.yml","en-us/blog/authors/pini-wietchner.yml","en-us/blog/authors/pini-wietchner",{"_path":6243,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6244,"config":6248,"_id":6249,"_type":30,"title":6250,"_source":32,"_file":6251,"_stem":6252,"_extension":35},"/en-us/blog/authors/pj-metz",{"name":6245,"config":6246},"PJ Metz",{"headshot":714,"ctfId":6247},"PjMetz",{"template":683},"content:en-us:blog:authors:pj-metz.yml","Pj Metz","en-us/blog/authors/pj-metz.yml","en-us/blog/authors/pj-metz",{"_path":6254,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6255,"config":6258,"_id":6259,"_type":30,"title":6260,"_source":32,"_file":6261,"_stem":6262,"_extension":35},"/en-us/blog/authors/plapadoo",{"name":6256,"config":6257},"plapadoo",{"headshot":714,"ctfId":6256},{"template":683},"content:en-us:blog:authors:plapadoo.yml","Plapadoo","en-us/blog/authors/plapadoo.yml","en-us/blog/authors/plapadoo",{"_path":6264,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6265,"config":6269,"_id":6270,"_type":30,"title":6266,"_source":32,"_file":6271,"_stem":6272,"_extension":35},"/en-us/blog/authors/pranay-bakre",{"name":6266,"config":6267},"Pranay Bakre",{"headshot":7,"ctfId":6268},"Darren-Eastman",{"template":683},"content:en-us:blog:authors:pranay-bakre.yml","en-us/blog/authors/pranay-bakre.yml","en-us/blog/authors/pranay-bakre",{"_path":6274,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6275,"config":6279,"_id":6280,"_type":30,"title":6276,"_source":32,"_file":6281,"_stem":6282,"_extension":35},"/en-us/blog/authors/priyanka-sharma",{"name":6276,"config":6277},"Priyanka Sharma",{"headshot":7,"ctfId":6278},"pritianka",{"template":683},"content:en-us:blog:authors:priyanka-sharma.yml","en-us/blog/authors/priyanka-sharma.yml","en-us/blog/authors/priyanka-sharma",{"_path":6284,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6285,"config":6290,"_id":6291,"_type":30,"title":6292,"_source":32,"_file":6293,"_stem":6294,"_extension":35},"/en-us/blog/authors/pter-bozs",{"name":6286,"config":6287},"Péter Bozsó",{"headshot":6288,"ctfId":6289},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666384/Blog/Author%20Headshots/pbozso_headshot.png","4i1NVYip0RqxRnbpZ9deKp",{"template":683},"content:en-us:blog:authors:pter-bozs.yml","Pter Bozs","en-us/blog/authors/pter-bozs.yml","en-us/blog/authors/pter-bozs",{"_path":6296,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6297,"config":6301,"_id":6302,"_type":30,"title":6298,"_source":32,"_file":6303,"_stem":6304,"_extension":35},"/en-us/blog/authors/quan-to",{"name":6298,"config":6299},"Quan To",{"headshot":714,"ctfId":6300},"5dswLnpCobgICjM0RpHMU2",{"template":683},"content:en-us:blog:authors:quan-to.yml","en-us/blog/authors/quan-to.yml","en-us/blog/authors/quan-to",{"_path":6306,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6307,"config":6312,"_id":6313,"_type":30,"title":6308,"_source":32,"_file":6314,"_stem":6315,"_extension":35},"/en-us/blog/authors/rachel-nienaber",{"name":6308,"config":6309},"Rachel Nienaber",{"headshot":6310,"ctfId":6311},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667065/Blog/Author%20Headshots/rnienaber-headshot.jpg","rnienaber",{"template":683},"content:en-us:blog:authors:rachel-nienaber.yml","en-us/blog/authors/rachel-nienaber.yml","en-us/blog/authors/rachel-nienaber",{"_path":6317,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6318,"config":6322,"_id":6324,"_type":30,"title":6319,"_source":32,"_file":6325,"_stem":6326,"_extension":35},"/en-us/blog/authors/radovan-bacovic",{"name":6319,"config":6320},"Radovan Bacovic",{"headshot":6321},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1760036179/vvj2tiujit6kopuz8mqp.png",{"template":683,"gitlabHandle":6323},"rbacovic","content:en-us:blog:authors:radovan-bacovic.yml","en-us/blog/authors/radovan-bacovic.yml","en-us/blog/authors/radovan-bacovic",{"_path":6328,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6329,"config":6333,"_id":6334,"_type":30,"title":6335,"_source":32,"_file":6336,"_stem":6337,"_extension":35},"/en-us/blog/authors/rahul-bhargava-cto-evolphin",{"name":6330,"config":6331},"Rahul Bhargava, CTO, Evolphin",{"headshot":714,"ctfId":6332},"Rahul-Bhargava-CTO-Evolphin",{"template":683},"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":6339,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6340,"config":6345,"_id":6346,"_type":30,"title":6341,"_source":32,"_file":6347,"_stem":6348,"_extension":35},"/en-us/blog/authors/raimund-hook",{"name":6341,"config":6342},"Raimund Hook",{"headshot":6343,"ctfId":6344},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672472/Blog/Author%20Headshots/stingrayza-headshot.jpg","stingrayza",{"template":683},"content:en-us:blog:authors:raimund-hook.yml","en-us/blog/authors/raimund-hook.yml","en-us/blog/authors/raimund-hook",{"_path":6350,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6351,"config":6355,"_id":6356,"_type":30,"title":6352,"_source":32,"_file":6357,"_stem":6358,"_extension":35},"/en-us/blog/authors/raquel-campuzano",{"name":6352,"config":6353},"Raquel Campuzano",{"headshot":714,"ctfId":6354},"Raquel-Campuzano",{"template":683},"content:en-us:blog:authors:raquel-campuzano.yml","en-us/blog/authors/raquel-campuzano.yml","en-us/blog/authors/raquel-campuzano",{"_path":6360,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6361,"config":6365,"_id":6366,"_type":30,"title":6362,"_source":32,"_file":6367,"_stem":6368,"_extension":35},"/en-us/blog/authors/ray-paik",{"name":6362,"config":6363},"Ray Paik",{"headshot":7,"ctfId":6364},"rpaik",{"template":683},"content:en-us:blog:authors:ray-paik.yml","en-us/blog/authors/ray-paik.yml","en-us/blog/authors/ray-paik",{"_path":6370,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6371,"config":6376,"_id":6377,"_type":30,"title":6372,"_source":32,"_file":6378,"_stem":6379,"_extension":35},"/en-us/blog/authors/rayana-verissimo",{"name":6372,"config":6373},"Rayana Verissimo",{"headshot":6374,"ctfId":6375},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679581/Blog/Author%20Headshots/rayana-headshot.png","rayana",{"template":683},"content:en-us:blog:authors:rayana-verissimo.yml","en-us/blog/authors/rayana-verissimo.yml","en-us/blog/authors/rayana-verissimo",{"_path":6381,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6382,"config":6386,"_id":6388,"_type":30,"title":6389,"_source":32,"_file":6390,"_stem":6391,"_extension":35},"/en-us/blog/authors/rebeca-fenoy-anthony",{"name":6383,"config":6384},"Rebeca Fenoy-Anthony",{"headshot":6385},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756988188/r1og9bwc9mxwxqeoehyi.png",{"template":683,"gitlabHandle":6387},"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":6393,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6394,"config":6398,"_id":6399,"_type":30,"title":6395,"_source":32,"_file":6400,"_stem":6401,"_extension":35},"/en-us/blog/authors/rebecca-dodd",{"name":6395,"config":6396},"Rebecca Dodd",{"headshot":714,"ctfId":6397},"Rebecca-Dodd",{"template":683},"content:en-us:blog:authors:rebecca-dodd.yml","en-us/blog/authors/rebecca-dodd.yml","en-us/blog/authors/rebecca-dodd",{"_path":6403,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6404,"config":6408,"_id":6409,"_type":30,"title":6405,"_source":32,"_file":6410,"_stem":6411,"_extension":35},"/en-us/blog/authors/regis-freyd",{"name":6405,"config":6406},"Regis Freyd",{"headshot":714,"ctfId":6407},"Regis-Freyd",{"template":683},"content:en-us:blog:authors:regis-freyd.yml","en-us/blog/authors/regis-freyd.yml","en-us/blog/authors/regis-freyd",{"_path":6413,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6414,"config":6419,"_id":6420,"_type":30,"title":6415,"_source":32,"_file":6421,"_stem":6422,"_extension":35},"/en-us/blog/authors/regnard-raquedan",{"name":6415,"config":6416},"Regnard Raquedan",{"headshot":6417,"ctfId":6418},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663118/Blog/Author%20Headshots/regnard_raquedan_headshot.png","rraquedan",{"template":683},"content:en-us:blog:authors:regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan",{"_path":6424,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6425,"config":6429,"_id":6430,"_type":30,"title":6426,"_source":32,"_file":6431,"_stem":6432,"_extension":35},"/en-us/blog/authors/renato-stanic",{"name":6426,"config":6427},"Renato Stanic",{"headshot":7,"ctfId":6428},"rstanic12",{"template":683},"content:en-us:blog:authors:renato-stanic.yml","en-us/blog/authors/renato-stanic.yml","en-us/blog/authors/renato-stanic",{"_path":6434,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6435,"config":6440,"_id":6441,"_type":30,"title":6436,"_source":32,"_file":6442,"_stem":6443,"_extension":35},"/en-us/blog/authors/ricardo-amarilla-villalba",{"name":6436,"config":6437},"Ricardo Amarilla Villalba",{"headshot":6438,"ctfId":6439},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659922/Blog/Author%20Headshots/amarilla_headshot.png","4WSHcpkt7wBzARJQ1JkIMm",{"template":683},"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":6445,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6446,"config":6450,"_id":6451,"_type":30,"title":6447,"_source":32,"_file":6452,"_stem":6453,"_extension":35},"/en-us/blog/authors/riccardo-padovani",{"name":6447,"config":6448},"Riccardo Padovani",{"headshot":714,"ctfId":6449},"Riccardo-Padovani",{"template":683},"content:en-us:blog:authors:riccardo-padovani.yml","en-us/blog/authors/riccardo-padovani.yml","en-us/blog/authors/riccardo-padovani",{"_path":6455,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6456,"config":6461,"_id":6462,"_type":30,"title":6463,"_source":32,"_file":6464,"_stem":6465,"_extension":35},"/en-us/blog/authors/rmy-coutable",{"name":6457,"config":6458},"Rémy Coutable",{"headshot":6459,"ctfId":6460},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667148/Blog/Author%20Headshots/rymai-headshot.jpg","rymai",{"template":683},"content:en-us:blog:authors:rmy-coutable.yml","Rmy Coutable","en-us/blog/authors/rmy-coutable.yml","en-us/blog/authors/rmy-coutable",{"_path":6467,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6468,"config":6473,"_id":6474,"_type":30,"title":6469,"_source":32,"_file":6475,"_stem":6476,"_extension":35},"/en-us/blog/authors/rob-jackson",{"name":6469,"config":6470},"Rob Jackson",{"headshot":6471,"ctfId":6472},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664773/Blog/Author%20Headshots/rob_jackson_headshot.png","12y1rDDleLKyUs9QhZFDQe",{"template":683},"content:en-us:blog:authors:rob-jackson.yml","en-us/blog/authors/rob-jackson.yml","en-us/blog/authors/rob-jackson",{"_path":6478,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6479,"config":6483,"_id":6484,"_type":30,"title":6480,"_source":32,"_file":6485,"_stem":6486,"_extension":35},"/en-us/blog/authors/rob-ribeiro",{"name":6480,"config":6481},"Rob Ribeiro",{"headshot":714,"ctfId":6482},"Rob-Ribeiro",{"template":683},"content:en-us:blog:authors:rob-ribeiro.yml","en-us/blog/authors/rob-ribeiro.yml","en-us/blog/authors/rob-ribeiro",{"_path":6488,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6489,"config":6493,"_id":6494,"_type":30,"title":6490,"_source":32,"_file":6495,"_stem":6496,"_extension":35},"/en-us/blog/authors/robert-speicher",{"name":6490,"config":6491},"Robert Speicher",{"headshot":7,"ctfId":6492},"rspeicher",{"template":683},"content:en-us:blog:authors:robert-speicher.yml","en-us/blog/authors/robert-speicher.yml","en-us/blog/authors/robert-speicher",{"_path":6498,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6499,"config":6504,"_id":6505,"_type":30,"title":6500,"_source":32,"_file":6506,"_stem":6507,"_extension":35},"/en-us/blog/authors/robert-williams",{"name":6500,"config":6501},"Robert Williams",{"headshot":6502,"ctfId":6503},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682973/Blog/Author%20Headshots/r_williams-headshot.png","rwilliams",{"template":683},"content:en-us:blog:authors:robert-williams.yml","en-us/blog/authors/robert-williams.yml","en-us/blog/authors/robert-williams",{"_path":6509,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6510,"config":6516,"_id":6517,"_type":30,"title":6511,"_source":32,"_file":6518,"_stem":6519,"_extension":35},"/en-us/blog/authors/robin-schulman",{"name":6511,"config":6512,"role":6515},"Robin Schulman",{"headshot":6513,"ctfId":6514},"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":683},"content:en-us:blog:authors:robin-schulman.yml","en-us/blog/authors/robin-schulman.yml","en-us/blog/authors/robin-schulman",{"_path":6521,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6522,"config":6526,"_id":6527,"_type":30,"title":6523,"_source":32,"_file":6528,"_stem":6529,"_extension":35},"/en-us/blog/authors/roger-woo",{"name":6523,"config":6524},"Roger Woo",{"headshot":714,"ctfId":6525},"rogerwoo",{"template":683},"content:en-us:blog:authors:roger-woo.yml","en-us/blog/authors/roger-woo.yml","en-us/blog/authors/roger-woo",{"_path":6531,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6532,"config":6538,"_id":6539,"_type":30,"title":6540,"_source":32,"_file":6541,"_stem":6542,"_extension":35},"/en-us/blog/authors/rohit-shambhuni",{"role":6533,"name":6534,"config":6535},"Staff Application Security Engineer"," Rohit Shambhuni",{"headshot":6536,"ctfId":6537},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661924/Blog/Author%20Headshots/rohit.png","182K42TpkCqjIAwBkZxTmD",{"template":683},"content:en-us:blog:authors:rohit-shambhuni.yml","Rohit Shambhuni","en-us/blog/authors/rohit-shambhuni.yml","en-us/blog/authors/rohit-shambhuni",{"_path":6544,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6545,"config":6549,"_id":6550,"_type":30,"title":6546,"_source":32,"_file":6551,"_stem":6552,"_extension":35},"/en-us/blog/authors/roman-kuba",{"name":6546,"config":6547},"Roman Kuba",{"headshot":7,"ctfId":6548},"rkuba",{"template":683},"content:en-us:blog:authors:roman-kuba.yml","en-us/blog/authors/roman-kuba.yml","en-us/blog/authors/roman-kuba",{"_path":6554,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6555,"config":6560,"_id":6561,"_type":30,"title":6562,"_source":32,"_file":6563,"_stem":6564,"_extension":35},"/en-us/blog/authors/romuald-atchad",{"name":6556,"config":6557},"Romuald Atchadé",{"headshot":6558,"ctfId":6559},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683323/Blog/Author%20Headshots/romuald_headshot.png","UlDEnaT6wqUdPZMmBKpE2",{"template":683},"content:en-us:blog:authors:romuald-atchad.yml","Romuald Atchad","en-us/blog/authors/romuald-atchad.yml","en-us/blog/authors/romuald-atchad",{"_path":6566,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6567,"config":6571,"_id":6572,"_type":30,"title":6573,"_source":32,"_file":6574,"_stem":6575,"_extension":35},"/en-us/blog/authors/ronald-van-zon",{"name":6568,"config":6569},"Ronald van Zon",{"headshot":7,"ctfId":6570},"Eagllus",{"template":683},"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":6577,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6578,"config":6582,"_id":6583,"_type":30,"title":6579,"_source":32,"_file":6584,"_stem":6585,"_extension":35},"/en-us/blog/authors/ross-fuhrman",{"name":6579,"config":6580},"Ross Fuhrman",{"headshot":714,"ctfId":6581},"7dkuWBvIc0AQanUclt3pOk",{"template":683},"content:en-us:blog:authors:ross-fuhrman.yml","en-us/blog/authors/ross-fuhrman.yml","en-us/blog/authors/ross-fuhrman",{"_path":6587,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6588,"config":6592,"_id":6593,"_type":30,"title":6589,"_source":32,"_file":6594,"_stem":6595,"_extension":35},"/en-us/blog/authors/roy-taragan",{"name":6589,"config":6590},"Roy Taragan",{"headshot":714,"ctfId":6591},"3pnwP9gqELfda3DCOQJQCL",{"template":683},"content:en-us:blog:authors:roy-taragan.yml","en-us/blog/authors/roy-taragan.yml","en-us/blog/authors/roy-taragan",{"_path":6597,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6598,"config":6603,"_id":6604,"_type":30,"title":6599,"_source":32,"_file":6605,"_stem":6606,"_extension":35},"/en-us/blog/authors/ruby-nealon",{"name":6599,"config":6600},"Ruby Nealon",{"headshot":6601,"ctfId":6602},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661883/Blog/Author%20Headshots/ruby_nealon_headshot.png","4N7iu9ue1QnoovueNm4S7r",{"template":683},"content:en-us:blog:authors:ruby-nealon.yml","en-us/blog/authors/ruby-nealon.yml","en-us/blog/authors/ruby-nealon",{"_path":6608,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6609,"config":6613,"_id":6614,"_type":30,"title":6610,"_source":32,"_file":6615,"_stem":6616,"_extension":35},"/en-us/blog/authors/rupert-douglas",{"name":6610,"config":6611},"Rupert Douglas",{"headshot":7,"ctfId":6612},"rdouglasgitlab",{"template":683},"content:en-us:blog:authors:rupert-douglas.yml","en-us/blog/authors/rupert-douglas.yml","en-us/blog/authors/rupert-douglas",{"_path":6618,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6619,"config":6623,"_id":6624,"_type":30,"title":6625,"_source":32,"_file":6626,"_stem":6627,"_extension":35},"/en-us/blog/authors/rusty-weston-guest-contributor",{"name":6620,"config":6621},"Rusty Weston, Guest Contributor",{"headshot":7,"ctfId":6622},"3PShSyZ6DJXnkDa5xrQs7V",{"template":683},"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":6629,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6630,"config":6635,"_id":6636,"_type":30,"title":6631,"_source":32,"_file":6637,"_stem":6638,"_extension":35},"/en-us/blog/authors/rutvik-shah",{"name":6631,"config":6632},"Rutvik Shah",{"headshot":6633,"ctfId":6634},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661843/Blog/Author%20Headshots/rutvik_shah_headshot.png","6co92rUBTbWcyV3EW23iEx",{"template":683},"content:en-us:blog:authors:rutvik-shah.yml","en-us/blog/authors/rutvik-shah.yml","en-us/blog/authors/rutvik-shah",{"_path":6640,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6641,"config":6646,"_id":6647,"_type":30,"title":6642,"_source":32,"_file":6648,"_stem":6649,"_extension":35},"/en-us/blog/authors/sacha-guyon",{"name":6642,"config":6643},"Sacha Guyon",{"headshot":6644,"ctfId":6645},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664566/Blog/Author%20Headshots/sacha_guyon_headshot.png","24pBtwb7WTU9fJB9qfqJYu",{"template":683},"content:en-us:blog:authors:sacha-guyon.yml","en-us/blog/authors/sacha-guyon.yml","en-us/blog/authors/sacha-guyon",{"_path":6651,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6652,"config":6657,"_id":6658,"_type":30,"title":6653,"_source":32,"_file":6659,"_stem":6660,"_extension":35},"/en-us/blog/authors/safwan-ahmed",{"name":6653,"config":6654},"Safwan Ahmed",{"headshot":6655,"ctfId":6656},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667732/Blog/Author%20Headshots/safwan_headshot.png","2Nw8KPOPpRBiBrVxMIaEn3",{"template":683},"content:en-us:blog:authors:safwan-ahmed.yml","en-us/blog/authors/safwan-ahmed.yml","en-us/blog/authors/safwan-ahmed",{"_path":6662,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6663,"config":6667,"_id":6669,"_type":30,"title":6664,"_source":32,"_file":6670,"_stem":6671,"_extension":35},"/en-us/blog/authors/salahddine-aberkan",{"name":6664,"config":6665},"Salahddine Aberkan",{"headshot":6666},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750434234/comdtybiix8pjqdpsxow.png",{"template":683,"gitlabHandle":6668},"saberkan","content:en-us:blog:authors:salahddine-aberkan.yml","en-us/blog/authors/salahddine-aberkan.yml","en-us/blog/authors/salahddine-aberkan",{"_path":6673,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6674,"config":6679,"_id":6680,"_type":30,"title":6675,"_source":32,"_file":6681,"_stem":6682,"_extension":35},"/en-us/blog/authors/salman-ladha",{"name":6675,"config":6676},"Salman Ladha",{"headshot":6677,"ctfId":6678},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662937/Blog/Author%20Headshots/salman_ladha_headshot.png","2AYyG99S9PBB8PQIJ6aKuq",{"template":683},"content:en-us:blog:authors:salman-ladha.yml","en-us/blog/authors/salman-ladha.yml","en-us/blog/authors/salman-ladha",{"_path":6684,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6685,"config":6690,"_id":6691,"_type":30,"title":6686,"_source":32,"_file":6692,"_stem":6693,"_extension":35},"/en-us/blog/authors/sam-beckham",{"name":6686,"config":6687},"Sam Beckham",{"headshot":6688,"ctfId":6689},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678740/Blog/Author%20Headshots/samdbeckham-headshot.jpg","samdbeckham",{"template":683},"content:en-us:blog:authors:sam-beckham.yml","en-us/blog/authors/sam-beckham.yml","en-us/blog/authors/sam-beckham",{"_path":6695,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6696,"config":6701,"_id":6702,"_type":30,"title":6697,"_source":32,"_file":6703,"_stem":6704,"_extension":35},"/en-us/blog/authors/sam-kerr",{"name":6697,"config":6698},"Sam Kerr",{"headshot":6699,"ctfId":6700},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668841/Blog/Author%20Headshots/stkerr-headshot.jpg","stkerr",{"template":683},"content:en-us:blog:authors:sam-kerr.yml","en-us/blog/authors/sam-kerr.yml","en-us/blog/authors/sam-kerr",{"_path":6706,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6707,"config":6712,"_id":6713,"_type":30,"title":6708,"_source":32,"_file":6714,"_stem":6715,"_extension":35},"/en-us/blog/authors/sam-morris",{"name":6708,"config":6709},"Sam Morris",{"headshot":6710,"ctfId":6711},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660148/Blog/Author%20Headshots/sam_morris.png","6JTrhUIqSCU30Y9KZOaan8",{"template":683},"content:en-us:blog:authors:sam-morris.yml","en-us/blog/authors/sam-morris.yml","en-us/blog/authors/sam-morris",{"_path":6717,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6718,"config":6723,"_id":6724,"_type":30,"title":6719,"_source":32,"_file":6725,"_stem":6726,"_extension":35},"/en-us/blog/authors/sam-white",{"name":6719,"config":6720},"Sam White",{"headshot":6721,"ctfId":6722},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682227/Blog/Author%20Headshots/sam.png","samwhite",{"template":683},"content:en-us:blog:authors:sam-white.yml","en-us/blog/authors/sam-white.yml","en-us/blog/authors/sam-white",{"_path":6728,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6729,"config":6734,"_id":6735,"_type":30,"title":6730,"_source":32,"_file":6736,"_stem":6737,"_extension":35},"/en-us/blog/authors/sam-wiskow",{"name":6730,"config":6731},"Sam Wiskow",{"headshot":6732,"ctfId":6733},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659433/Blog/Author%20Headshots/swiskow-headshot.jpg","swiskow",{"template":683},"content:en-us:blog:authors:sam-wiskow.yml","en-us/blog/authors/sam-wiskow.yml","en-us/blog/authors/sam-wiskow",{"_path":6739,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6740,"config":6745,"_id":6746,"_type":30,"title":6741,"_source":32,"_file":6747,"_stem":6748,"_extension":35},"/en-us/blog/authors/samantha-lee",{"name":6741,"config":6742},"Samantha Lee",{"headshot":6743,"ctfId":6744},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679833/Blog/Author%20Headshots/slee24-headshot.png","slee24",{"template":683},"content:en-us:blog:authors:samantha-lee.yml","en-us/blog/authors/samantha-lee.yml","en-us/blog/authors/samantha-lee",{"_path":6750,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6751,"config":6755,"_id":6756,"_type":30,"title":6757,"_source":32,"_file":6758,"_stem":6759,"_extension":35},"/en-us/blog/authors/sameer-farooqui-octoml",{"name":6752,"config":6753},"Sameer Farooqui, OctoML",{"headshot":714,"ctfId":6754},"Sameer-Farooqui-OctoML",{"template":683},"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":6761,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6762,"config":6767,"_id":6768,"_type":30,"title":6763,"_source":32,"_file":6769,"_stem":6770,"_extension":35},"/en-us/blog/authors/sameer-kamani",{"name":6763,"config":6764},"Sameer Kamani",{"headshot":6765,"ctfId":6766},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682359/Blog/Author%20Headshots/skamani-headshot.jpg","skamani",{"template":683},"content:en-us:blog:authors:sameer-kamani.yml","en-us/blog/authors/sameer-kamani.yml","en-us/blog/authors/sameer-kamani",{"_path":6772,"_dir":676,"_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/samer-akkoub",{"name":6774,"config":6775},"Samer Akkoub",{"headshot":6776,"ctfId":6777},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664173/Blog/Author%20Headshots/SamerAkkoub.png","BekAzK0RFux30pt6dvtWh",{"template":683},"content:en-us:blog:authors:samer-akkoub.yml","en-us/blog/authors/samer-akkoub.yml","en-us/blog/authors/samer-akkoub",{"_path":6783,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6784,"config":6788,"_id":6789,"_type":30,"title":6785,"_source":32,"_file":6790,"_stem":6791,"_extension":35},"/en-us/blog/authors/samuel-alfageme",{"name":6785,"config":6786},"Samuel Alfageme",{"headshot":714,"ctfId":6787},"Samuel-Alfageme",{"template":683},"content:en-us:blog:authors:samuel-alfageme.yml","en-us/blog/authors/samuel-alfageme.yml","en-us/blog/authors/samuel-alfageme",{"_path":6793,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6794,"config":6801,"_id":6802,"_type":30,"title":6796,"_source":32,"_file":6803,"_stem":6804,"_extension":35},"/en-us/blog/authors/sandra-gittlen",{"role":6795,"name":6796,"config":6797},"Managing Editor, GitLab Blog","Sandra Gittlen",{"headshot":6798,"linkedin":6799,"ctfId":6800},"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":683},"content:en-us:blog:authors:sandra-gittlen.yml","en-us/blog/authors/sandra-gittlen.yml","en-us/blog/authors/sandra-gittlen",{"_path":6806,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6807,"config":6811,"_id":6812,"_type":30,"title":6808,"_source":32,"_file":6813,"_stem":6814,"_extension":35},"/en-us/blog/authors/sandra-salerno",{"name":6808,"config":6809},"Sandra Salerno",{"headshot":714,"ctfId":6810},"Sandra-Salerno",{"template":683},"content:en-us:blog:authors:sandra-salerno.yml","en-us/blog/authors/sandra-salerno.yml","en-us/blog/authors/sandra-salerno",{"_path":6816,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6817,"config":6821,"_id":6822,"_type":30,"title":6823,"_source":32,"_file":6824,"_stem":6825,"_extension":35},"/en-us/blog/authors/santiago-ruano-rincn",{"name":6818,"config":6819},"Santiago Ruano Rincón",{"headshot":7,"ctfId":6820},"topodelapradera",{"template":683},"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":6827,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6828,"config":6832,"_id":6833,"_type":30,"title":6829,"_source":32,"_file":6834,"_stem":6835,"_extension":35},"/en-us/blog/authors/sara-kassabian",{"name":6829,"config":6830},"Sara Kassabian",{"headshot":7,"ctfId":6831},"skassabian",{"template":683},"content:en-us:blog:authors:sara-kassabian.yml","en-us/blog/authors/sara-kassabian.yml","en-us/blog/authors/sara-kassabian",{"_path":6837,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6838,"config":6843,"_id":6844,"_type":30,"title":6839,"_source":32,"_file":6845,"_stem":6846,"_extension":35},"/en-us/blog/authors/sara-meadzinger",{"name":6839,"config":6840},"Sara Meadzinger",{"headshot":6841,"ctfId":6842},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713474/ucbe3kgq9cylttuqy5lt.png","53lD8Rb05nXLHefXurjdvI",{"template":683},"content:en-us:blog:authors:sara-meadzinger.yml","en-us/blog/authors/sara-meadzinger.yml","en-us/blog/authors/sara-meadzinger",{"_path":6848,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6849,"config":6853,"_id":6854,"_type":30,"title":6850,"_source":32,"_file":6855,"_stem":6856,"_extension":35},"/en-us/blog/authors/sarah-daily",{"name":6850,"config":6851},"Sarah Daily",{"headshot":714,"ctfId":6852},"2YhqRPG08HF0FCF1l7oeZL",{"template":683},"content:en-us:blog:authors:sarah-daily.yml","en-us/blog/authors/sarah-daily.yml","en-us/blog/authors/sarah-daily",{"_path":6858,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6859,"config":6863,"_id":6864,"_type":30,"title":6860,"_source":32,"_file":6865,"_stem":6866,"_extension":35},"/en-us/blog/authors/sarah-german",{"name":6860,"config":6861},"Sarah German",{"headshot":6862,"ctfId":4530},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755639969/jgc97wpptft48qsbrla7.jpg",{"template":683},"content:en-us:blog:authors:sarah-german.yml","en-us/blog/authors/sarah-german.yml","en-us/blog/authors/sarah-german",{"_path":6868,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6869,"config":6874,"_id":6875,"_type":30,"title":6870,"_source":32,"_file":6876,"_stem":6877,"_extension":35},"/en-us/blog/authors/sarah-matthies",{"name":6870,"config":6871},"Sarah Matthies",{"headshot":6872,"ctfId":6873},"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":683},"content:en-us:blog:authors:sarah-matthies.yml","en-us/blog/authors/sarah-matthies.yml","en-us/blog/authors/sarah-matthies",{"_path":6879,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6880,"config":6884,"_id":6885,"_type":30,"title":6886,"_source":32,"_file":6887,"_stem":6888,"_extension":35},"/en-us/blog/authors/sarah-odonnell",{"name":6881,"config":6882},"Sarah O’Donnell",{"headshot":7,"ctfId":6883},"sarahod",{"template":683},"content:en-us:blog:authors:sarah-odonnell.yml","Sarah Odonnell","en-us/blog/authors/sarah-odonnell.yml","en-us/blog/authors/sarah-odonnell",{"_path":6890,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6891,"config":6896,"_id":6897,"_type":30,"title":6892,"_source":32,"_file":6898,"_stem":6899,"_extension":35},"/en-us/blog/authors/sarah-waldner",{"name":6892,"config":6893},"Sarah Waldner",{"headshot":6894,"ctfId":6895},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667588/Blog/Author%20Headshots/sarahwaldner-headshot.png","sarahwaldner",{"template":683},"content:en-us:blog:authors:sarah-waldner.yml","en-us/blog/authors/sarah-waldner.yml","en-us/blog/authors/sarah-waldner",{"_path":6901,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6902,"config":6906,"_id":6907,"_type":30,"title":6903,"_source":32,"_file":6908,"_stem":6909,"_extension":35},"/en-us/blog/authors/sarrah-vesselov",{"name":6903,"config":6904},"Sarrah Vesselov",{"headshot":7,"ctfId":6905},"sarrahvesselov",{"template":683},"content:en-us:blog:authors:sarrah-vesselov.yml","en-us/blog/authors/sarrah-vesselov.yml","en-us/blog/authors/sarrah-vesselov",{"_path":6911,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6912,"config":6916,"_id":6917,"_type":30,"title":6913,"_source":32,"_file":6918,"_stem":6919,"_extension":35},"/en-us/blog/authors/sarup-banskota",{"name":6913,"config":6914},"Sarup Banskota",{"headshot":714,"ctfId":6915},"3sY2Ef0sXxaJKCmArdSLsA",{"template":683},"content:en-us:blog:authors:sarup-banskota.yml","en-us/blog/authors/sarup-banskota.yml","en-us/blog/authors/sarup-banskota",{"_path":6921,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6922,"config":6927,"_id":6928,"_type":30,"title":6923,"_source":32,"_file":6929,"_stem":6930,"_extension":35},"/en-us/blog/authors/sascha-eggenberger",{"name":6923,"config":6924},"Sascha Eggenberger",{"headshot":6925,"ctfId":6926},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666141/Blog/Author%20Headshots/sascha_eggenberger_headshot.png","O6MskfzTlsw7vLqbd86bX",{"template":683},"content:en-us:blog:authors:sascha-eggenberger.yml","en-us/blog/authors/sascha-eggenberger.yml","en-us/blog/authors/sascha-eggenberger",{"_path":6932,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6933,"config":6937,"_id":6938,"_type":30,"title":6934,"_source":32,"_file":6939,"_stem":6940,"_extension":35},"/en-us/blog/authors/sasha-bannister",{"name":6934,"config":6935},"Sasha Bannister",{"headshot":714,"ctfId":6936},"Sasha-Bannister",{"template":683},"content:en-us:blog:authors:sasha-bannister.yml","en-us/blog/authors/sasha-bannister.yml","en-us/blog/authors/sasha-bannister",{"_path":6942,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6943,"config":6948,"_id":6949,"_type":30,"title":6944,"_source":32,"_file":6950,"_stem":6951,"_extension":35},"/en-us/blog/authors/sasha-gazlay",{"name":6944,"config":6945},"Sasha Gazlay",{"headshot":6946,"ctfId":6947},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663565/Blog/Author%20Headshots/sasha_gazlay_headshot.png","77Cb6RM2x7PjvfDc64pZxa",{"template":683},"content:en-us:blog:authors:sasha-gazlay.yml","en-us/blog/authors/sasha-gazlay.yml","en-us/blog/authors/sasha-gazlay",{"_path":6953,"_dir":676,"_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/saumya-upadhyaya",{"name":6955,"config":6956},"Saumya Upadhyaya",{"headshot":6957,"ctfId":6958},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665624/Blog/Author%20Headshots/supadhyaya-headshot.jpg","4aP7wXPoc3veAEWbngqxKR",{"template":683},"content:en-us:blog:authors:saumya-upadhyaya.yml","en-us/blog/authors/saumya-upadhyaya.yml","en-us/blog/authors/saumya-upadhyaya",{"_path":6964,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6965,"config":6970,"_id":6971,"_type":30,"title":6972,"_source":32,"_file":6973,"_stem":6974,"_extension":35},"/en-us/blog/authors/scott-de-jonge",{"name":6966,"config":6967},"Scott de Jonge",{"headshot":6968,"ctfId":6969},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682764/Blog/Author%20Headshots/sdejonge-headshot.jpg","sdejonge",{"template":683},"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":6976,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6977,"config":6982,"_id":6983,"_type":30,"title":6978,"_source":32,"_file":6984,"_stem":6985,"_extension":35},"/en-us/blog/authors/scott-hampton",{"name":6978,"config":6979},"Scott Hampton",{"headshot":6980,"ctfId":6981},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682259/Blog/Author%20Headshots/shampton-headshot.png","shampton",{"template":683},"content:en-us:blog:authors:scott-hampton.yml","en-us/blog/authors/scott-hampton.yml","en-us/blog/authors/scott-hampton",{"_path":6987,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6988,"config":6992,"_id":6993,"_type":30,"title":6989,"_source":32,"_file":6994,"_stem":6995,"_extension":35},"/en-us/blog/authors/scott-williamson",{"name":6989,"config":6990},"Scott Williamson",{"headshot":7,"ctfId":6991},"sfwgitlab",{"template":683},"content:en-us:blog:authors:scott-williamson.yml","en-us/blog/authors/scott-williamson.yml","en-us/blog/authors/scott-williamson",{"_path":6997,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":6998,"config":7003,"_id":7004,"_type":30,"title":6999,"_source":32,"_file":7005,"_stem":7006,"_extension":35},"/en-us/blog/authors/sean-arnold",{"name":6999,"config":7000},"Sean Arnold",{"headshot":7001,"ctfId":7002},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681647/Blog/Author%20Headshots/seanarnold-headshot.jpg","seanarnold",{"template":683},"content:en-us:blog:authors:sean-arnold.yml","en-us/blog/authors/sean-arnold.yml","en-us/blog/authors/sean-arnold",{"_path":7008,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7009,"config":7013,"_id":7014,"_type":30,"title":7015,"_source":32,"_file":7016,"_stem":7017,"_extension":35},"/en-us/blog/authors/sean-mcgivern",{"name":7010,"config":7011},"Sean McGivern",{"headshot":714,"ctfId":7012},"Sean-McGivern",{"template":683},"content:en-us:blog:authors:sean-mcgivern.yml","Sean Mcgivern","en-us/blog/authors/sean-mcgivern.yml","en-us/blog/authors/sean-mcgivern",{"_path":7019,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7020,"config":7024,"_id":7025,"_type":30,"title":7021,"_source":32,"_file":7026,"_stem":7027,"_extension":35},"/en-us/blog/authors/sean-packham",{"name":7021,"config":7022},"Sean Packham",{"headshot":714,"ctfId":7023},"Sean-Packham",{"template":683},"content:en-us:blog:authors:sean-packham.yml","en-us/blog/authors/sean-packham.yml","en-us/blog/authors/sean-packham",{"_path":7029,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7030,"config":7034,"_id":7035,"_type":30,"title":7031,"_source":32,"_file":7036,"_stem":7037,"_extension":35},"/en-us/blog/authors/sebastian-latacz",{"name":7031,"config":7032},"Sebastian Latacz",{"headshot":714,"ctfId":7033},"4DoWSQV719HEWt2rbDIoQR",{"template":683},"content:en-us:blog:authors:sebastian-latacz.yml","en-us/blog/authors/sebastian-latacz.yml","en-us/blog/authors/sebastian-latacz",{"_path":7039,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7040,"config":7044,"_id":7045,"_type":30,"title":7041,"_source":32,"_file":7046,"_stem":7047,"_extension":35},"/en-us/blog/authors/sergey-nuzhdin",{"name":7041,"config":7042},"Sergey Nuzhdin",{"headshot":714,"ctfId":7043},"Sergey-Nuzhdin",{"template":683},"content:en-us:blog:authors:sergey-nuzhdin.yml","en-us/blog/authors/sergey-nuzhdin.yml","en-us/blog/authors/sergey-nuzhdin",{"_path":7049,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7050,"config":7054,"_id":7055,"_type":30,"title":7051,"_source":32,"_file":7056,"_stem":7057,"_extension":35},"/en-us/blog/authors/seth-berger",{"name":7051,"config":7052},"Seth Berger",{"headshot":7,"ctfId":7053},"sethgitlab",{"template":683},"content:en-us:blog:authors:seth-berger.yml","en-us/blog/authors/seth-berger.yml","en-us/blog/authors/seth-berger",{"_path":7059,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7060,"config":7064,"_id":7065,"_type":30,"title":7061,"_source":32,"_file":7066,"_stem":7067,"_extension":35},"/en-us/blog/authors/shane-rice",{"name":7061,"config":7062},"Shane Rice",{"headshot":714,"ctfId":7063},"3uVL7xMsEf13JzpbXYTCbM",{"template":683},"content:en-us:blog:authors:shane-rice.yml","en-us/blog/authors/shane-rice.yml","en-us/blog/authors/shane-rice",{"_path":7069,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7070,"config":7075,"_id":7076,"_type":30,"title":7071,"_source":32,"_file":7077,"_stem":7078,"_extension":35},"/en-us/blog/authors/sharon-gaudin",{"name":7071,"config":7072},"Sharon Gaudin",{"headshot":7073,"ctfId":7074},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663767/Blog/Author%20Headshots/sharongaudinheadshot.png","sgaudin",{"template":683},"content:en-us:blog:authors:sharon-gaudin.yml","en-us/blog/authors/sharon-gaudin.yml","en-us/blog/authors/sharon-gaudin",{"_path":7080,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7081,"config":7085,"_id":7086,"_type":30,"title":7082,"_source":32,"_file":7087,"_stem":7088,"_extension":35},"/en-us/blog/authors/shawn-winters",{"name":7082,"config":7083},"Shawn Winters",{"headshot":7,"ctfId":7084},"ShawnWinters",{"template":683},"content:en-us:blog:authors:shawn-winters.yml","en-us/blog/authors/shawn-winters.yml","en-us/blog/authors/shawn-winters",{"_path":7090,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7091,"config":7095,"_id":7096,"_type":30,"title":7097,"_source":32,"_file":7098,"_stem":7099,"_extension":35},"/en-us/blog/authors/sherida-mcmullan",{"name":7092,"config":7093},"Sherida McMullan",{"headshot":714,"ctfId":7094},"BpqiUFXm6aUxjXJdAeKuL",{"template":683},"content:en-us:blog:authors:sherida-mcmullan.yml","Sherida Mcmullan","en-us/blog/authors/sherida-mcmullan.yml","en-us/blog/authors/sherida-mcmullan",{"_path":7101,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7102,"config":7106,"_id":7107,"_type":30,"title":7103,"_source":32,"_file":7108,"_stem":7109,"_extension":35},"/en-us/blog/authors/shinya-maeda",{"name":7103,"config":7104},"Shinya Maeda",{"headshot":7,"ctfId":7105},"dosuken123",{"template":683},"content:en-us:blog:authors:shinya-maeda.yml","en-us/blog/authors/shinya-maeda.yml","en-us/blog/authors/shinya-maeda",{"_path":7111,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7112,"config":7117,"_id":7118,"_type":30,"title":7113,"_source":32,"_file":7119,"_stem":7120,"_extension":35},"/en-us/blog/authors/shrishti-choudhary",{"name":7113,"config":7114},"Shrishti Choudhary",{"headshot":7115,"ctfId":7116},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671923/Blog/Author%20Headshots/shrishti.png","5tIiu8vyhWHEUi1tgQivzj",{"template":683},"content:en-us:blog:authors:shrishti-choudhary.yml","en-us/blog/authors/shrishti-choudhary.yml","en-us/blog/authors/shrishti-choudhary",{"_path":7122,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7123,"config":7132,"_id":7133,"_type":30,"title":7125,"_source":32,"_file":7134,"_stem":7135,"_extension":35},"/en-us/blog/authors/sid-sijbrandij",{"role":7124,"name":7125,"bio":7126,"config":7127},"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":7128,"twitter":7129,"linkedin":7130,"ctfId":7131},"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":683},"content:en-us:blog:authors:sid-sijbrandij.yml","en-us/blog/authors/sid-sijbrandij.yml","en-us/blog/authors/sid-sijbrandij",{"_path":7137,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7138,"config":7143,"_id":7144,"_type":30,"title":7139,"_source":32,"_file":7145,"_stem":7146,"_extension":35},"/en-us/blog/authors/siddharth-mathur",{"name":7139,"config":7140},"Siddharth Mathur",{"headshot":7141,"ctfId":7142},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682662/Blog/Author%20Headshots/smathur-headshot.png","smathur",{"template":683},"content:en-us:blog:authors:siddharth-mathur.yml","en-us/blog/authors/siddharth-mathur.yml","en-us/blog/authors/siddharth-mathur",{"_path":7148,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7149,"config":7153,"_id":7154,"_type":30,"title":7150,"_source":32,"_file":7155,"_stem":7156,"_extension":35},"/en-us/blog/authors/simon-tarchichi",{"name":7150,"config":7151},"Simon Tarchichi",{"headshot":7,"ctfId":7152},"kartsims",{"template":683},"content:en-us:blog:authors:simon-tarchichi.yml","en-us/blog/authors/simon-tarchichi.yml","en-us/blog/authors/simon-tarchichi",{"_path":7158,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7159,"config":7164,"_id":7165,"_type":30,"title":7160,"_source":32,"_file":7166,"_stem":7167,"_extension":35},"/en-us/blog/authors/sophia-manicor",{"name":7160,"config":7161},"Sophia Manicor",{"headshot":7162,"ctfId":7163},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665576/Blog/Author%20Headshots/sophie_manicor_headshot.png","79Msqcc9YZrC0IvTggfQ5y",{"template":683},"content:en-us:blog:authors:sophia-manicor.yml","en-us/blog/authors/sophia-manicor.yml","en-us/blog/authors/sophia-manicor",{"_path":7169,"_dir":676,"_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/sri-rangan",{"name":7171,"config":7172},"Sri Rangan",{"headshot":7173,"ctfId":7174},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665808/Blog/Author%20Headshots/sri19-headshot.jpg","sri19",{"template":683},"content:en-us:blog:authors:sri-rangan.yml","en-us/blog/authors/sri-rangan.yml","en-us/blog/authors/sri-rangan",{"_path":7180,"_dir":676,"_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/stacy-cline",{"name":7182,"config":7183},"Stacy Cline",{"headshot":7184,"ctfId":7185},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669909/Blog/Author%20Headshots/stacycline.jpg","5a2wvqC09jbT1kGMpVoNyg",{"template":683},"content:en-us:blog:authors:stacy-cline.yml","en-us/blog/authors/stacy-cline.yml","en-us/blog/authors/stacy-cline",{"_path":7191,"_dir":676,"_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/stan-hu",{"name":7193,"config":7194},"Stan Hu",{"headshot":7195,"ctfId":7196},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659504/Blog/Author%20Headshots/stanhu-headshot.jpg","stanhu",{"template":683},"content:en-us:blog:authors:stan-hu.yml","en-us/blog/authors/stan-hu.yml","en-us/blog/authors/stan-hu",{"_path":7202,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7203,"config":7207,"_id":7208,"_type":30,"title":7209,"_source":32,"_file":7210,"_stem":7211,"_extension":35},"/en-us/blog/authors/stephan-hochdrfer",{"name":7204,"config":7205},"Stephan Hochdörfer",{"headshot":714,"ctfId":7206},"Stephan-Hochdrfer",{"template":683},"content:en-us:blog:authors:stephan-hochdrfer.yml","Stephan Hochdrfer","en-us/blog/authors/stephan-hochdrfer.yml","en-us/blog/authors/stephan-hochdrfer",{"_path":7213,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7214,"config":7218,"_id":7219,"_type":30,"title":7215,"_source":32,"_file":7220,"_stem":7221,"_extension":35},"/en-us/blog/authors/stephanie-garza",{"name":7215,"config":7216},"Stephanie Garza",{"headshot":7,"ctfId":7217},"StephanieGarza",{"template":683},"content:en-us:blog:authors:stephanie-garza.yml","en-us/blog/authors/stephanie-garza.yml","en-us/blog/authors/stephanie-garza",{"_path":7223,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7224,"config":7228,"_id":7229,"_type":30,"title":7230,"_source":32,"_file":7231,"_stem":7232,"_extension":35},"/en-us/blog/authors/stephen-mcguinness",{"name":7225,"config":7226},"Stephen McGuinness",{"headshot":7,"ctfId":7227},"smcguinness1",{"template":683},"content:en-us:blog:authors:stephen-mcguinness.yml","Stephen Mcguinness","en-us/blog/authors/stephen-mcguinness.yml","en-us/blog/authors/stephen-mcguinness",{"_path":7234,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7235,"config":7240,"_id":7241,"_type":30,"title":7236,"_source":32,"_file":7242,"_stem":7243,"_extension":35},"/en-us/blog/authors/stephen-walters",{"name":7236,"config":7237},"Stephen Walters",{"headshot":7238,"ctfId":7239},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664996/Blog/Author%20Headshots/stephen_walters_gitlab.png","7uMrX0SDPVz1YkZnVqLmGm",{"template":683},"content:en-us:blog:authors:stephen-walters.yml","en-us/blog/authors/stephen-walters.yml","en-us/blog/authors/stephen-walters",{"_path":7245,"_dir":676,"_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/steve-abrams",{"name":7247,"config":7248},"Steve Abrams",{"headshot":7249,"ctfId":7250},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681809/Blog/Author%20Headshots/sabrams-headshot.png","sabrams",{"template":683},"content:en-us:blog:authors:steve-abrams.yml","en-us/blog/authors/steve-abrams.yml","en-us/blog/authors/steve-abrams",{"_path":7256,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7257,"config":7261,"_id":7262,"_type":30,"title":7258,"_source":32,"_file":7263,"_stem":7264,"_extension":35},"/en-us/blog/authors/steve-azzopardi",{"name":7258,"config":7259},"Steve Azzopardi",{"headshot":7,"ctfId":7260},"steveazz",{"template":683},"content:en-us:blog:authors:steve-azzopardi.yml","en-us/blog/authors/steve-azzopardi.yml","en-us/blog/authors/steve-azzopardi",{"_path":7266,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7267,"config":7272,"_id":7273,"_type":30,"title":7268,"_source":32,"_file":7274,"_stem":7275,"_extension":35},"/en-us/blog/authors/steve-grossman",{"name":7268,"config":7269},"Steve Grossman",{"headshot":7270,"ctfId":7271},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682744/Blog/Author%20Headshots/Steevo-headshot.jpg","Steevo",{"template":683},"content:en-us:blog:authors:steve-grossman.yml","en-us/blog/authors/steve-grossman.yml","en-us/blog/authors/steve-grossman",{"_path":7277,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7278,"config":7282,"_id":7283,"_type":30,"title":7279,"_source":32,"_file":7284,"_stem":7285,"_extension":35},"/en-us/blog/authors/steve-ropa",{"name":7279,"config":7280},"Steve Ropa",{"headshot":714,"ctfId":7281},"Steve-Ropa",{"template":683},"content:en-us:blog:authors:steve-ropa.yml","en-us/blog/authors/steve-ropa.yml","en-us/blog/authors/steve-ropa",{"_path":7287,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7288,"config":7292,"_id":7293,"_type":30,"title":7289,"_source":32,"_file":7294,"_stem":7295,"_extension":35},"/en-us/blog/authors/steve-truong",{"name":7289,"config":7290},"Steve Truong",{"headshot":7,"ctfId":7291},"sttruong",{"template":683},"content:en-us:blog:authors:steve-truong.yml","en-us/blog/authors/steve-truong.yml","en-us/blog/authors/steve-truong",{"_path":7297,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7298,"config":7302,"_id":7303,"_type":30,"title":7299,"_source":32,"_file":7304,"_stem":7305,"_extension":35},"/en-us/blog/authors/steven-zinck",{"name":7299,"config":7300},"Steven Zinck",{"headshot":714,"ctfId":7301},"49JllsB7PFUrjj2Wi4Wa2O",{"template":683},"content:en-us:blog:authors:steven-zinck.yml","en-us/blog/authors/steven-zinck.yml","en-us/blog/authors/steven-zinck",{"_path":7307,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7308,"config":7312,"_id":7313,"_type":30,"title":7309,"_source":32,"_file":7314,"_stem":7315,"_extension":35},"/en-us/blog/authors/sunil-kowlgi",{"name":7309,"config":7310},"Sunil Kowlgi",{"headshot":714,"ctfId":7311},"Sunil-Kowlgi",{"template":683},"content:en-us:blog:authors:sunil-kowlgi.yml","en-us/blog/authors/sunil-kowlgi.yml","en-us/blog/authors/sunil-kowlgi",{"_path":7317,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7318,"config":7322,"_id":7323,"_type":30,"title":7319,"_source":32,"_file":7324,"_stem":7325,"_extension":35},"/en-us/blog/authors/suri-patel",{"name":7319,"config":7320},"Suri Patel",{"headshot":714,"ctfId":7321},"suripatel",{"template":683},"content:en-us:blog:authors:suri-patel.yml","en-us/blog/authors/suri-patel.yml","en-us/blog/authors/suri-patel",{"_path":7327,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7328,"config":7333,"_id":7334,"_type":30,"title":7329,"_source":32,"_file":7335,"_stem":7336,"_extension":35},"/en-us/blog/authors/susan-tacker",{"name":7329,"config":7330},"Susan Tacker",{"headshot":7331,"ctfId":7332},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660253/Blog/Author%20Headshots/susantacker-headshot.jpg","6uxN75wAjT3afaKtVlr9GM",{"template":683},"content:en-us:blog:authors:susan-tacker.yml","en-us/blog/authors/susan-tacker.yml","en-us/blog/authors/susan-tacker",{"_path":7338,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7339,"config":7345,"_id":7346,"_type":30,"title":7340,"_source":32,"_file":7347,"_stem":7348,"_extension":35},"/en-us/blog/authors/susie-bitters",{"name":7340,"config":7341},"Susie Bitters",{"headshot":7342,"linkedin":7343,"ctfId":7344},"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":683},"content:en-us:blog:authors:susie-bitters.yml","en-us/blog/authors/susie-bitters.yml","en-us/blog/authors/susie-bitters",{"_path":7350,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7351,"config":7355,"_id":7356,"_type":30,"title":7352,"_source":32,"_file":7357,"_stem":7358,"_extension":35},"/en-us/blog/authors/suzanne-selhorn",{"name":7352,"config":7353},"Suzanne Selhorn",{"headshot":7354,"ctfId":4530},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755616156/vboecuoyo8tjfdis7c5a.jpg",{"template":683},"content:en-us:blog:authors:suzanne-selhorn.yml","en-us/blog/authors/suzanne-selhorn.yml","en-us/blog/authors/suzanne-selhorn",{"_path":7360,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7361,"config":7366,"_id":7367,"_type":30,"title":7362,"_source":32,"_file":7368,"_stem":7369,"_extension":35},"/en-us/blog/authors/tanuja-jayarama-raju",{"name":7362,"config":7363},"Tanuja Jayarama Raju",{"headshot":7364,"ctfId":7365},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662262/Blog/Author%20Headshots/tanuja_jayarama_raju_headshot.png","2Fssp8ttZw6Y78hzS15kMC",{"template":683},"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":7371,"_dir":676,"_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/taurie-davis",{"name":7373,"config":7374},"Taurie Davis",{"headshot":7375,"ctfId":7376},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667191/Blog/Author%20Headshots/tauriedavis-headshot.jpg","tauriedavis",{"template":683},"content:en-us:blog:authors:taurie-davis.yml","en-us/blog/authors/taurie-davis.yml","en-us/blog/authors/taurie-davis",{"_path":7382,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7383,"config":7388,"_id":7389,"_type":30,"title":7390,"_source":32,"_file":7391,"_stem":7392,"_extension":35},"/en-us/blog/authors/taylor-mccaslin",{"name":7384,"config":7385},"Taylor McCaslin",{"headshot":7386,"ctfId":7387},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667996/Blog/Author%20Headshots/tmccaslin-headshot.png","tmccaslin",{"template":683},"content:en-us:blog:authors:taylor-mccaslin.yml","Taylor Mccaslin","en-us/blog/authors/taylor-mccaslin.yml","en-us/blog/authors/taylor-mccaslin",{"_path":7394,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7395,"config":7399,"_id":7400,"_type":30,"title":7396,"_source":32,"_file":7401,"_stem":7402,"_extension":35},"/en-us/blog/authors/taylor-murphy",{"name":7396,"config":7397},"Taylor Murphy",{"headshot":7,"ctfId":7398},"tayloramurphy",{"template":683},"content:en-us:blog:authors:taylor-murphy.yml","en-us/blog/authors/taylor-murphy.yml","en-us/blog/authors/taylor-murphy",{"_path":7404,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7405,"config":7410,"_id":7411,"_type":30,"title":7406,"_source":32,"_file":7412,"_stem":7413,"_extension":35},"/en-us/blog/authors/ted-gieschen",{"name":7406,"config":7407},"Ted Gieschen",{"headshot":7408,"ctfId":7409},"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":683},"content:en-us:blog:authors:ted-gieschen.yml","en-us/blog/authors/ted-gieschen.yml","en-us/blog/authors/ted-gieschen",{"_path":7415,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7416,"config":7420,"_id":7421,"_type":30,"title":7417,"_source":32,"_file":7422,"_stem":7423,"_extension":35},"/en-us/blog/authors/thao-yeager",{"name":7417,"config":7418},"Thao Yeager",{"headshot":7,"ctfId":7419},"thaoyeager",{"template":683},"content:en-us:blog:authors:thao-yeager.yml","en-us/blog/authors/thao-yeager.yml","en-us/blog/authors/thao-yeager",{"_path":7425,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7426,"config":7431,"_id":7432,"_type":30,"title":7433,"_source":32,"_file":7434,"_stem":7435,"_extension":35},"/en-us/blog/authors/thiago-figueir",{"name":7427,"config":7428},"Thiago Figueiró",{"headshot":7429,"ctfId":7430},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667091/Blog/Author%20Headshots/thiagocsf-headshot.jpg","thiagocsf",{"template":683},"content:en-us:blog:authors:thiago-figueir.yml","Thiago Figueir","en-us/blog/authors/thiago-figueir.yml","en-us/blog/authors/thiago-figueir",{"_path":7437,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7438,"config":7443,"_id":7444,"_type":30,"title":7439,"_source":32,"_file":7445,"_stem":7446,"_extension":35},"/en-us/blog/authors/thong-kuah",{"name":7439,"config":7440},"Thong Kuah",{"headshot":7441,"ctfId":7442},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667179/Blog/Author%20Headshots/tkuah-headshot.jpg","tkuah",{"template":683},"content:en-us:blog:authors:thong-kuah.yml","en-us/blog/authors/thong-kuah.yml","en-us/blog/authors/thong-kuah",{"_path":7448,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7449,"config":7453,"_id":7454,"_type":30,"title":7450,"_source":32,"_file":7455,"_stem":7456,"_extension":35},"/en-us/blog/authors/tim-davis",{"name":7450,"config":7451},"Tim Davis",{"headshot":714,"ctfId":7452},"6PksqjEtq1Y8goFUvAUcIn",{"template":683},"content:en-us:blog:authors:tim-davis.yml","en-us/blog/authors/tim-davis.yml","en-us/blog/authors/tim-davis",{"_path":7458,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7459,"config":7463,"_id":7464,"_type":30,"title":7460,"_source":32,"_file":7465,"_stem":7466,"_extension":35},"/en-us/blog/authors/tim-lehnen",{"name":7460,"config":7461},"Tim Lehnen",{"headshot":7,"ctfId":7462},"hestenet",{"template":683},"content:en-us:blog:authors:tim-lehnen.yml","en-us/blog/authors/tim-lehnen.yml","en-us/blog/authors/tim-lehnen",{"_path":7468,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7469,"config":7474,"_id":7475,"_type":30,"title":7470,"_source":32,"_file":7476,"_stem":7477,"_extension":35},"/en-us/blog/authors/tim-rizzi",{"name":7470,"config":7471},"Tim Rizzi",{"headshot":7472,"ctfId":7473},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661866/Blog/Author%20Headshots/trizzi-headshot.jpg","trizzi",{"template":683},"content:en-us:blog:authors:tim-rizzi.yml","en-us/blog/authors/tim-rizzi.yml","en-us/blog/authors/tim-rizzi",{"_path":7479,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7480,"config":7484,"_id":7486,"_type":30,"title":7481,"_source":32,"_file":7487,"_stem":7488,"_extension":35},"/en-us/blog/authors/tim-zallmann",{"name":7481,"config":7482},"Tim Zallmann",{"headshot":7483},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1759175957/ddfyzux6oosrseryb4pg.png",{"template":683,"gitlabHandle":7485},"timzallmann","content:en-us:blog:authors:tim-zallmann.yml","en-us/blog/authors/tim-zallmann.yml","en-us/blog/authors/tim-zallmann",{"_path":7490,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7491,"config":7495,"_id":7496,"_type":30,"title":7492,"_source":32,"_file":7497,"_stem":7498,"_extension":35},"/en-us/blog/authors/tina-sturgis",{"name":7492,"config":7493},"Tina Sturgis",{"headshot":7,"ctfId":7494},"TinaS",{"template":683},"content:en-us:blog:authors:tina-sturgis.yml","en-us/blog/authors/tina-sturgis.yml","en-us/blog/authors/tina-sturgis",{"_path":7500,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7501,"config":7505,"_id":7506,"_type":30,"title":7507,"_source":32,"_file":7508,"_stem":7509,"_extension":35},"/en-us/blog/authors/tobias-gnther",{"name":7502,"config":7503},"Tobias Günther",{"headshot":714,"ctfId":7504},"Tobias-Gnther",{"template":683},"content:en-us:blog:authors:tobias-gnther.yml","Tobias Gnther","en-us/blog/authors/tobias-gnther.yml","en-us/blog/authors/tobias-gnther",{"_path":7511,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7512,"config":7516,"_id":7517,"_type":30,"title":7513,"_source":32,"_file":7518,"_stem":7519,"_extension":35},"/en-us/blog/authors/todd-barr",{"name":7513,"config":7514},"Todd Barr",{"headshot":7,"ctfId":7515},"twbarr",{"template":683},"content:en-us:blog:authors:todd-barr.yml","en-us/blog/authors/todd-barr.yml","en-us/blog/authors/todd-barr",{"_path":7521,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7522,"config":7526,"_id":7527,"_type":30,"title":7523,"_source":32,"_file":7528,"_stem":7529,"_extension":35},"/en-us/blog/authors/tom-cooney",{"name":7523,"config":7524},"Tom Cooney",{"headshot":7,"ctfId":7525},"tomcooney",{"template":683},"content:en-us:blog:authors:tom-cooney.yml","en-us/blog/authors/tom-cooney.yml","en-us/blog/authors/tom-cooney",{"_path":7531,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7532,"config":7537,"_id":7538,"_type":30,"title":7533,"_source":32,"_file":7539,"_stem":7540,"_extension":35},"/en-us/blog/authors/tomas-vik",{"name":7533,"config":7534},"Tomas Vik",{"headshot":7535,"ctfId":7536},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681785/Blog/Author%20Headshots/viktomas-headshot.jpg","viktomas",{"template":683},"content:en-us:blog:authors:tomas-vik.yml","en-us/blog/authors/tomas-vik.yml","en-us/blog/authors/tomas-vik",{"_path":7542,"_dir":676,"_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/tomasz-maczukin",{"name":7544,"config":7545},"Tomasz Maczukin",{"headshot":7546,"ctfId":7547},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682116/Blog/Author%20Headshots/tmaczukin-headshot.jpg","tmaczukin",{"template":683},"content:en-us:blog:authors:tomasz-maczukin.yml","en-us/blog/authors/tomasz-maczukin.yml","en-us/blog/authors/tomasz-maczukin",{"_path":7553,"_dir":676,"_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/toon-claes",{"name":7555,"config":7556},"Toon Claes",{"headshot":7557,"ctfId":7558},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663082/Blog/Author%20Headshots/toon_claes_headshot.png","toon",{"template":683},"content:en-us:blog:authors:toon-claes.yml","en-us/blog/authors/toon-claes.yml","en-us/blog/authors/toon-claes",{"_path":7564,"_dir":676,"_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/torsten-linz",{"name":7566,"config":7567},"Torsten Linz",{"headshot":7568,"ctfId":7569},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658907/Blog/Author%20Headshots/tlinz-headshot.jpg","tlinz",{"template":683},"content:en-us:blog:authors:torsten-linz.yml","en-us/blog/authors/torsten-linz.yml","en-us/blog/authors/torsten-linz",{"_path":7575,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7576,"config":7580,"_id":7581,"_type":30,"title":7577,"_source":32,"_file":7582,"_stem":7583,"_extension":35},"/en-us/blog/authors/trevor-knudsen",{"name":7577,"config":7578},"Trevor Knudsen",{"headshot":7,"ctfId":7579},"Tknudsen",{"template":683},"content:en-us:blog:authors:trevor-knudsen.yml","en-us/blog/authors/trevor-knudsen.yml","en-us/blog/authors/trevor-knudsen",{"_path":7585,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7586,"config":7591,"_id":7592,"_type":30,"title":7587,"_source":32,"_file":7593,"_stem":7594,"_extension":35},"/en-us/blog/authors/tristan-read",{"name":7587,"config":7588},"Tristan Read",{"headshot":7589,"ctfId":7590},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679131/Blog/Author%20Headshots/tristan.png","tristanread",{"template":683},"content:en-us:blog:authors:tristan-read.yml","en-us/blog/authors/tristan-read.yml","en-us/blog/authors/tristan-read",{"_path":7596,"_dir":676,"_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/tsukasa-komatsubara",{"name":7598,"config":7599},"Tsukasa Komatsubara",{"headshot":7600,"ctfId":7601},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659784/Blog/Author%20Headshots/gitlab_tsukasa.jpg","31YQLiBRrJPn35BBhY69ly",{"template":683},"content:en-us:blog:authors:tsukasa-komatsubara.yml","en-us/blog/authors/tsukasa-komatsubara.yml","en-us/blog/authors/tsukasa-komatsubara",{"_path":7607,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7608,"config":7612,"_id":7613,"_type":30,"title":7609,"_source":32,"_file":7614,"_stem":7615,"_extension":35},"/en-us/blog/authors/tsvi-zandany",{"name":7609,"config":7610},"Tsvi Zandany",{"headshot":714,"ctfId":7611},"Tsvi-Zandany",{"template":683},"content:en-us:blog:authors:tsvi-zandany.yml","en-us/blog/authors/tsvi-zandany.yml","en-us/blog/authors/tsvi-zandany",{"_path":7617,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7618,"config":7622,"_id":7623,"_type":30,"title":7619,"_source":32,"_file":7624,"_stem":7625,"_extension":35},"/en-us/blog/authors/tye-davis",{"name":7619,"config":7620},"Tye Davis",{"headshot":7,"ctfId":7621},"davistye",{"template":683},"content:en-us:blog:authors:tye-davis.yml","en-us/blog/authors/tye-davis.yml","en-us/blog/authors/tye-davis",{"_path":7627,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7628,"config":7632,"_id":7633,"_type":30,"title":7629,"_source":32,"_file":7634,"_stem":7635,"_extension":35},"/en-us/blog/authors/tyler-williams",{"name":7629,"config":7630},"Tyler Williams",{"headshot":7,"ctfId":7631},"tywilliams",{"template":683},"content:en-us:blog:authors:tyler-williams.yml","en-us/blog/authors/tyler-williams.yml","en-us/blog/authors/tyler-williams",{"_path":7637,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7638,"config":7642,"_id":7643,"_type":30,"title":7644,"_source":32,"_file":7645,"_stem":7646,"_extension":35},"/en-us/blog/authors/ulrica-de-fort-menares",{"name":7639,"config":7640},"Ulrica de Fort-Menares",{"headshot":7,"ctfId":7641},"ulrica1",{"template":683},"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":7648,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7649,"config":7654,"_id":7655,"_type":30,"title":7650,"_source":32,"_file":7656,"_stem":7657,"_extension":35},"/en-us/blog/authors/valentine-mairet",{"name":7650,"config":7651},"Valentine Mairet",{"headshot":7652,"ctfId":7653},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665455/Blog/Author%20Headshots/valentine_mairet_headshot.png","1AQjHTpq6sBauRMdCibxQX",{"template":683},"content:en-us:blog:authors:valentine-mairet.yml","en-us/blog/authors/valentine-mairet.yml","en-us/blog/authors/valentine-mairet",{"_path":7659,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7660,"config":7664,"_id":7665,"_type":30,"title":7661,"_source":32,"_file":7666,"_stem":7667,"_extension":35},"/en-us/blog/authors/valerie-silverthorne",{"name":7661,"config":7662},"Valerie Silverthorne",{"headshot":714,"ctfId":7663},"vsilverthorne",{"template":683},"content:en-us:blog:authors:valerie-silverthorne.yml","en-us/blog/authors/valerie-silverthorne.yml","en-us/blog/authors/valerie-silverthorne",{"_path":7669,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7670,"config":7674,"_id":7675,"_type":30,"title":7671,"_source":32,"_file":7676,"_stem":7677,"_extension":35},"/en-us/blog/authors/vanessa-wegner",{"name":7671,"config":7672},"Vanessa Wegner",{"headshot":7,"ctfId":7673},"vwegner",{"template":683},"content:en-us:blog:authors:vanessa-wegner.yml","en-us/blog/authors/vanessa-wegner.yml","en-us/blog/authors/vanessa-wegner",{"_path":7679,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7680,"config":7685,"_id":7686,"_type":30,"title":7681,"_source":32,"_file":7687,"_stem":7688,"_extension":35},"/en-us/blog/authors/veethika-mishra",{"name":7681,"config":7682},"Veethika Mishra",{"headshot":7683,"ctfId":7684},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664676/Blog/Author%20Headshots/veethika-headshot.jpg","veethika",{"template":683},"content:en-us:blog:authors:veethika-mishra.yml","en-us/blog/authors/veethika-mishra.yml","en-us/blog/authors/veethika-mishra",{"_path":7690,"_dir":676,"_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/vick-kelkar",{"name":7692,"config":7693},"Vick Kelkar",{"headshot":7694,"ctfId":7695},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668508/Blog/Author%20Headshots/vkelkar-headshot.jpg","vkelkar",{"template":683},"content:en-us:blog:authors:vick-kelkar.yml","en-us/blog/authors/vick-kelkar.yml","en-us/blog/authors/vick-kelkar",{"_path":7701,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7702,"config":7706,"_id":7707,"_type":30,"title":7703,"_source":32,"_file":7708,"_stem":7709,"_extension":35},"/en-us/blog/authors/vicky-steeves",{"name":7703,"config":7704},"Vicky Steeves",{"headshot":7,"ctfId":7705},"vickysteeves",{"template":683},"content:en-us:blog:authors:vicky-steeves.yml","en-us/blog/authors/vicky-steeves.yml","en-us/blog/authors/vicky-steeves",{"_path":7711,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7712,"config":7716,"_id":7717,"_type":30,"title":7713,"_source":32,"_file":7718,"_stem":7719,"_extension":35},"/en-us/blog/authors/victor-hernandez",{"name":7713,"config":7714},"Victor Hernandez",{"headshot":714,"ctfId":7715},"KVTkvySIqkAu34p2jsXZz",{"template":683},"content:en-us:blog:authors:victor-hernandez.yml","en-us/blog/authors/victor-hernandez.yml","en-us/blog/authors/victor-hernandez",{"_path":7721,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7722,"config":7726,"_id":7727,"_type":30,"title":7723,"_source":32,"_file":7728,"_stem":7729,"_extension":35},"/en-us/blog/authors/victor-wu",{"name":7723,"config":7724},"Victor Wu",{"headshot":714,"ctfId":7725},"victorwu",{"template":683},"content:en-us:blog:authors:victor-wu.yml","en-us/blog/authors/victor-wu.yml","en-us/blog/authors/victor-wu",{"_path":7731,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7732,"config":7737,"_id":7738,"_type":30,"title":7733,"_source":32,"_file":7739,"_stem":7740,"_extension":35},"/en-us/blog/authors/viktor-nagy",{"name":7733,"config":7734},"Viktor Nagy",{"headshot":7735,"ctfId":7736},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662918/Blog/Author%20Headshots/nagy-headshot.jpg","nagyvgitlab",{"template":683},"content:en-us:blog:authors:viktor-nagy.yml","en-us/blog/authors/viktor-nagy.yml","en-us/blog/authors/viktor-nagy",{"_path":7742,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7743,"config":7747,"_id":7748,"_type":30,"title":7744,"_source":32,"_file":7749,"_stem":7750,"_extension":35},"/en-us/blog/authors/vincent-jong",{"name":7744,"config":7745},"Vincent Jong",{"headshot":714,"ctfId":7746},"Vincent-Jong",{"template":683},"content:en-us:blog:authors:vincent-jong.yml","en-us/blog/authors/vincent-jong.yml","en-us/blog/authors/vincent-jong",{"_path":7752,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7753,"config":7758,"_id":7759,"_type":30,"title":7754,"_source":32,"_file":7760,"_stem":7761,"_extension":35},"/en-us/blog/authors/vincy-wilson",{"name":7754,"config":7755},"Vincy Wilson",{"headshot":7756,"ctfId":7757},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669069/Blog/Author%20Headshots/vincy.jpg","1iyKndVlbE3dQnxOJoSY0q",{"template":683},"content:en-us:blog:authors:vincy-wilson.yml","en-us/blog/authors/vincy-wilson.yml","en-us/blog/authors/vincy-wilson",{"_path":7763,"_dir":676,"_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/vishal-tak",{"name":7765,"config":7766},"Vishal Tak",{"headshot":7767,"ctfId":7768},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663854/Blog/Author%20Headshots/vishal_tak_headshot.png","6BalO1YQUIuDdhUP80bFra",{"template":683},"content:en-us:blog:authors:vishal-tak.yml","en-us/blog/authors/vishal-tak.yml","en-us/blog/authors/vishal-tak",{"_path":7774,"_dir":676,"_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/vitor-meireles-de-sousa",{"name":7776,"config":7777},"Vitor Meireles De Sousa",{"headshot":7778,"ctfId":7779},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682001/Blog/Author%20Headshots/vdesousa-headshot.png","vdesousa",{"template":683},"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":7785,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7786,"config":7790,"_id":7791,"_type":30,"title":7787,"_source":32,"_file":7792,"_stem":7793,"_extension":35},"/en-us/blog/authors/vlad-budica",{"name":7787,"config":7788},"Vlad Budica",{"headshot":714,"ctfId":7789},"Vlad-Budica",{"template":683},"content:en-us:blog:authors:vlad-budica.yml","en-us/blog/authors/vlad-budica.yml","en-us/blog/authors/vlad-budica",{"_path":7795,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7796,"config":7800,"_id":7801,"_type":30,"title":7797,"_source":32,"_file":7802,"_stem":7803,"_extension":35},"/en-us/blog/authors/vlad-stoianovici",{"name":7797,"config":7798},"Vlad Stoianovici",{"headshot":7,"ctfId":7799},"vstoianovici",{"template":683},"content:en-us:blog:authors:vlad-stoianovici.yml","en-us/blog/authors/vlad-stoianovici.yml","en-us/blog/authors/vlad-stoianovici",{"_path":7805,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7806,"config":7810,"_id":7811,"_type":30,"title":7807,"_source":32,"_file":7812,"_stem":7813,"_extension":35},"/en-us/blog/authors/wayne-haber",{"name":7807,"config":7808},"Wayne Haber",{"headshot":7,"ctfId":7809},"whaber",{"template":683},"content:en-us:blog:authors:wayne-haber.yml","en-us/blog/authors/wayne-haber.yml","en-us/blog/authors/wayne-haber",{"_path":7815,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7816,"config":7820,"_id":7821,"_type":30,"title":7817,"_source":32,"_file":7822,"_stem":7823,"_extension":35},"/en-us/blog/authors/will-chandler",{"name":7817,"config":7818},"Will Chandler",{"headshot":714,"ctfId":7819},"DKiIGSSRIyO6QdTQkRkjs",{"template":683},"content:en-us:blog:authors:will-chandler.yml","en-us/blog/authors/will-chandler.yml","en-us/blog/authors/will-chandler",{"_path":7825,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7826,"config":7831,"_id":7832,"_type":30,"title":7827,"_source":32,"_file":7833,"_stem":7834,"_extension":35},"/en-us/blog/authors/will-leidheiser",{"name":7827,"config":7828},"Will Leidheiser",{"headshot":7829,"ctfId":7830},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679335/Blog/Author%20Headshots/wleidheiser-headshot.jpg","wleidheiser",{"template":683},"content:en-us:blog:authors:will-leidheiser.yml","en-us/blog/authors/will-leidheiser.yml","en-us/blog/authors/will-leidheiser",{"_path":7836,"_dir":676,"_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/william-arias",{"name":7838,"config":7839},"William Arias",{"headshot":7840,"ctfId":7841},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667549/Blog/Author%20Headshots/warias-headshot.jpg","warias",{"template":683},"content:en-us:blog:authors:william-arias.yml","en-us/blog/authors/william-arias.yml","en-us/blog/authors/william-arias",{"_path":7847,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7848,"config":7852,"_id":7853,"_type":30,"title":7849,"_source":32,"_file":7854,"_stem":7855,"_extension":35},"/en-us/blog/authors/william-chia",{"name":7849,"config":7850},"William Chia",{"headshot":7,"ctfId":7851},"williamchia",{"template":683},"content:en-us:blog:authors:william-chia.yml","en-us/blog/authors/william-chia.yml","en-us/blog/authors/william-chia",{"_path":7857,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7858,"config":7862,"_id":7863,"_type":30,"title":7859,"_source":32,"_file":7864,"_stem":7865,"_extension":35},"/en-us/blog/authors/yannis-roussos",{"name":7859,"config":7860},"Yannis Roussos",{"headshot":7,"ctfId":7861},"iroussos",{"template":683},"content:en-us:blog:authors:yannis-roussos.yml","en-us/blog/authors/yannis-roussos.yml","en-us/blog/authors/yannis-roussos",{"_path":7867,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7868,"config":7872,"_id":7873,"_type":30,"title":7869,"_source":32,"_file":7874,"_stem":7875,"_extension":35},"/en-us/blog/authors/yevgeny-pats",{"name":7869,"config":7870},"Yevgeny Pats",{"headshot":7,"ctfId":7871},"ypats",{"template":683},"content:en-us:blog:authors:yevgeny-pats.yml","en-us/blog/authors/yevgeny-pats.yml","en-us/blog/authors/yevgeny-pats",{"_path":7877,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7878,"config":7882,"_id":7883,"_type":30,"title":7879,"_source":32,"_file":7884,"_stem":7885,"_extension":35},"/en-us/blog/authors/yorick-peterse",{"name":7879,"config":7880},"Yorick Peterse",{"headshot":714,"ctfId":7881},"Yorick-Peterse",{"template":683},"content:en-us:blog:authors:yorick-peterse.yml","en-us/blog/authors/yorick-peterse.yml","en-us/blog/authors/yorick-peterse",{"_path":7887,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7888,"config":7892,"_id":7893,"_type":30,"title":7894,"_source":32,"_file":7895,"_stem":7896,"_extension":35},"/en-us/blog/authors/zeger-jan-van-de-weg",{"name":7889,"config":7890},"Zeger-Jan van de Weg",{"headshot":7,"ctfId":7891},"zjgitlab",{"template":683},"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":7898,"_dir":676,"_draft":6,"_partial":6,"_locale":7,"content":7899,"config":7904,"_id":7905,"_type":30,"title":7900,"_source":32,"_file":7906,"_stem":7907,"_extension":35},"/en-us/blog/authors/zhaochen-li",{"name":7900,"config":7901},"Zhaochen Li",{"headshot":7902,"ctfId":7903},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664331/Blog/Author%20Headshots/Zhaochen_Li_headshot.png","D67XqgLJdlpOsrG3ivCGT",{"template":683},"content:en-us:blog:authors:zhaochen-li.yml","en-us/blog/authors/zhaochen-li.yml","en-us/blog/authors/zhaochen-li",{"_path":7909,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"header":7910,"eyebrow":7911,"blurb":7912,"button":7913,"secondaryButton":7917,"_id":7919,"_type":30,"title":7920,"_source":32,"_file":7921,"_stem":7922,"_extension":35},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":46,"config":7914},{"href":7915,"dataGaName":49,"dataGaLocation":7916},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":51,"config":7918},{"href":53,"dataGaName":54,"dataGaLocation":7916},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":7924,"content":7925,"config":7928,"_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":7926,"heroImage":11,"date":20,"body":21,"category":22,"tags":7927},[18,19],[24],{"slug":26,"featured":27,"template":28},1762174767104]