[{"data":1,"prerenderedAt":7939},["ShallowReactive",2],{"/ja-jp/blog/what-is-ci-cd":3,"navigation-ja-jp":36,"banner-ja-jp":449,"footer-ja-jp":462,"blogAuthors-ja-jp":672,"next-steps-ja-jp":7918,"footer-source-/ja-jp/blog/what-is-ci-cd/":7933},{"_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-ci-cd","blog",false,"",{"title":9,"description":10,"ogTitle":9,"ogDescription":10,"noIndex":6,"ogImage":11,"ogUrl":12,"ogSiteName":13,"ogType":14,"canonicalUrls":12,"schema":15},"CI/CDとは？意味や導入のメリット・デメリット、ツールの選び方を解説","この記事では、CI/CDの概要や導入するメリット、CI/CDツールの選び方などを詳しく解説します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663328/Blog/Hero%20Images/cicd3.jpg","https://about.gitlab.com/blog/what-is-ci-cd","https://about.gitlab.com","article","\n                        {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"Article\",\n        \"headline\": \"CI/CDとは？意味や導入のメリット・デメリット、ツールの選び方を解説\",\n        \"author\": [{\"@type\":\"Person\",\"name\":\"GitLab Japan Team\"},{\"@type\":\"Person\",\"name\":\"GitLab\"}],\n        \"datePublished\": \"2025-03-03\",\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-03","ソフトウェア開発においては、顧客に最大限の価値を提供するためにリリース後も繰り返し改善を行なっていくことが求められます。そのプロセスを効率化するために活用できるのが「CI/CD」です。\n\n実際に開発の効率化のための手段のひとつとしてCI/CDの採用を検討している担当者もいるのではないでしょうか。この記事では、CI/CDの概要や導入するメリット、CI/CDツールの選び方などを詳しく解説します。\n\n## CI/CDとは？\n![cicd1](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687600/Blog/Content%20Images/cicd1.jpg)\n\nCI/CDとは、ソフトウェア開発におけるビルドやテスト、デプロイなど、従来であれば手作業で介入する必要があったプロセスを自動化して、素早くプロダクトをリリースする手法のことです。\n\n「Continuous Integration」と「Continuous Delivery」の略称であり、日本語で直訳すると「継続的インテグレーション／継続的デリバリー」となります。\n\n## CIとCDの違い\n\nでは、CIとCDではどのような違いがあるのかそれぞれ意味を解説していきます。\n\n### CI （継続的インテグレーション）\n\nCI （継続的インテグレーション）は、ソフトウェア開発において自動ビルドとテストを繰り返し実行することを示します。\n\n複数の開発者が修正したソースコードを頻繁に統合して、不具合がないか確認するためのプロセスです。このプロセスを繰り返し自動的に実行することで、プログラムのバグを早期に発見・改善でき開発を効率よく進められます。\n\n### CD（継続的デリバリー）\n\nCDとは、「継続的デリバリー」という言葉の通り、CIで検証されたソフトウェアを顧客に対して継続的に公開できる仕組みをつくることです。\n\nCIのプロセスにおいて自動ビルドやテストが実行された後に、ステージング環境やテスト環境などに成果物をデプロイし、さらにセキュリティテストや負荷テストなどを実施します。\n\n最終的な本番環境へのデプロイについては手動で承認する形で行い、ボタンをクリックするだけで反映することができます。\n\n### CD（継続的デプロイメント）\n\nCDには、継続的デリバリーの他にも「継続的デプロイメント」の意味もあります。継続的デプロイメントとは、全てのソースコードの変更が自動的に本番環境に反映される仕組みのことです。\n\n継続的デリバリーと継続的デプロイメントの違いは、手動で本番環境にリリースするか自動で行うかという点です。\n\n## CI/CDパイプラインとは？\n\nCI/CDパイプラインとは、ソースコードの変更からテスト、本番環境へのデプロイまでの一連の流れを自動化したプロセスを指します。つまり、CIとCDの両者を組み合わせた仕組みのことです。\n\nCI/CDパイプラインを構築することで、ソフトウェア開発における各工程の連携がスムーズになり、ビルドやテストの工数削減や迅速なリリースを実現できます。\n\n## CI/CDの導入が必要とされる背景とDevSecOps・アジャイル開発との関係性\n![cicd4](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687600/Blog/Content%20Images/cicd4.jpg)\n\nCI/CDの導入がなぜソフトウェア開発の現場で必要とされているのでしょうか。CI/CDと[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)・アジャイル開発との関係性を踏まえながら解説します。\n\n### CI/CDが必要とされる背景\n\n現代は「Society 5.0時代」と呼ばれており、IT技術の発展と進化に伴い多様なシステムを活用して社会を豊かにするという考え方が重要視されています。ビジネスの場においてもテクノロジーの急激な進化に伴い、多くのサービスが生まれる中で企業間での競争が激化しています。\n\nそうした競争に打ち勝っていくためには、変化に柔軟かつ迅速に対応できる開発環境を構築しなければなりません。CI/CDなら一定の品質を維持したうえで開発プロセスを自動化でき、変化に対応しながら迅速にソフトウェアを顧客に届けることが可能です。\n\nこの品質とスピードの両方の課題を解決できるという強みが、ソフトウェア開発の領域においてCI/CDが注目されている理由だといえます。\n\n### DevSecOps・アジャイル開発との関係性\n\nCI/CDは、[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)やアジャイル開発との相性が良い開発手法であり、これらの手法が主流となってきていることも注目される理由のひとつです。つまり、CI/CDは[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)とアジャイル開発を効果的に実現するための重要な要素として位置付けられています。\n\n例えば、アジャイル開発ではスピード感を持って機能をリリースしていくことが求められます。しかし、リリースを頻繁に繰り返すというプロセスは、毎回テストの実施などにおいて  \n開発者の負担が増大してしまうことを意味します。また、[DevSecOps](https://about.gitlab.com/ja-jp/topics/devsecops/)でいう「セキュリティのシフトレフト」という観点でも、コーディング直後にセキュリティスキャンを実施し、見つかったセキュリティ脆弱性を記憶が鮮明なうちに修正する、という先進的な取り組みにおいても、CI/CDは極めて重要な役割を担います。\n\nCI/CDを導入すれば開発プロセスを自動化できるため、アジャイル開発の強みを活かしながらコスト削減と品質の維持、安全なソフトウェア・サービス開発を実現することが可能です。\n\n## CI/CD導入のメリット\n![cicd2](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687600/Blog/Content%20Images/cicd2.jpg)\n\n既に触れている内容でもありますが、改めてCI/CD導入のメリットについて把握しておきましょう。\n\n* 開発スピードを加速化できる  \n* 生産性と品質の向上が期待できる  \n* バグを早期に発見できる\n\n### 開発スピードを加速化できる\n\nCI/CDを導入することで、ソフトウェア開発からリリースまでの時間を短縮できます。\n\nソースコードを変更した後にはビルドやテスト、デプロイなどさまざまな工程を踏む必要があり、これらを全て手作業で行うとかなりの時間を要します。CI/CDなら手動での作業を自動化できるため、迅速に顧客のソフトウェアを提供することが可能です。\n\n### 生産性と品質の向上が期待できる\n\nCI/CDを導入すればテストからリリースまでの工程を自動化できるため、業務負担の削減につながります。これによって手動で作業していた分の時間をより重要なタスクに割くことが可能になり、生産性向上にも寄与するでしょう。\n\n例えば、プロダクトの品質向上に向けた施策立案や、顧客ニーズや市場の変化を踏まえた仕様変更や機能追加などの重要な業務に注力できるようになります。\n\n### バグを早期に発見できる\n\nCI/CD活用によってテスト工程が自動化されることから、頻繁にテストを実施できるようになります。先ほども触れたようにアジャイル開発の場合は頻繁にテストを繰り返す必要があるため、CI/CDの強みを活かすことでバグを早期に発見できます。\n\n早い段階でバグを発見してその都度修正を実施すれば、機能全体に影響を及ぼすような大きな不具合の発生を未然に防止することも可能です。\n\nまた、スピードを意識するあまりテストの実施が抜けてしまったという重大なミスの防止にもつながるでしょう。\n\n## CI/CD導入における考慮点と成功への鍵\n![cicd6](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687600/Blog/Content%20Images/cicd6.jpg)\n\nCI/CDの導入を成功させるためには事前準備や継続的な改善を実施することが大切です。以下で詳しく解説します。\n\n### CI/CDパイプライン構築による開発基盤の強化を図る\n\nCI/CDを活用するためには、CI/CDパイプラインを構築して開発基盤の強化を図る必要があります。\n\n自動化の基準設定とテストコード作成を丁寧に行うことで、その後正しくCI/CDが機能し、ソフトウェア開発における長期的な品質向上の実現につながります。\n\n### 継続的な実施と改善で価値の最大化を実現する\n\nCI/CDの強みを最大限に活かすためには、アジャイル開発のように頻繁にテストとリリースを実施するような開発手法で活用することが大切です。ウォーターフォール開発の場合は、長期的な計画をベースとして開発が進められるため、CI/CDの使用頻度が少なく十分な効果を発揮できません。\n\nまた、CI/CDについては定期的な改善が必要です。例えば、ソフトウェアの変更によってテスト条件の修正を行う場合は、テストコードも書き直さなければなりません。「[GitLab Duo](https://about.gitlab.com/ja-jp/gitlab-duo/)」なら、CI/CDパイプラインの構築やメンテナンス、エラーの発見・分析を効率化できます。\n\n## CI/CDを導入する際のポイント\n\nCI/CDをスムーズに導入する際には以下のようなポイントを押さえておきましょう。\n\n* 必要なリソースを確保する  \n* メンバーに対する教育を行う\n\n### 必要なリソースを確保する\n\nCI/CDを導入する際には、予算や人材、工数の確保が求められます。自社の現状を把握してCI/CD導入にはどのくらいの予算が必要で、事前準備のためにどれだけの工数を必要とするのかを具体的に落とし込んでおくことが大切です。\n\nなお、CI/CDパイプラインの構築においては、DevOpsエンジニアやSREと呼ばれる人材のアサインが必要です。\n\n### メンバーに対する教育を行う\n\nCI/CDを導入して正しく運用していくためには、チームメンバー全体の理解が必要です。具体的には「自社でCI/CDを導入する目的や解決したい課題」「CI/CD関連でよく使用される用語」「CI/CDツールの使い方・運用ルール」などをメンバーに教育し、理解を深めてもらいます。\n\nしかし、チームメンバーに教育するには時間とコストが多くかかってしまい、その期間は利益を生み出していないことを意味します。「[GitLab Duo](https://about.gitlab.com/ja-jp/gitlab-duo/)」なら、AIによりソフトウェア開発のワークフロー全体を効率化できるため、人材の採用や教育コストの削減にもつなげられます。\n\n## CI/CDツールの選び方\n![cicd5](https://res.cloudinary.com/about-gitlab-com/image/upload/v1749687600/Blog/Content%20Images/cicd5.jpg)\n\nCI/CDツールは以下の５つの観点を意識して選びましょう。\n\n* 機能  \n* 提供形態  \n* コスト  \n* セキュリティ  \n* サポート体制\n\n### 機能\n\nまずは、自社の開発プロジェクトに必要な機能が搭載されているか確認します。例えば、以下のような機能が搭載されたツールを選ぶと良いでしょう。\n\n* CI/CDパイプラインの構築やメンテナンス機能  \n* [API](https://about.gitlab.com/ja-jp/blog/what-is-an-api/)やプラグインなどの連携機能  \n* 優れた拡張機能 など\n\n### 提供形態\n\nCI/CDツールにおいては、クラウド型とオンプレミス型の提供形態があります。\n\nクラウド型はインターネット接続を通して提供元のツールを利用する方法で、サーバーを自社で管理する必要がなく手軽に導入できることがメリットです。ただし、カスタマイズ性は劣ります。\n\n一方、オンプレミス型は自社でサーバーを用意してツールを利用する方法です。オンプレミス型の場合は、カスタマイズ性が高く、インターネット上のセキュリティリスクが軽減できることから、特に機密性の高いデータを扱うビジネスや規制の強い業種にむいています。その反面、サーバー構築に手間がかかりますので、両者の特徴を把握したうえで自社にマッチした利用形態を選択しましょう。\n\n[GitLabでは、クラウド型とオンプレミス型の両方を提供しており、自社の置かれた状況に最適な構築が可能です](https://about.gitlab.com/ja-jp/pricing/)。\n\n### コスト\n\nCI/CDツールを導入する際には当然コストが発生するため、自社の予算と照らし合わせながら利用に必要なコストを確認します。\n\nその際、コストを抑えたいからといって自社に必要な機能が搭載されていないツールを導入しても効果は得られないため、機能面も考慮しながらチェックするのがポイントです。\n\nまた、いきなり開発環境を変えてしまうとリスクもあるため、まずは無料トライアルを受けられるツールを選定して使用感を確かめておきましょう。\n\n### セキュリティ\n\n近年企業においてもさまざまなセキュリティインシデントが発生しています。ソフトウェア開発におけるセキュリティリスクを軽減するためには、CI/CDツールが持つセキュリティスキャン等の機能もチェックしておきましょう。\n\n例えば、AI機能を搭載したツールならソースコードの脆弱性をより効率的に把握して修正できます。また、CI/CDツール製品そのものに、開発元からセキュリティパッチが迅速に提供されているかどうかもチェックしておきたいポイントです。\n\n### サポート体制\n\nCI/CDツールの導入や運用においてトラブルが発生する場合もあります。その際ツール提供側でサポート体制が提供されていると、早期の問題解決につながります。\n\nそのため、サポートプランの有無を確認し、窓口の対応時間や連絡方法をチェックしておきましょう。また、ユーザーコミュニティが活発化しているか、参考資料やドキュメントが充実しているかなども確認しておくと良いでしょう。\n\n## CI/CDツールなら「GitLab」\n\nCI/CDツールをお探しならぜひ「[GitLab](https://about.gitlab.com/ja-jp/)」をご検討下さい。CI/CDの機能を確保する際には、別々のツールを管理してそれらを統合することで実現しているケースがよく見られます。しかし、この構築方法ではツールの選定や準備にも手間がかかり、効率が良いとはいえません。\n\nAIを搭載したGitLabなら、単一の統合ツールとしてCI/CDパイプラインの効率化、セキュリティ対策、品質向上、運用コストの削減などを実現することができます。実際にさまざまな企業でGitLabが導入され、リリースサイクルの短縮に成功しています。\n\nまた、GitLabではクラウド型、オンプレミス型の両方を提供していますので、自社の環境に最適な方をお選びいただけます。無料トライアル版もご用意しているため、まずは使用感をお試しください。[サポート体制](https://about.gitlab.com/support/)や[参考ドキュメント](https://docs.gitlab.com/)も充実しているため、安心して運用いただけます。\n\n## CI/CDを導入して開発効率の向上を図ろう\n\nソフトウェアの開発においてCI/CDを導入することで、開発スピードや生産性向上などが期待できます。CI/CDを導入して自社のプロジェクトを成功させるためには、適切なCI/CDパイプライン構築と、継続的なメンテナンスを徹底する意識を持つことが大切です。\n\nCI/CDツールの選定においては、ぜひ「[GitLab](https://about.gitlab.com/ja-jp/)」をご検討下さい。GitLabならCI/CDの実現に必要な機能が搭載されているため、スムーズな導入を実現できます。\n\nGitLabによるCI/CDの事例はこちらからご覧下さい。\n\n> [CI/CDと堅牢なセキュリティスキャンがHilti社のSDLCを加速した方法](https://about.gitlab.com/ja-jp/customers/hilti/?utm_medium=blog&utm_source=blog&utm_campaign=eg_apac_brand_x_x_ja_gitlabjapanblogseo)\n\n\u003Cbr>\u003Cbr>\u003Cbr>\n\n*監修： ハシュカ アンドリュー /Andrew Haschka [@tkomatsubara](https://gitlab.com/tkomatsubara)\u003Cbr>\n（GitLab合同会社 ソリューションアーキテクト本部 シニアパートナーソリューションアーキテクト）*","engineering",[24],"CI/CD",{"slug":26,"featured":27,"template":28},"what-is-ci-cd",true,"BlogPost","content:ja-jp:blog:what-is-ci-cd.yml","yaml","What Is Ci Cd","content","ja-jp/blog/what-is-ci-cd.yml","ja-jp/blog/what-is-ci-cd","yml",{"_path":37,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"data":39,"_id":445,"_type":30,"title":446,"_source":32,"_file":447,"_stem":448,"_extension":35},"/shared/ja-jp/main-navigation","ja-jp",{"logo":40,"freeTrial":45,"sales":50,"login":55,"items":60,"search":389,"minimal":423,"duo":436},{"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,201,206,311,371],{"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":183},"製品",{"dataNavLevelOne":108},"solutions",{"text":110,"config":111},"すべてのソリューションを表示",{"href":112,"dataGaName":108,"dataGaLocation":44},"/ja-jp/solutions/",[114,139,161],{"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,126,130,135],{"text":24,"config":124},{"href":125,"dataGaLocation":44,"dataGaName":24},"/ja-jp/solutions/continuous-integration/",{"text":127,"config":128},"AIアシストによる開発",{"href":78,"dataGaLocation":44,"dataGaName":129},"AI assisted development",{"text":131,"config":132},"ソースコード管理",{"href":133,"dataGaLocation":44,"dataGaName":134},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":136,"config":137},"自動化されたソフトウェアデリバリー",{"href":120,"dataGaLocation":44,"dataGaName":138},"Automated software delivery",{"title":140,"description":141,"link":142,"items":147},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":143},{"href":144,"dataGaName":145,"dataGaLocation":44,"icon":146},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[148,152,157],{"text":149,"config":150},"Application Security Testing",{"href":144,"dataGaName":151,"dataGaLocation":44},"Application security testing",{"text":153,"config":154},"ソフトウェアサプライチェーンの安全性",{"href":155,"dataGaLocation":44,"dataGaName":156},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":158,"config":159},"Software Compliance",{"href":160,"dataGaName":158,"dataGaLocation":44},"/ja-jp/solutions/software-compliance/",{"title":162,"link":163,"items":168},"測定",{"config":164},{"icon":165,"href":166,"dataGaName":167,"dataGaLocation":44},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[169,173,178],{"text":170,"config":171},"可視性と測定",{"href":166,"dataGaLocation":44,"dataGaName":172},"Visibility and Measurement",{"text":174,"config":175},"バリューストリーム管理",{"href":176,"dataGaLocation":44,"dataGaName":177},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":179,"config":180},"分析とインサイト",{"href":181,"dataGaLocation":44,"dataGaName":182},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":184,"items":185},"GitLabが活躍する場所",[186,191,196],{"text":187,"config":188},"Enterprise",{"href":189,"dataGaLocation":44,"dataGaName":190},"/ja-jp/enterprise/","enterprise",{"text":192,"config":193},"スモールビジネス",{"href":194,"dataGaLocation":44,"dataGaName":195},"/ja-jp/small-business/","small business",{"text":197,"config":198},"公共機関",{"href":199,"dataGaLocation":44,"dataGaName":200},"/ja-jp/solutions/public-sector/","public sector",{"text":202,"config":203},"価格",{"href":204,"dataGaName":205,"dataGaLocation":44,"dataNavLevelOne":205},"/ja-jp/pricing/","pricing",{"text":207,"config":208,"link":210,"lists":214,"feature":298},"関連リソース",{"dataNavLevelOne":209},"resources",{"text":211,"config":212},"すべてのリソースを表示",{"href":213,"dataGaName":209,"dataGaLocation":44},"/ja-jp/resources/",[215,248,270],{"title":216,"items":217},"はじめに",[218,223,228,233,238,243],{"text":219,"config":220},"インストール",{"href":221,"dataGaName":222,"dataGaLocation":44},"/ja-jp/install/","install",{"text":224,"config":225},"クイックスタートガイド",{"href":226,"dataGaName":227,"dataGaLocation":44},"/ja-jp/get-started/","quick setup checklists",{"text":229,"config":230},"学ぶ",{"href":231,"dataGaLocation":44,"dataGaName":232},"https://university.gitlab.com/","learn",{"text":234,"config":235},"製品ドキュメント",{"href":236,"dataGaName":237,"dataGaLocation":44},"https://docs.gitlab.com/","product documentation",{"text":239,"config":240},"ベストプラクティスビデオ",{"href":241,"dataGaName":242,"dataGaLocation":44},"/ja-jp/getting-started-videos/","best practice videos",{"text":244,"config":245},"インテグレーション",{"href":246,"dataGaName":247,"dataGaLocation":44},"/ja-jp/integrations/","integrations",{"title":249,"items":250},"検索する",[251,256,260,265],{"text":252,"config":253},"お客様成功事例",{"href":254,"dataGaName":255,"dataGaLocation":44},"/ja-jp/customers/","customer success stories",{"text":257,"config":258},"ブログ",{"href":259,"dataGaName":5,"dataGaLocation":44},"/ja-jp/blog/",{"text":261,"config":262},"リモート",{"href":263,"dataGaName":264,"dataGaLocation":44},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":266,"config":267},"TeamOps",{"href":268,"dataGaName":269,"dataGaLocation":44},"/ja-jp/teamops/","teamops",{"title":271,"items":272},"つなげる",[273,278,283,288,293],{"text":274,"config":275},"GitLabサービス",{"href":276,"dataGaName":277,"dataGaLocation":44},"/ja-jp/services/","services",{"text":279,"config":280},"コミュニティ",{"href":281,"dataGaName":282,"dataGaLocation":44},"/community/","community",{"text":284,"config":285},"フォーラム",{"href":286,"dataGaName":287,"dataGaLocation":44},"https://forum.gitlab.com/","forum",{"text":289,"config":290},"イベント",{"href":291,"dataGaName":292,"dataGaLocation":44},"/events/","events",{"text":294,"config":295},"パートナー",{"href":296,"dataGaName":297,"dataGaLocation":44},"/ja-jp/partners/","partners",{"backgroundColor":299,"textColor":300,"text":301,"image":302,"link":306},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":303,"config":304},"ソースプロモカード",{"src":305},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":307,"config":308},"最新情報を読む",{"href":309,"dataGaName":310,"dataGaLocation":44},"/ja-jp/the-source/","the source",{"text":312,"config":313,"lists":315},"会社情報",{"dataNavLevelOne":314},"company",[316],{"items":317},[318,323,329,331,336,341,346,351,356,361,366],{"text":319,"config":320},"GitLabについて",{"href":321,"dataGaName":322,"dataGaLocation":44},"/ja-jp/company/","about",{"text":324,"config":325,"footerGa":328},"採用情報",{"href":326,"dataGaName":327,"dataGaLocation":44},"/jobs/","jobs",{"dataGaName":327},{"text":289,"config":330},{"href":291,"dataGaName":292,"dataGaLocation":44},{"text":332,"config":333},"経営陣",{"href":334,"dataGaName":335,"dataGaLocation":44},"/company/team/e-group/","leadership",{"text":337,"config":338},"チーム",{"href":339,"dataGaName":340,"dataGaLocation":44},"/company/team/","team",{"text":342,"config":343},"ハンドブック",{"href":344,"dataGaName":345,"dataGaLocation":44},"https://handbook.gitlab.com/","handbook",{"text":347,"config":348},"投資家向け情報",{"href":349,"dataGaName":350,"dataGaLocation":44},"https://ir.gitlab.com/","investor relations",{"text":352,"config":353},"トラストセンター",{"href":354,"dataGaName":355,"dataGaLocation":44},"/ja-jp/security/","trust center",{"text":357,"config":358},"AI Transparency Center",{"href":359,"dataGaName":360,"dataGaLocation":44},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":362,"config":363},"ニュースレター",{"href":364,"dataGaName":365,"dataGaLocation":44},"/company/contact/","newsletter",{"text":367,"config":368},"プレス",{"href":369,"dataGaName":370,"dataGaLocation":44},"/press/","press",{"text":51,"config":372,"lists":373},{"dataNavLevelOne":314},[374],{"items":375},[376,379,384],{"text":51,"config":377},{"href":53,"dataGaName":378,"dataGaLocation":44},"talk to sales",{"text":380,"config":381},"サポートを受ける",{"href":382,"dataGaName":383,"dataGaLocation":44},"/support/","get help",{"text":385,"config":386},"カスタマーポータル",{"href":387,"dataGaName":388,"dataGaLocation":44},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":390,"login":391,"suggestions":398},"閉じる",{"text":392,"link":393},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":394,"config":395},"GitLab.com",{"href":58,"dataGaName":396,"dataGaLocation":397},"search login","search",{"text":399,"default":400},"提案",[401,404,409,411,415,419],{"text":73,"config":402},{"href":78,"dataGaName":403,"dataGaLocation":397},"GitLab Duo (AI)",{"text":405,"config":406},"コード提案（AI）",{"href":407,"dataGaName":408,"dataGaLocation":397},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":24,"config":410},{"href":125,"dataGaName":24,"dataGaLocation":397},{"text":412,"config":413},"GitLab on AWS",{"href":414,"dataGaName":412,"dataGaLocation":397},"/ja-jp/partners/technology-partners/aws/",{"text":416,"config":417},"GitLab on Google Cloud",{"href":418,"dataGaName":416,"dataGaLocation":397},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":420,"config":421},"GitLabを選ぶ理由",{"href":86,"dataGaName":422,"dataGaLocation":397},"Why GitLab?",{"freeTrial":424,"mobileIcon":428,"desktopIcon":433},{"text":46,"config":425},{"href":426,"dataGaName":49,"dataGaLocation":427},"https://gitlab.com/-/trials/new/","nav",{"altText":429,"config":430},"GitLabアイコン",{"src":431,"dataGaName":432,"dataGaLocation":427},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":429,"config":434},{"src":435,"dataGaName":432,"dataGaLocation":427},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":437,"mobileIcon":441,"desktopIcon":443},{"text":438,"config":439},"GitLab Duoの詳細について",{"href":78,"dataGaName":440,"dataGaLocation":427},"gitlab duo",{"altText":429,"config":442},{"src":431,"dataGaName":432,"dataGaLocation":427},{"altText":429,"config":444},{"src":435,"dataGaName":432,"dataGaLocation":427},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":450,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"title":451,"button":452,"config":457,"_id":459,"_type":30,"_source":32,"_file":460,"_stem":461,"_extension":35},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":453,"config":454},"ベータ版を試す",{"href":455,"dataGaName":456,"dataGaLocation":44},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":458},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":463,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"data":464,"_id":668,"_type":30,"title":669,"_source":32,"_file":670,"_stem":671,"_extension":35},"/shared/ja-jp/main-footer",{"text":465,"source":466,"edit":472,"contribute":477,"config":482,"items":487,"minimal":660},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":467,"config":468},"ページのソースを表示",{"href":469,"dataGaName":470,"dataGaLocation":471},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":473,"config":474},"このページを編集",{"href":475,"dataGaName":476,"dataGaLocation":471},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":478,"config":479},"ご協力をお願いします",{"href":480,"dataGaName":481,"dataGaLocation":471},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":483,"facebook":484,"youtube":485,"linkedin":486},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[488,511,565,597,632],{"title":62,"links":489,"subMenu":494},[490],{"text":491,"config":492},"DevSecOpsプラットフォーム",{"href":71,"dataGaName":493,"dataGaLocation":471},"devsecops platform",[495],{"title":202,"links":496},[497,501,506],{"text":498,"config":499},"プランの表示",{"href":204,"dataGaName":500,"dataGaLocation":471},"view plans",{"text":502,"config":503},"Premiumを選ぶ理由",{"href":504,"dataGaName":505,"dataGaLocation":471},"/ja-jp/pricing/premium/","why premium",{"text":507,"config":508},"Ultimateを選ぶ理由",{"href":509,"dataGaName":510,"dataGaLocation":471},"/ja-jp/pricing/ultimate/","why ultimate",{"title":512,"links":513},"ソリューション",[514,519,522,524,529,534,538,541,544,549,551,553,555,560],{"text":515,"config":516},"デジタルトランスフォーメーション",{"href":517,"dataGaName":518,"dataGaLocation":471},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":520,"config":521},"セキュリティとコンプライアンス",{"href":144,"dataGaName":151,"dataGaLocation":471},{"text":136,"config":523},{"href":120,"dataGaName":121,"dataGaLocation":471},{"text":525,"config":526},"アジャイル開発",{"href":527,"dataGaName":528,"dataGaLocation":471},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":530,"config":531},"クラウドトランスフォーメーション",{"href":532,"dataGaName":533,"dataGaLocation":471},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":535,"config":536},"SCM",{"href":133,"dataGaName":537,"dataGaLocation":471},"source code management",{"text":24,"config":539},{"href":125,"dataGaName":540,"dataGaLocation":471},"continuous integration & delivery",{"text":174,"config":542},{"href":176,"dataGaName":543,"dataGaLocation":471},"value stream management",{"text":545,"config":546},"GitOps",{"href":547,"dataGaName":548,"dataGaLocation":471},"/ja-jp/solutions/gitops/","gitops",{"text":187,"config":550},{"href":189,"dataGaName":190,"dataGaLocation":471},{"text":192,"config":552},{"href":194,"dataGaName":195,"dataGaLocation":471},{"text":197,"config":554},{"href":199,"dataGaName":200,"dataGaLocation":471},{"text":556,"config":557},"教育",{"href":558,"dataGaName":559,"dataGaLocation":471},"/ja-jp/solutions/education/","education",{"text":561,"config":562},"金融サービス",{"href":563,"dataGaName":564,"dataGaLocation":471},"/ja-jp/solutions/finance/","financial services",{"title":207,"links":566},[567,569,571,573,576,578,581,583,585,587,589,591,593,595],{"text":219,"config":568},{"href":221,"dataGaName":222,"dataGaLocation":471},{"text":224,"config":570},{"href":226,"dataGaName":227,"dataGaLocation":471},{"text":229,"config":572},{"href":231,"dataGaName":232,"dataGaLocation":471},{"text":234,"config":574},{"href":236,"dataGaName":575,"dataGaLocation":471},"docs",{"text":257,"config":577},{"href":259,"dataGaName":5},{"text":579,"config":580},"お客様の成功事例",{"href":254,"dataGaLocation":471},{"text":252,"config":582},{"href":254,"dataGaName":255,"dataGaLocation":471},{"text":261,"config":584},{"href":263,"dataGaName":264,"dataGaLocation":471},{"text":274,"config":586},{"href":276,"dataGaName":277,"dataGaLocation":471},{"text":266,"config":588},{"href":268,"dataGaName":269,"dataGaLocation":471},{"text":279,"config":590},{"href":281,"dataGaName":282,"dataGaLocation":471},{"text":284,"config":592},{"href":286,"dataGaName":287,"dataGaLocation":471},{"text":289,"config":594},{"href":291,"dataGaName":292,"dataGaLocation":471},{"text":294,"config":596},{"href":296,"dataGaName":297,"dataGaLocation":471},{"title":598,"links":599},"Company",[600,602,604,606,608,610,612,616,621,623,625,627],{"text":319,"config":601},{"href":321,"dataGaName":314,"dataGaLocation":471},{"text":324,"config":603},{"href":326,"dataGaName":327,"dataGaLocation":471},{"text":332,"config":605},{"href":334,"dataGaName":335,"dataGaLocation":471},{"text":337,"config":607},{"href":339,"dataGaName":340,"dataGaLocation":471},{"text":342,"config":609},{"href":344,"dataGaName":345,"dataGaLocation":471},{"text":347,"config":611},{"href":349,"dataGaName":350,"dataGaLocation":471},{"text":613,"config":614},"Sustainability",{"href":615,"dataGaName":613,"dataGaLocation":471},"/sustainability/",{"text":617,"config":618},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":619,"dataGaName":620,"dataGaLocation":471},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":352,"config":622},{"href":354,"dataGaName":355,"dataGaLocation":471},{"text":362,"config":624},{"href":364,"dataGaName":365,"dataGaLocation":471},{"text":367,"config":626},{"href":369,"dataGaName":370,"dataGaLocation":471},{"text":628,"config":629},"現代奴隷制の透明性に関する声明",{"href":630,"dataGaName":631,"dataGaLocation":471},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":51,"links":633},[634,636,638,640,645,650,655],{"text":51,"config":635},{"href":53,"dataGaName":54,"dataGaLocation":471},{"text":380,"config":637},{"href":382,"dataGaName":383,"dataGaLocation":471},{"text":385,"config":639},{"href":387,"dataGaName":388,"dataGaLocation":471},{"text":641,"config":642},"ステータス",{"href":643,"dataGaName":644,"dataGaLocation":471},"https://status.gitlab.com/","status",{"text":646,"config":647},"利用規約",{"href":648,"dataGaName":649,"dataGaLocation":471},"/terms/","terms of use",{"text":651,"config":652},"プライバシーに関する声明",{"href":653,"dataGaName":654,"dataGaLocation":471},"/ja-jp/privacy/","privacy statement",{"text":656,"config":657},"Cookieの設定",{"dataGaName":658,"dataGaLocation":471,"id":659,"isOneTrustButton":27},"cookie preferences","ot-sdk-btn",{"items":661},[662,664,666],{"text":646,"config":663},{"href":648,"dataGaName":649,"dataGaLocation":471},{"text":651,"config":665},{"href":653,"dataGaName":654,"dataGaLocation":471},{"text":656,"config":667},{"dataGaName":658,"dataGaLocation":471,"id":659,"isOneTrustButton":27},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",[673,686,697,708,719,730,741,752,762,772,783,794,804,815,826,836,846,856,866,877,887,897,907,918,929,939,950,961,971,982,992,1003,1014,1025,1036,1046,1057,1068,1078,1089,1099,1110,1121,1131,1141,1152,1162,1172,1182,1193,1204,1215,1226,1236,1247,1258,1269,1280,1290,1301,1313,1324,1335,1345,1357,1368,1378,1389,1399,1410,1420,1431,1442,1452,1462,1472,1483,1493,1503,1513,1523,1534,1544,1555,1565,1576,1586,1596,1606,1617,1628,1639,1650,1661,1673,1683,1694,1704,1715,1726,1737,1748,1758,1769,1780,1791,1802,1812,1823,1834,1845,1855,1868,1878,1889,1900,1911,1921,1932,1943,1954,1964,1974,1984,1994,2005,2015,2025,2036,2046,2057,2067,2078,2089,2099,2110,2120,2130,2140,2151,2161,2171,2182,2193,2203,2214,2225,2236,2246,2259,2270,2280,2292,2304,2314,2324,2335,2345,2356,2368,2379,2390,2401,2413,2424,2434,2444,2455,2465,2475,2486,2497,2507,2518,2529,2539,2549,2560,2571,2581,2592,2602,2613,2624,2635,2645,2655,2666,2677,2687,2697,2708,2720,2730,2740,2750,2761,2772,2782,2792,2802,2812,2822,2833,2844,2854,2865,2875,2885,2895,2905,2915,2926,2936,2946,2957,2967,2977,2988,2999,3009,3021,3031,3041,3053,3064,3075,3085,3096,3107,3118,3128,3140,3151,3160,3171,3182,3193,3203,3214,3225,3236,3246,3257,3268,3279,3289,3299,3310,3320,3330,3341,3352,3365,3376,3387,3397,3408,3420,3431,3442,3453,3463,3473,3484,3494,3505,3516,3527,3537,3547,3557,3567,3578,3589,3600,3611,3623,3634,3646,3657,3667,3677,3689,3699,3710,3720,3731,3741,3751,3762,3774,3784,3794,3804,3815,3825,3836,3846,3856,3867,3878,3889,3901,3912,3922,3933,3944,3954,3964,3975,3986,3997,4008,4018,4029,4040,4051,4061,4072,4083,4093,4104,4115,4126,4136,4146,4157,4168,4178,4189,4200,4211,4221,4231,4242,4253,4264,4275,4286,4296,4307,4318,4328,4338,4348,4360,4372,4382,4394,4404,4415,4426,4437,4448,4461,4471,4482,4493,4503,4513,4523,4534,4544,4555,4566,4576,4587,4597,4608,4619,4630,4641,4652,4663,4673,4683,4694,4705,4715,4725,4735,4746,4757,4767,4777,4787,4797,4808,4818,4828,4839,4849,4860,4870,4881,4892,4902,4912,4923,4933,4943,4954,4965,4976,4987,4997,5009,5020,5031,5041,5051,5061,5072,5083,5094,5105,5115,5126,5137,5147,5158,5170,5180,5190,5200,5211,5222,5233,5243,5253,5264,5275,5285,5297,5307,5317,5328,5338,5349,5361,5372,5382,5393,5404,5414,5425,5436,5448,5458,5468,5479,5489,5500,5510,5521,5531,5541,5552,5562,5573,5583,5593,5604,5614,5625,5636,5646,5656,5667,5677,5687,5697,5707,5718,5729,5741,5752,5763,5775,5787,5798,5809,5819,5830,5840,5850,5861,5872,5883,5893,5903,5913,5923,5933,5944,5956,5967,5979,5990,6000,6010,6021,6031,6041,6051,6061,6071,6081,6092,6102,6112,6123,6133,6143,6154,6165,6175,6187,6198,6208,6220,6231,6241,6252,6263,6273,6283,6293,6305,6315,6326,6337,6348,6359,6369,6379,6390,6402,6412,6422,6433,6443,6454,6464,6476,6487,6497,6507,6518,6530,6540,6553,6563,6575,6586,6596,6606,6617,6627,6638,6649,6660,6671,6682,6693,6704,6715,6726,6737,6748,6759,6770,6781,6792,6802,6815,6825,6836,6846,6857,6867,6877,6888,6899,6910,6920,6930,6941,6951,6962,6973,6985,6996,7006,7017,7028,7038,7048,7058,7068,7078,7089,7099,7110,7120,7131,7146,7157,7167,7178,7189,7200,7211,7222,7232,7243,7254,7265,7275,7286,7296,7306,7316,7326,7336,7347,7359,7369,7380,7391,7403,7413,7424,7434,7446,7457,7467,7477,7488,7499,7509,7520,7530,7540,7551,7562,7573,7584,7594,7605,7616,7626,7636,7646,7657,7668,7678,7688,7699,7710,7720,7730,7740,7751,7761,7772,7783,7794,7804,7814,7824,7834,7845,7856,7866,7876,7886,7896,7907],{"_path":674,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":676,"config":681,"_id":683,"_type":30,"title":677,"_source":32,"_file":684,"_stem":685,"_extension":35},"/en-us/blog/authors/aakriti-gupta","authors",{"name":677,"config":678},"Aakriti Gupta",{"headshot":679,"ctfId":680},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681960/Blog/Author%20Headshots/aakriti.jpg","aakritigupta",{"template":682},"BlogAuthor","content:en-us:blog:authors:aakriti-gupta.yml","en-us/blog/authors/aakriti-gupta.yml","en-us/blog/authors/aakriti-gupta",{"_path":687,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":688,"config":692,"_id":693,"_type":30,"title":694,"_source":32,"_file":695,"_stem":696,"_extension":35},"/en-us/blog/authors/aaron-peters-member-good-docs-project",{"name":689,"config":690},"Aaron Peters, Member, Good Docs Project",{"headshot":7,"ctfId":691},"7KZoxZ7kn5c5DAvuDP6wtx",{"template":682},"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":698,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":699,"config":704,"_id":705,"_type":30,"title":700,"_source":32,"_file":706,"_stem":707,"_extension":35},"/en-us/blog/authors/aathira-nair",{"name":700,"config":701},"Aathira Nair",{"headshot":702,"ctfId":703},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663871/Blog/Author%20Headshots/anair5-headshot.jpg","anair",{"template":682},"content:en-us:blog:authors:aathira-nair.yml","en-us/blog/authors/aathira-nair.yml","en-us/blog/authors/aathira-nair",{"_path":709,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":710,"config":715,"_id":716,"_type":30,"title":711,"_source":32,"_file":717,"_stem":718,"_extension":35},"/en-us/blog/authors/abdulkader-benchi",{"name":711,"config":712},"Abdulkader Benchi",{"headshot":713,"ctfId":714},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","Abdulkader-Benchi",{"template":682},"content:en-us:blog:authors:abdulkader-benchi.yml","en-us/blog/authors/abdulkader-benchi.yml","en-us/blog/authors/abdulkader-benchi",{"_path":720,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":721,"config":726,"_id":727,"_type":30,"title":722,"_source":32,"_file":728,"_stem":729,"_extension":35},"/en-us/blog/authors/abubakar-siddiq-ango",{"name":722,"config":723},"Abubakar Siddiq Ango",{"headshot":724,"ctfId":725},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660104/Blog/Author%20Headshots/abuango-headshot.jpg","abuango",{"template":682},"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":731,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":732,"config":737,"_id":738,"_type":30,"title":733,"_source":32,"_file":739,"_stem":740,"_extension":35},"/en-us/blog/authors/achilleas-pipinellis",{"name":733,"config":734},"Achilleas Pipinellis",{"headshot":735,"ctfId":736},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671703/Blog/Author%20Headshots/axil-headshot.jpg","Achilleas-Pipinellis",{"template":682},"content:en-us:blog:authors:achilleas-pipinellis.yml","en-us/blog/authors/achilleas-pipinellis.yml","en-us/blog/authors/achilleas-pipinellis",{"_path":742,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":743,"config":747,"_id":748,"_type":30,"title":749,"_source":32,"_file":750,"_stem":751,"_extension":35},"/en-us/blog/authors/adfinis-sygroup",{"name":744,"config":745},"Adfinis SyGroup",{"headshot":713,"ctfId":746},"Adfinis-SyGroup",{"template":682},"content:en-us:blog:authors:adfinis-sygroup.yml","Adfinis Sygroup","en-us/blog/authors/adfinis-sygroup.yml","en-us/blog/authors/adfinis-sygroup",{"_path":753,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":754,"config":758,"_id":759,"_type":30,"title":755,"_source":32,"_file":760,"_stem":761,"_extension":35},"/en-us/blog/authors/ahmet-kizilay",{"name":755,"config":756},"Ahmet Kizilay",{"headshot":713,"ctfId":757},"Ahmet-Kizilay",{"template":682},"content:en-us:blog:authors:ahmet-kizilay.yml","en-us/blog/authors/ahmet-kizilay.yml","en-us/blog/authors/ahmet-kizilay",{"_path":763,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":764,"config":768,"_id":769,"_type":30,"title":765,"_source":32,"_file":770,"_stem":771,"_extension":35},"/en-us/blog/authors/akashdeep-dhar",{"name":765,"config":766},"Akashdeep Dhar",{"headshot":7,"ctfId":767},"t0xic0der",{"template":682},"content:en-us:blog:authors:akashdeep-dhar.yml","en-us/blog/authors/akashdeep-dhar.yml","en-us/blog/authors/akashdeep-dhar",{"_path":773,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":774,"config":779,"_id":780,"_type":30,"title":775,"_source":32,"_file":781,"_stem":782,"_extension":35},"/en-us/blog/authors/alana-bellucci",{"name":775,"config":776},"Alana Bellucci",{"headshot":777,"ctfId":778},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664907/Blog/Author%20Headshots/abellucci-headshot.jpg","abellucci",{"template":682},"content:en-us:blog:authors:alana-bellucci.yml","en-us/blog/authors/alana-bellucci.yml","en-us/blog/authors/alana-bellucci",{"_path":784,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":785,"config":790,"_id":791,"_type":30,"title":786,"_source":32,"_file":792,"_stem":793,"_extension":35},"/en-us/blog/authors/alex-fracazo",{"name":786,"config":787},"Alex Fracazo",{"headshot":788,"ctfId":789},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663572/Blog/Author%20Headshots/Alex_Fracazo_headshot.png","1fd3avORyzEvt4jtKpkT2k",{"template":682},"content:en-us:blog:authors:alex-fracazo.yml","en-us/blog/authors/alex-fracazo.yml","en-us/blog/authors/alex-fracazo",{"_path":795,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":796,"config":800,"_id":801,"_type":30,"title":797,"_source":32,"_file":802,"_stem":803,"_extension":35},"/en-us/blog/authors/alex-groleau",{"name":797,"config":798},"Alex Groleau",{"headshot":713,"ctfId":799},"3VVHytQSHu9ehZgsUEJ3qq",{"template":682},"content:en-us:blog:authors:alex-groleau.yml","en-us/blog/authors/alex-groleau.yml","en-us/blog/authors/alex-groleau",{"_path":805,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":806,"config":811,"_id":812,"_type":30,"title":807,"_source":32,"_file":813,"_stem":814,"_extension":35},"/en-us/blog/authors/alex-mark",{"name":807,"config":808},"Alex Mark",{"headshot":809,"ctfId":810},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755709078/j3vuvongn6hbucxwaufz.png","alexmark",{"template":682},"content:en-us:blog:authors:alex-mark.yml","en-us/blog/authors/alex-mark.yml","en-us/blog/authors/alex-mark",{"_path":816,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":817,"config":822,"_id":823,"_type":30,"title":818,"_source":32,"_file":824,"_stem":825,"_extension":35},"/en-us/blog/authors/alex-martin",{"name":818,"config":819},"Alex Martin",{"headshot":820,"ctfId":821},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666415/Blog/Author%20Headshots/alex_martin_headshot.png","4vZLX2E8BoR3LCNoYdooCY",{"template":682},"content:en-us:blog:authors:alex-martin.yml","en-us/blog/authors/alex-martin.yml","en-us/blog/authors/alex-martin",{"_path":827,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":828,"config":832,"_id":833,"_type":30,"title":829,"_source":32,"_file":834,"_stem":835,"_extension":35},"/en-us/blog/authors/alexander-dietrich",{"name":829,"config":830},"Alexander Dietrich",{"headshot":713,"ctfId":831},"2CzeEOPVjjGKpdblIm0JfO",{"template":682},"content:en-us:blog:authors:alexander-dietrich.yml","en-us/blog/authors/alexander-dietrich.yml","en-us/blog/authors/alexander-dietrich",{"_path":837,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":838,"config":842,"_id":843,"_type":30,"title":839,"_source":32,"_file":844,"_stem":845,"_extension":35},"/en-us/blog/authors/alexander-malaev",{"name":839,"config":840},"Alexander Malaev",{"headshot":713,"ctfId":841},"Alexander-Malaev",{"template":682},"content:en-us:blog:authors:alexander-malaev.yml","en-us/blog/authors/alexander-malaev.yml","en-us/blog/authors/alexander-malaev",{"_path":847,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":848,"config":852,"_id":853,"_type":30,"title":849,"_source":32,"_file":854,"_stem":855,"_extension":35},"/en-us/blog/authors/alexander-pereverzevs",{"name":849,"config":850},"Alexander Pereverzevs",{"headshot":7,"ctfId":851},"lokalise",{"template":682},"content:en-us:blog:authors:alexander-pereverzevs.yml","en-us/blog/authors/alexander-pereverzevs.yml","en-us/blog/authors/alexander-pereverzevs",{"_path":857,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":858,"config":862,"_id":863,"_type":30,"title":859,"_source":32,"_file":864,"_stem":865,"_extension":35},"/en-us/blog/authors/alexis-ginsberg",{"name":859,"config":860},"Alexis Ginsberg",{"headshot":713,"ctfId":861},"lmDIchpcDx48jKuke2B4l",{"template":682},"content:en-us:blog:authors:alexis-ginsberg.yml","en-us/blog/authors/alexis-ginsberg.yml","en-us/blog/authors/alexis-ginsberg",{"_path":867,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":868,"config":873,"_id":874,"_type":30,"title":869,"_source":32,"_file":875,"_stem":876,"_extension":35},"/en-us/blog/authors/allie-holland",{"name":869,"config":870},"Allie Holland",{"headshot":871,"ctfId":872},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664869/Blog/Author%20Headshots/allie_headshot.png","4Sc66Y8dwHEHwBNuJSh4Mv",{"template":682},"content:en-us:blog:authors:allie-holland.yml","en-us/blog/authors/allie-holland.yml","en-us/blog/authors/allie-holland",{"_path":878,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":879,"config":883,"_id":884,"_type":30,"title":880,"_source":32,"_file":885,"_stem":886,"_extension":35},"/en-us/blog/authors/allison-whilden",{"name":880,"config":881},"Allison Whilden",{"headshot":713,"ctfId":882},"Allison-Whilden",{"template":682},"content:en-us:blog:authors:allison-whilden.yml","en-us/blog/authors/allison-whilden.yml","en-us/blog/authors/allison-whilden",{"_path":888,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":889,"config":893,"_id":894,"_type":30,"title":890,"_source":32,"_file":895,"_stem":896,"_extension":35},"/en-us/blog/authors/alyssa-rock",{"name":890,"config":891},"Alyssa Rock",{"headshot":713,"ctfId":892},"4T2hddEfeK0Kp1zF8Ncvej",{"template":682},"content:en-us:blog:authors:alyssa-rock.yml","en-us/blog/authors/alyssa-rock.yml","en-us/blog/authors/alyssa-rock",{"_path":898,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":899,"config":903,"_id":904,"_type":30,"title":900,"_source":32,"_file":905,"_stem":906,"_extension":35},"/en-us/blog/authors/amanda-folson",{"name":900,"config":901},"Amanda Folson",{"headshot":713,"ctfId":902},"Amanda-Folson",{"template":682},"content:en-us:blog:authors:amanda-folson.yml","en-us/blog/authors/amanda-folson.yml","en-us/blog/authors/amanda-folson",{"_path":908,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":909,"config":914,"_id":915,"_type":30,"title":910,"_source":32,"_file":916,"_stem":917,"_extension":35},"/en-us/blog/authors/amanda-rueda",{"name":910,"config":911},"Amanda Rueda",{"headshot":912,"ctfId":913},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660008/Blog/Author%20Headshots/amanda_rueda_headshot.png","73IHSOcUmhlsh9XDSEiyjs",{"template":682},"content:en-us:blog:authors:amanda-rueda.yml","en-us/blog/authors/amanda-rueda.yml","en-us/blog/authors/amanda-rueda",{"_path":919,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":920,"config":925,"_id":926,"_type":30,"title":921,"_source":32,"_file":927,"_stem":928,"_extension":35},"/en-us/blog/authors/amar-patel",{"name":921,"config":922},"Amar Patel",{"headshot":923,"ctfId":924},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663805/Blog/Author%20Headshots/amar_patel_headshot.png","1EUBoP8mmMLhdha2tRo0vB",{"template":682},"content:en-us:blog:authors:amar-patel.yml","en-us/blog/authors/amar-patel.yml","en-us/blog/authors/amar-patel",{"_path":930,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":931,"config":935,"_id":936,"_type":30,"title":932,"_source":32,"_file":937,"_stem":938,"_extension":35},"/en-us/blog/authors/amara-nwaigwe",{"name":932,"config":933},"Amara Nwaigwe",{"headshot":713,"ctfId":934},"Amara-Nwaigwe",{"template":682},"content:en-us:blog:authors:amara-nwaigwe.yml","en-us/blog/authors/amara-nwaigwe.yml","en-us/blog/authors/amara-nwaigwe",{"_path":940,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":941,"config":946,"_id":947,"_type":30,"title":942,"_source":32,"_file":948,"_stem":949,"_extension":35},"/en-us/blog/authors/amelia-bauerly",{"name":942,"config":943},"Amelia Bauerly",{"headshot":944,"ctfId":945},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670746/Blog/Author%20Headshots/ameliabauerly-headshot.jpg","ameliabauerly",{"template":682},"content:en-us:blog:authors:amelia-bauerly.yml","en-us/blog/authors/amelia-bauerly.yml","en-us/blog/authors/amelia-bauerly",{"_path":951,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":952,"config":957,"_id":958,"_type":30,"title":953,"_source":32,"_file":959,"_stem":960,"_extension":35},"/en-us/blog/authors/ameya-darshan",{"name":953,"config":954},"Ameya Darshan",{"headshot":955,"ctfId":956},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667342/Blog/Author%20Headshots/ameya_darshan_headshot.png","79paMp2QSqRdFtZznJ6uNr",{"template":682},"content:en-us:blog:authors:ameya-darshan.yml","en-us/blog/authors/ameya-darshan.yml","en-us/blog/authors/ameya-darshan",{"_path":962,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":963,"config":967,"_id":968,"_type":30,"title":964,"_source":32,"_file":969,"_stem":970,"_extension":35},"/en-us/blog/authors/andrea-borga",{"name":964,"config":965},"Andrea Borga",{"headshot":713,"ctfId":966},"6dPpfov6kpNcMdmyHyhKcN",{"template":682},"content:en-us:blog:authors:andrea-borga.yml","en-us/blog/authors/andrea-borga.yml","en-us/blog/authors/andrea-borga",{"_path":972,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":973,"config":978,"_id":979,"_type":30,"title":974,"_source":32,"_file":980,"_stem":981,"_extension":35},"/en-us/blog/authors/andreas-brandl",{"name":974,"config":975},"Andreas Brandl",{"headshot":976,"ctfId":977},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683343/Blog/Author%20Headshots/abrandl-headshot.jpg","abrandl",{"template":682},"content:en-us:blog:authors:andreas-brandl.yml","en-us/blog/authors/andreas-brandl.yml","en-us/blog/authors/andreas-brandl",{"_path":983,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":984,"config":988,"_id":989,"_type":30,"title":985,"_source":32,"_file":990,"_stem":991,"_extension":35},"/en-us/blog/authors/andrew-chilton",{"name":985,"config":986},"Andrew Chilton",{"headshot":7,"ctfId":987},"chilts",{"template":682},"content:en-us:blog:authors:andrew-chilton.yml","en-us/blog/authors/andrew-chilton.yml","en-us/blog/authors/andrew-chilton",{"_path":993,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":994,"config":999,"_id":1000,"_type":30,"title":995,"_source":32,"_file":1001,"_stem":1002,"_extension":35},"/en-us/blog/authors/andrew-fontaine",{"name":995,"config":996},"Andrew Fontaine",{"headshot":997,"ctfId":998},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672447/Blog/Author%20Headshots/afontaine-headshot.jpg","afontaine",{"template":682},"content:en-us:blog:authors:andrew-fontaine.yml","en-us/blog/authors/andrew-fontaine.yml","en-us/blog/authors/andrew-fontaine",{"_path":1004,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1005,"config":1010,"_id":1011,"_type":30,"title":1006,"_source":32,"_file":1012,"_stem":1013,"_extension":35},"/en-us/blog/authors/andrew-kelly",{"name":1006,"config":1007},"Andrew Kelly",{"headshot":1008,"ctfId":1009},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681953/Blog/Author%20Headshots/ankelly-headshot.jpg","ankelly",{"template":682},"content:en-us:blog:authors:andrew-kelly.yml","en-us/blog/authors/andrew-kelly.yml","en-us/blog/authors/andrew-kelly",{"_path":1015,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1016,"config":1021,"_id":1022,"_type":30,"title":1017,"_source":32,"_file":1023,"_stem":1024,"_extension":35},"/en-us/blog/authors/andrew-newdigate",{"name":1017,"config":1018},"Andrew Newdigate",{"headshot":1019,"ctfId":1020},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670199/Blog/Author%20Headshots/andrewn-headshot.jpg","andrewn",{"template":682},"content:en-us:blog:authors:andrew-newdigate.yml","en-us/blog/authors/andrew-newdigate.yml","en-us/blog/authors/andrew-newdigate",{"_path":1026,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1027,"config":1032,"_id":1033,"_type":30,"title":1028,"_source":32,"_file":1034,"_stem":1035,"_extension":35},"/en-us/blog/authors/andrew-patterson",{"name":1028,"config":1029},"Andrew Patterson",{"headshot":1030,"ctfId":1031},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669197/Blog/Author%20Headshots/andrew_patterson_headshot.png","6qJ1J2ePA6FVQaVLqx0C0d",{"template":682},"content:en-us:blog:authors:andrew-patterson.yml","en-us/blog/authors/andrew-patterson.yml","en-us/blog/authors/andrew-patterson",{"_path":1037,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1038,"config":1042,"_id":1043,"_type":30,"title":1039,"_source":32,"_file":1044,"_stem":1045,"_extension":35},"/en-us/blog/authors/andrew-taylor",{"name":1039,"config":1040},"Andrew Taylor",{"headshot":713,"ctfId":1041},"Andrew-Taylor",{"template":682},"content:en-us:blog:authors:andrew-taylor.yml","en-us/blog/authors/andrew-taylor.yml","en-us/blog/authors/andrew-taylor",{"_path":1047,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1048,"config":1053,"_id":1054,"_type":30,"title":1049,"_source":32,"_file":1055,"_stem":1056,"_extension":35},"/en-us/blog/authors/andrew-thomas",{"name":1049,"config":1050},"Andrew Thomas",{"headshot":1051,"ctfId":1052},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663944/Blog/Author%20Headshots/awthomas-headshot.jpg","awthomas",{"template":682},"content:en-us:blog:authors:andrew-thomas.yml","en-us/blog/authors/andrew-thomas.yml","en-us/blog/authors/andrew-thomas",{"_path":1058,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1059,"config":1064,"_id":1065,"_type":30,"title":1060,"_source":32,"_file":1066,"_stem":1067,"_extension":35},"/en-us/blog/authors/andy-bradfield",{"name":1060,"role":1061,"config":1062},"Andy Bradfield","Vice President, IBM Z Hybrid Cloud",{"headshot":1063},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750433790/essf1v0fbgzygctp8cuc.jpg",{"template":682},"content:en-us:blog:authors:andy-bradfield.yml","en-us/blog/authors/andy-bradfield.yml","en-us/blog/authors/andy-bradfield",{"_path":1069,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1070,"config":1074,"_id":1075,"_type":30,"title":1071,"_source":32,"_file":1076,"_stem":1077,"_extension":35},"/en-us/blog/authors/andy-rogers",{"name":1071,"config":1072},"Andy Rogers",{"headshot":713,"ctfId":1073},"Andy-Rogers",{"template":682},"content:en-us:blog:authors:andy-rogers.yml","en-us/blog/authors/andy-rogers.yml","en-us/blog/authors/andy-rogers",{"_path":1079,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1080,"config":1085,"_id":1086,"_type":30,"title":1081,"_source":32,"_file":1087,"_stem":1088,"_extension":35},"/en-us/blog/authors/andy-volpe",{"name":1081,"config":1082},"Andy Volpe",{"headshot":1083,"ctfId":1084},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669776/Blog/Author%20Headshots/andyvolpe-headshot.png","andyvolpe",{"template":682},"content:en-us:blog:authors:andy-volpe.yml","en-us/blog/authors/andy-volpe.yml","en-us/blog/authors/andy-volpe",{"_path":1090,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1091,"config":1095,"_id":1096,"_type":30,"title":1092,"_source":32,"_file":1097,"_stem":1098,"_extension":35},"/en-us/blog/authors/angelo-stavrow",{"name":1092,"config":1093},"Angelo Stavrow",{"headshot":713,"ctfId":1094},"Angelo-Stavrow",{"template":682},"content:en-us:blog:authors:angelo-stavrow.yml","en-us/blog/authors/angelo-stavrow.yml","en-us/blog/authors/angelo-stavrow",{"_path":1100,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1101,"config":1106,"_id":1107,"_type":30,"title":1102,"_source":32,"_file":1108,"_stem":1109,"_extension":35},"/en-us/blog/authors/anna-vovchenko",{"name":1102,"config":1103},"Anna Vovchenko",{"headshot":1104,"ctfId":1105},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669159/Blog/Author%20Headshots/anna_vovchenko_headshot.png","4bLGBzB5LA0jYw0y9IqCs2",{"template":682},"content:en-us:blog:authors:anna-vovchenko.yml","en-us/blog/authors/anna-vovchenko.yml","en-us/blog/authors/anna-vovchenko",{"_path":1111,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1112,"config":1117,"_id":1118,"_type":30,"title":1113,"_source":32,"_file":1119,"_stem":1120,"_extension":35},"/en-us/blog/authors/annabel-dunstone-gray",{"name":1113,"config":1114},"Annabel Dunstone Gray",{"headshot":1115,"ctfId":1116},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679009/Blog/Author%20Headshots/annabeldunstone-headshot.jpg","annabeldunstone",{"template":682},"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":1122,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1123,"config":1127,"_id":1128,"_type":30,"title":1124,"_source":32,"_file":1129,"_stem":1130,"_extension":35},"/en-us/blog/authors/anshuman-singh",{"name":1124,"config":1125},"Anshuman Singh",{"headshot":713,"ctfId":1126},"4xzrY67JSkxp4j7hlK1DWA",{"template":682},"content:en-us:blog:authors:anshuman-singh.yml","en-us/blog/authors/anshuman-singh.yml","en-us/blog/authors/anshuman-singh",{"_path":1132,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1133,"config":1137,"_id":1138,"_type":30,"title":1134,"_source":32,"_file":1139,"_stem":1140,"_extension":35},"/en-us/blog/authors/anthony-davanzo",{"name":1134,"config":1135},"Anthony Davanzo",{"headshot":713,"ctfId":1136},"4KccrB6k5jq46xQRDOdWSb",{"template":682},"content:en-us:blog:authors:anthony-davanzo.yml","en-us/blog/authors/anthony-davanzo.yml","en-us/blog/authors/anthony-davanzo",{"_path":1142,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1143,"config":1148,"_id":1149,"_type":30,"title":1144,"_source":32,"_file":1150,"_stem":1151,"_extension":35},"/en-us/blog/authors/anton-smith",{"name":1144,"config":1145},"Anton Smith",{"headshot":1146,"ctfId":1147},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679625/Blog/Author%20Headshots/anton-headshot.png","anton",{"template":682},"content:en-us:blog:authors:anton-smith.yml","en-us/blog/authors/anton-smith.yml","en-us/blog/authors/anton-smith",{"_path":1153,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1154,"config":1158,"_id":1159,"_type":30,"title":1155,"_source":32,"_file":1160,"_stem":1161,"_extension":35},"/en-us/blog/authors/aricka-flowers",{"name":1155,"config":1156},"Aricka Flowers",{"headshot":7,"ctfId":1157},"atflowers",{"template":682},"content:en-us:blog:authors:aricka-flowers.yml","en-us/blog/authors/aricka-flowers.yml","en-us/blog/authors/aricka-flowers",{"_path":1163,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1164,"config":1168,"_id":1169,"_type":30,"title":1165,"_source":32,"_file":1170,"_stem":1171,"_extension":35},"/en-us/blog/authors/ariel-camus",{"name":1165,"config":1166},"Ariel Camus",{"headshot":7,"ctfId":1167},"arielcamus",{"template":682},"content:en-us:blog:authors:ariel-camus.yml","en-us/blog/authors/ariel-camus.yml","en-us/blog/authors/ariel-camus",{"_path":1173,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1174,"config":1178,"_id":1179,"_type":30,"title":1175,"_source":32,"_file":1180,"_stem":1181,"_extension":35},"/en-us/blog/authors/arunoda-susiripala",{"name":1175,"config":1176},"Arunoda Susiripala",{"headshot":713,"ctfId":1177},"7kQaq0xFWPi2zRW6NZIDHp",{"template":682},"content:en-us:blog:authors:arunoda-susiripala.yml","en-us/blog/authors/arunoda-susiripala.yml","en-us/blog/authors/arunoda-susiripala",{"_path":1183,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1184,"config":1188,"_id":1190,"_type":30,"title":1185,"_source":32,"_file":1191,"_stem":1192,"_extension":35},"/en-us/blog/authors/ashher-syed",{"name":1185,"config":1186},"Ashher Syed",{"headshot":1187},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753883485/jnsltidrjyzzbxlmllua.png",{"template":682,"gitlabHandle":1189},"ashhers","content:en-us:blog:authors:ashher-syed.yml","en-us/blog/authors/ashher-syed.yml","en-us/blog/authors/ashher-syed",{"_path":1194,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1195,"config":1200,"_id":1201,"_type":30,"title":1196,"_source":32,"_file":1202,"_stem":1203,"_extension":35},"/en-us/blog/authors/ashley-knobloch",{"name":1196,"config":1197},"Ashley Knobloch",{"headshot":1198,"ctfId":1199},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682879/Blog/Author%20Headshots/aknobloch-headshot.jpg","aknobloch",{"template":682},"content:en-us:blog:authors:ashley-knobloch.yml","en-us/blog/authors/ashley-knobloch.yml","en-us/blog/authors/ashley-knobloch",{"_path":1205,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1206,"config":1211,"_id":1212,"_type":30,"title":1207,"_source":32,"_file":1213,"_stem":1214,"_extension":35},"/en-us/blog/authors/ashley-kramer",{"name":1207,"config":1208},"Ashley Kramer",{"headshot":1209,"ctfId":1210},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662520/Blog/Author%20Headshots/akramer-headshot.jpg","akramer",{"template":682},"content:en-us:blog:authors:ashley-kramer.yml","en-us/blog/authors/ashley-kramer.yml","en-us/blog/authors/ashley-kramer",{"_path":1216,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1217,"config":1221,"_id":1222,"_type":30,"title":1223,"_source":32,"_file":1224,"_stem":1225,"_extension":35},"/en-us/blog/authors/ashley-mcalpin",{"name":1218,"config":1219},"Ashley McAlpin",{"headshot":713,"ctfId":1220},"Ashley-McAlpin",{"template":682},"content:en-us:blog:authors:ashley-mcalpin.yml","Ashley Mcalpin","en-us/blog/authors/ashley-mcalpin.yml","en-us/blog/authors/ashley-mcalpin",{"_path":1227,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1228,"config":1232,"_id":1233,"_type":30,"title":1229,"_source":32,"_file":1234,"_stem":1235,"_extension":35},"/en-us/blog/authors/ashley-smith",{"name":1229,"config":1230},"Ashley Smith",{"headshot":713,"ctfId":1231},"Ashley-Smith",{"template":682},"content:en-us:blog:authors:ashley-smith.yml","en-us/blog/authors/ashley-smith.yml","en-us/blog/authors/ashley-smith",{"_path":1237,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1238,"config":1242,"_id":1243,"_type":30,"title":1244,"_source":32,"_file":1245,"_stem":1246,"_extension":35},"/en-us/blog/authors/atlassian-bitbucket-github-gitlab",{"name":1239,"config":1240},"Atlassian Bitbucket, GitHub, GitLab",{"headshot":713,"ctfId":1241},"Atlassian-Bitbucket-GitHub-GitLab",{"template":682},"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":1248,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1249,"config":1254,"_id":1255,"_type":30,"title":1250,"_source":32,"_file":1256,"_stem":1257,"_extension":35},"/en-us/blog/authors/austin-regnery",{"name":1250,"config":1251},"Austin Regnery",{"headshot":1252,"ctfId":1253},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679497/Blog/Author%20Headshots/aregnery-headshot.jpg","aregnery",{"template":682},"content:en-us:blog:authors:austin-regnery.yml","en-us/blog/authors/austin-regnery.yml","en-us/blog/authors/austin-regnery",{"_path":1259,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1260,"config":1265,"_id":1266,"_type":30,"title":1261,"_source":32,"_file":1267,"_stem":1268,"_extension":35},"/en-us/blog/authors/ayoub-fandi",{"name":1261,"config":1262},"Ayoub Fandi",{"headshot":1263,"ctfId":1264},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664292/Blog/Author%20Headshots/ayofan-headshot.jpg","ayofan",{"template":682},"content:en-us:blog:authors:ayoub-fandi.yml","en-us/blog/authors/ayoub-fandi.yml","en-us/blog/authors/ayoub-fandi",{"_path":1270,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1271,"config":1275,"_id":1276,"_type":30,"title":1277,"_source":32,"_file":1278,"_stem":1279,"_extension":35},"/en-us/blog/authors/bahubali-bill-shetti",{"name":1272,"config":1273},"Bahubali (Bill) Shetti",{"headshot":713,"ctfId":1274},"4rFnUJeUt0JNGQwwCZSLMj",{"template":682},"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":1281,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1282,"config":1286,"_id":1287,"_type":30,"title":1283,"_source":32,"_file":1288,"_stem":1289,"_extension":35},"/en-us/blog/authors/baksheesh-singh-ghuman",{"name":1283,"config":1284},"Baksheesh Singh Ghuman",{"headshot":713,"ctfId":1285},"Baksheesh-Singh-Ghuman",{"template":682},"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":1291,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1292,"config":1297,"_id":1298,"_type":30,"title":1293,"_source":32,"_file":1299,"_stem":1300,"_extension":35},"/en-us/blog/authors/bala-allam",{"name":1293,"config":1294},"Bala Allam",{"headshot":1295,"ctfId":1296},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663541/Blog/Author%20Headshots/bala_allam_headshot.png","2rLcMDIniW4zfuD8s0ckVt",{"template":682},"content:en-us:blog:authors:bala-allam.yml","en-us/blog/authors/bala-allam.yml","en-us/blog/authors/bala-allam",{"_path":1302,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1303,"config":1308,"_id":1309,"_type":30,"title":1310,"_source":32,"_file":1311,"_stem":1312,"_extension":35},"/en-us/blog/authors/balasankar-balu-c",{"name":1304,"config":1305},"Balasankar 'Balu' C",{"headshot":1306,"ctfId":1307},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681201/Blog/Author%20Headshots/balasankarc-headshot.jpg","balasankarc",{"template":682},"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":1314,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1315,"config":1320,"_id":1321,"_type":30,"title":1316,"_source":32,"_file":1322,"_stem":1323,"_extension":35},"/en-us/blog/authors/bart-zhang",{"name":1316,"config":1317},"Bart Zhang",{"headshot":1318,"ctfId":1319},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664177/Blog/Author%20Headshots/bartzhang-headshot.jpg","bartzhang",{"template":682},"content:en-us:blog:authors:bart-zhang.yml","en-us/blog/authors/bart-zhang.yml","en-us/blog/authors/bart-zhang",{"_path":1325,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1326,"config":1331,"_id":1332,"_type":30,"title":1327,"_source":32,"_file":1333,"_stem":1334,"_extension":35},"/en-us/blog/authors/beatriz-barbosa",{"name":1327,"config":1328},"Beatriz Barbosa",{"headshot":1329,"ctfId":1330},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665252/Blog/Author%20Headshots/beatriz_barbosa.png","7GdHsfTvzkhnGh2qQmZF91",{"template":682},"content:en-us:blog:authors:beatriz-barbosa.yml","en-us/blog/authors/beatriz-barbosa.yml","en-us/blog/authors/beatriz-barbosa",{"_path":1336,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1337,"config":1341,"_id":1342,"_type":30,"title":1338,"_source":32,"_file":1343,"_stem":1344,"_extension":35},"/en-us/blog/authors/becka-lippert",{"name":1338,"config":1339},"Becka Lippert",{"headshot":713,"ctfId":1340},"7wX6Hbvb3AbKwa6NnClvBX",{"template":682},"content:en-us:blog:authors:becka-lippert.yml","en-us/blog/authors/becka-lippert.yml","en-us/blog/authors/becka-lippert",{"_path":1346,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1347,"config":1352,"_id":1353,"_type":30,"title":1354,"_source":32,"_file":1355,"_stem":1356,"_extension":35},"/en-us/blog/authors/ben-leduc-mills",{"name":1348,"config":1349},"Ben Leduc-Mills",{"headshot":1350,"ctfId":1351},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682380/Blog/Author%20Headshots/leducmills-headshot.png","leducmills",{"template":682},"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":1358,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1359,"config":1364,"_id":1365,"_type":30,"title":1360,"_source":32,"_file":1366,"_stem":1367,"_extension":35},"/en-us/blog/authors/ben-ridley",{"name":1360,"config":1361},"Ben Ridley",{"headshot":1362,"ctfId":1363},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659973/Blog/Author%20Headshots/bridley-headshot.jpg","bridley",{"template":682},"content:en-us:blog:authors:ben-ridley.yml","en-us/blog/authors/ben-ridley.yml","en-us/blog/authors/ben-ridley",{"_path":1369,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1370,"config":1374,"_id":1375,"_type":30,"title":1371,"_source":32,"_file":1376,"_stem":1377,"_extension":35},"/en-us/blog/authors/benedikt-rollik",{"name":1371,"config":1372},"Benedikt Rollik",{"headshot":713,"ctfId":1373},"Benedikt-Rollik",{"template":682},"content:en-us:blog:authors:benedikt-rollik.yml","en-us/blog/authors/benedikt-rollik.yml","en-us/blog/authors/benedikt-rollik",{"_path":1379,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1380,"config":1385,"_id":1386,"_type":30,"title":1381,"_source":32,"_file":1387,"_stem":1388,"_extension":35},"/en-us/blog/authors/benjamin-skierlak",{"name":1381,"config":1382},"Benjamin Skierlak",{"headshot":1383,"ctfId":1384},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659471/Blog/Author%20Headshots/Benjamin_Skierlak_headshot.png","Kzp6pkUjPORYYMoeLFPRf",{"template":682},"content:en-us:blog:authors:benjamin-skierlak.yml","en-us/blog/authors/benjamin-skierlak.yml","en-us/blog/authors/benjamin-skierlak",{"_path":1390,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1391,"config":1395,"_id":1396,"_type":30,"title":1392,"_source":32,"_file":1397,"_stem":1398,"_extension":35},"/en-us/blog/authors/bert-van-eyck",{"name":1392,"config":1393},"Bert Van Eyck",{"headshot":7,"ctfId":1394},"bertveproximus",{"template":682},"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":1400,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1401,"config":1406,"_id":1407,"_type":30,"title":1402,"_source":32,"_file":1408,"_stem":1409,"_extension":35},"/en-us/blog/authors/betsy-bula",{"name":1402,"config":1403},"Betsy Bula",{"headshot":1404,"ctfId":1405},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679451/Blog/Author%20Headshots/bbula-headshot.jpg","bbula",{"template":682},"content:en-us:blog:authors:betsy-bula.yml","en-us/blog/authors/betsy-bula.yml","en-us/blog/authors/betsy-bula",{"_path":1411,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1412,"config":1416,"_id":1417,"_type":30,"title":1413,"_source":32,"_file":1418,"_stem":1419,"_extension":35},"/en-us/blog/authors/betsy-church",{"name":1413,"config":1414},"Betsy Church",{"headshot":7,"ctfId":1415},"bchurch",{"template":682},"content:en-us:blog:authors:betsy-church.yml","en-us/blog/authors/betsy-church.yml","en-us/blog/authors/betsy-church",{"_path":1421,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1422,"config":1427,"_id":1428,"_type":30,"title":1423,"_source":32,"_file":1429,"_stem":1430,"_extension":35},"/en-us/blog/authors/bill-staples",{"name":1423,"config":1424,"role":1426},"Bill Staples",{"headshot":1425},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750434080/glxv59lh9qftpdbsb4ph.png","CEO",{"template":682},"content:en-us:blog:authors:bill-staples.yml","en-us/blog/authors/bill-staples.yml","en-us/blog/authors/bill-staples",{"_path":1432,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1433,"config":1438,"_id":1439,"_type":30,"title":1434,"_source":32,"_file":1440,"_stem":1441,"_extension":35},"/en-us/blog/authors/bob-van-landuyt",{"name":1434,"config":1435},"Bob Van Landuyt",{"headshot":1436,"ctfId":1437},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667520/Blog/Author%20Headshots/reprazent-headshot.png","reprazent",{"template":682},"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":1443,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1444,"config":1448,"_id":1449,"_type":30,"title":1445,"_source":32,"_file":1450,"_stem":1451,"_extension":35},"/en-us/blog/authors/boris-baldassari",{"name":1445,"config":1446},"Boris Baldassari",{"headshot":7,"ctfId":1447},"bbaldassari",{"template":682},"content:en-us:blog:authors:boris-baldassari.yml","en-us/blog/authors/boris-baldassari.yml","en-us/blog/authors/boris-baldassari",{"_path":1453,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1454,"config":1458,"_id":1459,"_type":30,"title":1455,"_source":32,"_file":1460,"_stem":1461,"_extension":35},"/en-us/blog/authors/borivoje-tasovac",{"name":1455,"config":1456},"Borivoje Tasovac",{"headshot":7,"ctfId":1457},"borivoje",{"template":682},"content:en-us:blog:authors:borivoje-tasovac.yml","en-us/blog/authors/borivoje-tasovac.yml","en-us/blog/authors/borivoje-tasovac",{"_path":1463,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1464,"config":1468,"_id":1469,"_type":30,"title":1465,"_source":32,"_file":1470,"_stem":1471,"_extension":35},"/en-us/blog/authors/brad-downey",{"name":1465,"config":1466},"Brad Downey",{"headshot":713,"ctfId":1467},"6b6RTu6832NFEju2zKJhbE",{"template":682},"content:en-us:blog:authors:brad-downey.yml","en-us/blog/authors/brad-downey.yml","en-us/blog/authors/brad-downey",{"_path":1473,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1474,"config":1479,"_id":1480,"_type":30,"title":1475,"_source":32,"_file":1481,"_stem":1482,"_extension":35},"/en-us/blog/authors/bradley-lee",{"name":1475,"config":1476},"Bradley Lee",{"headshot":1477,"ctfId":1478},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666491/Blog/Author%20Headshots/bradleylee-headshot.jpg","bradleylee",{"template":682},"content:en-us:blog:authors:bradley-lee.yml","en-us/blog/authors/bradley-lee.yml","en-us/blog/authors/bradley-lee",{"_path":1484,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1485,"config":1489,"_id":1490,"_type":30,"title":1486,"_source":32,"_file":1491,"_stem":1492,"_extension":35},"/en-us/blog/authors/brandon-foo",{"name":1486,"config":1487},"Brandon Foo",{"headshot":713,"ctfId":1488},"Brandon-Foo",{"template":682},"content:en-us:blog:authors:brandon-foo.yml","en-us/blog/authors/brandon-foo.yml","en-us/blog/authors/brandon-foo",{"_path":1494,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1495,"config":1499,"_id":1500,"_type":30,"title":1496,"_source":32,"_file":1501,"_stem":1502,"_extension":35},"/en-us/blog/authors/brandon-jung",{"name":1496,"config":1497},"Brandon Jung",{"headshot":713,"ctfId":1498},"Brandon-Jung",{"template":682},"content:en-us:blog:authors:brandon-jung.yml","en-us/blog/authors/brandon-jung.yml","en-us/blog/authors/brandon-jung",{"_path":1504,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1505,"config":1509,"_id":1510,"_type":30,"title":1506,"_source":32,"_file":1511,"_stem":1512,"_extension":35},"/en-us/blog/authors/brandon-lyon",{"name":1506,"config":1507},"Brandon Lyon",{"headshot":7,"ctfId":1508},"brandonlyon",{"template":682},"content:en-us:blog:authors:brandon-lyon.yml","en-us/blog/authors/brandon-lyon.yml","en-us/blog/authors/brandon-lyon",{"_path":1514,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1515,"config":1519,"_id":1520,"_type":30,"title":1516,"_source":32,"_file":1521,"_stem":1522,"_extension":35},"/en-us/blog/authors/brein-matturro",{"name":1516,"config":1517},"Brein Matturro",{"headshot":7,"ctfId":1518},"bmatturro",{"template":682},"content:en-us:blog:authors:brein-matturro.yml","en-us/blog/authors/brein-matturro.yml","en-us/blog/authors/brein-matturro",{"_path":1524,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1525,"config":1529,"_id":1530,"_type":30,"title":1531,"_source":32,"_file":1532,"_stem":1533,"_extension":35},"/en-us/blog/authors/brendan-oleary",{"name":1526,"config":1527},"Brendan O'Leary",{"headshot":7,"ctfId":1528},"brendan",{"template":682},"content:en-us:blog:authors:brendan-oleary.yml","Brendan Oleary","en-us/blog/authors/brendan-oleary.yml","en-us/blog/authors/brendan-oleary",{"_path":1535,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1536,"config":1540,"_id":1541,"_type":30,"title":1537,"_source":32,"_file":1542,"_stem":1543,"_extension":35},"/en-us/blog/authors/brendan-regan",{"name":1537,"config":1538},"Brendan Regan",{"headshot":7,"ctfId":1539},"brendanregan11",{"template":682},"content:en-us:blog:authors:brendan-regan.yml","en-us/blog/authors/brendan-regan.yml","en-us/blog/authors/brendan-regan",{"_path":1545,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1546,"config":1551,"_id":1552,"_type":30,"title":1547,"_source":32,"_file":1553,"_stem":1554,"_extension":35},"/en-us/blog/authors/brett-walker",{"name":1547,"config":1548},"Brett Walker",{"headshot":1549,"ctfId":1550},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670155/Blog/Author%20Headshots/digitalmoksha-headshot.jpg","digitalmoksha",{"template":682},"content:en-us:blog:authors:brett-walker.yml","en-us/blog/authors/brett-walker.yml","en-us/blog/authors/brett-walker",{"_path":1556,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1557,"config":1561,"_id":1562,"_type":30,"title":1558,"_source":32,"_file":1563,"_stem":1564,"_extension":35},"/en-us/blog/authors/brian-glanz",{"name":1558,"config":1559},"Brian Glanz",{"headshot":7,"ctfId":1560},"brianglanz",{"template":682},"content:en-us:blog:authors:brian-glanz.yml","en-us/blog/authors/brian-glanz.yml","en-us/blog/authors/brian-glanz",{"_path":1566,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1567,"config":1571,"_id":1572,"_type":30,"title":1573,"_source":32,"_file":1574,"_stem":1575,"_extension":35},"/en-us/blog/authors/brian-oconnell",{"name":1568,"config":1569},"Brian O'Connell",{"headshot":713,"ctfId":1570},"Brian-OConnell",{"template":682},"content:en-us:blog:authors:brian-oconnell.yml","Brian Oconnell","en-us/blog/authors/brian-oconnell.yml","en-us/blog/authors/brian-oconnell",{"_path":1577,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1578,"config":1582,"_id":1583,"_type":30,"title":1579,"_source":32,"_file":1584,"_stem":1585,"_extension":35},"/en-us/blog/authors/brian-rhea",{"name":1579,"config":1580},"Brian Rhea",{"headshot":7,"ctfId":1581},"brhea",{"template":682},"content:en-us:blog:authors:brian-rhea.yml","en-us/blog/authors/brian-rhea.yml","en-us/blog/authors/brian-rhea",{"_path":1587,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1588,"config":1592,"_id":1593,"_type":30,"title":1589,"_source":32,"_file":1594,"_stem":1595,"_extension":35},"/en-us/blog/authors/brian-wald",{"name":1589,"config":1590},"Brian Wald",{"headshot":713,"ctfId":1591},"78qOxgHKlgDY2IxMrBrgCu",{"template":682},"content:en-us:blog:authors:brian-wald.yml","en-us/blog/authors/brian-wald.yml","en-us/blog/authors/brian-wald",{"_path":1597,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1598,"config":1602,"_id":1603,"_type":30,"title":1599,"_source":32,"_file":1604,"_stem":1605,"_extension":35},"/en-us/blog/authors/brittany-rohde",{"name":1599,"config":1600},"Brittany Rohde",{"headshot":7,"ctfId":1601},"brittanyr",{"template":682},"content:en-us:blog:authors:brittany-rohde.yml","en-us/blog/authors/brittany-rohde.yml","en-us/blog/authors/brittany-rohde",{"_path":1607,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1608,"config":1613,"_id":1614,"_type":30,"title":1609,"_source":32,"_file":1615,"_stem":1616,"_extension":35},"/en-us/blog/authors/bryan-behrenshausen",{"name":1609,"config":1610},"Bryan Behrenshausen",{"headshot":1611,"ctfId":1612},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670181/Blog/Author%20Headshots/bbehr-headshot.jpg","bbehr",{"template":682},"content:en-us:blog:authors:bryan-behrenshausen.yml","en-us/blog/authors/bryan-behrenshausen.yml","en-us/blog/authors/bryan-behrenshausen",{"_path":1618,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1619,"config":1624,"_id":1625,"_type":30,"title":1620,"_source":32,"_file":1626,"_stem":1627,"_extension":35},"/en-us/blog/authors/bryan-may",{"name":1620,"config":1621},"Bryan May",{"headshot":1622,"ctfId":1623},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668135/Blog/Author%20Headshots/bryan-may-headshot.jpg","bryanmay",{"template":682},"content:en-us:blog:authors:bryan-may.yml","en-us/blog/authors/bryan-may.yml","en-us/blog/authors/bryan-may",{"_path":1629,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1630,"config":1635,"_id":1636,"_type":30,"title":1631,"_source":32,"_file":1637,"_stem":1638,"_extension":35},"/en-us/blog/authors/byron-boots",{"name":1631,"config":1632},"Byron Boots",{"headshot":1633,"ctfId":1634},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662281/Blog/Author%20Headshots/byron_boots_headshot.png","7ezFbRYF2Cu5JTBQXRp7mw",{"template":682},"content:en-us:blog:authors:byron-boots.yml","en-us/blog/authors/byron-boots.yml","en-us/blog/authors/byron-boots",{"_path":1640,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1641,"config":1646,"_id":1647,"_type":30,"title":1642,"_source":32,"_file":1648,"_stem":1649,"_extension":35},"/en-us/blog/authors/camellia-yang",{"name":1642,"config":1643},"Camellia Yang",{"headshot":1644,"ctfId":1645},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682106/Blog/Author%20Headshots/cam.png","camx",{"template":682},"content:en-us:blog:authors:camellia-yang.yml","en-us/blog/authors/camellia-yang.yml","en-us/blog/authors/camellia-yang",{"_path":1651,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1652,"config":1657,"_id":1658,"_type":30,"title":1653,"_source":32,"_file":1659,"_stem":1660,"_extension":35},"/en-us/blog/authors/cameron-swords",{"name":1653,"config":1654},"Cameron Swords",{"headshot":1655,"ctfId":1656},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667598/Blog/Author%20Headshots/cam_swords-headshot.jpg","camswords",{"template":682},"content:en-us:blog:authors:cameron-swords.yml","en-us/blog/authors/cameron-swords.yml","en-us/blog/authors/cameron-swords",{"_path":1662,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1663,"config":1669,"_id":1670,"_type":30,"title":1665,"_source":32,"_file":1671,"_stem":1672,"_extension":35},"/en-us/blog/authors/carl-myers",{"role":1664,"name":1665,"config":1666},"Manager, CI Platform team, Indeed","Carl Myers",{"headshot":1667,"ctfId":1668},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665044/Blog/Author%20Headshots/image1.jpg","7KelbQ0LsGSGf4TpT0qAlp",{"template":682},"content:en-us:blog:authors:carl-myers.yml","en-us/blog/authors/carl-myers.yml","en-us/blog/authors/carl-myers",{"_path":1674,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1675,"config":1679,"_id":1680,"_type":30,"title":1676,"_source":32,"_file":1681,"_stem":1682,"_extension":35},"/en-us/blog/authors/carol-teskey",{"name":1676,"config":1677},"Carol Teskey",{"headshot":7,"ctfId":1678},"cteskey",{"template":682},"content:en-us:blog:authors:carol-teskey.yml","en-us/blog/authors/carol-teskey.yml","en-us/blog/authors/carol-teskey",{"_path":1684,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1685,"config":1690,"_id":1691,"_type":30,"title":1686,"_source":32,"_file":1692,"_stem":1693,"_extension":35},"/en-us/blog/authors/cesar-saavedra",{"name":1686,"config":1687},"Cesar Saavedra",{"headshot":1688,"ctfId":1689},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659600/Blog/Author%20Headshots/csaavedra1-headshot.jpg","csaavedra1",{"template":682},"content:en-us:blog:authors:cesar-saavedra.yml","en-us/blog/authors/cesar-saavedra.yml","en-us/blog/authors/cesar-saavedra",{"_path":1695,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1696,"config":1700,"_id":1701,"_type":30,"title":1697,"_source":32,"_file":1702,"_stem":1703,"_extension":35},"/en-us/blog/authors/chad-malchow",{"name":1697,"config":1698},"Chad Malchow",{"headshot":713,"ctfId":1699},"Chad-Malchow",{"template":682},"content:en-us:blog:authors:chad-malchow.yml","en-us/blog/authors/chad-malchow.yml","en-us/blog/authors/chad-malchow",{"_path":1705,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1706,"config":1711,"_id":1712,"_type":30,"title":1707,"_source":32,"_file":1713,"_stem":1714,"_extension":35},"/en-us/blog/authors/chance-feick",{"name":1707,"config":1708},"Chance Feick",{"headshot":1709,"ctfId":1710},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666442/Blog/Author%20Headshots/chance_feick_headshot.png","18dtRbXV47xqf5iDrOIduM",{"template":682},"content:en-us:blog:authors:chance-feick.yml","en-us/blog/authors/chance-feick.yml","en-us/blog/authors/chance-feick",{"_path":1716,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1717,"config":1722,"_id":1723,"_type":30,"title":1718,"_source":32,"_file":1724,"_stem":1725,"_extension":35},"/en-us/blog/authors/chandler-gibbons",{"name":1718,"config":1719},"Chandler Gibbons",{"headshot":1720,"ctfId":1721},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663276/Blog/Author%20Headshots/chandlergibb-headshot.jpg","chandlergibb",{"template":682},"content:en-us:blog:authors:chandler-gibbons.yml","en-us/blog/authors/chandler-gibbons.yml","en-us/blog/authors/chandler-gibbons",{"_path":1727,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1728,"config":1732,"_id":1733,"_type":30,"title":1734,"_source":32,"_file":1735,"_stem":1736,"_extension":35},"/en-us/blog/authors/charl-de-wit",{"name":1729,"config":1730},"Charl de Wit",{"headshot":713,"ctfId":1731},"45mQeypQVLNvvTWMzserbR",{"template":682},"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":1738,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1739,"config":1744,"_id":1745,"_type":30,"title":1740,"_source":32,"_file":1746,"_stem":1747,"_extension":35},"/en-us/blog/authors/charlie-ablett",{"name":1740,"config":1741},"Charlie Ablett",{"headshot":1742,"ctfId":1743},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670131/Blog/Author%20Headshots/cablett-headshot.png","cablett",{"template":682},"content:en-us:blog:authors:charlie-ablett.yml","en-us/blog/authors/charlie-ablett.yml","en-us/blog/authors/charlie-ablett",{"_path":1749,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1750,"config":1754,"_id":1755,"_type":30,"title":1751,"_source":32,"_file":1756,"_stem":1757,"_extension":35},"/en-us/blog/authors/charvi-mendiratta",{"name":1751,"config":1752},"Charvi Mendiratta",{"headshot":713,"ctfId":1753},"YV7WvnjPWFS3JhXmSYJLk",{"template":682},"content:en-us:blog:authors:charvi-mendiratta.yml","en-us/blog/authors/charvi-mendiratta.yml","en-us/blog/authors/charvi-mendiratta",{"_path":1759,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1760,"config":1765,"_id":1766,"_type":30,"title":1761,"_source":32,"_file":1767,"_stem":1768,"_extension":35},"/en-us/blog/authors/cherry-han",{"name":1761,"config":1762},"Cherry Han",{"headshot":1763,"ctfId":1764},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/ehktvdbix2o1t0mmcvll.png","6gkuhRkgzCNP1Ee6J14yLu",{"template":682},"content:en-us:blog:authors:cherry-han.yml","en-us/blog/authors/cherry-han.yml","en-us/blog/authors/cherry-han",{"_path":1770,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1771,"config":1775,"_id":1777,"_type":30,"title":1772,"_source":32,"_file":1778,"_stem":1779,"_extension":35},"/en-us/blog/authors/chloe-cartron",{"name":1772,"config":1773},"Chloe Cartron",{"headshot":1774},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1754425488/d0uiiypsxa5ajnbdm6jn.png",{"template":682,"gitlabHandle":1776},"ChloeCartron","content:en-us:blog:authors:chloe-cartron.yml","en-us/blog/authors/chloe-cartron.yml","en-us/blog/authors/chloe-cartron",{"_path":1781,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1782,"config":1787,"_id":1788,"_type":30,"title":1783,"_source":32,"_file":1789,"_stem":1790,"_extension":35},"/en-us/blog/authors/chloe-whitestone",{"name":1783,"config":1784},"Chloe Whitestone",{"headshot":1785,"ctfId":1786},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678693/Blog/Author%20Headshots/chloe-headshot.jpg","chloe",{"template":682},"content:en-us:blog:authors:chloe-whitestone.yml","en-us/blog/authors/chloe-whitestone.yml","en-us/blog/authors/chloe-whitestone",{"_path":1792,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1793,"config":1798,"_id":1799,"_type":30,"title":1794,"_source":32,"_file":1800,"_stem":1801,"_extension":35},"/en-us/blog/authors/chris-balane",{"name":1794,"config":1795},"Chris Balane",{"headshot":1796,"ctfId":1797},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667630/Blog/Author%20Headshots/chris_balane_headshot.png","40SOCfTl3frynjL3dbg63o",{"template":682},"content:en-us:blog:authors:chris-balane.yml","en-us/blog/authors/chris-balane.yml","en-us/blog/authors/chris-balane",{"_path":1803,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1804,"config":1808,"_id":1809,"_type":30,"title":1805,"_source":32,"_file":1810,"_stem":1811,"_extension":35},"/en-us/blog/authors/chris-baus",{"name":1805,"config":1806},"Chris Baus",{"headshot":7,"ctfId":1807},"chrisbaus",{"template":682},"content:en-us:blog:authors:chris-baus.yml","en-us/blog/authors/chris-baus.yml","en-us/blog/authors/chris-baus",{"_path":1813,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1814,"config":1819,"_id":1820,"_type":30,"title":1815,"_source":32,"_file":1821,"_stem":1822,"_extension":35},"/en-us/blog/authors/chris-micek",{"name":1815,"config":1816},"Chris Micek",{"headshot":1817,"ctfId":1818},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666144/Blog/Author%20Headshots/chris_micek_headshot.png","62ZsvfXlttQEQ1tnikgoq9",{"template":682},"content:en-us:blog:authors:chris-micek.yml","en-us/blog/authors/chris-micek.yml","en-us/blog/authors/chris-micek",{"_path":1824,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1825,"config":1830,"_id":1831,"_type":30,"title":1826,"_source":32,"_file":1832,"_stem":1833,"_extension":35},"/en-us/blog/authors/chris-moberly",{"name":1826,"config":1827},"Chris Moberly",{"headshot":1828,"ctfId":1829},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664235/Blog/Author%20Headshots/cmoberly-headshot.jpg","cmoberly",{"template":682},"content:en-us:blog:authors:chris-moberly.yml","en-us/blog/authors/chris-moberly.yml","en-us/blog/authors/chris-moberly",{"_path":1835,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1836,"config":1840,"_id":1841,"_type":30,"title":1842,"_source":32,"_file":1843,"_stem":1844,"_extension":35},"/en-us/blog/authors/chris-sterry-dotscience",{"name":1837,"config":1838},"Chris Sterry, Dotscience",{"headshot":713,"ctfId":1839},"Chris-Sterry-Dotscience",{"template":682},"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":1846,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1847,"config":1851,"_id":1852,"_type":30,"title":1848,"_source":32,"_file":1853,"_stem":1854,"_extension":35},"/en-us/blog/authors/chris-ward",{"name":1848,"config":1849},"Chris Ward",{"headshot":7,"ctfId":1850},"chrischinchilla",{"template":682},"content:en-us:blog:authors:chris-ward.yml","en-us/blog/authors/chris-ward.yml","en-us/blog/authors/chris-ward",{"_path":1856,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1857,"config":1864,"_id":1865,"_type":30,"title":1859,"_source":32,"_file":1866,"_stem":1867,"_extension":35},"/en-us/blog/authors/chris-weber",{"role":1858,"name":1859,"config":1860},"CRO ","Chris Weber",{"headshot":1861,"linkedin":1862,"ctfId":1863},"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":682},"content:en-us:blog:authors:chris-weber.yml","en-us/blog/authors/chris-weber.yml","en-us/blog/authors/chris-weber",{"_path":1869,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1870,"config":1874,"_id":1875,"_type":30,"title":1871,"_source":32,"_file":1876,"_stem":1877,"_extension":35},"/en-us/blog/authors/chrissie-buchanan",{"name":1871,"config":1872},"Chrissie Buchanan",{"headshot":713,"ctfId":1873},"cbuchanan",{"template":682},"content:en-us:blog:authors:chrissie-buchanan.yml","en-us/blog/authors/chrissie-buchanan.yml","en-us/blog/authors/chrissie-buchanan",{"_path":1879,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1880,"config":1885,"_id":1886,"_type":30,"title":1881,"_source":32,"_file":1887,"_stem":1888,"_extension":35},"/en-us/blog/authors/christen-dybenko",{"name":1881,"config":1882},"Christen Dybenko",{"headshot":1883,"ctfId":1884},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668811/Blog/Author%20Headshots/cdybenko-headshot.jpg","cdybenko",{"template":682},"content:en-us:blog:authors:christen-dybenko.yml","en-us/blog/authors/christen-dybenko.yml","en-us/blog/authors/christen-dybenko",{"_path":1890,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1891,"config":1896,"_id":1897,"_type":30,"title":1892,"_source":32,"_file":1898,"_stem":1899,"_extension":35},"/en-us/blog/authors/christian-couder",{"name":1892,"config":1893},"Christian Couder",{"headshot":1894,"ctfId":1895},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663687/Blog/Author%20Headshots/chriscool-headshot.jpg","chriscool",{"template":682},"content:en-us:blog:authors:christian-couder.yml","en-us/blog/authors/christian-couder.yml","en-us/blog/authors/christian-couder",{"_path":1901,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1902,"config":1907,"_id":1908,"_type":30,"title":1903,"_source":32,"_file":1909,"_stem":1910,"_extension":35},"/en-us/blog/authors/christian-nnachi",{"name":1903,"config":1904},"Christian Nnachi",{"headshot":1905,"ctfId":1906},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665343/Blog/Author%20Headshots/christian_nnachi_headshot.png","6pE7HjtzzpRhBFVdwTFjEX",{"template":682},"content:en-us:blog:authors:christian-nnachi.yml","en-us/blog/authors/christian-nnachi.yml","en-us/blog/authors/christian-nnachi",{"_path":1912,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1913,"config":1917,"_id":1918,"_type":30,"title":1914,"_source":32,"_file":1919,"_stem":1920,"_extension":35},"/en-us/blog/authors/christian-simko",{"name":1914,"config":1915},"Christian Simko",{"headshot":7,"ctfId":1916},"csimko",{"template":682},"content:en-us:blog:authors:christian-simko.yml","en-us/blog/authors/christian-simko.yml","en-us/blog/authors/christian-simko",{"_path":1922,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1923,"config":1928,"_id":1929,"_type":30,"title":1924,"_source":32,"_file":1930,"_stem":1931,"_extension":35},"/en-us/blog/authors/christie-lenneville",{"name":1924,"config":1925},"Christie Lenneville",{"headshot":1926,"ctfId":1927},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670047/Blog/Author%20Headshots/clenneville-headshot.jpg","clenneville",{"template":682},"content:en-us:blog:authors:christie-lenneville.yml","en-us/blog/authors/christie-lenneville.yml","en-us/blog/authors/christie-lenneville",{"_path":1933,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1934,"config":1938,"_id":1939,"_type":30,"title":1940,"_source":32,"_file":1941,"_stem":1942,"_extension":35},"/en-us/blog/authors/christina-hupy-phd",{"name":1935,"config":1936},"Christina Hupy, Ph.D.",{"headshot":7,"ctfId":1937},"chupy",{"template":682},"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":1944,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1945,"config":1950,"_id":1951,"_type":30,"title":1946,"_source":32,"_file":1952,"_stem":1953,"_extension":35},"/en-us/blog/authors/christina-lohr",{"name":1946,"config":1947},"Christina Lohr",{"headshot":1948,"ctfId":1949},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662499/Blog/Author%20Headshots/lohrc-headshot.jpg","lohrc",{"template":682},"content:en-us:blog:authors:christina-lohr.yml","en-us/blog/authors/christina-lohr.yml","en-us/blog/authors/christina-lohr",{"_path":1955,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1956,"config":1960,"_id":1961,"_type":30,"title":1957,"_source":32,"_file":1962,"_stem":1963,"_extension":35},"/en-us/blog/authors/christine-yoshida",{"name":1957,"config":1958},"Christine Yoshida",{"headshot":7,"ctfId":1959},"cyoshida",{"template":682},"content:en-us:blog:authors:christine-yoshida.yml","en-us/blog/authors/christine-yoshida.yml","en-us/blog/authors/christine-yoshida",{"_path":1965,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1966,"config":1970,"_id":1971,"_type":30,"title":1967,"_source":32,"_file":1972,"_stem":1973,"_extension":35},"/en-us/blog/authors/christopher-watson",{"name":1967,"config":1968},"Christopher Watson",{"headshot":713,"ctfId":1969},"Christopher-Watson",{"template":682},"content:en-us:blog:authors:christopher-watson.yml","en-us/blog/authors/christopher-watson.yml","en-us/blog/authors/christopher-watson",{"_path":1975,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1976,"config":1980,"_id":1981,"_type":30,"title":1977,"_source":32,"_file":1982,"_stem":1983,"_extension":35},"/en-us/blog/authors/christos-bacharakis",{"name":1977,"config":1978},"Christos Bacharakis",{"headshot":713,"ctfId":1979},"Christos-Bacharakis",{"template":682},"content:en-us:blog:authors:christos-bacharakis.yml","en-us/blog/authors/christos-bacharakis.yml","en-us/blog/authors/christos-bacharakis",{"_path":1985,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1986,"config":1990,"_id":1991,"_type":30,"title":1987,"_source":32,"_file":1992,"_stem":1993,"_extension":35},"/en-us/blog/authors/cindy-blake",{"name":1987,"config":1988},"Cindy Blake",{"headshot":713,"ctfId":1989},"cblake",{"template":682},"content:en-us:blog:authors:cindy-blake.yml","en-us/blog/authors/cindy-blake.yml","en-us/blog/authors/cindy-blake",{"_path":1995,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":1996,"config":2001,"_id":2002,"_type":30,"title":1997,"_source":32,"_file":2003,"_stem":2004,"_extension":35},"/en-us/blog/authors/claire-champernowne",{"name":1997,"config":1998},"Claire Champernowne",{"headshot":1999,"ctfId":2000},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664698/Blog/Author%20Headshots/clair_champernowne_headshot.png","jNt5P04nQ4dptXOKZZ8ZQ",{"template":682},"content:en-us:blog:authors:claire-champernowne.yml","en-us/blog/authors/claire-champernowne.yml","en-us/blog/authors/claire-champernowne",{"_path":2006,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2007,"config":2011,"_id":2012,"_type":30,"title":2008,"_source":32,"_file":2013,"_stem":2014,"_extension":35},"/en-us/blog/authors/clement-ho",{"name":2008,"config":2009},"Clement Ho",{"headshot":7,"ctfId":2010},"ClemMakesApps",{"template":682},"content:en-us:blog:authors:clement-ho.yml","en-us/blog/authors/clement-ho.yml","en-us/blog/authors/clement-ho",{"_path":2016,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2017,"config":2021,"_id":2022,"_type":30,"title":2018,"_source":32,"_file":2023,"_stem":2024,"_extension":35},"/en-us/blog/authors/colin-fletcher",{"name":2018,"config":2019},"Colin Fletcher",{"headshot":7,"ctfId":2020},"cfletcher1",{"template":682},"content:en-us:blog:authors:colin-fletcher.yml","en-us/blog/authors/colin-fletcher.yml","en-us/blog/authors/colin-fletcher",{"_path":2026,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2027,"config":2032,"_id":2033,"_type":30,"title":2028,"_source":32,"_file":2034,"_stem":2035,"_extension":35},"/en-us/blog/authors/connor-gilbert",{"name":2028,"config":2029},"Connor Gilbert",{"headshot":2030,"ctfId":2031},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665913/Blog/Author%20Headshots/connorgilbert-headshot.jpg","connorgilbert",{"template":682},"content:en-us:blog:authors:connor-gilbert.yml","en-us/blog/authors/connor-gilbert.yml","en-us/blog/authors/connor-gilbert",{"_path":2037,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2038,"config":2042,"_id":2043,"_type":30,"title":2039,"_source":32,"_file":2044,"_stem":2045,"_extension":35},"/en-us/blog/authors/connor-shea",{"name":2039,"config":2040},"Connor Shea",{"headshot":713,"ctfId":2041},"Connor-Shea",{"template":682},"content:en-us:blog:authors:connor-shea.yml","en-us/blog/authors/connor-shea.yml","en-us/blog/authors/connor-shea",{"_path":2047,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2048,"config":2053,"_id":2054,"_type":30,"title":2049,"_source":32,"_file":2055,"_stem":2056,"_extension":35},"/en-us/blog/authors/corey-oas",{"name":2049,"config":2050},"Corey Oas",{"headshot":2051,"ctfId":2052},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667633/Blog/Author%20Headshots/corey_oas_headshot.png","1Dd1lJ4aKCv36YWdlUhlPf",{"template":682},"content:en-us:blog:authors:corey-oas.yml","en-us/blog/authors/corey-oas.yml","en-us/blog/authors/corey-oas",{"_path":2058,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2059,"config":2063,"_id":2064,"_type":30,"title":2060,"_source":32,"_file":2065,"_stem":2066,"_extension":35},"/en-us/blog/authors/cormac-foster",{"name":2060,"config":2061},"Cormac Foster",{"headshot":7,"ctfId":2062},"cfoster3",{"template":682},"content:en-us:blog:authors:cormac-foster.yml","en-us/blog/authors/cormac-foster.yml","en-us/blog/authors/cormac-foster",{"_path":2068,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2069,"config":2074,"_id":2075,"_type":30,"title":2070,"_source":32,"_file":2076,"_stem":2077,"_extension":35},"/en-us/blog/authors/costel-maxim",{"name":2070,"config":2071},"Costel Maxim",{"headshot":2072,"ctfId":2073},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663173/Blog/Author%20Headshots/costel_maxim_headshot.png","3QzzrMksaRD9ZPytt0SPPL",{"template":682},"content:en-us:blog:authors:costel-maxim.yml","en-us/blog/authors/costel-maxim.yml","en-us/blog/authors/costel-maxim",{"_path":2079,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2080,"config":2085,"_id":2086,"_type":30,"title":2081,"_source":32,"_file":2087,"_stem":2088,"_extension":35},"/en-us/blog/authors/courtney-meddaugh",{"name":2081,"config":2082},"Courtney Meddaugh",{"headshot":2083,"ctfId":2084},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665168/Blog/Author%20Headshots/courtney_meddaugh_headshot.png","5avtK3YS9MrDBkaOnB9ZmG",{"template":682},"content:en-us:blog:authors:courtney-meddaugh.yml","en-us/blog/authors/courtney-meddaugh.yml","en-us/blog/authors/courtney-meddaugh",{"_path":2090,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2091,"config":2095,"_id":2096,"_type":30,"title":2092,"_source":32,"_file":2097,"_stem":2098,"_extension":35},"/en-us/blog/authors/craig-gomes",{"name":2092,"config":2093},"Craig Gomes",{"headshot":7,"ctfId":2094},"craiggomes",{"template":682},"content:en-us:blog:authors:craig-gomes.yml","en-us/blog/authors/craig-gomes.yml","en-us/blog/authors/craig-gomes",{"_path":2100,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2101,"config":2106,"_id":2107,"_type":30,"title":2102,"_source":32,"_file":2108,"_stem":2109,"_extension":35},"/en-us/blog/authors/craig-miskell",{"name":2102,"config":2103},"Craig Miskell",{"headshot":2104,"ctfId":2105},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667372/Blog/Author%20Headshots/cmiskell-headshot.jpg","cmiskell",{"template":682},"content:en-us:blog:authors:craig-miskell.yml","en-us/blog/authors/craig-miskell.yml","en-us/blog/authors/craig-miskell",{"_path":2111,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2112,"config":2116,"_id":2117,"_type":30,"title":2113,"_source":32,"_file":2118,"_stem":2119,"_extension":35},"/en-us/blog/authors/creighton-swank",{"name":2113,"config":2114},"Creighton Swank",{"headshot":713,"ctfId":2115},"5uf3k9lutpbelxJQ373eWu",{"template":682},"content:en-us:blog:authors:creighton-swank.yml","en-us/blog/authors/creighton-swank.yml","en-us/blog/authors/creighton-swank",{"_path":2121,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2122,"config":2126,"_id":2127,"_type":30,"title":2123,"_source":32,"_file":2128,"_stem":2129,"_extension":35},"/en-us/blog/authors/daisy-miclat",{"name":2123,"config":2124},"Daisy Miclat",{"headshot":713,"ctfId":2125},"IU4zOKoPhWS7hok7qsy7w",{"template":682},"content:en-us:blog:authors:daisy-miclat.yml","en-us/blog/authors/daisy-miclat.yml","en-us/blog/authors/daisy-miclat",{"_path":2131,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2132,"config":2136,"_id":2137,"_type":30,"title":2133,"_source":32,"_file":2138,"_stem":2139,"_extension":35},"/en-us/blog/authors/dan-luhring",{"name":2133,"config":2134},"Dan Luhring",{"headshot":7,"ctfId":2135},"danluhring",{"template":682},"content:en-us:blog:authors:dan-luhring.yml","en-us/blog/authors/dan-luhring.yml","en-us/blog/authors/dan-luhring",{"_path":2141,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2142,"config":2147,"_id":2148,"_type":30,"title":2143,"_source":32,"_file":2149,"_stem":2150,"_extension":35},"/en-us/blog/authors/dan-rabinovitz",{"name":2143,"config":2144},"Dan Rabinovitz",{"headshot":2145,"ctfId":2146},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664796/Blog/Author%20Headshots/dan_rabinovitz_headshot.png","31AXb267jy94budCWQZQyr",{"template":682},"content:en-us:blog:authors:dan-rabinovitz.yml","en-us/blog/authors/dan-rabinovitz.yml","en-us/blog/authors/dan-rabinovitz",{"_path":2152,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2153,"config":2157,"_id":2158,"_type":30,"title":2154,"_source":32,"_file":2159,"_stem":2160,"_extension":35},"/en-us/blog/authors/daniel-berman",{"name":2154,"config":2155},"Daniel Berman",{"headshot":713,"ctfId":2156},"Daniel-Berman",{"template":682},"content:en-us:blog:authors:daniel-berman.yml","en-us/blog/authors/daniel-berman.yml","en-us/blog/authors/daniel-berman",{"_path":2162,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2163,"config":2167,"_id":2168,"_type":30,"title":2164,"_source":32,"_file":2169,"_stem":2170,"_extension":35},"/en-us/blog/authors/daniel-gruesso",{"name":2164,"config":2165},"Daniel Gruesso",{"headshot":7,"ctfId":2166},"danielgruesso",{"template":682},"content:en-us:blog:authors:daniel-gruesso.yml","en-us/blog/authors/daniel-gruesso.yml","en-us/blog/authors/daniel-gruesso",{"_path":2172,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2173,"config":2178,"_id":2179,"_type":30,"title":2174,"_source":32,"_file":2180,"_stem":2181,"_extension":35},"/en-us/blog/authors/daniel-hauenstein",{"name":2174,"config":2175},"Daniel Hauenstein",{"headshot":2176,"ctfId":2177},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662434/Blog/Author%20Headshots/daniel_hauenstein_headshot.png","2gXGuSmuvZSxv0iCn4sinV",{"template":682},"content:en-us:blog:authors:daniel-hauenstein.yml","en-us/blog/authors/daniel-hauenstein.yml","en-us/blog/authors/daniel-hauenstein",{"_path":2183,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2184,"config":2189,"_id":2190,"_type":30,"title":2185,"_source":32,"_file":2191,"_stem":2192,"_extension":35},"/en-us/blog/authors/daniel-helfand",{"name":2185,"config":2186},"Daniel Helfand",{"headshot":2187,"ctfId":2188},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662418/Blog/Author%20Headshots/dhelfand.png","b9sRP0HJhdPsOEruWUfih",{"template":682},"content:en-us:blog:authors:daniel-helfand.yml","en-us/blog/authors/daniel-helfand.yml","en-us/blog/authors/daniel-helfand",{"_path":2194,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2195,"config":2199,"_id":2200,"_type":30,"title":2196,"_source":32,"_file":2201,"_stem":2202,"_extension":35},"/en-us/blog/authors/daniel-mora",{"name":2196,"config":2197},"Daniel Mora",{"headshot":7,"ctfId":2198},"dmoraberlin",{"template":682},"content:en-us:blog:authors:daniel-mora.yml","en-us/blog/authors/daniel-mora.yml","en-us/blog/authors/daniel-mora",{"_path":2204,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2205,"config":2209,"_id":2211,"_type":30,"title":2206,"_source":32,"_file":2212,"_stem":2213,"_extension":35},"/en-us/blog/authors/daniel-murphy",{"name":2206,"config":2207},"Daniel Murphy",{"headshot":2208},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752519199/fabr89uottv7n6r2jldp.png",{"template":682,"gitlabHandle":2210},"daniel-murphy","content:en-us:blog:authors:daniel-murphy.yml","en-us/blog/authors/daniel-murphy.yml","en-us/blog/authors/daniel-murphy",{"_path":2215,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2216,"config":2221,"_id":2222,"_type":30,"title":2217,"_source":32,"_file":2223,"_stem":2224,"_extension":35},"/en-us/blog/authors/darby-frey",{"name":2217,"config":2218},"Darby Frey",{"headshot":2219,"ctfId":2220},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668565/Blog/Author%20Headshots/darbyfrey-headshot.png","darbyfrey",{"template":682},"content:en-us:blog:authors:darby-frey.yml","en-us/blog/authors/darby-frey.yml","en-us/blog/authors/darby-frey",{"_path":2226,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2227,"config":2232,"_id":2233,"_type":30,"title":2228,"_source":32,"_file":2234,"_stem":2235,"_extension":35},"/en-us/blog/authors/darren-eastman",{"name":2228,"config":2229},"Darren Eastman",{"headshot":2230,"ctfId":2231},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665148/Blog/Author%20Headshots/darren_eastman.png","DarrenEastman",{"template":682},"content:en-us:blog:authors:darren-eastman.yml","en-us/blog/authors/darren-eastman.yml","en-us/blog/authors/darren-eastman",{"_path":2237,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2238,"config":2242,"_id":2243,"_type":30,"title":2239,"_source":32,"_file":2244,"_stem":2245,"_extension":35},"/en-us/blog/authors/darren-murph",{"name":2239,"config":2240},"Darren Murph",{"headshot":7,"ctfId":2241},"dmurph",{"template":682},"content:en-us:blog:authors:darren-murph.yml","en-us/blog/authors/darren-murph.yml","en-us/blog/authors/darren-murph",{"_path":2247,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2248,"config":2255,"_id":2256,"_type":30,"title":2250,"_source":32,"_file":2257,"_stem":2258,"_extension":35},"/en-us/blog/authors/darwin-sanoy",{"role":2249,"name":2250,"config":2251},"Field Chief Cloud Architect","Darwin Sanoy",{"headshot":2252,"linkedin":2253,"ctfId":2254},"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":682},"content:en-us:blog:authors:darwin-sanoy.yml","en-us/blog/authors/darwin-sanoy.yml","en-us/blog/authors/darwin-sanoy",{"_path":2260,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2261,"config":2266,"_id":2267,"_type":30,"title":2262,"_source":32,"_file":2268,"_stem":2269,"_extension":35},"/en-us/blog/authors/dave-steer",{"name":2262,"config":2263},"Dave Steer",{"headshot":2264,"ctfId":2265},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658895/Blog/Author%20Headshots/dsteer-headshot.jpg","dsteer",{"template":682},"content:en-us:blog:authors:dave-steer.yml","en-us/blog/authors/dave-steer.yml","en-us/blog/authors/dave-steer",{"_path":2271,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2272,"config":2276,"_id":2277,"_type":30,"title":2273,"_source":32,"_file":2278,"_stem":2279,"_extension":35},"/en-us/blog/authors/dave-wentzel",{"name":2273,"config":2274},"Dave Wentzel",{"headshot":713,"ctfId":2275},"Dave-Wentzel",{"template":682},"content:en-us:blog:authors:dave-wentzel.yml","en-us/blog/authors/dave-wentzel.yml","en-us/blog/authors/dave-wentzel",{"_path":2281,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2282,"config":2287,"_id":2288,"_type":30,"title":2289,"_source":32,"_file":2290,"_stem":2291,"_extension":35},"/en-us/blog/authors/david-desanto-chief-product-officer-gitlab",{"name":2283,"config":2284},"David DeSanto, Chief Product Officer, GitLab",{"headshot":2285,"ctfId":2286},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660185/Blog/Author%20Headshots/david-headshot.jpg","david",{"template":682},"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":2293,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2294,"config":2299,"_id":2300,"_type":30,"title":2301,"_source":32,"_file":2302,"_stem":2303,"_extension":35},"/en-us/blog/authors/david-oregan",{"name":2295,"config":2296},"David O'Regan",{"headshot":2297,"ctfId":2298},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659853/Blog/Author%20Headshots/oregand-headshot.png","oregand",{"template":682},"content:en-us:blog:authors:david-oregan.yml","David Oregan","en-us/blog/authors/david-oregan.yml","en-us/blog/authors/david-oregan",{"_path":2305,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2306,"config":2310,"_id":2311,"_type":30,"title":2307,"_source":32,"_file":2312,"_stem":2313,"_extension":35},"/en-us/blog/authors/david-planella",{"name":2307,"config":2308},"David Planella",{"headshot":713,"ctfId":2309},"1Ehi3fTex4dxUCV2kYz4Vh",{"template":682},"content:en-us:blog:authors:david-planella.yml","en-us/blog/authors/david-planella.yml","en-us/blog/authors/david-planella",{"_path":2315,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2316,"config":2320,"_id":2321,"_type":30,"title":2317,"_source":32,"_file":2322,"_stem":2323,"_extension":35},"/en-us/blog/authors/david-russell",{"name":2317,"config":2318},"David Russell",{"headshot":713,"ctfId":2319},"David-Russell",{"template":682},"content:en-us:blog:authors:david-russell.yml","en-us/blog/authors/david-russell.yml","en-us/blog/authors/david-russell",{"_path":2325,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2326,"config":2331,"_id":2332,"_type":30,"title":2327,"_source":32,"_file":2333,"_stem":2334,"_extension":35},"/en-us/blog/authors/david-smith",{"name":2327,"config":2328},"David Smith",{"headshot":2329,"ctfId":2330},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671135/Blog/Author%20Headshots/dawsmith-headshot.jpg","dawsmith",{"template":682},"content:en-us:blog:authors:david-smith.yml","en-us/blog/authors/david-smith.yml","en-us/blog/authors/david-smith",{"_path":2336,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2337,"config":2341,"_id":2342,"_type":30,"title":2338,"_source":32,"_file":2343,"_stem":2344,"_extension":35},"/en-us/blog/authors/davis-townsend",{"name":2338,"config":2339},"Davis Townsend",{"headshot":7,"ctfId":2340},"davistownsend",{"template":682},"content:en-us:blog:authors:davis-townsend.yml","en-us/blog/authors/davis-townsend.yml","en-us/blog/authors/davis-townsend",{"_path":2346,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2347,"config":2351,"_id":2353,"_type":30,"title":2348,"_source":32,"_file":2354,"_stem":2355,"_extension":35},"/en-us/blog/authors/davoud-tu",{"name":2348,"config":2349},"Davoud Tu",{"headshot":2350},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756481763/pfdaqbndnstiqlmxh3ee.png",{"template":682,"gitlabHandle":2352},"davoudtu","content:en-us:blog:authors:davoud-tu.yml","en-us/blog/authors/davoud-tu.yml","en-us/blog/authors/davoud-tu",{"_path":2357,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2358,"config":2363,"_id":2364,"_type":30,"title":2365,"_source":32,"_file":2366,"_stem":2367,"_extension":35},"/en-us/blog/authors/dean-agron-co-founder-and-ceo-oxeye",{"name":2359,"config":2360},"Dean Agron, co-founder and CEO, Oxeye",{"headshot":2361,"ctfId":2362},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671963/Blog/Author%20Headshots/Dean_Photo__1_.jpg","6wQ0QwFZdbzAtYGZgnALkw",{"template":682},"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":2369,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2370,"config":2375,"_id":2376,"_type":30,"title":2371,"_source":32,"_file":2377,"_stem":2378,"_extension":35},"/en-us/blog/authors/deepa-mahalingam",{"name":2371,"config":2372},"Deepa Mahalingam",{"headshot":2373,"ctfId":2374},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662019/Blog/Author%20Headshots/deepa-headshot.jpg","M54z9AWDuU7L9nBR9gRF4",{"template":682},"content:en-us:blog:authors:deepa-mahalingam.yml","en-us/blog/authors/deepa-mahalingam.yml","en-us/blog/authors/deepa-mahalingam",{"_path":2380,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2381,"config":2386,"_id":2387,"_type":30,"title":2382,"_source":32,"_file":2388,"_stem":2389,"_extension":35},"/en-us/blog/authors/dennis-appelt",{"name":2382,"config":2383},"Dennis Appelt",{"headshot":2384,"ctfId":2385},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672032/Blog/Author%20Headshots/dappelt-headshot.jpg","dappelt",{"template":682},"content:en-us:blog:authors:dennis-appelt.yml","en-us/blog/authors/dennis-appelt.yml","en-us/blog/authors/dennis-appelt",{"_path":2391,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2392,"config":2397,"_id":2398,"_type":30,"title":2393,"_source":32,"_file":2399,"_stem":2400,"_extension":35},"/en-us/blog/authors/dennis-tang",{"name":2393,"config":2394},"Dennis Tang",{"headshot":2395,"ctfId":2396},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672189/Blog/Author%20Headshots/dennis-headshot.jpg","dennis",{"template":682},"content:en-us:blog:authors:dennis-tang.yml","en-us/blog/authors/dennis-tang.yml","en-us/blog/authors/dennis-tang",{"_path":2402,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2403,"config":2407,"_id":2409,"_type":30,"title":2410,"_source":32,"_file":2411,"_stem":2412,"_extension":35},"/en-us/blog/authors/dennis-van-rooijen",{"name":2404,"config":2405},"Dennis van Rooijen",{"headshot":2406},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758031391/muvwg1sxetzekmuhqdql.png",{"template":682,"gitlabHandle":2408},"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":2414,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2415,"config":2420,"_id":2421,"_type":30,"title":2416,"_source":32,"_file":2422,"_stem":2423,"_extension":35},"/en-us/blog/authors/devin-sylva",{"name":2416,"config":2417},"Devin Sylva",{"headshot":2418,"ctfId":2419},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679087/Blog/Author%20Headshots/devin-headshot.jpg","devin",{"template":682},"content:en-us:blog:authors:devin-sylva.yml","en-us/blog/authors/devin-sylva.yml","en-us/blog/authors/devin-sylva",{"_path":2425,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2426,"config":2430,"_id":2431,"_type":30,"title":2427,"_source":32,"_file":2432,"_stem":2433,"_extension":35},"/en-us/blog/authors/dhruv-jain",{"name":2427,"config":2428},"Dhruv Jain",{"headshot":713,"ctfId":2429},"2wyibk9HBKn6PjgaEuzXuZ",{"template":682},"content:en-us:blog:authors:dhruv-jain.yml","en-us/blog/authors/dhruv-jain.yml","en-us/blog/authors/dhruv-jain",{"_path":2435,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2436,"config":2440,"_id":2441,"_type":30,"title":2437,"_source":32,"_file":2442,"_stem":2443,"_extension":35},"/en-us/blog/authors/diana-logan",{"name":2437,"config":2438},"Diana Logan",{"headshot":713,"ctfId":2439},"6poIwhQe6W9ysm5rBuSPXX",{"template":682},"content:en-us:blog:authors:diana-logan.yml","en-us/blog/authors/diana-logan.yml","en-us/blog/authors/diana-logan",{"_path":2445,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2446,"config":2451,"_id":2452,"_type":30,"title":2447,"_source":32,"_file":2453,"_stem":2454,"_extension":35},"/en-us/blog/authors/dilan-orrino",{"name":2447,"config":2448},"Dilan Orrino",{"headshot":2449,"ctfId":2450},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666180/Blog/Author%20Headshots/dorrino-headshot.png","dorrino",{"template":682},"content:en-us:blog:authors:dilan-orrino.yml","en-us/blog/authors/dilan-orrino.yml","en-us/blog/authors/dilan-orrino",{"_path":2456,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2457,"config":2461,"_id":2462,"_type":30,"title":2458,"_source":32,"_file":2463,"_stem":2464,"_extension":35},"/en-us/blog/authors/dimitrie-hoekstra",{"name":2458,"config":2459},"Dimitrie Hoekstra",{"headshot":7,"ctfId":2460},"dimitrieh",{"template":682},"content:en-us:blog:authors:dimitrie-hoekstra.yml","en-us/blog/authors/dimitrie-hoekstra.yml","en-us/blog/authors/dimitrie-hoekstra",{"_path":2466,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2467,"config":2471,"_id":2472,"_type":30,"title":2468,"_source":32,"_file":2473,"_stem":2474,"_extension":35},"/en-us/blog/authors/dinesh-bolkensteyn",{"name":2468,"config":2469},"Dinesh Bolkensteyn",{"headshot":713,"ctfId":2470},"EpylYWgjPmFOL5NX3Zxmk",{"template":682},"content:en-us:blog:authors:dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn",{"_path":2476,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2477,"config":2481,"_id":2482,"_type":30,"title":2483,"_source":32,"_file":2484,"_stem":2485,"_extension":35},"/en-us/blog/authors/dj-mountney",{"name":2478,"config":2479},"DJ Mountney",{"headshot":713,"ctfId":2480},"DJ-Mountney",{"template":682},"content:en-us:blog:authors:dj-mountney.yml","Dj Mountney","en-us/blog/authors/dj-mountney.yml","en-us/blog/authors/dj-mountney",{"_path":2487,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2488,"config":2492,"_id":2493,"_type":30,"title":2494,"_source":32,"_file":2495,"_stem":2496,"_extension":35},"/en-us/blog/authors/dmitriy-job",{"name":2489,"config":2490},"Dmitriy, Job",{"headshot":713,"ctfId":2491},"Dmitriy-Job",{"template":682},"content:en-us:blog:authors:dmitriy-job.yml","Dmitriy Job","en-us/blog/authors/dmitriy-job.yml","en-us/blog/authors/dmitriy-job",{"_path":2498,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2499,"config":2503,"_id":2504,"_type":30,"title":2500,"_source":32,"_file":2505,"_stem":2506,"_extension":35},"/en-us/blog/authors/dmitriy-zaporozhets",{"name":2500,"config":2501},"Dmitriy Zaporozhets",{"headshot":713,"ctfId":2502},"Dmitriy-Zaporozhets",{"template":682},"content:en-us:blog:authors:dmitriy-zaporozhets.yml","en-us/blog/authors/dmitriy-zaporozhets.yml","en-us/blog/authors/dmitriy-zaporozhets",{"_path":2508,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2509,"config":2514,"_id":2515,"_type":30,"title":2510,"_source":32,"_file":2516,"_stem":2517,"_extension":35},"/en-us/blog/authors/dmitry-gruzd",{"name":2510,"config":2511},"Dmitry Gruzd",{"headshot":2512,"ctfId":2513},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682014/Blog/Author%20Headshots/dgruzd-headshot.jpg","dgruzd",{"template":682},"content:en-us:blog:authors:dmitry-gruzd.yml","en-us/blog/authors/dmitry-gruzd.yml","en-us/blog/authors/dmitry-gruzd",{"_path":2519,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2520,"config":2525,"_id":2526,"_type":30,"title":2521,"_source":32,"_file":2527,"_stem":2528,"_extension":35},"/en-us/blog/authors/dominic-couture",{"name":2521,"config":2522},"Dominic Couture",{"headshot":2523,"ctfId":2524},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683783/Blog/Author%20Headshots/dominic.png","3K2DmuMWV5isBeVtKsplia",{"template":682},"content:en-us:blog:authors:dominic-couture.yml","en-us/blog/authors/dominic-couture.yml","en-us/blog/authors/dominic-couture",{"_path":2530,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2531,"config":2535,"_id":2536,"_type":30,"title":2532,"_source":32,"_file":2537,"_stem":2538,"_extension":35},"/en-us/blog/authors/douglas-alexandre",{"name":2532,"config":2533},"Douglas Alexandre",{"headshot":713,"ctfId":2534},"Douglas-Alexandre",{"template":682},"content:en-us:blog:authors:douglas-alexandre.yml","en-us/blog/authors/douglas-alexandre.yml","en-us/blog/authors/douglas-alexandre",{"_path":2540,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2541,"config":2545,"_id":2546,"_type":30,"title":2542,"_source":32,"_file":2547,"_stem":2548,"_extension":35},"/en-us/blog/authors/douwe-maan",{"name":2542,"config":2543},"Douwe Maan",{"headshot":7,"ctfId":2544},"DouweM",{"template":682},"content:en-us:blog:authors:douwe-maan.yml","en-us/blog/authors/douwe-maan.yml","en-us/blog/authors/douwe-maan",{"_path":2550,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2551,"config":2556,"_id":2557,"_type":30,"title":2552,"_source":32,"_file":2558,"_stem":2559,"_extension":35},"/en-us/blog/authors/dov-hershkovitch",{"name":2552,"config":2553},"Dov Hershkovitch",{"headshot":2554,"ctfId":2555},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665628/Blog/Author%20Headshots/dhershkovitch-headshot.png","dhershkovitch",{"template":682},"content:en-us:blog:authors:dov-hershkovitch.yml","en-us/blog/authors/dov-hershkovitch.yml","en-us/blog/authors/dov-hershkovitch",{"_path":2561,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2562,"config":2566,"_id":2567,"_type":30,"title":2568,"_source":32,"_file":2569,"_stem":2570,"_extension":35},"/en-us/blog/authors/dr-elle-obrien",{"name":2563,"config":2564},"Dr. Elle O'Brien",{"headshot":713,"ctfId":2565},"Dr-Elle-OBrien",{"template":682},"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":2572,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2573,"config":2577,"_id":2578,"_type":30,"title":2574,"_source":32,"_file":2579,"_stem":2580,"_extension":35},"/en-us/blog/authors/drew-blessing",{"name":2574,"config":2575},"Drew Blessing",{"headshot":713,"ctfId":2576},"Drew-Blessing",{"template":682},"content:en-us:blog:authors:drew-blessing.yml","en-us/blog/authors/drew-blessing.yml","en-us/blog/authors/drew-blessing",{"_path":2582,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2583,"config":2588,"_id":2589,"_type":30,"title":2584,"_source":32,"_file":2590,"_stem":2591,"_extension":35},"/en-us/blog/authors/dylan-griffith",{"name":2584,"config":2585},"Dylan Griffith",{"headshot":2586,"ctfId":2587},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672822/Blog/Author%20Headshots/DylanGriffith-headshot.jpg","DylanGriffith",{"template":682},"content:en-us:blog:authors:dylan-griffith.yml","en-us/blog/authors/dylan-griffith.yml","en-us/blog/authors/dylan-griffith",{"_path":2593,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2594,"config":2598,"_id":2599,"_type":30,"title":2595,"_source":32,"_file":2600,"_stem":2601,"_extension":35},"/en-us/blog/authors/eddie-glenn",{"name":2595,"config":2596},"Eddie Glenn",{"headshot":7,"ctfId":2597},"eglenn",{"template":682},"content:en-us:blog:authors:eddie-glenn.yml","en-us/blog/authors/eddie-glenn.yml","en-us/blog/authors/eddie-glenn",{"_path":2603,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2604,"config":2609,"_id":2610,"_type":30,"title":2605,"_source":32,"_file":2611,"_stem":2612,"_extension":35},"/en-us/blog/authors/eduardo-bonet",{"name":2605,"config":2606},"Eduardo Bonet",{"headshot":2607,"ctfId":2608},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682722/Blog/Author%20Headshots/eduardobonet-headshot.jpg","eduardobonet",{"template":682},"content:en-us:blog:authors:eduardo-bonet.yml","en-us/blog/authors/eduardo-bonet.yml","en-us/blog/authors/eduardo-bonet",{"_path":2614,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2615,"config":2620,"_id":2621,"_type":30,"title":2616,"_source":32,"_file":2622,"_stem":2623,"_extension":35},"/en-us/blog/authors/eliran-mesika",{"name":2616,"config":2617},"Eliran Mesika",{"headshot":2618,"ctfId":2619},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670111/Blog/Author%20Headshots/eliran.jpg","eliranmesika",{"template":682},"content:en-us:blog:authors:eliran-mesika.yml","en-us/blog/authors/eliran-mesika.yml","en-us/blog/authors/eliran-mesika",{"_path":2625,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2626,"config":2631,"_id":2632,"_type":30,"title":2627,"_source":32,"_file":2633,"_stem":2634,"_extension":35},"/en-us/blog/authors/elisabeth-burrows",{"name":2627,"config":2628},"Elisabeth Burrows",{"headshot":2629,"ctfId":2630},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659535/Blog/Author%20Headshots/liz_burrows_headshot.png","6Nj2Lio5W7HdeNYoysVgCf",{"template":682},"content:en-us:blog:authors:elisabeth-burrows.yml","en-us/blog/authors/elisabeth-burrows.yml","en-us/blog/authors/elisabeth-burrows",{"_path":2636,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2637,"config":2641,"_id":2642,"_type":30,"title":2638,"_source":32,"_file":2643,"_stem":2644,"_extension":35},"/en-us/blog/authors/elliot-rushton",{"name":2638,"config":2639},"Elliot Rushton",{"headshot":7,"ctfId":2640},"erushton",{"template":682},"content:en-us:blog:authors:elliot-rushton.yml","en-us/blog/authors/elliot-rushton.yml","en-us/blog/authors/elliot-rushton",{"_path":2646,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2647,"config":2651,"_id":2652,"_type":30,"title":2648,"_source":32,"_file":2653,"_stem":2654,"_extension":35},"/en-us/blog/authors/emilie-schario",{"name":2648,"config":2649},"Emilie Schario",{"headshot":7,"ctfId":2650},"emilie",{"template":682},"content:en-us:blog:authors:emilie-schario.yml","en-us/blog/authors/emilie-schario.yml","en-us/blog/authors/emilie-schario",{"_path":2656,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2657,"config":2662,"_id":2663,"_type":30,"title":2658,"_source":32,"_file":2664,"_stem":2665,"_extension":35},"/en-us/blog/authors/emilio-salvador",{"name":2658,"config":2659},"Emilio Salvador",{"headshot":2660,"ctfId":2661},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660161/Blog/Author%20Headshots/esalvadorp-headshot.png","esalvadorp",{"template":682},"content:en-us:blog:authors:emilio-salvador.yml","en-us/blog/authors/emilio-salvador.yml","en-us/blog/authors/emilio-salvador",{"_path":2667,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2668,"config":2673,"_id":2674,"_type":30,"title":2669,"_source":32,"_file":2675,"_stem":2676,"_extension":35},"/en-us/blog/authors/emily-bauman",{"name":2669,"config":2670},"Emily Bauman",{"headshot":2671,"ctfId":2672},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664145/Blog/Author%20Headshots/emilybauman-headshot.jpg","emilybauman",{"template":682},"content:en-us:blog:authors:emily-bauman.yml","en-us/blog/authors/emily-bauman.yml","en-us/blog/authors/emily-bauman",{"_path":2678,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2679,"config":2683,"_id":2684,"_type":30,"title":2680,"_source":32,"_file":2685,"_stem":2686,"_extension":35},"/en-us/blog/authors/emily-chin",{"name":2680,"config":2681},"Emily Chin",{"headshot":7,"ctfId":2682},"echin",{"template":682},"content:en-us:blog:authors:emily-chin.yml","en-us/blog/authors/emily-chin.yml","en-us/blog/authors/emily-chin",{"_path":2688,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2689,"config":2693,"_id":2694,"_type":30,"title":2690,"_source":32,"_file":2695,"_stem":2696,"_extension":35},"/en-us/blog/authors/emily-kyle",{"name":2690,"config":2691},"Emily Kyle",{"headshot":713,"ctfId":2692},"Emily-Kyle",{"template":682},"content:en-us:blog:authors:emily-kyle.yml","en-us/blog/authors/emily-kyle.yml","en-us/blog/authors/emily-kyle",{"_path":2698,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2699,"config":2703,"_id":2704,"_type":30,"title":2705,"_source":32,"_file":2706,"_stem":2707,"_extension":35},"/en-us/blog/authors/emily-von-hoffmann",{"name":2700,"config":2701},"Emily von Hoffmann",{"headshot":713,"ctfId":2702},"evhoffmann",{"template":682},"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":2709,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2710,"config":2715,"_id":2716,"_type":30,"title":2717,"_source":32,"_file":2718,"_stem":2719,"_extension":35},"/en-us/blog/authors/enrique-alcntara",{"name":2711,"config":2712},"Enrique Alcántara",{"headshot":2713,"ctfId":2714},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669746/Blog/Author%20Headshots/ealcantara-headshot.jpg","3E3c30ZWRUTq6rlFiYrjtq",{"template":682},"content:en-us:blog:authors:enrique-alcntara.yml","Enrique Alcntara","en-us/blog/authors/enrique-alcntara.yml","en-us/blog/authors/enrique-alcntara",{"_path":2721,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2722,"config":2726,"_id":2727,"_type":30,"title":2723,"_source":32,"_file":2728,"_stem":2729,"_extension":35},"/en-us/blog/authors/eric-brinkman",{"name":2723,"config":2724},"Eric Brinkman",{"headshot":7,"ctfId":2725},"ebrinkman",{"template":682},"content:en-us:blog:authors:eric-brinkman.yml","en-us/blog/authors/eric-brinkman.yml","en-us/blog/authors/eric-brinkman",{"_path":2731,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2732,"config":2736,"_id":2737,"_type":30,"title":2733,"_source":32,"_file":2738,"_stem":2739,"_extension":35},"/en-us/blog/authors/eric-eastwood",{"name":2733,"config":2734},"Eric Eastwood",{"headshot":7,"ctfId":2735},"MadLittleMods",{"template":682},"content:en-us:blog:authors:eric-eastwood.yml","en-us/blog/authors/eric-eastwood.yml","en-us/blog/authors/eric-eastwood",{"_path":2741,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2742,"config":2746,"_id":2747,"_type":30,"title":2743,"_source":32,"_file":2748,"_stem":2749,"_extension":35},"/en-us/blog/authors/eric-rosenberg",{"name":2743,"config":2744},"Eric Rosenberg",{"headshot":7,"ctfId":2745},"ericrosenberg88",{"template":682},"content:en-us:blog:authors:eric-rosenberg.yml","en-us/blog/authors/eric-rosenberg.yml","en-us/blog/authors/eric-rosenberg",{"_path":2751,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2752,"config":2757,"_id":2758,"_type":30,"title":2753,"_source":32,"_file":2759,"_stem":2760,"_extension":35},"/en-us/blog/authors/eric-rubin",{"name":2753,"config":2754},"Eric Rubin",{"headshot":2755,"ctfId":2756},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682494/Blog/Author%20Headshots/ericrubin-headshot.png","ericrubin",{"template":682},"content:en-us:blog:authors:eric-rubin.yml","en-us/blog/authors/eric-rubin.yml","en-us/blog/authors/eric-rubin",{"_path":2762,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2763,"config":2768,"_id":2769,"_type":30,"title":2764,"_source":32,"_file":2770,"_stem":2771,"_extension":35},"/en-us/blog/authors/eric-schurter",{"name":2764,"config":2765},"Eric Schurter",{"headshot":2766,"ctfId":2767},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679281/Blog/Author%20Headshots/ericschurter-headshot.jpg","ericschurter",{"template":682},"content:en-us:blog:authors:eric-schurter.yml","en-us/blog/authors/eric-schurter.yml","en-us/blog/authors/eric-schurter",{"_path":2773,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2774,"config":2778,"_id":2779,"_type":30,"title":2775,"_source":32,"_file":2780,"_stem":2781,"_extension":35},"/en-us/blog/authors/erica-huang",{"name":2775,"config":2776},"Erica Huang",{"headshot":7,"ctfId":2777},"exhuang",{"template":682},"content:en-us:blog:authors:erica-huang.yml","en-us/blog/authors/erica-huang.yml","en-us/blog/authors/erica-huang",{"_path":2783,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2784,"config":2788,"_id":2789,"_type":30,"title":2785,"_source":32,"_file":2790,"_stem":2791,"_extension":35},"/en-us/blog/authors/erica-lindberg",{"name":2785,"config":2786},"Erica Lindberg",{"headshot":713,"ctfId":2787},"Erica-Lindberg",{"template":682},"content:en-us:blog:authors:erica-lindberg.yml","en-us/blog/authors/erica-lindberg.yml","en-us/blog/authors/erica-lindberg",{"_path":2793,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2794,"config":2798,"_id":2799,"_type":30,"title":2795,"_source":32,"_file":2800,"_stem":2801,"_extension":35},"/en-us/blog/authors/erich-wegscheider",{"name":2795,"config":2796},"Erich Wegscheider",{"headshot":7,"ctfId":2797},"ewegscheider",{"template":682},"content:en-us:blog:authors:erich-wegscheider.yml","en-us/blog/authors/erich-wegscheider.yml","en-us/blog/authors/erich-wegscheider",{"_path":2803,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2804,"config":2808,"_id":2809,"_type":30,"title":2805,"_source":32,"_file":2810,"_stem":2811,"_extension":35},"/en-us/blog/authors/erick-banks",{"name":2805,"config":2806},"Erick Banks",{"headshot":713,"ctfId":2807},"4CGXhAxudTq69aZOtPnLfu",{"template":682},"content:en-us:blog:authors:erick-banks.yml","en-us/blog/authors/erick-banks.yml","en-us/blog/authors/erick-banks",{"_path":2813,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2814,"config":2818,"_id":2819,"_type":30,"title":2815,"_source":32,"_file":2820,"_stem":2821,"_extension":35},"/en-us/blog/authors/erika-feldman",{"name":2815,"config":2816},"Erika Feldman",{"headshot":713,"ctfId":2817},"78oCat8vvbl6mzXsLawd9d",{"template":682},"content:en-us:blog:authors:erika-feldman.yml","en-us/blog/authors/erika-feldman.yml","en-us/blog/authors/erika-feldman",{"_path":2823,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2824,"config":2828,"_id":2829,"_type":30,"title":2830,"_source":32,"_file":2831,"_stem":2832,"_extension":35},"/en-us/blog/authors/erin-krengel-pulumi",{"name":2825,"config":2826},"Erin Krengel, Pulumi",{"headshot":713,"ctfId":2827},"Erin-Krengel-Pulumi",{"template":682},"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":2834,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2835,"config":2839,"_id":2840,"_type":30,"title":2841,"_source":32,"_file":2842,"_stem":2843,"_extension":35},"/en-us/blog/authors/ernst-van-nierop",{"name":2836,"config":2837},"Ernst van Nierop",{"headshot":7,"ctfId":2838},"ernstvn",{"template":682},"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":2845,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2846,"config":2850,"_id":2851,"_type":30,"title":2847,"_source":32,"_file":2852,"_stem":2853,"_extension":35},"/en-us/blog/authors/esther-shein",{"name":2847,"config":2848},"Esther Shein",{"headshot":713,"ctfId":2849},"Esther-Shein",{"template":682},"content:en-us:blog:authors:esther-shein.yml","en-us/blog/authors/esther-shein.yml","en-us/blog/authors/esther-shein",{"_path":2855,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2856,"config":2861,"_id":2862,"_type":30,"title":2857,"_source":32,"_file":2863,"_stem":2864,"_extension":35},"/en-us/blog/authors/ethan-strike",{"name":2857,"config":2858},"Ethan Strike",{"headshot":2859,"ctfId":2860},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679067/Blog/Author%20Headshots/estrike-headshot.png","estrike",{"template":682},"content:en-us:blog:authors:ethan-strike.yml","en-us/blog/authors/ethan-strike.yml","en-us/blog/authors/ethan-strike",{"_path":2866,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2867,"config":2871,"_id":2872,"_type":30,"title":2868,"_source":32,"_file":2873,"_stem":2874,"_extension":35},"/en-us/blog/authors/ethan-urie",{"name":2868,"config":2869},"Ethan Urie",{"headshot":713,"ctfId":2870},"mJhtQw4TY9ZRNF7dfitIF",{"template":682},"content:en-us:blog:authors:ethan-urie.yml","en-us/blog/authors/ethan-urie.yml","en-us/blog/authors/ethan-urie",{"_path":2876,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2877,"config":2881,"_id":2882,"_type":30,"title":2878,"_source":32,"_file":2883,"_stem":2884,"_extension":35},"/en-us/blog/authors/eugene-lim",{"name":2878,"config":2879},"Eugene Lim",{"headshot":713,"ctfId":2880},"6KHdIdghkUfSTzV2MzxNcj",{"template":682},"content:en-us:blog:authors:eugene-lim.yml","en-us/blog/authors/eugene-lim.yml","en-us/blog/authors/eugene-lim",{"_path":2886,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2887,"config":2891,"_id":2892,"_type":30,"title":2888,"_source":32,"_file":2893,"_stem":2894,"_extension":35},"/en-us/blog/authors/eugenia-hannon",{"name":2888,"config":2889},"Eugenia Hannon",{"headshot":7,"ctfId":2890},"eugeniah",{"template":682},"content:en-us:blog:authors:eugenia-hannon.yml","en-us/blog/authors/eugenia-hannon.yml","en-us/blog/authors/eugenia-hannon",{"_path":2896,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2897,"config":2901,"_id":2902,"_type":30,"title":2898,"_source":32,"_file":2903,"_stem":2904,"_extension":35},"/en-us/blog/authors/ev-kontsevoy",{"name":2898,"config":2899},"Ev Kontsevoy",{"headshot":7,"ctfId":2900},"ekontsevoy",{"template":682},"content:en-us:blog:authors:ev-kontsevoy.yml","en-us/blog/authors/ev-kontsevoy.yml","en-us/blog/authors/ev-kontsevoy",{"_path":2906,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2907,"config":2911,"_id":2912,"_type":30,"title":2908,"_source":32,"_file":2913,"_stem":2914,"_extension":35},"/en-us/blog/authors/eva-sasson",{"name":2908,"config":2909},"Eva Sasson",{"headshot":713,"ctfId":2910},"Eva-Sasson",{"template":682},"content:en-us:blog:authors:eva-sasson.yml","en-us/blog/authors/eva-sasson.yml","en-us/blog/authors/eva-sasson",{"_path":2916,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2917,"config":2922,"_id":2923,"_type":30,"title":2918,"_source":32,"_file":2924,"_stem":2925,"_extension":35},"/en-us/blog/authors/fabian-zimmer",{"name":2918,"config":2919},"Fabian Zimmer",{"headshot":2920,"ctfId":2921},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/q6awwqbxtg0a4x9gtmhs.png","3TK88UogcX5lx83kWMVuvI",{"template":682},"content:en-us:blog:authors:fabian-zimmer.yml","en-us/blog/authors/fabian-zimmer.yml","en-us/blog/authors/fabian-zimmer",{"_path":2927,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2928,"config":2932,"_id":2933,"_type":30,"title":2929,"_source":32,"_file":2934,"_stem":2935,"_extension":35},"/en-us/blog/authors/fabio-akita",{"name":2929,"config":2930},"Fabio Akita",{"headshot":713,"ctfId":2931},"Fabio-Akita",{"template":682},"content:en-us:blog:authors:fabio-akita.yml","en-us/blog/authors/fabio-akita.yml","en-us/blog/authors/fabio-akita",{"_path":2937,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2938,"config":2942,"_id":2943,"_type":30,"title":2939,"_source":32,"_file":2944,"_stem":2945,"_extension":35},"/en-us/blog/authors/fabio-busatto",{"name":2939,"config":2940},"Fabio Busatto",{"headshot":7,"ctfId":2941},"bikebilly",{"template":682},"content:en-us:blog:authors:fabio-busatto.yml","en-us/blog/authors/fabio-busatto.yml","en-us/blog/authors/fabio-busatto",{"_path":2947,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2948,"config":2953,"_id":2954,"_type":30,"title":2949,"_source":32,"_file":2955,"_stem":2956,"_extension":35},"/en-us/blog/authors/fabio-pitino",{"name":2949,"config":2950},"Fabio Pitino",{"headshot":2951,"ctfId":2952},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659958/Blog/Author%20Headshots/fabiopitino-headshot.jpg","fabiopitino",{"template":682},"content:en-us:blog:authors:fabio-pitino.yml","en-us/blog/authors/fabio-pitino.yml","en-us/blog/authors/fabio-pitino",{"_path":2958,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2959,"config":2963,"_id":2964,"_type":30,"title":2960,"_source":32,"_file":2965,"_stem":2966,"_extension":35},"/en-us/blog/authors/farnoosh-seifoddini",{"name":2960,"config":2961},"Farnoosh Seifoddini",{"headshot":7,"ctfId":2962},"fseifoddini",{"template":682},"content:en-us:blog:authors:farnoosh-seifoddini.yml","en-us/blog/authors/farnoosh-seifoddini.yml","en-us/blog/authors/farnoosh-seifoddini",{"_path":2968,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2969,"config":2973,"_id":2974,"_type":30,"title":2970,"_source":32,"_file":2975,"_stem":2976,"_extension":35},"/en-us/blog/authors/fatih-acet",{"name":2970,"config":2971},"Fatih Acet",{"headshot":7,"ctfId":2972},"fatihacet",{"template":682},"content:en-us:blog:authors:fatih-acet.yml","en-us/blog/authors/fatih-acet.yml","en-us/blog/authors/fatih-acet",{"_path":2978,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2979,"config":2984,"_id":2985,"_type":30,"title":2980,"_source":32,"_file":2986,"_stem":2987,"_extension":35},"/en-us/blog/authors/fatima-sarah-khalid",{"name":2980,"config":2981},"Fatima Sarah Khalid",{"headshot":2982,"ctfId":2983},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663337/Blog/Author%20Headshots/sugaroverflow-headshot.jpg","sugaroverflow",{"template":682},"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":2989,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":2990,"config":2995,"_id":2996,"_type":30,"title":2991,"_source":32,"_file":2997,"_stem":2998,"_extension":35},"/en-us/blog/authors/fernando-diaz",{"name":2991,"config":2992},"Fernando Diaz",{"headshot":2993,"ctfId":2994},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659556/Blog/Author%20Headshots/fern_diaz.png","fjdiaz",{"template":682},"content:en-us:blog:authors:fernando-diaz.yml","en-us/blog/authors/fernando-diaz.yml","en-us/blog/authors/fernando-diaz",{"_path":3000,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3001,"config":3005,"_id":3006,"_type":30,"title":3002,"_source":32,"_file":3007,"_stem":3008,"_extension":35},"/en-us/blog/authors/filipa-lacerda",{"name":3002,"config":3003},"Filipa Lacerda",{"headshot":7,"ctfId":3004},"filipa",{"template":682},"content:en-us:blog:authors:filipa-lacerda.yml","en-us/blog/authors/filipa-lacerda.yml","en-us/blog/authors/filipa-lacerda",{"_path":3010,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3011,"config":3016,"_id":3017,"_type":30,"title":3018,"_source":32,"_file":3019,"_stem":3020,"_extension":35},"/en-us/blog/authors/flix-veillette-potvin",{"name":3012,"config":3013}," Félix Veillette-Potvin",{"headshot":3014,"ctfId":3015},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662606/Blog/Author%20Headshots/_F%C3%A9lix_Veillette-Potvin_headshot.png","3nkwcdE5K3Uw9nrovEngxW",{"template":682},"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":3022,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3023,"config":3027,"_id":3028,"_type":30,"title":3024,"_source":32,"_file":3029,"_stem":3030,"_extension":35},"/en-us/blog/authors/forrest-brazeal",{"name":3024,"config":3025},"Forrest Brazeal",{"headshot":7,"ctfId":3026},"fbrazeal",{"template":682},"content:en-us:blog:authors:forrest-brazeal.yml","en-us/blog/authors/forrest-brazeal.yml","en-us/blog/authors/forrest-brazeal",{"_path":3032,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3033,"config":3037,"_id":3038,"_type":30,"title":3034,"_source":32,"_file":3039,"_stem":3040,"_extension":35},"/en-us/blog/authors/francis-ofungwu",{"name":3034,"config":3035},"Francis Ofungwu",{"headshot":713,"ctfId":3036},"fofungwu",{"template":682},"content:en-us:blog:authors:francis-ofungwu.yml","en-us/blog/authors/francis-ofungwu.yml","en-us/blog/authors/francis-ofungwu",{"_path":3042,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3043,"config":3048,"_id":3049,"_type":30,"title":3050,"_source":32,"_file":3051,"_stem":3052,"_extension":35},"/en-us/blog/authors/frdric-caplette",{"name":3044,"config":3045},"Frédéric Caplette",{"headshot":3046,"ctfId":3047},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661878/Blog/Author%20Headshots/frederic_caplette_headshot.png","6nMRwNMwciKSX03zmbBbPF",{"template":682},"content:en-us:blog:authors:frdric-caplette.yml","Frdric Caplette","en-us/blog/authors/frdric-caplette.yml","en-us/blog/authors/frdric-caplette",{"_path":3054,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3055,"config":3060,"_id":3061,"_type":30,"title":3056,"_source":32,"_file":3062,"_stem":3063,"_extension":35},"/en-us/blog/authors/gabe-weaver",{"name":3056,"config":3057},"Gabe Weaver",{"headshot":3058,"ctfId":3059},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667605/Blog/Author%20Headshots/gweaver-headshot.jpg","gweaver",{"template":682},"content:en-us:blog:authors:gabe-weaver.yml","en-us/blog/authors/gabe-weaver.yml","en-us/blog/authors/gabe-weaver",{"_path":3065,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3066,"config":3071,"_id":3072,"_type":30,"title":3067,"_source":32,"_file":3073,"_stem":3074,"_extension":35},"/en-us/blog/authors/gabriel-engel",{"name":3067,"config":3068},"Gabriel Engel",{"headshot":3069,"ctfId":3070},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664747/Blog/Author%20Headshots/gabrielengel_gl-headshot.jpg","gabrielengelgl",{"template":682},"content:en-us:blog:authors:gabriel-engel.yml","en-us/blog/authors/gabriel-engel.yml","en-us/blog/authors/gabriel-engel",{"_path":3076,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3077,"config":3081,"_id":3082,"_type":30,"title":3078,"_source":32,"_file":3083,"_stem":3084,"_extension":35},"/en-us/blog/authors/gabriel-le-breton",{"name":3078,"config":3079},"Gabriel Le Breton",{"headshot":713,"ctfId":3080},"Gabriel-Le-Breton",{"template":682},"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":3086,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3087,"config":3092,"_id":3093,"_type":30,"title":3088,"_source":32,"_file":3094,"_stem":3095,"_extension":35},"/en-us/blog/authors/gabriel-mazetto",{"name":3088,"config":3089},"Gabriel Mazetto",{"headshot":3090,"ctfId":3091},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678982/Blog/Author%20Headshots/brodock-headshot.jpg","brodock",{"template":682},"content:en-us:blog:authors:gabriel-mazetto.yml","en-us/blog/authors/gabriel-mazetto.yml","en-us/blog/authors/gabriel-mazetto",{"_path":3097,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3098,"config":3103,"_id":3104,"_type":30,"title":3099,"_source":32,"_file":3105,"_stem":3106,"_extension":35},"/en-us/blog/authors/gavin-peltz",{"name":3099,"config":3100},"Gavin Peltz",{"headshot":3101,"ctfId":3102},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662831/Blog/Author%20Headshots/gavin_peltz.png","27UwgXDMqa0oBWV93rXTgN",{"template":682},"content:en-us:blog:authors:gavin-peltz.yml","en-us/blog/authors/gavin-peltz.yml","en-us/blog/authors/gavin-peltz",{"_path":3108,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3109,"config":3114,"_id":3115,"_type":30,"title":3110,"_source":32,"_file":3116,"_stem":3117,"_extension":35},"/en-us/blog/authors/george-kichukov",{"name":3110,"config":3111},"George Kichukov",{"headshot":3112,"ctfId":3113},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664866/Blog/Author%20Headshots/george_kichukov.png","7e8bn05u4pXwYjkRrqdprE",{"template":682},"content:en-us:blog:authors:george-kichukov.yml","en-us/blog/authors/george-kichukov.yml","en-us/blog/authors/george-kichukov",{"_path":3119,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3120,"config":3124,"_id":3125,"_type":30,"title":3121,"_source":32,"_file":3126,"_stem":3127,"_extension":35},"/en-us/blog/authors/gerard-hickey",{"name":3121,"config":3122},"Gerard Hickey",{"headshot":7,"ctfId":3123},"ghickey",{"template":682},"content:en-us:blog:authors:gerard-hickey.yml","en-us/blog/authors/gerard-hickey.yml","en-us/blog/authors/gerard-hickey",{"_path":3129,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3130,"config":3135,"_id":3136,"_type":30,"title":3137,"_source":32,"_file":3138,"_stem":3139,"_extension":35},"/en-us/blog/authors/gerardo-lopez-fernandez",{"name":3131,"config":3132},"Gerardo Lopez-Fernandez",{"headshot":3133,"ctfId":3134},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679925/Blog/Author%20Headshots/glopezfernandez-headshot.jpg","glopezfernandez",{"template":682},"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":3141,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3142,"config":3147,"_id":3148,"_type":30,"title":3143,"_source":32,"_file":3149,"_stem":3150,"_extension":35},"/en-us/blog/authors/gina-doyle",{"name":3143,"config":3144},"Gina Doyle",{"headshot":3145,"ctfId":3146},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679201/Blog/Author%20Headshots/gdoyle-headshot.png","gdoyle",{"template":682},"content:en-us:blog:authors:gina-doyle.yml","en-us/blog/authors/gina-doyle.yml","en-us/blog/authors/gina-doyle",{"_path":3152,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3153,"config":3155,"_id":3156,"_type":30,"title":3157,"_source":32,"_file":3158,"_stem":3159,"_extension":35},"/en-us/blog/authors/gitlab",{"name":19,"config":3154},{"headshot":713,"ctfId":19},{"template":682},"content:en-us:blog:authors:gitlab.yml","Gitlab","en-us/blog/authors/gitlab.yml","en-us/blog/authors/gitlab",{"_path":3161,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3162,"config":3166,"_id":3167,"_type":30,"title":3168,"_source":32,"_file":3169,"_stem":3170,"_extension":35},"/en-us/blog/authors/gitlab-ai-assisted-group",{"name":3163,"config":3164},"GitLab AI Assisted Group",{"headshot":713,"ctfId":3165},"GitLab-AI-Assisted-Group",{"template":682},"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":3172,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3173,"config":3177,"_id":3178,"_type":30,"title":3179,"_source":32,"_file":3180,"_stem":3181,"_extension":35},"/en-us/blog/authors/gitlab-france-team",{"name":3174,"config":3175},"GitLab France Team",{"headshot":713,"ctfId":3176},"1gfblqN0ibYIuWGk7MOTny",{"template":682},"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":3183,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3184,"config":3188,"_id":3189,"_type":30,"title":3190,"_source":32,"_file":3191,"_stem":3192,"_extension":35},"/en-us/blog/authors/gitlab-germany-team",{"name":3185,"config":3186},"GitLab Germany Team",{"headshot":713,"ctfId":3187},"6tNquF8jQeRRRi8k3ZXpvS",{"template":682},"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":3194,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3195,"config":3198,"_id":3199,"_type":30,"title":3200,"_source":32,"_file":3201,"_stem":3202,"_extension":35},"/en-us/blog/authors/gitlab-japan-team",{"name":18,"config":3196},{"headshot":713,"ctfId":3197},"5YWHF8vG80rluQ41QjgP7V",{"template":682},"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":3204,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3205,"config":3209,"_id":3210,"_type":30,"title":3211,"_source":32,"_file":3212,"_stem":3213,"_extension":35},"/en-us/blog/authors/gitlab-security-team",{"name":3206,"config":3207},"GitLab Security Team",{"headshot":713,"ctfId":3208},"GitLab-Security-Team",{"template":682},"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":3215,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3216,"config":3220,"_id":3221,"_type":30,"title":3222,"_source":32,"_file":3223,"_stem":3224,"_extension":35},"/en-us/blog/authors/gitlab-team",{"name":3217,"config":3218},"GitLab Team",{"headshot":713,"ctfId":3219},"GitLab-Team",{"template":682},"content:en-us:blog:authors:gitlab-team.yml","Gitlab Team","en-us/blog/authors/gitlab-team.yml","en-us/blog/authors/gitlab-team",{"_path":3226,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3227,"config":3231,"_id":3232,"_type":30,"title":3233,"_source":32,"_file":3234,"_stem":3235,"_extension":35},"/en-us/blog/authors/gitlab-vulnerability-research-team",{"name":3228,"config":3229},"GitLab Vulnerability Research Team",{"headshot":713,"ctfId":3230},"GitLab-Vulnerability-Research-Team",{"template":682},"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":3237,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3238,"config":3242,"_id":3243,"_type":30,"title":3239,"_source":32,"_file":3244,"_stem":3245,"_extension":35},"/en-us/blog/authors/goetz-buerkle",{"name":3239,"config":3240},"Goetz Buerkle",{"headshot":713,"ctfId":3241},"Goetz-Buerkle",{"template":682},"content:en-us:blog:authors:goetz-buerkle.yml","en-us/blog/authors/goetz-buerkle.yml","en-us/blog/authors/goetz-buerkle",{"_path":3247,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3248,"config":3253,"_id":3254,"_type":30,"title":3249,"_source":32,"_file":3255,"_stem":3256,"_extension":35},"/en-us/blog/authors/gosia-ksionek",{"name":3249,"config":3250},"Gosia Ksionek",{"headshot":3251,"ctfId":3252},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749680521/Blog/Author%20Headshots/mksionek-headshot.jpg","mksionek",{"template":682},"content:en-us:blog:authors:gosia-ksionek.yml","en-us/blog/authors/gosia-ksionek.yml","en-us/blog/authors/gosia-ksionek",{"_path":3258,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3259,"config":3264,"_id":3265,"_type":30,"title":3260,"_source":32,"_file":3266,"_stem":3267,"_extension":35},"/en-us/blog/authors/grant-hickman",{"name":3260,"config":3261},"Grant Hickman",{"headshot":3262,"ctfId":3263},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682570/Blog/Author%20Headshots/g.png","ghickman",{"template":682},"content:en-us:blog:authors:grant-hickman.yml","en-us/blog/authors/grant-hickman.yml","en-us/blog/authors/grant-hickman",{"_path":3269,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3270,"config":3275,"_id":3276,"_type":30,"title":3271,"_source":32,"_file":3277,"_stem":3278,"_extension":35},"/en-us/blog/authors/grant-young",{"name":3271,"config":3272},"Grant Young",{"headshot":3273,"ctfId":3274},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666346/Blog/Author%20Headshots/grantyoung-headshot.jpg","grantyoung",{"template":682},"content:en-us:blog:authors:grant-young.yml","en-us/blog/authors/grant-young.yml","en-us/blog/authors/grant-young",{"_path":3280,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3281,"config":3285,"_id":3286,"_type":30,"title":3282,"_source":32,"_file":3287,"_stem":3288,"_extension":35},"/en-us/blog/authors/greg-alfaro",{"name":3282,"config":3283},"Greg Alfaro",{"headshot":7,"ctfId":3284},"7zzMrU9Fbdw0QGxdFjJ1jE",{"template":682},"content:en-us:blog:authors:greg-alfaro.yml","en-us/blog/authors/greg-alfaro.yml","en-us/blog/authors/greg-alfaro",{"_path":3290,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3291,"config":3295,"_id":3296,"_type":30,"title":3292,"_source":32,"_file":3297,"_stem":3298,"_extension":35},"/en-us/blog/authors/greg-johnson",{"name":3292,"config":3293},"Greg Johnson",{"headshot":7,"ctfId":3294},"codeEmitter",{"template":682},"content:en-us:blog:authors:greg-johnson.yml","en-us/blog/authors/greg-johnson.yml","en-us/blog/authors/greg-johnson",{"_path":3300,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3301,"config":3306,"_id":3307,"_type":30,"title":3302,"_source":32,"_file":3308,"_stem":3309,"_extension":35},"/en-us/blog/authors/greg-myers",{"name":3302,"config":3303},"Greg Myers",{"headshot":3304,"ctfId":3305},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665570/Blog/Author%20Headshots/greg_myers_headshot.png","2uUYKgdtszyGfoOHbakiQX",{"template":682},"content:en-us:blog:authors:greg-myers.yml","en-us/blog/authors/greg-myers.yml","en-us/blog/authors/greg-myers",{"_path":3311,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3312,"config":3316,"_id":3317,"_type":30,"title":3313,"_source":32,"_file":3318,"_stem":3319,"_extension":35},"/en-us/blog/authors/grzegorz-bizon",{"name":3313,"config":3314},"Grzegorz Bizon",{"headshot":713,"ctfId":3315},"Grzegorz-Bizon",{"template":682},"content:en-us:blog:authors:grzegorz-bizon.yml","en-us/blog/authors/grzegorz-bizon.yml","en-us/blog/authors/grzegorz-bizon",{"_path":3321,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3322,"config":3326,"_id":3327,"_type":30,"title":3323,"_source":32,"_file":3328,"_stem":3329,"_extension":35},"/en-us/blog/authors/guenjun-yoo",{"name":3323,"config":3324},"Guenjun Yoo",{"headshot":7,"ctfId":3325},"gyoo",{"template":682},"content:en-us:blog:authors:guenjun-yoo.yml","en-us/blog/authors/guenjun-yoo.yml","en-us/blog/authors/guenjun-yoo",{"_path":3331,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3332,"config":3336,"_id":3337,"_type":30,"title":3338,"_source":32,"_file":3339,"_stem":3340,"_extension":35},"/en-us/blog/authors/guest-author-andr-arko-of-ruby-together",{"name":3333,"config":3334},"Guest author André Arko of Ruby Together",{"headshot":713,"ctfId":3335},"Guest-author-Andr-Arko-of-Ruby-Together",{"template":682},"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":3342,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3343,"config":3347,"_id":3348,"_type":30,"title":3349,"_source":32,"_file":3350,"_stem":3351,"_extension":35},"/en-us/blog/authors/guest-author-andr-miranda",{"name":3344,"config":3345},"Guest author André Miranda",{"headshot":713,"ctfId":3346},"Guest-author-Andr-Miranda",{"template":682},"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":3353,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3354,"config":3360,"_id":3361,"_type":30,"title":3362,"_source":32,"_file":3363,"_stem":3364,"_extension":35},"/en-us/blog/authors/gufran-yeilyurt-obss",{"name":3355,"config":3356},"Gufran Yeşilyurt, OBSS",{"headshot":3357,"linkedin":3358,"ctfId":3359},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666380/Blog/Author%20Headshots/1643972670650.jpg","https://www.linkedin.com/in/gufran-yesilyurt/","2ydYMU86my71BUASual2EI",{"template":682},"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":3366,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3367,"config":3371,"_id":3372,"_type":30,"title":3373,"_source":32,"_file":3374,"_stem":3375,"_extension":35},"/en-us/blog/authors/gustaw-fit-of-zoopla",{"name":3368,"config":3369},"Gustaw Fit of Zoopla",{"headshot":713,"ctfId":3370},"Gustaw-Fit-of-Zoopla",{"template":682},"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":3377,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3378,"config":3382,"_id":3383,"_type":30,"title":3384,"_source":32,"_file":3385,"_stem":3386,"_extension":35},"/en-us/blog/authors/guy-bar-gil-product-manager-at-whitesource",{"name":3379,"config":3380},"Guy Bar-Gil, Product Manager at WhiteSource",{"headshot":713,"ctfId":3381},"Guy-BarGil-Product-Manager-at-WhiteSource",{"template":682},"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":3388,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3389,"config":3393,"_id":3394,"_type":30,"title":3390,"_source":32,"_file":3395,"_stem":3396,"_extension":35},"/en-us/blog/authors/gyan-chawdhary",{"name":3390,"config":3391},"Gyan Chawdhary",{"headshot":713,"ctfId":3392},"Gyan-Chawdhary",{"template":682},"content:en-us:blog:authors:gyan-chawdhary.yml","en-us/blog/authors/gyan-chawdhary.yml","en-us/blog/authors/gyan-chawdhary",{"_path":3398,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3399,"config":3404,"_id":3405,"_type":30,"title":3400,"_source":32,"_file":3406,"_stem":3407,"_extension":35},"/en-us/blog/authors/haim-snir",{"name":3400,"config":3401},"Haim Snir",{"headshot":3402,"ctfId":3403},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664386/Blog/Author%20Headshots/hsnir1-headshot.jpg","hsnir1",{"template":682},"content:en-us:blog:authors:haim-snir.yml","en-us/blog/authors/haim-snir.yml","en-us/blog/authors/haim-snir",{"_path":3409,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3410,"config":3415,"_id":3416,"_type":30,"title":3417,"_source":32,"_file":3418,"_stem":3419,"_extension":35},"/en-us/blog/authors/hakeem-abdul-razak",{"name":3411,"config":3412},"Hakeem Abdul-Razak",{"headshot":3413,"ctfId":3414},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662077/Blog/Author%20Headshots/Hakeem_Abdul-Razak_headshot.png","7H6nuZfVCK5mqJBK4fuaDH",{"template":682},"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":3421,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3422,"config":3426,"_id":3428,"_type":30,"title":3423,"_source":32,"_file":3429,"_stem":3430,"_extension":35},"/en-us/blog/authors/halil-coban",{"name":3423,"config":3424},"Halil Coban",{"headshot":3425},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751039592/hlxd6cnlgdioobqfvwus.png",{"template":682,"gitlabHandle":3427},"halilcoban","content:en-us:blog:authors:halil-coban.yml","en-us/blog/authors/halil-coban.yml","en-us/blog/authors/halil-coban",{"_path":3432,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3433,"config":3438,"_id":3439,"_type":30,"title":3434,"_source":32,"_file":3440,"_stem":3441,"_extension":35},"/en-us/blog/authors/hannah-sutor",{"name":3434,"config":3435},"Hannah Sutor",{"headshot":3436,"ctfId":3437},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665588/Blog/Author%20Headshots/hsutor-headshot.png","hsutor",{"template":682},"content:en-us:blog:authors:hannah-sutor.yml","en-us/blog/authors/hannah-sutor.yml","en-us/blog/authors/hannah-sutor",{"_path":3443,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3444,"config":3449,"_id":3450,"_type":30,"title":3445,"_source":32,"_file":3451,"_stem":3452,"_extension":35},"/en-us/blog/authors/harjeet-sharma",{"name":3445,"config":3446},"Harjeet Sharma",{"headshot":3447,"ctfId":3448},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665497/Blog/Author%20Headshots/harjeet_sharma_headshot.png","723O6GGQQEu75MCuhw6lqh",{"template":682},"content:en-us:blog:authors:harjeet-sharma.yml","en-us/blog/authors/harjeet-sharma.yml","en-us/blog/authors/harjeet-sharma",{"_path":3454,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3455,"config":3459,"_id":3460,"_type":30,"title":3456,"_source":32,"_file":3461,"_stem":3462,"_extension":35},"/en-us/blog/authors/haydn-mackay",{"name":3456,"config":3457},"Haydn Mackay",{"headshot":713,"ctfId":3458},"Haydn-Mackay",{"template":682},"content:en-us:blog:authors:haydn-mackay.yml","en-us/blog/authors/haydn-mackay.yml","en-us/blog/authors/haydn-mackay",{"_path":3464,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3465,"config":3469,"_id":3470,"_type":30,"title":3466,"_source":32,"_file":3471,"_stem":3472,"_extension":35},"/en-us/blog/authors/hazel-yang",{"name":3466,"config":3467},"Hazel Yang",{"headshot":7,"ctfId":3468},"hazelyang",{"template":682},"content:en-us:blog:authors:hazel-yang.yml","en-us/blog/authors/hazel-yang.yml","en-us/blog/authors/hazel-yang",{"_path":3474,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3475,"config":3479,"_id":3480,"_type":30,"title":3481,"_source":32,"_file":3482,"_stem":3483,"_extension":35},"/en-us/blog/authors/heather-mcnamee",{"name":3476,"config":3477},"Heather McNamee",{"headshot":713,"ctfId":3478},"Heather-McNamee",{"template":682},"content:en-us:blog:authors:heather-mcnamee.yml","Heather Mcnamee","en-us/blog/authors/heather-mcnamee.yml","en-us/blog/authors/heather-mcnamee",{"_path":3485,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3486,"config":3490,"_id":3491,"_type":30,"title":3487,"_source":32,"_file":3492,"_stem":3493,"_extension":35},"/en-us/blog/authors/heather-simpson",{"name":3487,"config":3488},"Heather Simpson",{"headshot":713,"ctfId":3489},"hsimpson",{"template":682},"content:en-us:blog:authors:heather-simpson.yml","en-us/blog/authors/heather-simpson.yml","en-us/blog/authors/heather-simpson",{"_path":3495,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3496,"config":3501,"_id":3502,"_type":30,"title":3497,"_source":32,"_file":3503,"_stem":3504,"_extension":35},"/en-us/blog/authors/hillary-benson",{"name":3497,"config":3498},"Hillary Benson",{"headshot":3499,"ctfId":3500},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683387/Blog/Author%20Headshots/hillarybensonheadshot.png","45VEFoISCoOhRXzyPyAf1x",{"template":682},"content:en-us:blog:authors:hillary-benson.yml","en-us/blog/authors/hillary-benson.yml","en-us/blog/authors/hillary-benson",{"_path":3506,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3507,"config":3511,"_id":3513,"_type":30,"title":3508,"_source":32,"_file":3514,"_stem":3515,"_extension":35},"/en-us/blog/authors/himanshu-kapoor",{"name":3508,"config":3509},"Himanshu Kapoor",{"headshot":3510},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1754585086/hfuoktkehmq0jyfybrnt.png",{"template":682,"gitlabHandle":3512},"himkp","content:en-us:blog:authors:himanshu-kapoor.yml","en-us/blog/authors/himanshu-kapoor.yml","en-us/blog/authors/himanshu-kapoor",{"_path":3517,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3518,"config":3523,"_id":3524,"_type":30,"title":3519,"_source":32,"_file":3525,"_stem":3526,"_extension":35},"/en-us/blog/authors/hiroki-suezawa",{"name":3519,"config":3520},"Hiroki Suezawa",{"headshot":3521,"ctfId":3522},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662370/Blog/Author%20Headshots/hiroki_suezawa.png","cw6ZIj0yjr1uw2LAFr23h",{"template":682},"content:en-us:blog:authors:hiroki-suezawa.yml","en-us/blog/authors/hiroki-suezawa.yml","en-us/blog/authors/hiroki-suezawa",{"_path":3528,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3529,"config":3533,"_id":3534,"_type":30,"title":3530,"_source":32,"_file":3535,"_stem":3536,"_extension":35},"/en-us/blog/authors/holly-reynolds",{"name":3530,"config":3531},"Holly Reynolds",{"headshot":7,"ctfId":3532},"hollyreynolds",{"template":682},"content:en-us:blog:authors:holly-reynolds.yml","en-us/blog/authors/holly-reynolds.yml","en-us/blog/authors/holly-reynolds",{"_path":3538,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3539,"config":3543,"_id":3544,"_type":30,"title":3540,"_source":32,"_file":3545,"_stem":3546,"_extension":35},"/en-us/blog/authors/huldra",{"name":3540,"config":3541},"Huldra",{"headshot":7,"ctfId":3542},"huldra",{"template":682},"content:en-us:blog:authors:huldra.yml","en-us/blog/authors/huldra.yml","en-us/blog/authors/huldra",{"_path":3548,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3549,"config":3553,"_id":3554,"_type":30,"title":3550,"_source":32,"_file":3555,"_stem":3556,"_extension":35},"/en-us/blog/authors/iain-camacho",{"name":3550,"config":3551},"Iain Camacho",{"headshot":7,"ctfId":3552},"icamacho",{"template":682},"content:en-us:blog:authors:iain-camacho.yml","en-us/blog/authors/iain-camacho.yml","en-us/blog/authors/iain-camacho",{"_path":3558,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3559,"config":3563,"_id":3564,"_type":30,"title":3560,"_source":32,"_file":3565,"_stem":3566,"_extension":35},"/en-us/blog/authors/ian-bartholomew",{"name":3560,"config":3561},"Ian Bartholomew",{"headshot":713,"ctfId":3562},"7D4PE43CXfi8pgOSCmipH0",{"template":682},"content:en-us:blog:authors:ian-bartholomew.yml","en-us/blog/authors/ian-bartholomew.yml","en-us/blog/authors/ian-bartholomew",{"_path":3568,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3569,"config":3574,"_id":3575,"_type":30,"title":3570,"_source":32,"_file":3576,"_stem":3577,"_extension":35},"/en-us/blog/authors/ian-khor",{"name":3570,"config":3571},"Ian Khor",{"headshot":3572,"ctfId":3573},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662933/Blog/Author%20Headshots/ian_khor_headshot.png","nSk8fzDwtG3LVFWwg8HrF",{"template":682},"content:en-us:blog:authors:ian-khor.yml","en-us/blog/authors/ian-khor.yml","en-us/blog/authors/ian-khor",{"_path":3579,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3580,"config":3585,"_id":3586,"_type":30,"title":3581,"_source":32,"_file":3587,"_stem":3588,"_extension":35},"/en-us/blog/authors/ian-pedowitz",{"name":3581,"config":3582},"Ian Pedowitz",{"headshot":3583,"ctfId":3584},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683040/Blog/Author%20Headshots/ipedowitz-headshot.jpg","ipedowitz",{"template":682},"content:en-us:blog:authors:ian-pedowitz.yml","en-us/blog/authors/ian-pedowitz.yml","en-us/blog/authors/ian-pedowitz",{"_path":3590,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3591,"config":3596,"_id":3597,"_type":30,"title":3592,"_source":32,"_file":3598,"_stem":3599,"_extension":35},"/en-us/blog/authors/igor-drozdov",{"name":3592,"config":3593},"Igor Drozdov",{"headshot":3594,"ctfId":3595},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672455/Blog/Author%20Headshots/igor.png","igordrozdov",{"template":682},"content:en-us:blog:authors:igor-drozdov.yml","en-us/blog/authors/igor-drozdov.yml","en-us/blog/authors/igor-drozdov",{"_path":3601,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3602,"config":3607,"_id":3608,"_type":30,"title":3603,"_source":32,"_file":3609,"_stem":3610,"_extension":35},"/en-us/blog/authors/igor-wiedler",{"name":3603,"config":3604},"Igor Wiedler",{"headshot":3605,"ctfId":3606},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681841/Blog/Author%20Headshots/igorwwwwwwwwwwwwwwwwwwww-headshot.png","igorwwwwwwwwwwwwwwwwwwww",{"template":682},"content:en-us:blog:authors:igor-wiedler.yml","en-us/blog/authors/igor-wiedler.yml","en-us/blog/authors/igor-wiedler",{"_path":3612,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3613,"config":3618,"_id":3619,"_type":30,"title":3620,"_source":32,"_file":3621,"_stem":3622,"_extension":35},"/en-us/blog/authors/inchul-yoo-sunjung-park",{"name":3614,"config":3615},"Inchul Yoo, Sunjung Park",{"headshot":3616,"ctfId":3617},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669731/Blog/Author%20Headshots/sunjungp-headshot.png","sunjungp",{"template":682},"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":3624,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3625,"config":3630,"_id":3631,"_type":30,"title":3626,"_source":32,"_file":3632,"_stem":3633,"_extension":35},"/en-us/blog/authors/isaac-dawson",{"name":3626,"config":3627},"Isaac Dawson",{"headshot":3628,"ctfId":3629},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669814/Blog/Author%20Headshots/idawson-headshot.jpg","idawson",{"template":682},"content:en-us:blog:authors:isaac-dawson.yml","en-us/blog/authors/isaac-dawson.yml","en-us/blog/authors/isaac-dawson",{"_path":3635,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3636,"config":3640,"_id":3642,"_type":30,"title":3643,"_source":32,"_file":3644,"_stem":3645,"_extension":35},"/en-us/blog/authors/issei-hamada-sony-biz-networks-corporation",{"config":3637,"name":3639},{"headshot":3638},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1760414048/buvcowublhq36ongtzbx.png","Issei Hamada, Sony Biz Networks Corporation",{"template":682,"gitlabHandle":3641},"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":3647,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3648,"config":3653,"_id":3654,"_type":30,"title":3649,"_source":32,"_file":3655,"_stem":3656,"_extension":35},"/en-us/blog/authors/itzik-gan-baruch",{"name":3649,"config":3650},"Itzik Gan Baruch",{"headshot":3651,"ctfId":3652},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658921/Blog/Author%20Headshots/iganbaruch-headshot.jpg","iganbaruch",{"template":682},"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":3658,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3659,"config":3663,"_id":3664,"_type":30,"title":3660,"_source":32,"_file":3665,"_stem":3666,"_extension":35},"/en-us/blog/authors/ivan-lychev",{"name":3660,"config":3661},"Ivan Lychev",{"headshot":7,"ctfId":3662},"iLychevAD",{"template":682},"content:en-us:blog:authors:ivan-lychev.yml","en-us/blog/authors/ivan-lychev.yml","en-us/blog/authors/ivan-lychev",{"_path":3668,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3669,"config":3673,"_id":3674,"_type":30,"title":3670,"_source":32,"_file":3675,"_stem":3676,"_extension":35},"/en-us/blog/authors/ivan-nemytchenko",{"name":3670,"config":3671},"Ivan Nemytchenko",{"headshot":713,"ctfId":3672},"Ivan-Nemytchenko",{"template":682},"content:en-us:blog:authors:ivan-nemytchenko.yml","en-us/blog/authors/ivan-nemytchenko.yml","en-us/blog/authors/ivan-nemytchenko",{"_path":3678,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3679,"config":3685,"_id":3686,"_type":30,"title":3681,"_source":32,"_file":3687,"_stem":3688,"_extension":35},"/en-us/blog/authors/ivanha-paz",{"role":3680,"name":3681,"config":3682},"DevRel Lead at Jam","Ivanha Paz",{"headshot":3683,"ctfId":3684},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670359/Blog/Author%20Headshots/Ivanha_Paz_-_headshot.jpg","7sP877dkX9NIHekQO3HbUH",{"template":682},"content:en-us:blog:authors:ivanha-paz.yml","en-us/blog/authors/ivanha-paz.yml","en-us/blog/authors/ivanha-paz",{"_path":3690,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3691,"config":3695,"_id":3696,"_type":30,"title":3692,"_source":32,"_file":3697,"_stem":3698,"_extension":35},"/en-us/blog/authors/jacie-bandur",{"name":3692,"config":3693},"Jacie Bandur",{"headshot":7,"ctfId":3694},"jbandur",{"template":682},"content:en-us:blog:authors:jacie-bandur.yml","en-us/blog/authors/jacie-bandur.yml","en-us/blog/authors/jacie-bandur",{"_path":3700,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3701,"config":3706,"_id":3707,"_type":30,"title":3702,"_source":32,"_file":3708,"_stem":3709,"_extension":35},"/en-us/blog/authors/jacki-bauer",{"name":3702,"config":3703},"Jacki Bauer",{"headshot":3704,"ctfId":3705},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669728/Blog/Author%20Headshots/jackib-headshot.jpg","7nGz3EarOjQXW2gQuJaF1Z",{"template":682},"content:en-us:blog:authors:jacki-bauer.yml","en-us/blog/authors/jacki-bauer.yml","en-us/blog/authors/jacki-bauer",{"_path":3711,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3712,"config":3716,"_id":3717,"_type":30,"title":3713,"_source":32,"_file":3718,"_stem":3719,"_extension":35},"/en-us/blog/authors/jackie-meshell",{"name":3713,"config":3714},"Jackie Meshell",{"headshot":7,"ctfId":3715},"jmeshell",{"template":682},"content:en-us:blog:authors:jackie-meshell.yml","en-us/blog/authors/jackie-meshell.yml","en-us/blog/authors/jackie-meshell",{"_path":3721,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3722,"config":3727,"_id":3728,"_type":30,"title":3723,"_source":32,"_file":3729,"_stem":3730,"_extension":35},"/en-us/blog/authors/jackie-porter",{"name":3723,"config":3724},"Jackie Porter",{"headshot":3725,"ctfId":3726},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664942/Blog/Author%20Headshots/jreporter-headshot.png","jreporter",{"template":682},"content:en-us:blog:authors:jackie-porter.yml","en-us/blog/authors/jackie-porter.yml","en-us/blog/authors/jackie-porter",{"_path":3732,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3733,"config":3737,"_id":3738,"_type":30,"title":3734,"_source":32,"_file":3739,"_stem":3740,"_extension":35},"/en-us/blog/authors/jacob-schatz",{"name":3734,"config":3735},"Jacob Schatz",{"headshot":7,"ctfId":3736},"jschatz1",{"template":682},"content:en-us:blog:authors:jacob-schatz.yml","en-us/blog/authors/jacob-schatz.yml","en-us/blog/authors/jacob-schatz",{"_path":3742,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3743,"config":3747,"_id":3748,"_type":30,"title":3744,"_source":32,"_file":3749,"_stem":3750,"_extension":35},"/en-us/blog/authors/jacob-vosmaer",{"name":3744,"config":3745},"Jacob Vosmaer",{"headshot":713,"ctfId":3746},"Jacob-Vosmaer",{"template":682},"content:en-us:blog:authors:jacob-vosmaer.yml","en-us/blog/authors/jacob-vosmaer.yml","en-us/blog/authors/jacob-vosmaer",{"_path":3752,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3753,"config":3758,"_id":3759,"_type":30,"title":3754,"_source":32,"_file":3760,"_stem":3761,"_extension":35},"/en-us/blog/authors/jacques-erasmus",{"name":3754,"config":3755},"Jacques Erasmus",{"headshot":3756,"ctfId":3757},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682633/Blog/Author%20Headshots/jerasmus-headshot.png","jerasmus",{"template":682},"content:en-us:blog:authors:jacques-erasmus.yml","en-us/blog/authors/jacques-erasmus.yml","en-us/blog/authors/jacques-erasmus",{"_path":3763,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3764,"config":3769,"_id":3770,"_type":30,"title":3771,"_source":32,"_file":3772,"_stem":3773,"_extension":35},"/en-us/blog/authors/jaime-martnez",{"name":3765,"config":3766},"Jaime Martínez",{"headshot":3767,"ctfId":3768},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679630/Blog/Author%20Headshots/jaime-headshot.jpg","jaime",{"template":682},"content:en-us:blog:authors:jaime-martnez.yml","Jaime Martnez","en-us/blog/authors/jaime-martnez.yml","en-us/blog/authors/jaime-martnez",{"_path":3775,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3776,"config":3780,"_id":3781,"_type":30,"title":3777,"_source":32,"_file":3782,"_stem":3783,"_extension":35},"/en-us/blog/authors/jake-foster",{"name":3777,"config":3778},"Jake Foster",{"headshot":713,"ctfId":3779},"jakefoster1",{"template":682},"content:en-us:blog:authors:jake-foster.yml","en-us/blog/authors/jake-foster.yml","en-us/blog/authors/jake-foster",{"_path":3785,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3786,"config":3790,"_id":3791,"_type":30,"title":3787,"_source":32,"_file":3792,"_stem":3793,"_extension":35},"/en-us/blog/authors/jake-stein",{"name":3787,"config":3788},"Jake Stein",{"headshot":713,"ctfId":3789},"Jake-Stein",{"template":682},"content:en-us:blog:authors:jake-stein.yml","en-us/blog/authors/jake-stein.yml","en-us/blog/authors/jake-stein",{"_path":3795,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3796,"config":3800,"_id":3801,"_type":30,"title":3797,"_source":32,"_file":3802,"_stem":3803,"_extension":35},"/en-us/blog/authors/james-dang",{"name":3797,"config":3798},"James Dang",{"headshot":713,"ctfId":3799},"James-Dang",{"template":682},"content:en-us:blog:authors:james-dang.yml","en-us/blog/authors/james-dang.yml","en-us/blog/authors/james-dang",{"_path":3805,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3806,"config":3811,"_id":3812,"_type":30,"title":3807,"_source":32,"_file":3813,"_stem":3814,"_extension":35},"/en-us/blog/authors/james-heimbuck",{"name":3807,"config":3808},"James Heimbuck",{"headshot":3809,"ctfId":3810},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666934/Blog/Author%20Headshots/jheimbuck_gl-headshot.png","jheimbuckgl",{"template":682},"content:en-us:blog:authors:james-heimbuck.yml","en-us/blog/authors/james-heimbuck.yml","en-us/blog/authors/james-heimbuck",{"_path":3816,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3817,"config":3821,"_id":3822,"_type":30,"title":3818,"_source":32,"_file":3823,"_stem":3824,"_extension":35},"/en-us/blog/authors/james-ramsay",{"name":3818,"config":3819},"James Ramsay",{"headshot":7,"ctfId":3820},"jramsay",{"template":682},"content:en-us:blog:authors:james-ramsay.yml","en-us/blog/authors/james-ramsay.yml","en-us/blog/authors/james-ramsay",{"_path":3826,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3827,"config":3832,"_id":3833,"_type":30,"title":3828,"_source":32,"_file":3834,"_stem":3835,"_extension":35},"/en-us/blog/authors/james-wormwell",{"name":3828,"config":3829},"James Wormwell",{"headshot":3830,"ctfId":3831},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659474/Blog/Author%20Headshots/james_wormwell_headshot.png","CPPijHb0Op5C5aVcvsOEf",{"template":682},"content:en-us:blog:authors:james-wormwell.yml","en-us/blog/authors/james-wormwell.yml","en-us/blog/authors/james-wormwell",{"_path":3837,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3838,"config":3842,"_id":3843,"_type":30,"title":3839,"_source":32,"_file":3844,"_stem":3845,"_extension":35},"/en-us/blog/authors/jamie-hurewitz",{"name":3839,"config":3840},"Jamie Hurewitz",{"headshot":713,"ctfId":3841},"Jamie-Hurewitz",{"template":682},"content:en-us:blog:authors:jamie-hurewitz.yml","en-us/blog/authors/jamie-hurewitz.yml","en-us/blog/authors/jamie-hurewitz",{"_path":3847,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3848,"config":3852,"_id":3853,"_type":30,"title":3849,"_source":32,"_file":3854,"_stem":3855,"_extension":35},"/en-us/blog/authors/jamie-rachel",{"name":3849,"config":3850},"Jamie Rachel",{"headshot":7,"ctfId":3851},"jrachel1",{"template":682},"content:en-us:blog:authors:jamie-rachel.yml","en-us/blog/authors/jamie-rachel.yml","en-us/blog/authors/jamie-rachel",{"_path":3857,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3858,"config":3863,"_id":3864,"_type":30,"title":3859,"_source":32,"_file":3865,"_stem":3866,"_extension":35},"/en-us/blog/authors/jan-provaznik",{"name":3859,"config":3860},"Jan Provaznik",{"headshot":3861,"ctfId":3862},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683397/Blog/Author%20Headshots/jprovaznik-headshot.png","jprovaznik",{"template":682},"content:en-us:blog:authors:jan-provaznik.yml","en-us/blog/authors/jan-provaznik.yml","en-us/blog/authors/jan-provaznik",{"_path":3868,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3869,"config":3874,"_id":3875,"_type":30,"title":3870,"_source":32,"_file":3876,"_stem":3877,"_extension":35},"/en-us/blog/authors/janis-altherr",{"name":3870,"config":3871},"Janis Altherr",{"headshot":3872,"ctfId":3873},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663163/Blog/Author%20Headshots/janis-headshot.jpg","janis",{"template":682},"content:en-us:blog:authors:janis-altherr.yml","en-us/blog/authors/janis-altherr.yml","en-us/blog/authors/janis-altherr",{"_path":3879,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3880,"config":3885,"_id":3886,"_type":30,"title":3881,"_source":32,"_file":3887,"_stem":3888,"_extension":35},"/en-us/blog/authors/jannik-lehmann",{"name":3881,"config":3882},"Jannik Lehmann",{"headshot":3883,"ctfId":3884},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665530/Blog/Author%20Headshots/jannik_lehmann_headshot.png","1N3FaKXgM0jmYL8jdnWKGN",{"template":682},"content:en-us:blog:authors:jannik-lehmann.yml","en-us/blog/authors/jannik-lehmann.yml","en-us/blog/authors/jannik-lehmann",{"_path":3890,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3891,"config":3896,"_id":3897,"_type":30,"title":3898,"_source":32,"_file":3899,"_stem":3900,"_extension":35},"/en-us/blog/authors/jarka-koanov-et-al",{"name":3892,"config":3893},"Jarka Košanová et al",{"headshot":3894,"ctfId":3895},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672956/Blog/Author%20Headshots/jarka-headshot.jpg","jarka",{"template":682},"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":3902,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3903,"config":3907,"_id":3908,"_type":30,"title":3909,"_source":32,"_file":3910,"_stem":3911,"_extension":35},"/en-us/blog/authors/jason-blais-mattermost",{"name":3904,"config":3905},"Jason Blais – Mattermost",{"headshot":7,"ctfId":3906},"jasonblais",{"template":682},"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":3913,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3914,"config":3918,"_id":3919,"_type":30,"title":3915,"_source":32,"_file":3920,"_stem":3921,"_extension":35},"/en-us/blog/authors/jason-chen",{"name":3915,"config":3916},"Jason Chen",{"headshot":713,"ctfId":3917},"Jason-Chen",{"template":682},"content:en-us:blog:authors:jason-chen.yml","en-us/blog/authors/jason-chen.yml","en-us/blog/authors/jason-chen",{"_path":3923,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3924,"config":3929,"_id":3930,"_type":30,"title":3925,"_source":32,"_file":3931,"_stem":3932,"_extension":35},"/en-us/blog/authors/jason-colyer",{"name":3925,"config":3926},"Jason Colyer",{"headshot":3927,"ctfId":3928},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670540/Blog/Author%20Headshots/jcolyer-headshot.jpg","jcolyer",{"template":682},"content:en-us:blog:authors:jason-colyer.yml","en-us/blog/authors/jason-colyer.yml","en-us/blog/authors/jason-colyer",{"_path":3934,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3935,"config":3940,"_id":3941,"_type":30,"title":3936,"_source":32,"_file":3942,"_stem":3943,"_extension":35},"/en-us/blog/authors/jason-plum",{"name":3936,"config":3937},"Jason Plum",{"headshot":3938,"ctfId":3939},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683234/Blog/Author%20Headshots/WarheadsSE-headshot.jpg","WarheadsSE",{"template":682},"content:en-us:blog:authors:jason-plum.yml","en-us/blog/authors/jason-plum.yml","en-us/blog/authors/jason-plum",{"_path":3945,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3946,"config":3950,"_id":3951,"_type":30,"title":3947,"_source":32,"_file":3952,"_stem":3953,"_extension":35},"/en-us/blog/authors/jason-yavorska",{"name":3947,"config":3948},"Jason Yavorska",{"headshot":7,"ctfId":3949},"jyavorska",{"template":682},"content:en-us:blog:authors:jason-yavorska.yml","en-us/blog/authors/jason-yavorska.yml","en-us/blog/authors/jason-yavorska",{"_path":3955,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3956,"config":3960,"_id":3961,"_type":30,"title":3957,"_source":32,"_file":3962,"_stem":3963,"_extension":35},"/en-us/blog/authors/jay-newman",{"name":3957,"config":3958},"Jay Newman",{"headshot":713,"ctfId":3959},"Jay-Newman",{"template":682},"content:en-us:blog:authors:jay-newman.yml","en-us/blog/authors/jay-newman.yml","en-us/blog/authors/jay-newman",{"_path":3965,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3966,"config":3971,"_id":3972,"_type":30,"title":3967,"_source":32,"_file":3973,"_stem":3974,"_extension":35},"/en-us/blog/authors/jayson-salazar",{"name":3967,"config":3968},"Jayson Salazar",{"headshot":3969,"ctfId":3970},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669832/Blog/Author%20Headshots/jdsalaro-headshot.png","787SqtoQNu4DE3WGWE1WMv",{"template":682},"content:en-us:blog:authors:jayson-salazar.yml","en-us/blog/authors/jayson-salazar.yml","en-us/blog/authors/jayson-salazar",{"_path":3976,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3977,"config":3981,"_id":3982,"_type":30,"title":3983,"_source":32,"_file":3984,"_stem":3985,"_extension":35},"/en-us/blog/authors/jd-alex",{"name":3978,"config":3979},"JD Alex",{"headshot":7,"ctfId":3980},"jalex1",{"template":682},"content:en-us:blog:authors:jd-alex.yml","Jd Alex","en-us/blog/authors/jd-alex.yml","en-us/blog/authors/jd-alex",{"_path":3987,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3988,"config":3992,"_id":3993,"_type":30,"title":3994,"_source":32,"_file":3995,"_stem":3996,"_extension":35},"/en-us/blog/authors/jean-philippe-baconnais",{"name":3989,"config":3990},"Jean-Philippe Baconnais",{"headshot":7,"ctfId":3991},"jeanphibaconnais",{"template":682},"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":3998,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":3999,"config":4004,"_id":4005,"_type":30,"title":4000,"_source":32,"_file":4006,"_stem":4007,"_extension":35},"/en-us/blog/authors/jeff-burrows",{"name":4000,"config":4001},"Jeff Burrows",{"headshot":4002,"ctfId":4003},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749680588/Blog/Author%20Headshots/jburrows001-headshot.jpg","jburrows001",{"template":682},"content:en-us:blog:authors:jeff-burrows.yml","en-us/blog/authors/jeff-burrows.yml","en-us/blog/authors/jeff-burrows",{"_path":4009,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4010,"config":4014,"_id":4015,"_type":30,"title":4011,"_source":32,"_file":4016,"_stem":4017,"_extension":35},"/en-us/blog/authors/jeff-kelsey",{"name":4011,"config":4012},"Jeff Kelsey",{"headshot":713,"ctfId":4013},"Jeff-Kelsey",{"template":682},"content:en-us:blog:authors:jeff-kelsey.yml","en-us/blog/authors/jeff-kelsey.yml","en-us/blog/authors/jeff-kelsey",{"_path":4019,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4020,"config":4025,"_id":4026,"_type":30,"title":4021,"_source":32,"_file":4027,"_stem":4028,"_extension":35},"/en-us/blog/authors/jeff-park",{"name":4021,"config":4022},"Jeff Park",{"headshot":4023,"ctfId":4024},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662462/Blog/Author%20Headshots/jeff_park.png","6f3sZWoxqV0RIufjUp6ohq",{"template":682},"content:en-us:blog:authors:jeff-park.yml","en-us/blog/authors/jeff-park.yml","en-us/blog/authors/jeff-park",{"_path":4030,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4031,"config":4036,"_id":4037,"_type":30,"title":4032,"_source":32,"_file":4038,"_stem":4039,"_extension":35},"/en-us/blog/authors/jeff-tucker",{"name":4032,"config":4033},"Jeff Tucker",{"headshot":4034,"ctfId":4035},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662256/Blog/Author%20Headshots/jeff_tucker_headshot.png","QsMDilyLUNsS2rvyaG3ne",{"template":682},"content:en-us:blog:authors:jeff-tucker.yml","en-us/blog/authors/jeff-tucker.yml","en-us/blog/authors/jeff-tucker",{"_path":4041,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4042,"config":4047,"_id":4048,"_type":30,"title":4043,"_source":32,"_file":4049,"_stem":4050,"_extension":35},"/en-us/blog/authors/jensen-stava",{"name":4043,"config":4044},"Jensen Stava",{"headshot":4045,"ctfId":4046},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679862/Blog/Author%20Headshots/jstava-headshot.png","jstava",{"template":682},"content:en-us:blog:authors:jensen-stava.yml","en-us/blog/authors/jensen-stava.yml","en-us/blog/authors/jensen-stava",{"_path":4052,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4053,"config":4057,"_id":4058,"_type":30,"title":4054,"_source":32,"_file":4059,"_stem":4060,"_extension":35},"/en-us/blog/authors/jeremy-cooper",{"name":4054,"config":4055},"Jeremy Cooper",{"headshot":713,"ctfId":4056},"6sXs62l8jODDcUlS9OPgTu",{"template":682},"content:en-us:blog:authors:jeremy-cooper.yml","en-us/blog/authors/jeremy-cooper.yml","en-us/blog/authors/jeremy-cooper",{"_path":4062,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4063,"config":4068,"_id":4069,"_type":30,"title":4064,"_source":32,"_file":4070,"_stem":4071,"_extension":35},"/en-us/blog/authors/jeremy-elder",{"name":4064,"config":4065},"Jeremy Elder",{"headshot":4066,"ctfId":4067},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666146/Blog/Author%20Headshots/jeldergl-headshot.jpg","jeldergl",{"template":682},"content:en-us:blog:authors:jeremy-elder.yml","en-us/blog/authors/jeremy-elder.yml","en-us/blog/authors/jeremy-elder",{"_path":4073,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4074,"config":4079,"_id":4080,"_type":30,"title":4075,"_source":32,"_file":4081,"_stem":4082,"_extension":35},"/en-us/blog/authors/jeremy-wagner",{"name":4075,"config":4076},"Jeremy Wagner",{"headshot":4077,"ctfId":4078},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663285/Blog/Author%20Headshots/jeremywagner-headshot.jpg","jeremywagner",{"template":682},"content:en-us:blog:authors:jeremy-wagner.yml","en-us/blog/authors/jeremy-wagner.yml","en-us/blog/authors/jeremy-wagner",{"_path":4084,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4085,"config":4089,"_id":4090,"_type":30,"title":4086,"_source":32,"_file":4091,"_stem":4092,"_extension":35},"/en-us/blog/authors/jeremy-watson",{"name":4086,"config":4087},"Jeremy Watson",{"headshot":7,"ctfId":4088},"jeremy",{"template":682},"content:en-us:blog:authors:jeremy-watson.yml","en-us/blog/authors/jeremy-watson.yml","en-us/blog/authors/jeremy-watson",{"_path":4094,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4095,"config":4100,"_id":4101,"_type":30,"title":4096,"_source":32,"_file":4102,"_stem":4103,"_extension":35},"/en-us/blog/authors/jerez-solis",{"name":4096,"config":4097},"Jerez Solis",{"headshot":4098,"ctfId":4099},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664494/Blog/Author%20Headshots/jerezsolis.jpg","1Tx8fzD6QQglwxBTAlwAOZ",{"template":682},"content:en-us:blog:authors:jerez-solis.yml","en-us/blog/authors/jerez-solis.yml","en-us/blog/authors/jerez-solis",{"_path":4105,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4106,"config":4110,"_id":4111,"_type":30,"title":4112,"_source":32,"_file":4113,"_stem":4114,"_extension":35},"/en-us/blog/authors/jeroen-van-baarsen",{"name":4107,"config":4108},"Jeroen van Baarsen",{"headshot":713,"ctfId":4109},"Jeroen-van-Baarsen",{"template":682},"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":4116,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4117,"config":4122,"_id":4123,"_type":30,"title":4118,"_source":32,"_file":4124,"_stem":4125,"_extension":35},"/en-us/blog/authors/jessica-hurwitz",{"name":4118,"config":4119},"Jessica Hurwitz",{"headshot":4120,"ctfId":4121},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659532/Blog/Author%20Headshots/jessica_hurwitz_headshot.png","6c35XpCSITw8fPmcAX67of",{"template":682},"content:en-us:blog:authors:jessica-hurwitz.yml","en-us/blog/authors/jessica-hurwitz.yml","en-us/blog/authors/jessica-hurwitz",{"_path":4127,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4128,"config":4132,"_id":4133,"_type":30,"title":4129,"_source":32,"_file":4134,"_stem":4135,"_extension":35},"/en-us/blog/authors/jim-riley",{"name":4129,"config":4130},"Jim Riley",{"headshot":7,"ctfId":4131},"GitLabcom-username-jrileyinva",{"template":682},"content:en-us:blog:authors:jim-riley.yml","en-us/blog/authors/jim-riley.yml","en-us/blog/authors/jim-riley",{"_path":4137,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4138,"config":4142,"_id":4143,"_type":30,"title":4139,"_source":32,"_file":4144,"_stem":4145,"_extension":35},"/en-us/blog/authors/jim-thavisouk",{"name":4139,"config":4140},"Jim Thavisouk",{"headshot":713,"ctfId":4141},"jimthavisouk",{"template":682},"content:en-us:blog:authors:jim-thavisouk.yml","en-us/blog/authors/jim-thavisouk.yml","en-us/blog/authors/jim-thavisouk",{"_path":4147,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4148,"config":4152,"_id":4153,"_type":30,"title":4154,"_source":32,"_file":4155,"_stem":4156,"_extension":35},"/en-us/blog/authors/job-van-der-voort",{"name":4149,"config":4150},"Job van der Voort",{"headshot":713,"ctfId":4151},"Job-van-der-Voort",{"template":682},"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":4158,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4159,"config":4164,"_id":4165,"_type":30,"title":4160,"_source":32,"_file":4166,"_stem":4167,"_extension":35},"/en-us/blog/authors/jocelyn-eillis",{"name":4160,"config":4161},"Jocelyn Eillis",{"headshot":4162,"ctfId":4163},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/geqmxc4jkh4uy89m9loe.png","eGPL69Bvlva57elmDjuSo",{"template":682},"content:en-us:blog:authors:jocelyn-eillis.yml","en-us/blog/authors/jocelyn-eillis.yml","en-us/blog/authors/jocelyn-eillis",{"_path":4169,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4170,"config":4174,"_id":4175,"_type":30,"title":4171,"_source":32,"_file":4176,"_stem":4177,"_extension":35},"/en-us/blog/authors/jochen-roth",{"name":4171,"config":4172},"Jochen Roth",{"headshot":7,"ctfId":4173},"ochorocho",{"template":682},"content:en-us:blog:authors:jochen-roth.yml","en-us/blog/authors/jochen-roth.yml","en-us/blog/authors/jochen-roth",{"_path":4179,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4180,"config":4185,"_id":4186,"_type":30,"title":4181,"_source":32,"_file":4187,"_stem":4188,"_extension":35},"/en-us/blog/authors/joe-randazzo",{"name":4181,"config":4182},"Joe Randazzo",{"headshot":4183,"ctfId":4184},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664711/Blog/Author%20Headshots/randazzo.jpg","5DxpEbIVcwN2ukwiEMsHlH",{"template":682},"content:en-us:blog:authors:joe-randazzo.yml","en-us/blog/authors/joe-randazzo.yml","en-us/blog/authors/joe-randazzo",{"_path":4190,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4191,"config":4196,"_id":4197,"_type":30,"title":4192,"_source":32,"_file":4198,"_stem":4199,"_extension":35},"/en-us/blog/authors/joel-krooswyk",{"name":4192,"config":4193},"Joel Krooswyk",{"headshot":4194,"ctfId":4195},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669392/Blog/Author%20Headshots/jkrooswyk-headshot.jpg","jkrooswyk",{"template":682},"content:en-us:blog:authors:joel-krooswyk.yml","en-us/blog/authors/joel-krooswyk.yml","en-us/blog/authors/joel-krooswyk",{"_path":4201,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4202,"config":4207,"_id":4208,"_type":30,"title":4203,"_source":32,"_file":4209,"_stem":4210,"_extension":35},"/en-us/blog/authors/joern-schneeweisz",{"name":4203,"config":4204},"Joern Schneeweisz",{"headshot":4205,"ctfId":4206},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679144/Blog/Author%20Headshots/joernchen-headshot.png","joernchen",{"template":682},"content:en-us:blog:authors:joern-schneeweisz.yml","en-us/blog/authors/joern-schneeweisz.yml","en-us/blog/authors/joern-schneeweisz",{"_path":4212,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4213,"config":4217,"_id":4218,"_type":30,"title":4214,"_source":32,"_file":4219,"_stem":4220,"_extension":35},"/en-us/blog/authors/joey-salazar",{"name":4214,"config":4215},"Joey Salazar",{"headshot":713,"ctfId":4216},"4LgUP4bzQV6kuhoZNFID9r",{"template":682},"content:en-us:blog:authors:joey-salazar.yml","en-us/blog/authors/joey-salazar.yml","en-us/blog/authors/joey-salazar",{"_path":4222,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4223,"config":4227,"_id":4228,"_type":30,"title":4224,"_source":32,"_file":4229,"_stem":4230,"_extension":35},"/en-us/blog/authors/johanna-ambrosio",{"name":4224,"config":4225},"Johanna Ambrosio",{"headshot":713,"ctfId":4226},"Johanna-Ambrosio",{"template":682},"content:en-us:blog:authors:johanna-ambrosio.yml","en-us/blog/authors/johanna-ambrosio.yml","en-us/blog/authors/johanna-ambrosio",{"_path":4232,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4233,"config":4238,"_id":4239,"_type":30,"title":4234,"_source":32,"_file":4240,"_stem":4241,"_extension":35},"/en-us/blog/authors/johannes-bauer",{"name":4234,"config":4235},"Johannes Bauer",{"headshot":4236,"ctfId":4237},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662611/Blog/Author%20Headshots/johannes_bauer_headshot.png","6Snkao4VD1IxGOzV1YpcMZ",{"template":682},"content:en-us:blog:authors:johannes-bauer.yml","en-us/blog/authors/johannes-bauer.yml","en-us/blog/authors/johannes-bauer",{"_path":4243,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4244,"config":4249,"_id":4250,"_type":30,"title":4245,"_source":32,"_file":4251,"_stem":4252,"_extension":35},"/en-us/blog/authors/john-cai",{"name":4245,"config":4246},"John Cai",{"headshot":4247,"ctfId":4248},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667386/Blog/Author%20Headshots/jcaigitlab-headshot.jpg","jcaigitlab",{"template":682},"content:en-us:blog:authors:john-cai.yml","en-us/blog/authors/john-cai.yml","en-us/blog/authors/john-cai",{"_path":4254,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4255,"config":4260,"_id":4261,"_type":30,"title":4256,"_source":32,"_file":4262,"_stem":4263,"_extension":35},"/en-us/blog/authors/john-coghlan",{"name":4256,"config":4257},"John Coghlan",{"headshot":4258,"ctfId":4259},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670167/Blog/Author%20Headshots/johncoghlan-headshot.jpg","johncoghlan",{"template":682},"content:en-us:blog:authors:john-coghlan.yml","en-us/blog/authors/john-coghlan.yml","en-us/blog/authors/john-coghlan",{"_path":4265,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4266,"config":4271,"_id":4272,"_type":30,"title":4267,"_source":32,"_file":4273,"_stem":4274,"_extension":35},"/en-us/blog/authors/john-crowley",{"name":4267,"config":4268},"John Crowley",{"headshot":4269,"ctfId":4270},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666042/Blog/Author%20Headshots/john_crowley_headshot.png","64k6bR3mtIchoqBccJDaTO",{"template":682},"content:en-us:blog:authors:john-crowley.yml","en-us/blog/authors/john-crowley.yml","en-us/blog/authors/john-crowley",{"_path":4276,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4277,"config":4282,"_id":4283,"_type":30,"title":4278,"_source":32,"_file":4284,"_stem":4285,"_extension":35},"/en-us/blog/authors/john-jarvis",{"name":4278,"config":4279},"John Jarvis",{"headshot":4280,"ctfId":4281},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678622/Blog/Author%20Headshots/jarv-headshot.jpg","jarv",{"template":682},"content:en-us:blog:authors:john-jarvis.yml","en-us/blog/authors/john-jarvis.yml","en-us/blog/authors/john-jarvis",{"_path":4287,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4288,"config":4292,"_id":4293,"_type":30,"title":4289,"_source":32,"_file":4294,"_stem":4295,"_extension":35},"/en-us/blog/authors/john-jeremiah",{"name":4289,"config":4290},"John Jeremiah",{"headshot":713,"ctfId":4291},"johnjeremiah",{"template":682},"content:en-us:blog:authors:john-jeremiah.yml","en-us/blog/authors/john-jeremiah.yml","en-us/blog/authors/john-jeremiah",{"_path":4297,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4298,"config":4302,"_id":4303,"_type":30,"title":4304,"_source":32,"_file":4305,"_stem":4306,"_extension":35},"/en-us/blog/authors/john-mcguire",{"name":4299,"config":4300},"John McGuire",{"headshot":713,"ctfId":4301},"2BpYnUcWeqmuRlVM7w9ZIv",{"template":682},"content:en-us:blog:authors:john-mcguire.yml","John Mcguire","en-us/blog/authors/john-mcguire.yml","en-us/blog/authors/john-mcguire",{"_path":4308,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4309,"config":4313,"_id":4315,"_type":30,"title":4310,"_source":32,"_file":4316,"_stem":4317,"_extension":35},"/en-us/blog/authors/john-skarbek",{"name":4310,"config":4311},"John Skarbek",{"headshot":4312},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751303547/nq8dxitzoybran2r7crm.png",{"template":682,"gitlabHandle":4314},"skarbek","content:en-us:blog:authors:john-skarbek.yml","en-us/blog/authors/john-skarbek.yml","en-us/blog/authors/john-skarbek",{"_path":4319,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4320,"config":4324,"_id":4325,"_type":30,"title":4321,"_source":32,"_file":4326,"_stem":4327,"_extension":35},"/en-us/blog/authors/john-sparrow",{"name":4321,"config":4322},"John Sparrow",{"headshot":713,"ctfId":4323},"John-Sparrow",{"template":682},"content:en-us:blog:authors:john-sparrow.yml","en-us/blog/authors/john-sparrow.yml","en-us/blog/authors/john-sparrow",{"_path":4329,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4330,"config":4334,"_id":4335,"_type":30,"title":4331,"_source":32,"_file":4336,"_stem":4337,"_extension":35},"/en-us/blog/authors/johnathan-hunt",{"name":4331,"config":4332},"Johnathan Hunt",{"headshot":713,"ctfId":4333},"JohnathanHunt",{"template":682},"content:en-us:blog:authors:johnathan-hunt.yml","en-us/blog/authors/johnathan-hunt.yml","en-us/blog/authors/johnathan-hunt",{"_path":4339,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4340,"config":4344,"_id":4345,"_type":30,"title":4341,"_source":32,"_file":4346,"_stem":4347,"_extension":35},"/en-us/blog/authors/joni-klippert",{"name":4341,"config":4342},"Joni Klippert",{"headshot":713,"ctfId":4343},"Joni-Klippert",{"template":682},"content:en-us:blog:authors:joni-klippert.yml","en-us/blog/authors/joni-klippert.yml","en-us/blog/authors/joni-klippert",{"_path":4349,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4350,"config":4355,"_id":4356,"_type":30,"title":4357,"_source":32,"_file":4358,"_stem":4359,"_extension":35},"/en-us/blog/authors/joo-alexandre-prado-tavares-cunha",{"name":4351,"config":4352},"João Alexandre Prado Tavares Cunha",{"headshot":4353,"ctfId":4354},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682771/Blog/Author%20Headshots/Alexand-headshot.jpg","Alexand",{"template":682},"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":4361,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4362,"config":4367,"_id":4368,"_type":30,"title":4369,"_source":32,"_file":4370,"_stem":4371,"_extension":35},"/en-us/blog/authors/joo-pereira",{"name":4363,"config":4364},"João Pereira",{"headshot":4365,"ctfId":4366},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665547/Blog/Author%20Headshots/joao_pereira.png","7wLh5rwID5R39PRA6aiAb0",{"template":682},"content:en-us:blog:authors:joo-pereira.yml","Joo Pereira","en-us/blog/authors/joo-pereira.yml","en-us/blog/authors/joo-pereira",{"_path":4373,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4374,"config":4378,"_id":4379,"_type":30,"title":4375,"_source":32,"_file":4380,"_stem":4381,"_extension":35},"/en-us/blog/authors/jordi-mon",{"name":4375,"config":4376},"Jordi Mon",{"headshot":7,"ctfId":4377},"jordimon",{"template":682},"content:en-us:blog:authors:jordi-mon.yml","en-us/blog/authors/jordi-mon.yml","en-us/blog/authors/jordi-mon",{"_path":4383,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4384,"config":4389,"_id":4390,"_type":30,"title":4391,"_source":32,"_file":4392,"_stem":4393,"_extension":35},"/en-us/blog/authors/jos-ivn-vargas",{"name":4385,"config":4386},"José Iván Vargas",{"headshot":4387,"ctfId":4388},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679024/Blog/Author%20Headshots/jivanvl-headshot.jpg","jivanvl",{"template":682},"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":4395,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4396,"config":4400,"_id":4401,"_type":30,"title":4397,"_source":32,"_file":4402,"_stem":4403,"_extension":35},"/en-us/blog/authors/jose-finotto",{"name":4397,"config":4398},"Jose Finotto",{"headshot":7,"ctfId":4399},"finotto",{"template":682},"content:en-us:blog:authors:jose-finotto.yml","en-us/blog/authors/jose-finotto.yml","en-us/blog/authors/jose-finotto",{"_path":4405,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4406,"config":4410,"_id":4412,"_type":30,"title":4409,"_source":32,"_file":4413,"_stem":4414,"_extension":35},"/en-us/blog/authors/joseph-burnett",{"config":4407,"name":4409},{"headshot":4408},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752169072/teprmqbylocazrqdtuix.png","Joseph Burnett",{"template":682,"gitlabHandle":4411},"josephburnett","content:en-us:blog:authors:joseph-burnett.yml","en-us/blog/authors/joseph-burnett.yml","en-us/blog/authors/joseph-burnett",{"_path":4416,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4417,"config":4422,"_id":4423,"_type":30,"title":4418,"_source":32,"_file":4424,"_stem":4425,"_extension":35},"/en-us/blog/authors/joseph-longo",{"name":4418,"config":4419},"Joseph Longo",{"headshot":4420,"ctfId":4421},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659681/Blog/Author%20Headshots/jlongo_gitlab-headshot.jpg","jlongogitlab",{"template":682},"content:en-us:blog:authors:joseph-longo.yml","en-us/blog/authors/joseph-longo.yml","en-us/blog/authors/joseph-longo",{"_path":4427,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4428,"config":4432,"_id":4433,"_type":30,"title":4434,"_source":32,"_file":4435,"_stem":4436,"_extension":35},"/en-us/blog/authors/joseph-schorr-from-coreos",{"name":4429,"config":4430},"Joseph Schorr from CoreOS",{"headshot":713,"ctfId":4431},"Joseph-Schorr-from-CoreOS",{"template":682},"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":4438,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4439,"config":4444,"_id":4445,"_type":30,"title":4440,"_source":32,"_file":4446,"_stem":4447,"_extension":35},"/en-us/blog/authors/josh-feehs",{"name":4440,"config":4441},"Josh Feehs",{"headshot":4442,"ctfId":4443},"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":682},"content:en-us:blog:authors:josh-feehs.yml","en-us/blog/authors/josh-feehs.yml","en-us/blog/authors/josh-feehs",{"_path":4449,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4450,"config":4456,"_id":4457,"_type":30,"title":4458,"_source":32,"_file":4459,"_stem":4460,"_extension":35},"/en-us/blog/authors/josh-kodroff-pulumi",{"role":4451,"name":4452,"config":4453},"Sr. Solutions Architect, Pulumi","Josh Kodroff, Pulumi",{"headshot":4454,"ctfId":4455},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683425/Blog/Author%20Headshots/joshkodroff.jpg","2GF0MF1ngEBxos4nRKt8tL",{"template":682},"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":4462,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4463,"config":4467,"_id":4468,"_type":30,"title":4464,"_source":32,"_file":4469,"_stem":4470,"_extension":35},"/en-us/blog/authors/josh-zimmerman",{"name":4464,"config":4465},"Josh Zimmerman",{"headshot":7,"ctfId":4466},"JoshZimmerman",{"template":682},"content:en-us:blog:authors:josh-zimmerman.yml","en-us/blog/authors/josh-zimmerman.yml","en-us/blog/authors/josh-zimmerman",{"_path":4472,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4473,"config":4478,"_id":4479,"_type":30,"title":4474,"_source":32,"_file":4480,"_stem":4481,"_extension":35},"/en-us/blog/authors/joshua-carroll",{"name":4474,"config":4475},"Joshua Carroll",{"headshot":4476,"ctfId":4477},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664952/Blog/Author%20Headshots/joshua_carroll_headshot.png","8HOTaXswBopyqMWFZMSv3",{"template":682},"content:en-us:blog:authors:joshua-carroll.yml","en-us/blog/authors/joshua-carroll.yml","en-us/blog/authors/joshua-carroll",{"_path":4483,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4484,"config":4489,"_id":4490,"_type":30,"title":4485,"_source":32,"_file":4491,"_stem":4492,"_extension":35},"/en-us/blog/authors/joshua-lambert",{"name":4485,"config":4486},"Joshua Lambert",{"headshot":4487,"ctfId":4488},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681281/Blog/Author%20Headshots/joshlambert-headshot.png","joshlambert",{"template":682},"content:en-us:blog:authors:joshua-lambert.yml","en-us/blog/authors/joshua-lambert.yml","en-us/blog/authors/joshua-lambert",{"_path":4494,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4495,"config":4499,"_id":4500,"_type":30,"title":4496,"_source":32,"_file":4501,"_stem":4502,"_extension":35},"/en-us/blog/authors/joyce-tompsett",{"name":4496,"config":4497},"Joyce Tompsett",{"headshot":7,"ctfId":4498},"Tompsett",{"template":682},"content:en-us:blog:authors:joyce-tompsett.yml","en-us/blog/authors/joyce-tompsett.yml","en-us/blog/authors/joyce-tompsett",{"_path":4504,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4505,"config":4509,"_id":4510,"_type":30,"title":4506,"_source":32,"_file":4511,"_stem":4512,"_extension":35},"/en-us/blog/authors/juan-broullon",{"name":4506,"config":4507},"Juan Broullon",{"headshot":7,"ctfId":4508},"jbroullon",{"template":682},"content:en-us:blog:authors:juan-broullon.yml","en-us/blog/authors/juan-broullon.yml","en-us/blog/authors/juan-broullon",{"_path":4514,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4515,"config":4519,"_id":4520,"_type":30,"title":4516,"_source":32,"_file":4521,"_stem":4522,"_extension":35},"/en-us/blog/authors/julia-lake",{"name":4516,"config":4517},"Julia Lake",{"headshot":713,"ctfId":4518},"5i9IDwCDDg3lfkiu9T3edZ",{"template":682},"content:en-us:blog:authors:julia-lake.yml","en-us/blog/authors/julia-lake.yml","en-us/blog/authors/julia-lake",{"_path":4524,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4525,"config":4530,"_id":4531,"_type":30,"title":4526,"_source":32,"_file":4532,"_stem":4533,"_extension":35},"/en-us/blog/authors/julia-miocene",{"name":4526,"config":4527},"Julia Miocene",{"headshot":4528,"ctfId":4529},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755616177/yatkjhtf60edealtvpr4.png","6SK0DpWNK5NmfLyn2vWMPI",{"template":682},"content:en-us:blog:authors:julia-miocene.yml","en-us/blog/authors/julia-miocene.yml","en-us/blog/authors/julia-miocene",{"_path":4535,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4536,"config":4540,"_id":4541,"_type":30,"title":4537,"_source":32,"_file":4542,"_stem":4543,"_extension":35},"/en-us/blog/authors/julian-thome",{"name":4537,"config":4538},"Julian Thome",{"headshot":7,"ctfId":4539},"jthome",{"template":682},"content:en-us:blog:authors:julian-thome.yml","en-us/blog/authors/julian-thome.yml","en-us/blog/authors/julian-thome",{"_path":4545,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4546,"config":4551,"_id":4552,"_type":30,"title":4547,"_source":32,"_file":4553,"_stem":4554,"_extension":35},"/en-us/blog/authors/julie-byrne",{"name":4547,"config":4548},"Julie Byrne",{"headshot":4549,"ctfId":4550},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669432/Blog/Author%20Headshots/juliebyrne.jpg","3SaRWyz0u889xiq6rZkCO",{"template":682},"content:en-us:blog:authors:julie-byrne.yml","en-us/blog/authors/julie-byrne.yml","en-us/blog/authors/julie-byrne",{"_path":4556,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4557,"config":4562,"_id":4563,"_type":30,"title":4558,"_source":32,"_file":4564,"_stem":4565,"_extension":35},"/en-us/blog/authors/julie-griffin",{"name":4558,"config":4559},"Julie Griffin",{"headshot":4560,"ctfId":4561},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665206/Blog/Author%20Headshots/julie_griffin_-_headshot.png","3djBidFIW3or5K9uhi9LE5",{"template":682},"content:en-us:blog:authors:julie-griffin.yml","en-us/blog/authors/julie-griffin.yml","en-us/blog/authors/julie-griffin",{"_path":4567,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4568,"config":4572,"_id":4573,"_type":30,"title":4569,"_source":32,"_file":4574,"_stem":4575,"_extension":35},"/en-us/blog/authors/julien-andrieux",{"name":4569,"config":4570},"Julien Andrieux",{"headshot":713,"ctfId":4571},"Julien-Andrieux",{"template":682},"content:en-us:blog:authors:julien-andrieux.yml","en-us/blog/authors/julien-andrieux.yml","en-us/blog/authors/julien-andrieux",{"_path":4577,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4578,"config":4583,"_id":4584,"_type":30,"title":4579,"_source":32,"_file":4585,"_stem":4586,"_extension":35},"/en-us/blog/authors/juliet-wanjohi",{"name":4579,"config":4580},"Juliet Wanjohi",{"headshot":4581,"ctfId":4582},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669837/Blog/Author%20Headshots/jwanjohi-headshot.jpg","jwanjohi",{"template":682},"content:en-us:blog:authors:juliet-wanjohi.yml","en-us/blog/authors/juliet-wanjohi.yml","en-us/blog/authors/juliet-wanjohi",{"_path":4588,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4589,"config":4593,"_id":4594,"_type":30,"title":4590,"_source":32,"_file":4595,"_stem":4596,"_extension":35},"/en-us/blog/authors/justin-farris",{"name":4590,"config":4591},"Justin Farris",{"headshot":713,"ctfId":4592},"5RHYudAlWLmSj5U7AOIcbG",{"template":682},"content:en-us:blog:authors:justin-farris.yml","en-us/blog/authors/justin-farris.yml","en-us/blog/authors/justin-farris",{"_path":4598,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4599,"config":4604,"_id":4605,"_type":30,"title":4600,"_source":32,"_file":4606,"_stem":4607,"_extension":35},"/en-us/blog/authors/justin-tobler",{"name":4600,"config":4601},"Justin Tobler",{"headshot":4602,"ctfId":4603},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664737/Blog/Author%20Headshots/james_tobler_headshot.png","5pnOIbNI1Sc5IFnReNHNtv",{"template":682},"content:en-us:blog:authors:justin-tobler.yml","en-us/blog/authors/justin-tobler.yml","en-us/blog/authors/justin-tobler",{"_path":4609,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4610,"config":4615,"_id":4616,"_type":30,"title":4611,"_source":32,"_file":4617,"_stem":4618,"_extension":35},"/en-us/blog/authors/kai-armstrong",{"name":4611,"config":4612},"Kai Armstrong",{"headshot":4613,"ctfId":4614},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682535/Blog/Author%20Headshots/phikai-headshot.png","phikai",{"template":682},"content:en-us:blog:authors:kai-armstrong.yml","en-us/blog/authors/kai-armstrong.yml","en-us/blog/authors/kai-armstrong",{"_path":4620,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4621,"config":4625,"_id":4626,"_type":30,"title":4627,"_source":32,"_file":4628,"_stem":4629,"_extension":35},"/en-us/blog/authors/kamil-trzciski",{"name":4622,"config":4623},"Kamil Trzciński",{"headshot":713,"ctfId":4624},"Kamil-Trzciski",{"template":682},"content:en-us:blog:authors:kamil-trzciski.yml","Kamil Trzciski","en-us/blog/authors/kamil-trzciski.yml","en-us/blog/authors/kamil-trzciski",{"_path":4631,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4632,"config":4636,"_id":4637,"_type":30,"title":4638,"_source":32,"_file":4639,"_stem":4640,"_extension":35},"/en-us/blog/authors/karen-caras",{"name":4633,"config":4634},"Karen Carías",{"headshot":713,"ctfId":4635},"Karen-Caras",{"template":682},"content:en-us:blog:authors:karen-caras.yml","Karen Caras","en-us/blog/authors/karen-caras.yml","en-us/blog/authors/karen-caras",{"_path":4642,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4643,"config":4647,"_id":4649,"_type":30,"title":4644,"_source":32,"_file":4650,"_stem":4651,"_extension":35},"/en-us/blog/authors/karishma-kumar",{"name":4644,"config":4645},"Karishma Kumar",{"headshot":4646},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1761931048/z7wcdkw5czs9uwtpmfwg.png",{"template":682,"gitlabHandle":4648},"karishmakumar","content:en-us:blog:authors:karishma-kumar.yml","en-us/blog/authors/karishma-kumar.yml","en-us/blog/authors/karishma-kumar",{"_path":4653,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4654,"config":4659,"_id":4660,"_type":30,"title":4655,"_source":32,"_file":4661,"_stem":4662,"_extension":35},"/en-us/blog/authors/karthik-nayak",{"name":4655,"config":4656},"Karthik Nayak",{"headshot":4657,"ctfId":4658},"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":682},"content:en-us:blog:authors:karthik-nayak.yml","en-us/blog/authors/karthik-nayak.yml","en-us/blog/authors/karthik-nayak",{"_path":4664,"_dir":675,"_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/katherine-okpara",{"name":4666,"config":4667},"Katherine Okpara",{"headshot":7,"ctfId":4668},"katokpara",{"template":682},"content:en-us:blog:authors:katherine-okpara.yml","en-us/blog/authors/katherine-okpara.yml","en-us/blog/authors/katherine-okpara",{"_path":4674,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4675,"config":4679,"_id":4680,"_type":30,"title":4676,"_source":32,"_file":4681,"_stem":4682,"_extension":35},"/en-us/blog/authors/kathy-wang",{"name":4676,"config":4677},"Kathy Wang",{"headshot":7,"ctfId":4678},"kathyw",{"template":682},"content:en-us:blog:authors:kathy-wang.yml","en-us/blog/authors/kathy-wang.yml","en-us/blog/authors/kathy-wang",{"_path":4684,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4685,"config":4689,"_id":4690,"_type":30,"title":4691,"_source":32,"_file":4692,"_stem":4693,"_extension":35},"/en-us/blog/authors/keanon-okeefe",{"name":4686,"config":4687},"Keanon O’Keefe",{"headshot":7,"ctfId":4688},"kokeefe",{"template":682},"content:en-us:blog:authors:keanon-okeefe.yml","Keanon Okeefe","en-us/blog/authors/keanon-okeefe.yml","en-us/blog/authors/keanon-okeefe",{"_path":4695,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4696,"config":4701,"_id":4702,"_type":30,"title":4697,"_source":32,"_file":4703,"_stem":4704,"_extension":35},"/en-us/blog/authors/kees-valkhof",{"name":4697,"role":4698,"config":4699},"Kees Valkhof","Configuration manager at Lely",{"headshot":4700},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750331281/xojwtvpk5pif84wlahx1.jpg",{"template":682},"content:en-us:blog:authors:kees-valkhof.yml","en-us/blog/authors/kees-valkhof.yml","en-us/blog/authors/kees-valkhof",{"_path":4706,"_dir":675,"_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/kelly-hair",{"name":4708,"config":4709},"Kelly Hair",{"headshot":713,"ctfId":4710},"16z1eHwE7Ok5Ty4C6gpbUY",{"template":682},"content:en-us:blog:authors:kelly-hair.yml","en-us/blog/authors/kelly-hair.yml","en-us/blog/authors/kelly-hair",{"_path":4716,"_dir":675,"_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/kendra-marquart",{"name":4718,"config":4719},"Kendra Marquart",{"headshot":7,"ctfId":4720},"kmarquart",{"template":682},"content:en-us:blog:authors:kendra-marquart.yml","en-us/blog/authors/kendra-marquart.yml","en-us/blog/authors/kendra-marquart",{"_path":4726,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4727,"config":4731,"_id":4732,"_type":30,"title":4728,"_source":32,"_file":4733,"_stem":4734,"_extension":35},"/en-us/blog/authors/kenny-johnston",{"name":4728,"config":4729},"Kenny Johnston",{"headshot":7,"ctfId":4730},"kencjohnston",{"template":682},"content:en-us:blog:authors:kenny-johnston.yml","en-us/blog/authors/kenny-johnston.yml","en-us/blog/authors/kenny-johnston",{"_path":4736,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4737,"config":4742,"_id":4743,"_type":30,"title":4738,"_source":32,"_file":4744,"_stem":4745,"_extension":35},"/en-us/blog/authors/kevin-chu",{"name":4738,"config":4739},"Kevin Chu",{"headshot":4740,"ctfId":4741},"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":682},"content:en-us:blog:authors:kevin-chu.yml","en-us/blog/authors/kevin-chu.yml","en-us/blog/authors/kevin-chu",{"_path":4747,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4748,"config":4753,"_id":4754,"_type":30,"title":4749,"_source":32,"_file":4755,"_stem":4756,"_extension":35},"/en-us/blog/authors/kevin-morrison",{"name":4749,"config":4750},"Kevin Morrison",{"headshot":4751,"ctfId":4752},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663642/Blog/Author%20Headshots/kevin_morrison_headshot.png","AcJIuz1VNQZIVdqgesMMh",{"template":682},"content:en-us:blog:authors:kevin-morrison.yml","en-us/blog/authors/kevin-morrison.yml","en-us/blog/authors/kevin-morrison",{"_path":4758,"_dir":675,"_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/khrystyna-humenna",{"name":4760,"config":4761},"Khrystyna Humenna",{"headshot":713,"ctfId":4762},"Khrystyna-Humenna",{"template":682},"content:en-us:blog:authors:khrystyna-humenna.yml","en-us/blog/authors/khrystyna-humenna.yml","en-us/blog/authors/khrystyna-humenna",{"_path":4768,"_dir":675,"_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/kim-lock",{"name":4770,"config":4771},"Kim Lock",{"headshot":7,"ctfId":4772},"KimLock",{"template":682},"content:en-us:blog:authors:kim-lock.yml","en-us/blog/authors/kim-lock.yml","en-us/blog/authors/kim-lock",{"_path":4778,"_dir":675,"_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/kirsten-abma",{"name":4780,"config":4781},"Kirsten Abma",{"headshot":713,"ctfId":4782},"Kirsten-Abma",{"template":682},"content:en-us:blog:authors:kirsten-abma.yml","en-us/blog/authors/kirsten-abma.yml","en-us/blog/authors/kirsten-abma",{"_path":4788,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4789,"config":4793,"_id":4794,"_type":30,"title":4790,"_source":32,"_file":4795,"_stem":4796,"_extension":35},"/en-us/blog/authors/kristian-larsson",{"name":4790,"config":4791},"Kristian Larsson",{"headshot":713,"ctfId":4792},"Kristian-Larsson",{"template":682},"content:en-us:blog:authors:kristian-larsson.yml","en-us/blog/authors/kristian-larsson.yml","en-us/blog/authors/kristian-larsson",{"_path":4798,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4799,"config":4804,"_id":4805,"_type":30,"title":4800,"_source":32,"_file":4806,"_stem":4807,"_extension":35},"/en-us/blog/authors/kristina-weis",{"name":4800,"config":4801},"Kristina Weis",{"headshot":4802,"ctfId":4803},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663955/Blog/Author%20Headshots/K-W-0155.jpg","kristinaweis",{"template":682},"content:en-us:blog:authors:kristina-weis.yml","en-us/blog/authors/kristina-weis.yml","en-us/blog/authors/kristina-weis",{"_path":4809,"_dir":675,"_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/kurt-dusek",{"name":4811,"config":4812},"Kurt Dusek",{"headshot":7,"ctfId":4813},"kdusek",{"template":682},"content:en-us:blog:authors:kurt-dusek.yml","en-us/blog/authors/kurt-dusek.yml","en-us/blog/authors/kurt-dusek",{"_path":4819,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4820,"config":4824,"_id":4825,"_type":30,"title":4821,"_source":32,"_file":4826,"_stem":4827,"_extension":35},"/en-us/blog/authors/kushal-koolwal",{"name":4821,"config":4822},"Kushal Koolwal",{"headshot":713,"ctfId":4823},"Kushal-Koolwal",{"template":682},"content:en-us:blog:authors:kushal-koolwal.yml","en-us/blog/authors/kushal-koolwal.yml","en-us/blog/authors/kushal-koolwal",{"_path":4829,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4830,"config":4835,"_id":4836,"_type":30,"title":4831,"_source":32,"_file":4837,"_stem":4838,"_extension":35},"/en-us/blog/authors/kushal-pandya",{"name":4831,"config":4832},"Kushal Pandya",{"headshot":4833,"ctfId":4834},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659454/Blog/Author%20Headshots/kushalpandya-headshot.png","kushalpandya",{"template":682},"content:en-us:blog:authors:kushal-pandya.yml","en-us/blog/authors/kushal-pandya.yml","en-us/blog/authors/kushal-pandya",{"_path":4840,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4841,"config":4845,"_id":4846,"_type":30,"title":4842,"_source":32,"_file":4847,"_stem":4848,"_extension":35},"/en-us/blog/authors/kwan-lee",{"name":4842,"config":4843},"Kwan Lee",{"headshot":713,"ctfId":4844},"Kwan-Lee",{"template":682},"content:en-us:blog:authors:kwan-lee.yml","en-us/blog/authors/kwan-lee.yml","en-us/blog/authors/kwan-lee",{"_path":4850,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4851,"config":4856,"_id":4857,"_type":30,"title":4852,"_source":32,"_file":4858,"_stem":4859,"_extension":35},"/en-us/blog/authors/kyla-gradin-dahl",{"name":4852,"config":4853},"Kyla Gradin Dahl",{"headshot":4854,"ctfId":4855},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682273/Blog/Author%20Headshots/kyla-headshot.jpg","kyla",{"template":682},"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":4861,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4862,"config":4866,"_id":4867,"_type":30,"title":4863,"_source":32,"_file":4868,"_stem":4869,"_extension":35},"/en-us/blog/authors/kyle-mann",{"name":4863,"config":4864},"Kyle Mann",{"headshot":713,"ctfId":4865},"44YiW1r6sTpbC9wKBeHGgE",{"template":682},"content:en-us:blog:authors:kyle-mann.yml","en-us/blog/authors/kyle-mann.yml","en-us/blog/authors/kyle-mann",{"_path":4871,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4872,"config":4877,"_id":4878,"_type":30,"title":4873,"_source":32,"_file":4879,"_stem":4880,"_extension":35},"/en-us/blog/authors/kyle-smith",{"name":4873,"config":4874},"Kyle Smith",{"headshot":4875,"ctfId":4876},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664290/Blog/Author%20Headshots/kyle_smith_headshot.png","3Cec6opzqJpbhKXQ5nA4gU",{"template":682},"content:en-us:blog:authors:kyle-smith.yml","en-us/blog/authors/kyle-smith.yml","en-us/blog/authors/kyle-smith",{"_path":4882,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4883,"config":4887,"_id":4889,"_type":30,"title":4884,"_source":32,"_file":4890,"_stem":4891,"_extension":35},"/en-us/blog/authors/kymberlee-price",{"name":4884,"config":4885},"Kymberlee Price",{"headshot":4886},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753961652/wggh3ikqpm5plrptfza0.png",{"template":682,"gitlabHandle":4888},"eelrebmyk","content:en-us:blog:authors:kymberlee-price.yml","en-us/blog/authors/kymberlee-price.yml","en-us/blog/authors/kymberlee-price",{"_path":4893,"_dir":675,"_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/lasse-schuirmann",{"name":4895,"config":4896},"Lasse Schuirmann",{"headshot":713,"ctfId":4897},"5vpo2ZOrPIS8PBp3k47S6w",{"template":682},"content:en-us:blog:authors:lasse-schuirmann.yml","en-us/blog/authors/lasse-schuirmann.yml","en-us/blog/authors/lasse-schuirmann",{"_path":4903,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4904,"config":4908,"_id":4909,"_type":30,"title":4905,"_source":32,"_file":4910,"_stem":4911,"_extension":35},"/en-us/blog/authors/laura-montemayor",{"name":4905,"config":4906},"Laura Montemayor",{"headshot":7,"ctfId":4907},"lauraMon",{"template":682},"content:en-us:blog:authors:laura-montemayor.yml","en-us/blog/authors/laura-montemayor.yml","en-us/blog/authors/laura-montemayor",{"_path":4913,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4914,"config":4919,"_id":4920,"_type":30,"title":4915,"_source":32,"_file":4921,"_stem":4922,"_extension":35},"/en-us/blog/authors/lauren-barker",{"name":4915,"config":4916},"Lauren Barker",{"headshot":4917,"ctfId":4918},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669974/Blog/Author%20Headshots/laurenbarker-headshot.jpg","laurenbarker",{"template":682},"content:en-us:blog:authors:lauren-barker.yml","en-us/blog/authors/lauren-barker.yml","en-us/blog/authors/lauren-barker",{"_path":4924,"_dir":675,"_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-gibbons-paul",{"name":4926,"config":4927},"Lauren Gibbons Paul",{"headshot":713,"ctfId":4928},"Lauren-Gibbons-Paul",{"template":682},"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":4934,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4935,"config":4939,"_id":4940,"_type":30,"title":4936,"_source":32,"_file":4941,"_stem":4942,"_extension":35},"/en-us/blog/authors/lauren-minning",{"name":4936,"config":4937},"Lauren Minning",{"headshot":7,"ctfId":4938},"lminning",{"template":682},"content:en-us:blog:authors:lauren-minning.yml","en-us/blog/authors/lauren-minning.yml","en-us/blog/authors/lauren-minning",{"_path":4944,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4945,"config":4950,"_id":4951,"_type":30,"title":4946,"_source":32,"_file":4952,"_stem":4953,"_extension":35},"/en-us/blog/authors/laurena-alves",{"name":4946,"config":4947},"Laurena Alves",{"headshot":4948,"ctfId":4949},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713473/ip0jiy4wwyc0btfb09y5.png","Q834apoVRmcNXy507xyf5",{"template":682},"content:en-us:blog:authors:laurena-alves.yml","en-us/blog/authors/laurena-alves.yml","en-us/blog/authors/laurena-alves",{"_path":4955,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4956,"config":4961,"_id":4962,"_type":30,"title":4957,"_source":32,"_file":4963,"_stem":4964,"_extension":35},"/en-us/blog/authors/lee-faus",{"name":4957,"config":4958},"Lee Faus",{"headshot":4959,"ctfId":4960},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666427/Blog/Author%20Headshots/lee_faus_headshot.png","lfaus",{"template":682},"content:en-us:blog:authors:lee-faus.yml","en-us/blog/authors/lee-faus.yml","en-us/blog/authors/lee-faus",{"_path":4966,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4967,"config":4972,"_id":4973,"_type":30,"title":4968,"_source":32,"_file":4974,"_stem":4975,"_extension":35},"/en-us/blog/authors/lee-matos",{"name":4968,"config":4969},"Lee Matos",{"headshot":4970,"ctfId":4971},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670430/Blog/Author%20Headshots/lbot-headshot.jpg","lbot",{"template":682},"content:en-us:blog:authors:lee-matos.yml","en-us/blog/authors/lee-matos.yml","en-us/blog/authors/lee-matos",{"_path":4977,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4978,"config":4983,"_id":4984,"_type":30,"title":4979,"_source":32,"_file":4985,"_stem":4986,"_extension":35},"/en-us/blog/authors/lee-tickett",{"name":4979,"config":4980},"Lee Tickett",{"headshot":4981,"ctfId":4982},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752592356/ibeixykxeiey9aiebylt.png","leetickett",{"template":682},"content:en-us:blog:authors:lee-tickett.yml","en-us/blog/authors/lee-tickett.yml","en-us/blog/authors/lee-tickett",{"_path":4988,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4989,"config":4993,"_id":4994,"_type":30,"title":4990,"_source":32,"_file":4995,"_stem":4996,"_extension":35},"/en-us/blog/authors/levente-polyak",{"name":4990,"config":4991},"Levente Polyak",{"headshot":7,"ctfId":4992},"anthraxx",{"template":682},"content:en-us:blog:authors:levente-polyak.yml","en-us/blog/authors/levente-polyak.yml","en-us/blog/authors/levente-polyak",{"_path":4998,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":4999,"config":5004,"_id":5005,"_type":30,"title":5006,"_source":32,"_file":5007,"_stem":5008,"_extension":35},"/en-us/blog/authors/lin-jen-shin",{"name":5000,"config":5001},"Lin Jen-Shin",{"headshot":5002,"ctfId":5003},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678992/Blog/Author%20Headshots/godfat-gitlab-headshot.jpg","godfatgitlab",{"template":682},"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":5010,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5011,"config":5016,"_id":5017,"_type":30,"title":5012,"_source":32,"_file":5018,"_stem":5019,"_extension":35},"/en-us/blog/authors/liz-coleman",{"name":5012,"config":5013},"Liz Coleman",{"headshot":5014,"ctfId":5015},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659695/Blog/Author%20Headshots/coleman_headshot.png","5MTSBqnOko7zYTQa3vVy1c",{"template":682},"content:en-us:blog:authors:liz-coleman.yml","en-us/blog/authors/liz-coleman.yml","en-us/blog/authors/liz-coleman",{"_path":5021,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5022,"config":5027,"_id":5028,"_type":30,"title":5023,"_source":32,"_file":5029,"_stem":5030,"_extension":35},"/en-us/blog/authors/loryn-bortins",{"name":5023,"config":5024},"Loryn Bortins",{"headshot":5025,"ctfId":5026},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668992/Blog/Author%20Headshots/loryn_bortins_headshot.png","5LgbtMISutHieB86Rk8uOL",{"template":682},"content:en-us:blog:authors:loryn-bortins.yml","en-us/blog/authors/loryn-bortins.yml","en-us/blog/authors/loryn-bortins",{"_path":5032,"_dir":675,"_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/lucas-charles",{"name":5034,"config":5035},"Lucas Charles",{"headshot":713,"ctfId":5036},"01OUkmRJImMowxMk3YHGNS",{"template":682},"content:en-us:blog:authors:lucas-charles.yml","en-us/blog/authors/lucas-charles.yml","en-us/blog/authors/lucas-charles",{"_path":5042,"_dir":675,"_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/luka-trbojevic",{"name":5044,"config":5045},"Luka Trbojevic",{"headshot":7,"ctfId":5046},"ltrbojevic",{"template":682},"content:en-us:blog:authors:luka-trbojevic.yml","en-us/blog/authors/luka-trbojevic.yml","en-us/blog/authors/luka-trbojevic",{"_path":5052,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5053,"config":5057,"_id":5058,"_type":30,"title":5054,"_source":32,"_file":5059,"_stem":5060,"_extension":35},"/en-us/blog/authors/lukas-eipert",{"name":5054,"config":5055},"Lukas Eipert",{"headshot":713,"ctfId":5056},"37PO8stm7JUQgglr4tWcmw",{"template":682},"content:en-us:blog:authors:lukas-eipert.yml","en-us/blog/authors/lukas-eipert.yml","en-us/blog/authors/lukas-eipert",{"_path":5062,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5063,"config":5068,"_id":5069,"_type":30,"title":5064,"_source":32,"_file":5070,"_stem":5071,"_extension":35},"/en-us/blog/authors/lyle-kozloff",{"name":5064,"config":5065},"Lyle Kozloff",{"headshot":5066,"ctfId":5067},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666803/Blog/Author%20Headshots/lyle-headshot.jpg","lyle",{"template":682},"content:en-us:blog:authors:lyle-kozloff.yml","en-us/blog/authors/lyle-kozloff.yml","en-us/blog/authors/lyle-kozloff",{"_path":5073,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5074,"config":5079,"_id":5080,"_type":30,"title":5075,"_source":32,"_file":5081,"_stem":5082,"_extension":35},"/en-us/blog/authors/madeline-lake",{"name":5075,"config":5076},"Madeline Lake",{"headshot":5077,"ctfId":5078},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659736/Blog/Author%20Headshots/madlake-headshot.jpg","madlake",{"template":682},"content:en-us:blog:authors:madeline-lake.yml","en-us/blog/authors/madeline-lake.yml","en-us/blog/authors/madeline-lake",{"_path":5084,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5085,"config":5090,"_id":5091,"_type":30,"title":5086,"_source":32,"_file":5092,"_stem":5093,"_extension":35},"/en-us/blog/authors/madou-coulibaly",{"name":5086,"config":5087},"Madou Coulibaly",{"headshot":5088,"ctfId":5089},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679848/Blog/Author%20Headshots/madou-headshot.jpg","madou",{"template":682},"content:en-us:blog:authors:madou-coulibaly.yml","en-us/blog/authors/madou-coulibaly.yml","en-us/blog/authors/madou-coulibaly",{"_path":5095,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5096,"config":5101,"_id":5102,"_type":30,"title":5097,"_source":32,"_file":5103,"_stem":5104,"_extension":35},"/en-us/blog/authors/magdalena-frankiewicz",{"name":5097,"config":5098},"Magdalena Frankiewicz",{"headshot":5099,"ctfId":5100},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663511/Blog/Author%20Headshots/m_frankiewicz-headshot.jpg","mfrankiewicz",{"template":682},"content:en-us:blog:authors:magdalena-frankiewicz.yml","en-us/blog/authors/magdalena-frankiewicz.yml","en-us/blog/authors/magdalena-frankiewicz",{"_path":5106,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5107,"config":5111,"_id":5112,"_type":30,"title":5108,"_source":32,"_file":5113,"_stem":5114,"_extension":35},"/en-us/blog/authors/mahesh-kumar",{"name":5108,"config":5109},"Mahesh Kumar",{"headshot":713,"ctfId":5110},"2ihYV6SzSOXfvpI2eJ87Mv",{"template":682},"content:en-us:blog:authors:mahesh-kumar.yml","en-us/blog/authors/mahesh-kumar.yml","en-us/blog/authors/mahesh-kumar",{"_path":5116,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5117,"config":5122,"_id":5123,"_type":30,"title":5118,"_source":32,"_file":5124,"_stem":5125,"_extension":35},"/en-us/blog/authors/manav-khurana",{"name":5118,"config":5119,"role":5121},"Manav Khurana",{"headshot":5120},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1757676476/ygij7nxvn2caq6vajhmy.png","Chief Product and Marketing Officer",{"template":682,"gitlabHandle":7},"content:en-us:blog:authors:manav-khurana.yml","en-us/blog/authors/manav-khurana.yml","en-us/blog/authors/manav-khurana",{"_path":5127,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5128,"config":5133,"_id":5134,"_type":30,"title":5129,"_source":32,"_file":5135,"_stem":5136,"_extension":35},"/en-us/blog/authors/manuel-kraft",{"name":5129,"config":5130},"Manuel Kraft",{"headshot":5131,"ctfId":5132},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659815/Blog/Author%20Headshots/manuel_kraft.png","5q1NADtEqxyoV1F1s6JKDz",{"template":682},"content:en-us:blog:authors:manuel-kraft.yml","en-us/blog/authors/manuel-kraft.yml","en-us/blog/authors/manuel-kraft",{"_path":5138,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5139,"config":5143,"_id":5144,"_type":30,"title":5140,"_source":32,"_file":5145,"_stem":5146,"_extension":35},"/en-us/blog/authors/marc-radulescu",{"name":5140,"config":5141},"Marc Radulescu",{"headshot":713,"ctfId":5142},"Marc-Radulescu",{"template":682},"content:en-us:blog:authors:marc-radulescu.yml","en-us/blog/authors/marc-radulescu.yml","en-us/blog/authors/marc-radulescu",{"_path":5148,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5149,"config":5154,"_id":5155,"_type":30,"title":5150,"_source":32,"_file":5156,"_stem":5157,"_extension":35},"/en-us/blog/authors/marc-shaw",{"name":5150,"config":5151},"Marc Shaw",{"headshot":5152,"ctfId":5153},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672589/Blog/Author%20Headshots/marc_shaw-headshot.jpg","marcshaw",{"template":682},"content:en-us:blog:authors:marc-shaw.yml","en-us/blog/authors/marc-shaw.yml","en-us/blog/authors/marc-shaw",{"_path":5159,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5160,"config":5165,"_id":5166,"_type":30,"title":5167,"_source":32,"_file":5168,"_stem":5169,"_extension":35},"/en-us/blog/authors/marcel-van-remmerden",{"name":5161,"config":5162},"Marcel van Remmerden",{"headshot":5163,"ctfId":5164},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669545/Blog/Author%20Headshots/mvanremmerden-headshot.jpg","7lMCQY4CU5xfTjIiMsNqkR",{"template":682},"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":5171,"_dir":675,"_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/marcia-ramos",{"name":5173,"config":5174},"Marcia Ramos",{"headshot":713,"ctfId":5175},"Marcia-Ramos",{"template":682},"content:en-us:blog:authors:marcia-ramos.yml","en-us/blog/authors/marcia-ramos.yml","en-us/blog/authors/marcia-ramos",{"_path":5181,"_dir":675,"_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/marco-lenzo",{"name":5183,"config":5184},"Marco Lenzo",{"headshot":713,"ctfId":5185},"Marco-Lenzo",{"template":682},"content:en-us:blog:authors:marco-lenzo.yml","en-us/blog/authors/marco-lenzo.yml","en-us/blog/authors/marco-lenzo",{"_path":5191,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5192,"config":5196,"_id":5197,"_type":30,"title":5193,"_source":32,"_file":5198,"_stem":5199,"_extension":35},"/en-us/blog/authors/marie-hargitt",{"name":5193,"config":5194},"Marie Hargitt",{"headshot":713,"ctfId":5195},"Marie-Hargitt",{"template":682},"content:en-us:blog:authors:marie-hargitt.yml","en-us/blog/authors/marie-hargitt.yml","en-us/blog/authors/marie-hargitt",{"_path":5201,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5202,"config":5207,"_id":5208,"_type":30,"title":5203,"_source":32,"_file":5209,"_stem":5210,"_extension":35},"/en-us/blog/authors/marin-jankovski",{"name":5203,"config":5204},"Marin Jankovski",{"headshot":5205,"ctfId":5206},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671628/Blog/Author%20Headshots/marin-headshot.jpg","Marin-Jankovski",{"template":682},"content:en-us:blog:authors:marin-jankovski.yml","en-us/blog/authors/marin-jankovski.yml","en-us/blog/authors/marin-jankovski",{"_path":5212,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5213,"config":5217,"_id":5218,"_type":30,"title":5219,"_source":32,"_file":5220,"_stem":5221,"_extension":35},"/en-us/blog/authors/marin-job",{"name":5214,"config":5215},"Marin, Job",{"headshot":713,"ctfId":5216},"Marin-Job",{"template":682},"content:en-us:blog:authors:marin-job.yml","Marin Job","en-us/blog/authors/marin-job.yml","en-us/blog/authors/marin-job",{"_path":5223,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5224,"config":5228,"_id":5229,"_type":30,"title":5230,"_source":32,"_file":5231,"_stem":5232,"_extension":35},"/en-us/blog/authors/mario-de-la-ossa",{"name":5225,"config":5226},"Mario de la Ossa",{"headshot":7,"ctfId":5227},"mdelaossa",{"template":682},"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":5234,"_dir":675,"_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-art",{"name":5236,"config":5237},"Mark Art",{"headshot":713,"ctfId":5238},"55KCfyNmgPaJRmBZhiN7k5",{"template":682},"content:en-us:blog:authors:mark-art.yml","en-us/blog/authors/mark-art.yml","en-us/blog/authors/mark-art",{"_path":5244,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5245,"config":5249,"_id":5250,"_type":30,"title":5246,"_source":32,"_file":5251,"_stem":5252,"_extension":35},"/en-us/blog/authors/mark-fletcher",{"name":5246,"config":5247},"Mark Fletcher",{"headshot":7,"ctfId":5248},"markglenfletcher",{"template":682},"content:en-us:blog:authors:mark-fletcher.yml","en-us/blog/authors/mark-fletcher.yml","en-us/blog/authors/mark-fletcher",{"_path":5254,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5255,"config":5260,"_id":5261,"_type":30,"title":5256,"_source":32,"_file":5262,"_stem":5263,"_extension":35},"/en-us/blog/authors/mark-lapierre",{"name":5256,"config":5257},"Mark Lapierre",{"headshot":5258,"ctfId":5259},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669066/Blog/Author%20Headshots/mark_lapierre.png","2Fnsk5H33npbli2fy9kMqu",{"template":682},"content:en-us:blog:authors:mark-lapierre.yml","en-us/blog/authors/mark-lapierre.yml","en-us/blog/authors/mark-lapierre",{"_path":5265,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5266,"config":5271,"_id":5272,"_type":30,"title":5267,"_source":32,"_file":5273,"_stem":5274,"_extension":35},"/en-us/blog/authors/mark-loveless",{"name":5267,"config":5268},"Mark Loveless",{"headshot":5269,"ctfId":5270},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664093/Blog/Author%20Headshots/mloveless-headshot.png","mloveless",{"template":682},"content:en-us:blog:authors:mark-loveless.yml","en-us/blog/authors/mark-loveless.yml","en-us/blog/authors/mark-loveless",{"_path":5276,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5277,"config":5281,"_id":5282,"_type":30,"title":5278,"_source":32,"_file":5283,"_stem":5284,"_extension":35},"/en-us/blog/authors/mark-pundsack",{"name":5278,"config":5279},"Mark Pundsack",{"headshot":713,"ctfId":5280},"markpundsack",{"template":682},"content:en-us:blog:authors:mark-pundsack.yml","en-us/blog/authors/mark-pundsack.yml","en-us/blog/authors/mark-pundsack",{"_path":5286,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5287,"config":5292,"_id":5293,"_type":30,"title":5294,"_source":32,"_file":5295,"_stem":5296,"_extension":35},"/en-us/blog/authors/martin-brmmer",{"name":5288,"config":5289},"Martin Brümmer",{"headshot":5290,"ctfId":5291},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659427/Blog/Author%20Headshots/martin_brummer.webp","1QkLKK0UnkvZDDBzzEhkaA",{"template":682},"content:en-us:blog:authors:martin-brmmer.yml","Martin Brmmer","en-us/blog/authors/martin-brmmer.yml","en-us/blog/authors/martin-brmmer",{"_path":5298,"_dir":675,"_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/martynas-krupskis",{"name":5300,"config":5301},"Martynas Krupskis",{"headshot":713,"ctfId":5302},"3tK5S0f4QshGFGRrdEl7rn",{"template":682},"content:en-us:blog:authors:martynas-krupskis.yml","en-us/blog/authors/martynas-krupskis.yml","en-us/blog/authors/martynas-krupskis",{"_path":5308,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5309,"config":5313,"_id":5314,"_type":30,"title":5310,"_source":32,"_file":5315,"_stem":5316,"_extension":35},"/en-us/blog/authors/matej-latin",{"name":5310,"config":5311},"Matej Latin",{"headshot":7,"ctfId":5312},"matejlatin",{"template":682},"content:en-us:blog:authors:matej-latin.yml","en-us/blog/authors/matej-latin.yml","en-us/blog/authors/matej-latin",{"_path":5318,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5319,"config":5324,"_id":5325,"_type":30,"title":5320,"_source":32,"_file":5326,"_stem":5327,"_extension":35},"/en-us/blog/authors/mathias-ewald",{"name":5320,"config":5321},"Mathias Ewald",{"headshot":5322,"ctfId":5323},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664526/Blog/Author%20Headshots/mathias_ewald_headshot.png","7vLTPhU3yvh4xTToXcLpg9",{"template":682},"content:en-us:blog:authors:mathias-ewald.yml","en-us/blog/authors/mathias-ewald.yml","en-us/blog/authors/mathias-ewald",{"_path":5329,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5330,"config":5334,"_id":5335,"_type":30,"title":5331,"_source":32,"_file":5336,"_stem":5337,"_extension":35},"/en-us/blog/authors/matt-baldwin",{"name":5331,"config":5332},"Matt Baldwin",{"headshot":713,"ctfId":5333},"Matt-Baldwin",{"template":682},"content:en-us:blog:authors:matt-baldwin.yml","en-us/blog/authors/matt-baldwin.yml","en-us/blog/authors/matt-baldwin",{"_path":5339,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5340,"config":5345,"_id":5346,"_type":30,"title":5341,"_source":32,"_file":5347,"_stem":5348,"_extension":35},"/en-us/blog/authors/matt-coons",{"name":5341,"config":5342},"Matt Coons",{"headshot":5343,"ctfId":5344},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661888/Blog/Author%20Headshots/mcoons-headshot.jpg","mcoons",{"template":682},"content:en-us:blog:authors:matt-coons.yml","en-us/blog/authors/matt-coons.yml","en-us/blog/authors/matt-coons",{"_path":5350,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5351,"config":5356,"_id":5357,"_type":30,"title":5358,"_source":32,"_file":5359,"_stem":5360,"_extension":35},"/en-us/blog/authors/matt-delaney",{"name":5352,"config":5353},"Matt DeLaney",{"headshot":5354,"ctfId":5355},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659749/Blog/Author%20Headshots/matt_delaney_headshot.png","6apeWdrqrZlMIdaxzV5NvZ",{"template":682},"content:en-us:blog:authors:matt-delaney.yml","Matt Delaney","en-us/blog/authors/matt-delaney.yml","en-us/blog/authors/matt-delaney",{"_path":5362,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5363,"config":5368,"_id":5369,"_type":30,"title":5364,"_source":32,"_file":5370,"_stem":5371,"_extension":35},"/en-us/blog/authors/matt-genelin",{"name":5364,"config":5365},"Matt Genelin",{"headshot":5366,"ctfId":5367},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664522/Blog/Author%20Headshots/matty_genelin.png","6x9dTYZik3lSViI8hu6dYQ",{"template":682},"content:en-us:blog:authors:matt-genelin.yml","en-us/blog/authors/matt-genelin.yml","en-us/blog/authors/matt-genelin",{"_path":5373,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5374,"config":5378,"_id":5379,"_type":30,"title":5375,"_source":32,"_file":5380,"_stem":5381,"_extension":35},"/en-us/blog/authors/matt-nguyen",{"name":5375,"config":5376},"Matt Nguyen",{"headshot":713,"ctfId":5377},"Matt-Nguyen",{"template":682},"content:en-us:blog:authors:matt-nguyen.yml","en-us/blog/authors/matt-nguyen.yml","en-us/blog/authors/matt-nguyen",{"_path":5383,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5384,"config":5389,"_id":5390,"_type":30,"title":5385,"_source":32,"_file":5391,"_stem":5392,"_extension":35},"/en-us/blog/authors/matt-nohr",{"name":5385,"config":5386},"Matt Nohr",{"headshot":5387,"ctfId":5388},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681473/Blog/Author%20Headshots/mnohr-headshot.jpg","mnohr",{"template":682},"content:en-us:blog:authors:matt-nohr.yml","en-us/blog/authors/matt-nohr.yml","en-us/blog/authors/matt-nohr",{"_path":5394,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5395,"config":5400,"_id":5401,"_type":30,"title":5396,"_source":32,"_file":5402,"_stem":5403,"_extension":35},"/en-us/blog/authors/matt-smiley",{"name":5396,"config":5397},"Matt Smiley",{"headshot":5398,"ctfId":5399},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682529/Blog/Author%20Headshots/msmiley-headshot.jpg","msmiley",{"template":682},"content:en-us:blog:authors:matt-smiley.yml","en-us/blog/authors/matt-smiley.yml","en-us/blog/authors/matt-smiley",{"_path":5405,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5406,"config":5410,"_id":5411,"_type":30,"title":5407,"_source":32,"_file":5412,"_stem":5413,"_extension":35},"/en-us/blog/authors/matt-wilson",{"name":5407,"config":5408},"Matt Wilson",{"headshot":713,"ctfId":5409},"mattwilson",{"template":682},"content:en-us:blog:authors:matt-wilson.yml","en-us/blog/authors/matt-wilson.yml","en-us/blog/authors/matt-wilson",{"_path":5415,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5416,"config":5421,"_id":5422,"_type":30,"title":5417,"_source":32,"_file":5423,"_stem":5424,"_extension":35},"/en-us/blog/authors/matthew-macfarlane",{"name":5417,"config":5418},"Matthew Macfarlane",{"headshot":5419,"ctfId":5420},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663160/Blog/Author%20Headshots/matthew_mcfarlane_headshot.png","6dyod6DIfkxY5CognC5g2N",{"template":682},"content:en-us:blog:authors:matthew-macfarlane.yml","en-us/blog/authors/matthew-macfarlane.yml","en-us/blog/authors/matthew-macfarlane",{"_path":5426,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5427,"config":5432,"_id":5433,"_type":30,"title":5428,"_source":32,"_file":5434,"_stem":5435,"_extension":35},"/en-us/blog/authors/matthew-nearents",{"name":5428,"config":5429},"Matthew Nearents",{"headshot":5430,"ctfId":5431},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681789/Blog/Author%20Headshots/mnearents-headshot.jpg","mnearents",{"template":682},"content:en-us:blog:authors:matthew-nearents.yml","en-us/blog/authors/matthew-nearents.yml","en-us/blog/authors/matthew-nearents",{"_path":5437,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5438,"config":5443,"_id":5444,"_type":30,"title":5445,"_source":32,"_file":5446,"_stem":5447,"_extension":35},"/en-us/blog/authors/matthias-kppler",{"name":5439,"config":5440},"Matthias Käppler",{"headshot":5441,"ctfId":5442},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670351/Blog/Author%20Headshots/mkaeppler-headshot.jpg","mkaeppler",{"template":682},"content:en-us:blog:authors:matthias-kppler.yml","Matthias Kppler","en-us/blog/authors/matthias-kppler.yml","en-us/blog/authors/matthias-kppler",{"_path":5449,"_dir":675,"_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/matthieu-fronton",{"name":5451,"config":5452},"Matthieu Fronton",{"headshot":7,"ctfId":5453},"frntn",{"template":682},"content:en-us:blog:authors:matthieu-fronton.yml","en-us/blog/authors/matthieu-fronton.yml","en-us/blog/authors/matthieu-fronton",{"_path":5459,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5460,"config":5464,"_id":5465,"_type":30,"title":5461,"_source":32,"_file":5466,"_stem":5467,"_extension":35},"/en-us/blog/authors/max-woolf",{"name":5461,"config":5462},"Max Woolf",{"headshot":713,"ctfId":5463},"Max-Woolf",{"template":682},"content:en-us:blog:authors:max-woolf.yml","en-us/blog/authors/max-woolf.yml","en-us/blog/authors/max-woolf",{"_path":5469,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5470,"config":5475,"_id":5476,"_type":30,"title":5471,"_source":32,"_file":5477,"_stem":5478,"_extension":35},"/en-us/blog/authors/maximilien-belinga",{"name":5471,"config":5472},"Maximilien Belinga",{"headshot":5473,"ctfId":5474},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665080/Blog/Author%20Headshots/max_belinga.png","4n2a5tKPKk6qCis0IzevOS",{"template":682},"content:en-us:blog:authors:maximilien-belinga.yml","en-us/blog/authors/maximilien-belinga.yml","en-us/blog/authors/maximilien-belinga",{"_path":5480,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5481,"config":5485,"_id":5486,"_type":30,"title":5482,"_source":32,"_file":5487,"_stem":5488,"_extension":35},"/en-us/blog/authors/mayank-tahilramani",{"name":5482,"config":5483},"Mayank Tahilramani",{"headshot":7,"ctfId":5484},"mayanktahil",{"template":682},"content:en-us:blog:authors:mayank-tahilramani.yml","en-us/blog/authors/mayank-tahilramani.yml","en-us/blog/authors/mayank-tahilramani",{"_path":5490,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5491,"config":5496,"_id":5497,"_type":30,"title":5492,"_source":32,"_file":5498,"_stem":5499,"_extension":35},"/en-us/blog/authors/mayra-cabrera",{"name":5492,"config":5493},"Mayra Cabrera",{"headshot":5494,"ctfId":5495},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663224/Blog/Author%20Headshots/mayra-cabrera-headshot.jpg","mayracabrera",{"template":682},"content:en-us:blog:authors:mayra-cabrera.yml","en-us/blog/authors/mayra-cabrera.yml","en-us/blog/authors/mayra-cabrera",{"_path":5501,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5502,"config":5506,"_id":5507,"_type":30,"title":5503,"_source":32,"_file":5508,"_stem":5509,"_extension":35},"/en-us/blog/authors/meghan-maneval",{"name":5503,"config":5504},"Meghan Maneval",{"headshot":7,"ctfId":5505},"mmaneval20",{"template":682},"content:en-us:blog:authors:meghan-maneval.yml","en-us/blog/authors/meghan-maneval.yml","en-us/blog/authors/meghan-maneval",{"_path":5511,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5512,"config":5517,"_id":5518,"_type":30,"title":5513,"_source":32,"_file":5519,"_stem":5520,"_extension":35},"/en-us/blog/authors/mek-stittri",{"name":5513,"config":5514},"Mek Stittri",{"headshot":5515,"ctfId":5516},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682281/Blog/Author%20Headshots/meks-headshot.png","meks",{"template":682},"content:en-us:blog:authors:mek-stittri.yml","en-us/blog/authors/mek-stittri.yml","en-us/blog/authors/mek-stittri",{"_path":5522,"_dir":675,"_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-farber",{"name":5524,"config":5525},"Melissa Farber",{"headshot":7,"ctfId":5526},"mfarber",{"template":682},"content:en-us:blog:authors:melissa-farber.yml","en-us/blog/authors/melissa-farber.yml","en-us/blog/authors/melissa-farber",{"_path":5532,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5533,"config":5537,"_id":5538,"_type":30,"title":5534,"_source":32,"_file":5539,"_stem":5540,"_extension":35},"/en-us/blog/authors/melissa-smolensky",{"name":5534,"config":5535},"Melissa Smolensky",{"headshot":7,"ctfId":5536},"melsmo",{"template":682},"content:en-us:blog:authors:melissa-smolensky.yml","en-us/blog/authors/melissa-smolensky.yml","en-us/blog/authors/melissa-smolensky",{"_path":5542,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5543,"config":5548,"_id":5549,"_type":30,"title":5544,"_source":32,"_file":5550,"_stem":5551,"_extension":35},"/en-us/blog/authors/melissa-ushakov",{"name":5544,"config":5545},"Melissa Ushakov",{"headshot":5546,"ctfId":5547},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666529/Blog/Author%20Headshots/mushakov-headshot.jpg","mushakov",{"template":682},"content:en-us:blog:authors:melissa-ushakov.yml","en-us/blog/authors/melissa-ushakov.yml","en-us/blog/authors/melissa-ushakov",{"_path":5553,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5554,"config":5558,"_id":5559,"_type":30,"title":5555,"_source":32,"_file":5560,"_stem":5561,"_extension":35},"/en-us/blog/authors/michael-fahey",{"name":5555,"config":5556},"Michael Fahey",{"headshot":7,"ctfId":5557},"mfahey",{"template":682},"content:en-us:blog:authors:michael-fahey.yml","en-us/blog/authors/michael-fahey.yml","en-us/blog/authors/michael-fahey",{"_path":5563,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5564,"config":5569,"_id":5570,"_type":30,"title":5565,"_source":32,"_file":5571,"_stem":5572,"_extension":35},"/en-us/blog/authors/michael-friedrich",{"name":5565,"config":5566},"Michael Friedrich",{"headshot":5567,"ctfId":5568},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659879/Blog/Author%20Headshots/dnsmichi-headshot.jpg","dnsmichi",{"template":682},"content:en-us:blog:authors:michael-friedrich.yml","en-us/blog/authors/michael-friedrich.yml","en-us/blog/authors/michael-friedrich",{"_path":5574,"_dir":675,"_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-henriksen",{"name":5576,"config":5577},"Michael Henriksen",{"headshot":713,"ctfId":5578},"3DmojnawcJFqAgoNMCpFTX",{"template":682},"content:en-us:blog:authors:michael-henriksen.yml","en-us/blog/authors/michael-henriksen.yml","en-us/blog/authors/michael-henriksen",{"_path":5584,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5585,"config":5589,"_id":5590,"_type":30,"title":5586,"_source":32,"_file":5591,"_stem":5592,"_extension":35},"/en-us/blog/authors/michael-karampalas",{"name":5586,"config":5587},"Michael Karampalas",{"headshot":7,"ctfId":5588},"mkarampalas",{"template":682},"content:en-us:blog:authors:michael-karampalas.yml","en-us/blog/authors/michael-karampalas.yml","en-us/blog/authors/michael-karampalas",{"_path":5594,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5595,"config":5600,"_id":5601,"_type":30,"title":5596,"_source":32,"_file":5602,"_stem":5603,"_extension":35},"/en-us/blog/authors/michael-kozono",{"name":5596,"config":5597},"Michael Kozono",{"headshot":5598,"ctfId":5599},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679544/Blog/Author%20Headshots/mkozono-headshot.jpg","mkozono",{"template":682},"content:en-us:blog:authors:michael-kozono.yml","en-us/blog/authors/michael-kozono.yml","en-us/blog/authors/michael-kozono",{"_path":5605,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5606,"config":5610,"_id":5611,"_type":30,"title":5607,"_source":32,"_file":5612,"_stem":5613,"_extension":35},"/en-us/blog/authors/michael-miranda",{"name":5607,"config":5608},"Michael Miranda",{"headshot":7,"ctfId":5609},"mikemiranda",{"template":682},"content:en-us:blog:authors:michael-miranda.yml","en-us/blog/authors/michael-miranda.yml","en-us/blog/authors/michael-miranda",{"_path":5615,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5616,"config":5621,"_id":5622,"_type":30,"title":5617,"_source":32,"_file":5623,"_stem":5624,"_extension":35},"/en-us/blog/authors/michelle-gill",{"name":5617,"config":5618},"Michelle Gill",{"headshot":5619,"ctfId":5620},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666460/Blog/Author%20Headshots/michelle_gill_headshot.png","1o9MOYTUcO2koXs4FgpOEw",{"template":682},"content:en-us:blog:authors:michelle-gill.yml","en-us/blog/authors/michelle-gill.yml","en-us/blog/authors/michelle-gill",{"_path":5626,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5627,"config":5632,"_id":5633,"_type":30,"title":5628,"_source":32,"_file":5634,"_stem":5635,"_extension":35},"/en-us/blog/authors/miguel-rincon",{"name":5628,"config":5629},"Miguel Rincon",{"headshot":5630,"ctfId":5631},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681865/Blog/Author%20Headshots/mrincon-headshot.jpg","mrincon",{"template":682},"content:en-us:blog:authors:miguel-rincon.yml","en-us/blog/authors/miguel-rincon.yml","en-us/blog/authors/miguel-rincon",{"_path":5637,"_dir":675,"_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-bartlett",{"name":5639,"config":5640},"Mike Bartlett",{"headshot":7,"ctfId":5641},"mydigitalself",{"template":682},"content:en-us:blog:authors:mike-bartlett.yml","en-us/blog/authors/mike-bartlett.yml","en-us/blog/authors/mike-bartlett",{"_path":5647,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5648,"config":5652,"_id":5653,"_type":30,"title":5649,"_source":32,"_file":5654,"_stem":5655,"_extension":35},"/en-us/blog/authors/mike-eddington",{"name":5649,"config":5650},"Mike Eddington",{"headshot":713,"ctfId":5651},"q5tK0TgB1ZovSwShKSvOJ",{"template":682},"content:en-us:blog:authors:mike-eddington.yml","en-us/blog/authors/mike-eddington.yml","en-us/blog/authors/mike-eddington",{"_path":5657,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5658,"config":5663,"_id":5664,"_type":30,"title":5659,"_source":32,"_file":5665,"_stem":5666,"_extension":35},"/en-us/blog/authors/mike-flouton",{"name":5659,"config":5660},"Mike Flouton",{"headshot":5661,"ctfId":5662},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679190/Blog/Author%20Headshots/mflouton-headshot.jpg","mflouton",{"template":682},"content:en-us:blog:authors:mike-flouton.yml","en-us/blog/authors/mike-flouton.yml","en-us/blog/authors/mike-flouton",{"_path":5668,"_dir":675,"_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-gerwitz",{"name":5670,"config":5671},"Mike Gerwitz",{"headshot":713,"ctfId":5672},"Mike-Gerwitz",{"template":682},"content:en-us:blog:authors:mike-gerwitz.yml","en-us/blog/authors/mike-gerwitz.yml","en-us/blog/authors/mike-gerwitz",{"_path":5678,"_dir":675,"_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-greiling",{"name":5680,"config":5681},"Mike Greiling",{"headshot":7,"ctfId":5682},"mikegreiling",{"template":682},"content:en-us:blog:authors:mike-greiling.yml","en-us/blog/authors/mike-greiling.yml","en-us/blog/authors/mike-greiling",{"_path":5688,"_dir":675,"_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/mike-vanbuskirk",{"name":5690,"config":5691},"Mike Vanbuskirk",{"headshot":713,"ctfId":5692},"Mike-Vanbuskirk",{"template":682},"content:en-us:blog:authors:mike-vanbuskirk.yml","en-us/blog/authors/mike-vanbuskirk.yml","en-us/blog/authors/mike-vanbuskirk",{"_path":5698,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5699,"config":5703,"_id":5704,"_type":30,"title":5700,"_source":32,"_file":5705,"_stem":5706,"_extension":35},"/en-us/blog/authors/miranda-carter",{"name":5700,"config":5701},"Miranda Carter",{"headshot":713,"ctfId":5702},"4xT4dbRh6N9i7jW5xuPhVp",{"template":682},"content:en-us:blog:authors:miranda-carter.yml","en-us/blog/authors/miranda-carter.yml","en-us/blog/authors/miranda-carter",{"_path":5708,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5709,"config":5714,"_id":5715,"_type":30,"title":5710,"_source":32,"_file":5716,"_stem":5717,"_extension":35},"/en-us/blog/authors/mitra-jozenazemian",{"name":5710,"config":5711},"Mitra Jozenazemian",{"headshot":5712,"ctfId":5713},"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":682},"content:en-us:blog:authors:mitra-jozenazemian.yml","en-us/blog/authors/mitra-jozenazemian.yml","en-us/blog/authors/mitra-jozenazemian",{"_path":5719,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5720,"config":5725,"_id":5726,"_type":30,"title":5721,"_source":32,"_file":5727,"_stem":5728,"_extension":35},"/en-us/blog/authors/monmayuri-ray",{"name":5721,"config":5722},"Monmayuri Ray",{"headshot":5723,"ctfId":5724},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679381/Blog/Author%20Headshots/mray2020-headshot.png","mray2020",{"template":682},"content:en-us:blog:authors:monmayuri-ray.yml","en-us/blog/authors/monmayuri-ray.yml","en-us/blog/authors/monmayuri-ray",{"_path":5730,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5731,"config":5736,"_id":5738,"_type":30,"title":5732,"_source":32,"_file":5739,"_stem":5740,"_extension":35},"/en-us/blog/authors/naoharu-sasaki",{"name":5732,"config":5733,"role":5735},"Naoharu Sasaki",{"headshot":5734},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751951026/qgwsq65eqcrrxemihenj.png","Senior Solutions Architect",{"template":682,"gitlabHandle":5737},"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":5742,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5743,"config":5748,"_id":5749,"_type":30,"title":5744,"_source":32,"_file":5750,"_stem":5751,"_extension":35},"/en-us/blog/authors/nate-rosandich",{"name":5744,"config":5745},"Nate Rosandich",{"headshot":5746,"ctfId":5747},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665774/Blog/Author%20Headshots/nate_rosandich_headshot.png","6o7KM5bD29P7qtz6yu60rZ",{"template":682},"content:en-us:blog:authors:nate-rosandich.yml","en-us/blog/authors/nate-rosandich.yml","en-us/blog/authors/nate-rosandich",{"_path":5753,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5754,"config":5759,"_id":5760,"_type":30,"title":5755,"_source":32,"_file":5761,"_stem":5762,"_extension":35},"/en-us/blog/authors/neha-khalwadekar",{"name":5755,"config":5756},"Neha Khalwadekar",{"headshot":5757,"ctfId":5758},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682666/Blog/Author%20Headshots/nkhalwadekar-headshot.jpg","nkhalwadekar",{"template":682},"content:en-us:blog:authors:neha-khalwadekar.yml","en-us/blog/authors/neha-khalwadekar.yml","en-us/blog/authors/neha-khalwadekar",{"_path":5764,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5765,"config":5770,"_id":5771,"_type":30,"title":5772,"_source":32,"_file":5773,"_stem":5774,"_extension":35},"/en-us/blog/authors/neil-mccorrison",{"name":5766,"config":5767},"Neil McCorrison",{"headshot":5768,"ctfId":5769},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669499/Blog/Author%20Headshots/nmccorrison-headshot.jpg","nmccorrison",{"template":682},"content:en-us:blog:authors:neil-mccorrison.yml","Neil Mccorrison","en-us/blog/authors/neil-mccorrison.yml","en-us/blog/authors/neil-mccorrison",{"_path":5776,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5777,"config":5782,"_id":5783,"_type":30,"title":5784,"_source":32,"_file":5785,"_stem":5786,"_extension":35},"/en-us/blog/authors/neil-mcdonald",{"name":5778,"config":5779},"Neil McDonald",{"headshot":5780,"ctfId":5781},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665769/Blog/Author%20Headshots/neil_mcdonald_headshot.png","3AlbY0x99iY5eFvSZcn1zL",{"template":682},"content:en-us:blog:authors:neil-mcdonald.yml","Neil Mcdonald","en-us/blog/authors/neil-mcdonald.yml","en-us/blog/authors/neil-mcdonald",{"_path":5788,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5789,"config":5793,"_id":5795,"_type":30,"title":5790,"_source":32,"_file":5796,"_stem":5797,"_extension":35},"/en-us/blog/authors/nick-cayou",{"name":5790,"config":5791,"role":7},"Nick Cayou",{"headshot":5792},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751467780/nzign0cbu1g4ulxlhgop.png",{"template":682,"gitlabHandle":5794},"ncayou","content:en-us:blog:authors:nick-cayou.yml","en-us/blog/authors/nick-cayou.yml","en-us/blog/authors/nick-cayou",{"_path":5799,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5800,"config":5805,"_id":5806,"_type":30,"title":5801,"_source":32,"_file":5807,"_stem":5808,"_extension":35},"/en-us/blog/authors/nick-malcolm",{"name":5801,"config":5802},"Nick Malcolm",{"headshot":5803,"ctfId":5804},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679150/Blog/Author%20Headshots/nmalcolm-headshot.jpg","nmalcolm",{"template":682},"content:en-us:blog:authors:nick-malcolm.yml","en-us/blog/authors/nick-malcolm.yml","en-us/blog/authors/nick-malcolm",{"_path":5810,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5811,"config":5815,"_id":5816,"_type":30,"title":5812,"_source":32,"_file":5817,"_stem":5818,"_extension":35},"/en-us/blog/authors/nick-thomas",{"name":5812,"config":5813},"Nick Thomas",{"headshot":7,"ctfId":5814},"nickthomas",{"template":682},"content:en-us:blog:authors:nick-thomas.yml","en-us/blog/authors/nick-thomas.yml","en-us/blog/authors/nick-thomas",{"_path":5820,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5821,"config":5826,"_id":5827,"_type":30,"title":5822,"_source":32,"_file":5828,"_stem":5829,"_extension":35},"/en-us/blog/authors/nick-veenhof",{"name":5822,"config":5823},"Nick Veenhof",{"headshot":5824,"ctfId":5825},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679373/Blog/Author%20Headshots/nick_vh-headshot.jpg","nickvh",{"template":682},"content:en-us:blog:authors:nick-veenhof.yml","en-us/blog/authors/nick-veenhof.yml","en-us/blog/authors/nick-veenhof",{"_path":5831,"_dir":675,"_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/nico-meisenzahl",{"name":5833,"config":5834},"Nico Meisenzahl",{"headshot":7,"ctfId":5835},"nicomeisenzahl",{"template":682},"content:en-us:blog:authors:nico-meisenzahl.yml","en-us/blog/authors/nico-meisenzahl.yml","en-us/blog/authors/nico-meisenzahl",{"_path":5841,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5842,"config":5846,"_id":5847,"_type":30,"title":5843,"_source":32,"_file":5848,"_stem":5849,"_extension":35},"/en-us/blog/authors/nicole-schwartz",{"name":5843,"config":5844},"Nicole Schwartz",{"headshot":7,"ctfId":5845},"nicoleschwartz",{"template":682},"content:en-us:blog:authors:nicole-schwartz.yml","en-us/blog/authors/nicole-schwartz.yml","en-us/blog/authors/nicole-schwartz",{"_path":5851,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5852,"config":5857,"_id":5858,"_type":30,"title":5853,"_source":32,"_file":5859,"_stem":5860,"_extension":35},"/en-us/blog/authors/nikhil-george",{"name":5853,"config":5854},"Nikhil George",{"headshot":5855,"ctfId":5856},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666175/Blog/Author%20Headshots/ngeorge1-headshot.jpg","ngeorge1",{"template":682},"content:en-us:blog:authors:nikhil-george.yml","en-us/blog/authors/nikhil-george.yml","en-us/blog/authors/nikhil-george",{"_path":5862,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5863,"config":5868,"_id":5869,"_type":30,"title":5864,"_source":32,"_file":5870,"_stem":5871,"_extension":35},"/en-us/blog/authors/nima-badiey",{"name":5864,"config":5865},"Nima Badiey",{"headshot":5866,"ctfId":5867},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668177/Blog/Author%20Headshots/nbadiey-headshot.jpg","nbadiey",{"template":682},"content:en-us:blog:authors:nima-badiey.yml","en-us/blog/authors/nima-badiey.yml","en-us/blog/authors/nima-badiey",{"_path":5873,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5874,"config":5879,"_id":5880,"_type":30,"title":5875,"_source":32,"_file":5881,"_stem":5882,"_extension":35},"/en-us/blog/authors/noah-ing",{"name":5875,"config":5876},"Noah Ing",{"headshot":5877,"ctfId":5878},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664410/Blog/Author%20Headshots/noahing.png","noahing",{"template":682},"content:en-us:blog:authors:noah-ing.yml","en-us/blog/authors/noah-ing.yml","en-us/blog/authors/noah-ing",{"_path":5884,"_dir":675,"_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-manger",{"name":5886,"config":5887},"Noah Manger",{"headshot":713,"ctfId":5888},"Noah-Manger",{"template":682},"content:en-us:blog:authors:noah-manger.yml","en-us/blog/authors/noah-manger.yml","en-us/blog/authors/noah-manger",{"_path":5894,"_dir":675,"_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/noah-zoschke",{"name":5896,"config":5897},"Noah Zoschke",{"headshot":713,"ctfId":5898},"Noah-Zoschke",{"template":682},"content:en-us:blog:authors:noah-zoschke.yml","en-us/blog/authors/noah-zoschke.yml","en-us/blog/authors/noah-zoschke",{"_path":5904,"_dir":675,"_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/nolan-myers",{"name":5906,"config":5907},"Nolan Myers",{"headshot":713,"ctfId":5908},"Nolan-Myers",{"template":682},"content:en-us:blog:authors:nolan-myers.yml","en-us/blog/authors/nolan-myers.yml","en-us/blog/authors/nolan-myers",{"_path":5914,"_dir":675,"_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/nupur-sharma",{"name":5916,"config":5917},"Nupur Sharma",{"headshot":713,"ctfId":5918},"6p7RQDl0cDWnAxU8yu2vVK",{"template":682},"content:en-us:blog:authors:nupur-sharma.yml","en-us/blog/authors/nupur-sharma.yml","en-us/blog/authors/nupur-sharma",{"_path":5924,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5925,"config":5929,"_id":5930,"_type":30,"title":5926,"_source":32,"_file":5931,"_stem":5932,"_extension":35},"/en-us/blog/authors/nuritzi-sanchez",{"name":5926,"config":5927},"Nuritzi Sanchez",{"headshot":7,"ctfId":5928},"nuritzi",{"template":682},"content:en-us:blog:authors:nuritzi-sanchez.yml","en-us/blog/authors/nuritzi-sanchez.yml","en-us/blog/authors/nuritzi-sanchez",{"_path":5934,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5935,"config":5940,"_id":5941,"_type":30,"title":5936,"_source":32,"_file":5942,"_stem":5943,"_extension":35},"/en-us/blog/authors/oleksandr-pysaryuk",{"name":5936,"config":5937},"Oleksandr Pysaryuk",{"headshot":5938,"ctfId":5939},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664469/Blog/Author%20Headshots/opysaryuk_headshot.png","5EbCnvbwgeZKYOUug8fFFO",{"template":682},"content:en-us:blog:authors:oleksandr-pysaryuk.yml","en-us/blog/authors/oleksandr-pysaryuk.yml","en-us/blog/authors/oleksandr-pysaryuk",{"_path":5945,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5946,"config":5951,"_id":5952,"_type":30,"title":5953,"_source":32,"_file":5954,"_stem":5955,"_extension":35},"/en-us/blog/authors/olena-horal-koretska",{"name":5947,"config":5948},"Olena Horal-Koretska",{"headshot":5949,"ctfId":5950},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681267/Blog/Author%20Headshots/ohoral-headshot.jpg","ohoral",{"template":682},"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":5957,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5958,"config":5962,"_id":5964,"_type":30,"title":5959,"_source":32,"_file":5965,"_stem":5966,"_extension":35},"/en-us/blog/authors/olivier-campeau",{"name":5959,"config":5960},"Olivier Campeau",{"headshot":5961},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750704785/kyqz7c4ctjvo4qpj8ldf.png",{"template":682,"gitlabHandle":5963},"oli.campeau","content:en-us:blog:authors:olivier-campeau.yml","en-us/blog/authors/olivier-campeau.yml","en-us/blog/authors/olivier-campeau",{"_path":5968,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5969,"config":5974,"_id":5975,"_type":30,"title":5976,"_source":32,"_file":5977,"_stem":5978,"_extension":35},"/en-us/blog/authors/olivier-dupr",{"name":5970,"config":5971},"Olivier Dupré",{"headshot":5972,"ctfId":5973},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713474/cj6odchlpoqxbibenvye.png","4VIckvQsyfNxEtz4pM42aP",{"template":682},"content:en-us:blog:authors:olivier-dupr.yml","Olivier Dupr","en-us/blog/authors/olivier-dupr.yml","en-us/blog/authors/olivier-dupr",{"_path":5980,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":5981,"config":5986,"_id":5987,"_type":30,"title":5982,"_source":32,"_file":5988,"_stem":5989,"_extension":35},"/en-us/blog/authors/omar-fernandez",{"name":5982,"config":5983},"Omar Fernandez",{"headshot":5984,"ctfId":5985},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668073/Blog/Author%20Headshots/ofernandez2-headshot.jpg","ofernandez2",{"template":682},"content:en-us:blog:authors:omar-fernandez.yml","en-us/blog/authors/omar-fernandez.yml","en-us/blog/authors/omar-fernandez",{"_path":5991,"_dir":675,"_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/opher-vishnia",{"name":5993,"config":5994},"Opher Vishnia",{"headshot":713,"ctfId":5995},"O0F3sw3av9pRAxeP9iR7N",{"template":682},"content:en-us:blog:authors:opher-vishnia.yml","en-us/blog/authors/opher-vishnia.yml","en-us/blog/authors/opher-vishnia",{"_path":6001,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6002,"config":6006,"_id":6007,"_type":30,"title":6003,"_source":32,"_file":6008,"_stem":6009,"_extension":35},"/en-us/blog/authors/orit-golowinski",{"name":6003,"config":6004},"Orit Golowinski",{"headshot":7,"ctfId":6005},"ogolowinski",{"template":682},"content:en-us:blog:authors:orit-golowinski.yml","en-us/blog/authors/orit-golowinski.yml","en-us/blog/authors/orit-golowinski",{"_path":6011,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6012,"config":6017,"_id":6018,"_type":30,"title":6013,"_source":32,"_file":6019,"_stem":6020,"_extension":35},"/en-us/blog/authors/ottilia-westerlund",{"name":6013,"config":6014},"Ottilia Westerlund",{"headshot":6015,"ctfId":6016},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664791/Blog/Author%20Headshots/ottiliawesterlundheadshot.png","ottiliawesterlund",{"template":682},"content:en-us:blog:authors:ottilia-westerlund.yml","en-us/blog/authors/ottilia-westerlund.yml","en-us/blog/authors/ottilia-westerlund",{"_path":6022,"_dir":675,"_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/owen-williams",{"name":6024,"config":6025},"Owen Williams",{"headshot":713,"ctfId":6026},"Owen-Williams",{"template":682},"content:en-us:blog:authors:owen-williams.yml","en-us/blog/authors/owen-williams.yml","en-us/blog/authors/owen-williams",{"_path":6032,"_dir":675,"_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/pablo-carranza",{"name":6034,"config":6035},"Pablo Carranza",{"headshot":713,"ctfId":6036},"Pablo-Carranza",{"template":682},"content:en-us:blog:authors:pablo-carranza.yml","en-us/blog/authors/pablo-carranza.yml","en-us/blog/authors/pablo-carranza",{"_path":6042,"_dir":675,"_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/parker-ennis",{"name":6044,"config":6045},"Parker Ennis",{"headshot":7,"ctfId":6046},"parkerennis",{"template":682},"content:en-us:blog:authors:parker-ennis.yml","en-us/blog/authors/parker-ennis.yml","en-us/blog/authors/parker-ennis",{"_path":6052,"_dir":675,"_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/patricio-cano",{"name":6054,"config":6055},"Patricio Cano",{"headshot":713,"ctfId":6056},"Patricio-Cano",{"template":682},"content:en-us:blog:authors:patricio-cano.yml","en-us/blog/authors/patricio-cano.yml","en-us/blog/authors/patricio-cano",{"_path":6062,"_dir":675,"_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-deuley",{"name":6064,"config":6065},"Patrick Deuley",{"headshot":713,"ctfId":6066},"4YYemtKKpxKC4yukyFavai",{"template":682},"content:en-us:blog:authors:patrick-deuley.yml","en-us/blog/authors/patrick-deuley.yml","en-us/blog/authors/patrick-deuley",{"_path":6072,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6073,"config":6077,"_id":6078,"_type":30,"title":6074,"_source":32,"_file":6079,"_stem":6080,"_extension":35},"/en-us/blog/authors/patrick-foster",{"name":6074,"config":6075},"Patrick Foster",{"headshot":713,"ctfId":6076},"Patrick-Foster",{"template":682},"content:en-us:blog:authors:patrick-foster.yml","en-us/blog/authors/patrick-foster.yml","en-us/blog/authors/patrick-foster",{"_path":6082,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6083,"config":6088,"_id":6089,"_type":30,"title":6084,"_source":32,"_file":6090,"_stem":6091,"_extension":35},"/en-us/blog/authors/patrick-steinhardt",{"name":6084,"config":6085},"Patrick Steinhardt",{"headshot":6086,"ctfId":6087},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661952/Blog/Author%20Headshots/pks-gitlab-headshot.png","pksgitlab",{"template":682},"content:en-us:blog:authors:patrick-steinhardt.yml","en-us/blog/authors/patrick-steinhardt.yml","en-us/blog/authors/patrick-steinhardt",{"_path":6093,"_dir":675,"_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/patty-cheung",{"name":6095,"config":6096},"Patty Cheung",{"headshot":713,"ctfId":6097},"pattycheung",{"template":682},"content:en-us:blog:authors:patty-cheung.yml","en-us/blog/authors/patty-cheung.yml","en-us/blog/authors/patty-cheung",{"_path":6103,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6104,"config":6108,"_id":6109,"_type":30,"title":6105,"_source":32,"_file":6110,"_stem":6111,"_extension":35},"/en-us/blog/authors/paul-badcock",{"name":6105,"config":6106},"Paul Badcock",{"headshot":713,"ctfId":6107},"TbNQIdiD4vlFB7XYXeArb",{"template":682},"content:en-us:blog:authors:paul-badcock.yml","en-us/blog/authors/paul-badcock.yml","en-us/blog/authors/paul-badcock",{"_path":6113,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6114,"config":6118,"_id":6119,"_type":30,"title":6120,"_source":32,"_file":6121,"_stem":6122,"_extension":35},"/en-us/blog/authors/paul-gascou-vaillancourt",{"name":6115,"config":6116},"Paul Gascou-Vaillancourt",{"headshot":713,"ctfId":6117},"6Yg7HWPoy2E5vwudH0EZja",{"template":682},"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":6124,"_dir":675,"_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-hibbitts",{"name":6126,"config":6127},"Paul Hibbitts",{"headshot":713,"ctfId":6128},"Paul-Hibbitts",{"template":682},"content:en-us:blog:authors:paul-hibbitts.yml","en-us/blog/authors/paul-hibbitts.yml","en-us/blog/authors/paul-hibbitts",{"_path":6134,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6135,"config":6139,"_id":6140,"_type":30,"title":6136,"_source":32,"_file":6141,"_stem":6142,"_extension":35},"/en-us/blog/authors/paul-machle",{"name":6136,"config":6137},"Paul Machle",{"headshot":713,"ctfId":6138},"Paul-Machle",{"template":682},"content:en-us:blog:authors:paul-machle.yml","en-us/blog/authors/paul-machle.yml","en-us/blog/authors/paul-machle",{"_path":6144,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6145,"config":6149,"_id":6151,"_type":30,"title":6146,"_source":32,"_file":6152,"_stem":6153,"_extension":35},"/en-us/blog/authors/paul-meresanu",{"name":6146,"role":7,"config":6147},"Paul Meresanu",{"headshot":6148},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750267141/qpw5ayteg0sewyh7s8xi.png",{"template":682,"gitlabHandle":6150},"pmeresanu","content:en-us:blog:authors:paul-meresanu.yml","en-us/blog/authors/paul-meresanu.yml","en-us/blog/authors/paul-meresanu",{"_path":6155,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6156,"config":6161,"_id":6162,"_type":30,"title":6157,"_source":32,"_file":6163,"_stem":6164,"_extension":35},"/en-us/blog/authors/payton-burdette",{"name":6157,"config":6158},"Payton Burdette",{"headshot":6159,"ctfId":6160},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667712/Blog/Author%20Headshots/payton_burdette_headshot.png","42ZmAy1Ix0cQeI3hHYupW",{"template":682},"content:en-us:blog:authors:payton-burdette.yml","en-us/blog/authors/payton-burdette.yml","en-us/blog/authors/payton-burdette",{"_path":6166,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6167,"config":6171,"_id":6172,"_type":30,"title":6168,"_source":32,"_file":6173,"_stem":6174,"_extension":35},"/en-us/blog/authors/pedro-fortuna",{"name":6168,"config":6169},"Pedro Fortuna",{"headshot":713,"ctfId":6170},"7JwB4WZYF19OKwOo4yk5n4",{"template":682},"content:en-us:blog:authors:pedro-fortuna.yml","en-us/blog/authors/pedro-fortuna.yml","en-us/blog/authors/pedro-fortuna",{"_path":6176,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6177,"config":6182,"_id":6183,"_type":30,"title":6184,"_source":32,"_file":6185,"_stem":6186,"_extension":35},"/en-us/blog/authors/pedro-moreira-da-silva",{"name":6178,"config":6179},"Pedro Moreira da Silva",{"headshot":6180,"ctfId":6181},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666783/Blog/Author%20Headshots/pedroms-headshot.jpg","pedroms",{"template":682},"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":6188,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6189,"config":6194,"_id":6195,"_type":30,"title":6190,"_source":32,"_file":6196,"_stem":6197,"_extension":35},"/en-us/blog/authors/phil-hughes",{"name":6190,"config":6191},"Phil Hughes",{"headshot":6192,"ctfId":6193},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681552/Blog/Author%20Headshots/iamphill-headshot.jpg","iamphill",{"template":682},"content:en-us:blog:authors:phil-hughes.yml","en-us/blog/authors/phil-hughes.yml","en-us/blog/authors/phil-hughes",{"_path":6199,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6200,"config":6204,"_id":6205,"_type":30,"title":6201,"_source":32,"_file":6206,"_stem":6207,"_extension":35},"/en-us/blog/authors/philip-welz",{"name":6201,"config":6202},"Philip Welz",{"headshot":7,"ctfId":6203},"philxx",{"template":682},"content:en-us:blog:authors:philip-welz.yml","en-us/blog/authors/philip-welz.yml","en-us/blog/authors/philip-welz",{"_path":6209,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6210,"config":6215,"_id":6216,"_type":30,"title":6217,"_source":32,"_file":6218,"_stem":6219,"_extension":35},"/en-us/blog/authors/philippe-lafoucrire",{"name":6211,"config":6212},"Philippe Lafoucrière",{"headshot":6213,"ctfId":6214},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679747/Blog/Author%20Headshots/plafoucriere-headshot.jpg","plafoucriere",{"template":682},"content:en-us:blog:authors:philippe-lafoucrire.yml","Philippe Lafoucrire","en-us/blog/authors/philippe-lafoucrire.yml","en-us/blog/authors/philippe-lafoucrire",{"_path":6221,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6222,"config":6226,"_id":6227,"_type":30,"title":6228,"_source":32,"_file":6229,"_stem":6230,"_extension":35},"/en-us/blog/authors/pierre-de-la-morinerie",{"name":6223,"config":6224},"Pierre de La Morinerie",{"headshot":713,"ctfId":6225},"Pierre-de-La-Morinerie",{"template":682},"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":6232,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6233,"config":6237,"_id":6238,"_type":30,"title":6234,"_source":32,"_file":6239,"_stem":6240,"_extension":35},"/en-us/blog/authors/pierre-smeyers",{"name":6234,"config":6235},"Pierre Smeyers",{"headshot":7,"ctfId":6236},"pismy",{"template":682},"content:en-us:blog:authors:pierre-smeyers.yml","en-us/blog/authors/pierre-smeyers.yml","en-us/blog/authors/pierre-smeyers",{"_path":6242,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6243,"config":6248,"_id":6249,"_type":30,"title":6244,"_source":32,"_file":6250,"_stem":6251,"_extension":35},"/en-us/blog/authors/pini-wietchner",{"name":6244,"config":6245},"Pini Wietchner",{"headshot":6246,"ctfId":6247},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660171/Blog/Author%20Headshots/Pini_Wietchner_headshot.png","4FclpbCSjD5ytIrKCyRL0o",{"template":682},"content:en-us:blog:authors:pini-wietchner.yml","en-us/blog/authors/pini-wietchner.yml","en-us/blog/authors/pini-wietchner",{"_path":6253,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6254,"config":6258,"_id":6259,"_type":30,"title":6260,"_source":32,"_file":6261,"_stem":6262,"_extension":35},"/en-us/blog/authors/pj-metz",{"name":6255,"config":6256},"PJ Metz",{"headshot":713,"ctfId":6257},"PjMetz",{"template":682},"content:en-us:blog:authors:pj-metz.yml","Pj Metz","en-us/blog/authors/pj-metz.yml","en-us/blog/authors/pj-metz",{"_path":6264,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6265,"config":6268,"_id":6269,"_type":30,"title":6270,"_source":32,"_file":6271,"_stem":6272,"_extension":35},"/en-us/blog/authors/plapadoo",{"name":6266,"config":6267},"plapadoo",{"headshot":713,"ctfId":6266},{"template":682},"content:en-us:blog:authors:plapadoo.yml","Plapadoo","en-us/blog/authors/plapadoo.yml","en-us/blog/authors/plapadoo",{"_path":6274,"_dir":675,"_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/pranay-bakre",{"name":6276,"config":6277},"Pranay Bakre",{"headshot":7,"ctfId":6278},"Darren-Eastman",{"template":682},"content:en-us:blog:authors:pranay-bakre.yml","en-us/blog/authors/pranay-bakre.yml","en-us/blog/authors/pranay-bakre",{"_path":6284,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6285,"config":6289,"_id":6290,"_type":30,"title":6286,"_source":32,"_file":6291,"_stem":6292,"_extension":35},"/en-us/blog/authors/priyanka-sharma",{"name":6286,"config":6287},"Priyanka Sharma",{"headshot":7,"ctfId":6288},"pritianka",{"template":682},"content:en-us:blog:authors:priyanka-sharma.yml","en-us/blog/authors/priyanka-sharma.yml","en-us/blog/authors/priyanka-sharma",{"_path":6294,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6295,"config":6300,"_id":6301,"_type":30,"title":6302,"_source":32,"_file":6303,"_stem":6304,"_extension":35},"/en-us/blog/authors/pter-bozs",{"name":6296,"config":6297},"Péter Bozsó",{"headshot":6298,"ctfId":6299},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666384/Blog/Author%20Headshots/pbozso_headshot.png","4i1NVYip0RqxRnbpZ9deKp",{"template":682},"content:en-us:blog:authors:pter-bozs.yml","Pter Bozs","en-us/blog/authors/pter-bozs.yml","en-us/blog/authors/pter-bozs",{"_path":6306,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6307,"config":6311,"_id":6312,"_type":30,"title":6308,"_source":32,"_file":6313,"_stem":6314,"_extension":35},"/en-us/blog/authors/quan-to",{"name":6308,"config":6309},"Quan To",{"headshot":713,"ctfId":6310},"5dswLnpCobgICjM0RpHMU2",{"template":682},"content:en-us:blog:authors:quan-to.yml","en-us/blog/authors/quan-to.yml","en-us/blog/authors/quan-to",{"_path":6316,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6317,"config":6322,"_id":6323,"_type":30,"title":6318,"_source":32,"_file":6324,"_stem":6325,"_extension":35},"/en-us/blog/authors/rachel-nienaber",{"name":6318,"config":6319},"Rachel Nienaber",{"headshot":6320,"ctfId":6321},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667065/Blog/Author%20Headshots/rnienaber-headshot.jpg","rnienaber",{"template":682},"content:en-us:blog:authors:rachel-nienaber.yml","en-us/blog/authors/rachel-nienaber.yml","en-us/blog/authors/rachel-nienaber",{"_path":6327,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6328,"config":6332,"_id":6334,"_type":30,"title":6329,"_source":32,"_file":6335,"_stem":6336,"_extension":35},"/en-us/blog/authors/radovan-bacovic",{"name":6329,"config":6330},"Radovan Bacovic",{"headshot":6331},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1760036179/vvj2tiujit6kopuz8mqp.png",{"template":682,"gitlabHandle":6333},"rbacovic","content:en-us:blog:authors:radovan-bacovic.yml","en-us/blog/authors/radovan-bacovic.yml","en-us/blog/authors/radovan-bacovic",{"_path":6338,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6339,"config":6343,"_id":6344,"_type":30,"title":6345,"_source":32,"_file":6346,"_stem":6347,"_extension":35},"/en-us/blog/authors/rahul-bhargava-cto-evolphin",{"name":6340,"config":6341},"Rahul Bhargava, CTO, Evolphin",{"headshot":713,"ctfId":6342},"Rahul-Bhargava-CTO-Evolphin",{"template":682},"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":6349,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6350,"config":6355,"_id":6356,"_type":30,"title":6351,"_source":32,"_file":6357,"_stem":6358,"_extension":35},"/en-us/blog/authors/raimund-hook",{"name":6351,"config":6352},"Raimund Hook",{"headshot":6353,"ctfId":6354},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749672472/Blog/Author%20Headshots/stingrayza-headshot.jpg","stingrayza",{"template":682},"content:en-us:blog:authors:raimund-hook.yml","en-us/blog/authors/raimund-hook.yml","en-us/blog/authors/raimund-hook",{"_path":6360,"_dir":675,"_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/raquel-campuzano",{"name":6362,"config":6363},"Raquel Campuzano",{"headshot":713,"ctfId":6364},"Raquel-Campuzano",{"template":682},"content:en-us:blog:authors:raquel-campuzano.yml","en-us/blog/authors/raquel-campuzano.yml","en-us/blog/authors/raquel-campuzano",{"_path":6370,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6371,"config":6375,"_id":6376,"_type":30,"title":6372,"_source":32,"_file":6377,"_stem":6378,"_extension":35},"/en-us/blog/authors/ray-paik",{"name":6372,"config":6373},"Ray Paik",{"headshot":7,"ctfId":6374},"rpaik",{"template":682},"content:en-us:blog:authors:ray-paik.yml","en-us/blog/authors/ray-paik.yml","en-us/blog/authors/ray-paik",{"_path":6380,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6381,"config":6386,"_id":6387,"_type":30,"title":6382,"_source":32,"_file":6388,"_stem":6389,"_extension":35},"/en-us/blog/authors/rayana-verissimo",{"name":6382,"config":6383},"Rayana Verissimo",{"headshot":6384,"ctfId":6385},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679581/Blog/Author%20Headshots/rayana-headshot.png","rayana",{"template":682},"content:en-us:blog:authors:rayana-verissimo.yml","en-us/blog/authors/rayana-verissimo.yml","en-us/blog/authors/rayana-verissimo",{"_path":6391,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6392,"config":6396,"_id":6398,"_type":30,"title":6399,"_source":32,"_file":6400,"_stem":6401,"_extension":35},"/en-us/blog/authors/rebeca-fenoy-anthony",{"name":6393,"config":6394},"Rebeca Fenoy-Anthony",{"headshot":6395},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756988188/r1og9bwc9mxwxqeoehyi.png",{"template":682,"gitlabHandle":6397},"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":6403,"_dir":675,"_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/rebecca-dodd",{"name":6405,"config":6406},"Rebecca Dodd",{"headshot":713,"ctfId":6407},"Rebecca-Dodd",{"template":682},"content:en-us:blog:authors:rebecca-dodd.yml","en-us/blog/authors/rebecca-dodd.yml","en-us/blog/authors/rebecca-dodd",{"_path":6413,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6414,"config":6418,"_id":6419,"_type":30,"title":6415,"_source":32,"_file":6420,"_stem":6421,"_extension":35},"/en-us/blog/authors/regis-freyd",{"name":6415,"config":6416},"Regis Freyd",{"headshot":713,"ctfId":6417},"Regis-Freyd",{"template":682},"content:en-us:blog:authors:regis-freyd.yml","en-us/blog/authors/regis-freyd.yml","en-us/blog/authors/regis-freyd",{"_path":6423,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6424,"config":6429,"_id":6430,"_type":30,"title":6425,"_source":32,"_file":6431,"_stem":6432,"_extension":35},"/en-us/blog/authors/regnard-raquedan",{"name":6425,"config":6426},"Regnard Raquedan",{"headshot":6427,"ctfId":6428},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663118/Blog/Author%20Headshots/regnard_raquedan_headshot.png","rraquedan",{"template":682},"content:en-us:blog:authors:regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan",{"_path":6434,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6435,"config":6439,"_id":6440,"_type":30,"title":6436,"_source":32,"_file":6441,"_stem":6442,"_extension":35},"/en-us/blog/authors/renato-stanic",{"name":6436,"config":6437},"Renato Stanic",{"headshot":7,"ctfId":6438},"rstanic12",{"template":682},"content:en-us:blog:authors:renato-stanic.yml","en-us/blog/authors/renato-stanic.yml","en-us/blog/authors/renato-stanic",{"_path":6444,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6445,"config":6450,"_id":6451,"_type":30,"title":6446,"_source":32,"_file":6452,"_stem":6453,"_extension":35},"/en-us/blog/authors/ricardo-amarilla-villalba",{"name":6446,"config":6447},"Ricardo Amarilla Villalba",{"headshot":6448,"ctfId":6449},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659922/Blog/Author%20Headshots/amarilla_headshot.png","4WSHcpkt7wBzARJQ1JkIMm",{"template":682},"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":6455,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6456,"config":6460,"_id":6461,"_type":30,"title":6457,"_source":32,"_file":6462,"_stem":6463,"_extension":35},"/en-us/blog/authors/riccardo-padovani",{"name":6457,"config":6458},"Riccardo Padovani",{"headshot":713,"ctfId":6459},"Riccardo-Padovani",{"template":682},"content:en-us:blog:authors:riccardo-padovani.yml","en-us/blog/authors/riccardo-padovani.yml","en-us/blog/authors/riccardo-padovani",{"_path":6465,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6466,"config":6471,"_id":6472,"_type":30,"title":6473,"_source":32,"_file":6474,"_stem":6475,"_extension":35},"/en-us/blog/authors/rmy-coutable",{"name":6467,"config":6468},"Rémy Coutable",{"headshot":6469,"ctfId":6470},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667148/Blog/Author%20Headshots/rymai-headshot.jpg","rymai",{"template":682},"content:en-us:blog:authors:rmy-coutable.yml","Rmy Coutable","en-us/blog/authors/rmy-coutable.yml","en-us/blog/authors/rmy-coutable",{"_path":6477,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6478,"config":6483,"_id":6484,"_type":30,"title":6479,"_source":32,"_file":6485,"_stem":6486,"_extension":35},"/en-us/blog/authors/rob-jackson",{"name":6479,"config":6480},"Rob Jackson",{"headshot":6481,"ctfId":6482},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664773/Blog/Author%20Headshots/rob_jackson_headshot.png","12y1rDDleLKyUs9QhZFDQe",{"template":682},"content:en-us:blog:authors:rob-jackson.yml","en-us/blog/authors/rob-jackson.yml","en-us/blog/authors/rob-jackson",{"_path":6488,"_dir":675,"_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/rob-ribeiro",{"name":6490,"config":6491},"Rob Ribeiro",{"headshot":713,"ctfId":6492},"Rob-Ribeiro",{"template":682},"content:en-us:blog:authors:rob-ribeiro.yml","en-us/blog/authors/rob-ribeiro.yml","en-us/blog/authors/rob-ribeiro",{"_path":6498,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6499,"config":6503,"_id":6504,"_type":30,"title":6500,"_source":32,"_file":6505,"_stem":6506,"_extension":35},"/en-us/blog/authors/robert-speicher",{"name":6500,"config":6501},"Robert Speicher",{"headshot":7,"ctfId":6502},"rspeicher",{"template":682},"content:en-us:blog:authors:robert-speicher.yml","en-us/blog/authors/robert-speicher.yml","en-us/blog/authors/robert-speicher",{"_path":6508,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6509,"config":6514,"_id":6515,"_type":30,"title":6510,"_source":32,"_file":6516,"_stem":6517,"_extension":35},"/en-us/blog/authors/robert-williams",{"name":6510,"config":6511},"Robert Williams",{"headshot":6512,"ctfId":6513},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682973/Blog/Author%20Headshots/r_williams-headshot.png","rwilliams",{"template":682},"content:en-us:blog:authors:robert-williams.yml","en-us/blog/authors/robert-williams.yml","en-us/blog/authors/robert-williams",{"_path":6519,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6520,"config":6526,"_id":6527,"_type":30,"title":6521,"_source":32,"_file":6528,"_stem":6529,"_extension":35},"/en-us/blog/authors/robin-schulman",{"name":6521,"config":6522,"role":6525},"Robin Schulman",{"headshot":6523,"ctfId":6524},"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":682},"content:en-us:blog:authors:robin-schulman.yml","en-us/blog/authors/robin-schulman.yml","en-us/blog/authors/robin-schulman",{"_path":6531,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6532,"config":6536,"_id":6537,"_type":30,"title":6533,"_source":32,"_file":6538,"_stem":6539,"_extension":35},"/en-us/blog/authors/roger-woo",{"name":6533,"config":6534},"Roger Woo",{"headshot":713,"ctfId":6535},"rogerwoo",{"template":682},"content:en-us:blog:authors:roger-woo.yml","en-us/blog/authors/roger-woo.yml","en-us/blog/authors/roger-woo",{"_path":6541,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6542,"config":6548,"_id":6549,"_type":30,"title":6550,"_source":32,"_file":6551,"_stem":6552,"_extension":35},"/en-us/blog/authors/rohit-shambhuni",{"role":6543,"name":6544,"config":6545},"Staff Application Security Engineer"," Rohit Shambhuni",{"headshot":6546,"ctfId":6547},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661924/Blog/Author%20Headshots/rohit.png","182K42TpkCqjIAwBkZxTmD",{"template":682},"content:en-us:blog:authors:rohit-shambhuni.yml","Rohit Shambhuni","en-us/blog/authors/rohit-shambhuni.yml","en-us/blog/authors/rohit-shambhuni",{"_path":6554,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6555,"config":6559,"_id":6560,"_type":30,"title":6556,"_source":32,"_file":6561,"_stem":6562,"_extension":35},"/en-us/blog/authors/roman-kuba",{"name":6556,"config":6557},"Roman Kuba",{"headshot":7,"ctfId":6558},"rkuba",{"template":682},"content:en-us:blog:authors:roman-kuba.yml","en-us/blog/authors/roman-kuba.yml","en-us/blog/authors/roman-kuba",{"_path":6564,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6565,"config":6570,"_id":6571,"_type":30,"title":6572,"_source":32,"_file":6573,"_stem":6574,"_extension":35},"/en-us/blog/authors/romuald-atchad",{"name":6566,"config":6567},"Romuald Atchadé",{"headshot":6568,"ctfId":6569},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749683323/Blog/Author%20Headshots/romuald_headshot.png","UlDEnaT6wqUdPZMmBKpE2",{"template":682},"content:en-us:blog:authors:romuald-atchad.yml","Romuald Atchad","en-us/blog/authors/romuald-atchad.yml","en-us/blog/authors/romuald-atchad",{"_path":6576,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6577,"config":6581,"_id":6582,"_type":30,"title":6583,"_source":32,"_file":6584,"_stem":6585,"_extension":35},"/en-us/blog/authors/ronald-van-zon",{"name":6578,"config":6579},"Ronald van Zon",{"headshot":7,"ctfId":6580},"Eagllus",{"template":682},"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":6587,"_dir":675,"_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/ross-fuhrman",{"name":6589,"config":6590},"Ross Fuhrman",{"headshot":713,"ctfId":6591},"7dkuWBvIc0AQanUclt3pOk",{"template":682},"content:en-us:blog:authors:ross-fuhrman.yml","en-us/blog/authors/ross-fuhrman.yml","en-us/blog/authors/ross-fuhrman",{"_path":6597,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6598,"config":6602,"_id":6603,"_type":30,"title":6599,"_source":32,"_file":6604,"_stem":6605,"_extension":35},"/en-us/blog/authors/roy-taragan",{"name":6599,"config":6600},"Roy Taragan",{"headshot":713,"ctfId":6601},"3pnwP9gqELfda3DCOQJQCL",{"template":682},"content:en-us:blog:authors:roy-taragan.yml","en-us/blog/authors/roy-taragan.yml","en-us/blog/authors/roy-taragan",{"_path":6607,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6608,"config":6613,"_id":6614,"_type":30,"title":6609,"_source":32,"_file":6615,"_stem":6616,"_extension":35},"/en-us/blog/authors/ruby-nealon",{"name":6609,"config":6610},"Ruby Nealon",{"headshot":6611,"ctfId":6612},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661883/Blog/Author%20Headshots/ruby_nealon_headshot.png","4N7iu9ue1QnoovueNm4S7r",{"template":682},"content:en-us:blog:authors:ruby-nealon.yml","en-us/blog/authors/ruby-nealon.yml","en-us/blog/authors/ruby-nealon",{"_path":6618,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6619,"config":6623,"_id":6624,"_type":30,"title":6620,"_source":32,"_file":6625,"_stem":6626,"_extension":35},"/en-us/blog/authors/rupert-douglas",{"name":6620,"config":6621},"Rupert Douglas",{"headshot":7,"ctfId":6622},"rdouglasgitlab",{"template":682},"content:en-us:blog:authors:rupert-douglas.yml","en-us/blog/authors/rupert-douglas.yml","en-us/blog/authors/rupert-douglas",{"_path":6628,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6629,"config":6633,"_id":6634,"_type":30,"title":6635,"_source":32,"_file":6636,"_stem":6637,"_extension":35},"/en-us/blog/authors/rusty-weston-guest-contributor",{"name":6630,"config":6631},"Rusty Weston, Guest Contributor",{"headshot":7,"ctfId":6632},"3PShSyZ6DJXnkDa5xrQs7V",{"template":682},"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":6639,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6640,"config":6645,"_id":6646,"_type":30,"title":6641,"_source":32,"_file":6647,"_stem":6648,"_extension":35},"/en-us/blog/authors/rutvik-shah",{"name":6641,"config":6642},"Rutvik Shah",{"headshot":6643,"ctfId":6644},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661843/Blog/Author%20Headshots/rutvik_shah_headshot.png","6co92rUBTbWcyV3EW23iEx",{"template":682},"content:en-us:blog:authors:rutvik-shah.yml","en-us/blog/authors/rutvik-shah.yml","en-us/blog/authors/rutvik-shah",{"_path":6650,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6651,"config":6656,"_id":6657,"_type":30,"title":6652,"_source":32,"_file":6658,"_stem":6659,"_extension":35},"/en-us/blog/authors/sacha-guyon",{"name":6652,"config":6653},"Sacha Guyon",{"headshot":6654,"ctfId":6655},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664566/Blog/Author%20Headshots/sacha_guyon_headshot.png","24pBtwb7WTU9fJB9qfqJYu",{"template":682},"content:en-us:blog:authors:sacha-guyon.yml","en-us/blog/authors/sacha-guyon.yml","en-us/blog/authors/sacha-guyon",{"_path":6661,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6662,"config":6667,"_id":6668,"_type":30,"title":6663,"_source":32,"_file":6669,"_stem":6670,"_extension":35},"/en-us/blog/authors/safwan-ahmed",{"name":6663,"config":6664},"Safwan Ahmed",{"headshot":6665,"ctfId":6666},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667732/Blog/Author%20Headshots/safwan_headshot.png","2Nw8KPOPpRBiBrVxMIaEn3",{"template":682},"content:en-us:blog:authors:safwan-ahmed.yml","en-us/blog/authors/safwan-ahmed.yml","en-us/blog/authors/safwan-ahmed",{"_path":6672,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6673,"config":6677,"_id":6679,"_type":30,"title":6674,"_source":32,"_file":6680,"_stem":6681,"_extension":35},"/en-us/blog/authors/salahddine-aberkan",{"name":6674,"config":6675},"Salahddine Aberkan",{"headshot":6676},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750434234/comdtybiix8pjqdpsxow.png",{"template":682,"gitlabHandle":6678},"saberkan","content:en-us:blog:authors:salahddine-aberkan.yml","en-us/blog/authors/salahddine-aberkan.yml","en-us/blog/authors/salahddine-aberkan",{"_path":6683,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6684,"config":6689,"_id":6690,"_type":30,"title":6685,"_source":32,"_file":6691,"_stem":6692,"_extension":35},"/en-us/blog/authors/salman-ladha",{"name":6685,"config":6686},"Salman Ladha",{"headshot":6687,"ctfId":6688},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662937/Blog/Author%20Headshots/salman_ladha_headshot.png","2AYyG99S9PBB8PQIJ6aKuq",{"template":682},"content:en-us:blog:authors:salman-ladha.yml","en-us/blog/authors/salman-ladha.yml","en-us/blog/authors/salman-ladha",{"_path":6694,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6695,"config":6700,"_id":6701,"_type":30,"title":6696,"_source":32,"_file":6702,"_stem":6703,"_extension":35},"/en-us/blog/authors/sam-beckham",{"name":6696,"config":6697},"Sam Beckham",{"headshot":6698,"ctfId":6699},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749678740/Blog/Author%20Headshots/samdbeckham-headshot.jpg","samdbeckham",{"template":682},"content:en-us:blog:authors:sam-beckham.yml","en-us/blog/authors/sam-beckham.yml","en-us/blog/authors/sam-beckham",{"_path":6705,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6706,"config":6711,"_id":6712,"_type":30,"title":6707,"_source":32,"_file":6713,"_stem":6714,"_extension":35},"/en-us/blog/authors/sam-kerr",{"name":6707,"config":6708},"Sam Kerr",{"headshot":6709,"ctfId":6710},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668841/Blog/Author%20Headshots/stkerr-headshot.jpg","stkerr",{"template":682},"content:en-us:blog:authors:sam-kerr.yml","en-us/blog/authors/sam-kerr.yml","en-us/blog/authors/sam-kerr",{"_path":6716,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6717,"config":6722,"_id":6723,"_type":30,"title":6718,"_source":32,"_file":6724,"_stem":6725,"_extension":35},"/en-us/blog/authors/sam-morris",{"name":6718,"config":6719},"Sam Morris",{"headshot":6720,"ctfId":6721},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660148/Blog/Author%20Headshots/sam_morris.png","6JTrhUIqSCU30Y9KZOaan8",{"template":682},"content:en-us:blog:authors:sam-morris.yml","en-us/blog/authors/sam-morris.yml","en-us/blog/authors/sam-morris",{"_path":6727,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6728,"config":6733,"_id":6734,"_type":30,"title":6729,"_source":32,"_file":6735,"_stem":6736,"_extension":35},"/en-us/blog/authors/sam-white",{"name":6729,"config":6730},"Sam White",{"headshot":6731,"ctfId":6732},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682227/Blog/Author%20Headshots/sam.png","samwhite",{"template":682},"content:en-us:blog:authors:sam-white.yml","en-us/blog/authors/sam-white.yml","en-us/blog/authors/sam-white",{"_path":6738,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6739,"config":6744,"_id":6745,"_type":30,"title":6740,"_source":32,"_file":6746,"_stem":6747,"_extension":35},"/en-us/blog/authors/sam-wiskow",{"name":6740,"config":6741},"Sam Wiskow",{"headshot":6742,"ctfId":6743},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659433/Blog/Author%20Headshots/swiskow-headshot.jpg","swiskow",{"template":682},"content:en-us:blog:authors:sam-wiskow.yml","en-us/blog/authors/sam-wiskow.yml","en-us/blog/authors/sam-wiskow",{"_path":6749,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6750,"config":6755,"_id":6756,"_type":30,"title":6751,"_source":32,"_file":6757,"_stem":6758,"_extension":35},"/en-us/blog/authors/samantha-lee",{"name":6751,"config":6752},"Samantha Lee",{"headshot":6753,"ctfId":6754},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679833/Blog/Author%20Headshots/slee24-headshot.png","slee24",{"template":682},"content:en-us:blog:authors:samantha-lee.yml","en-us/blog/authors/samantha-lee.yml","en-us/blog/authors/samantha-lee",{"_path":6760,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6761,"config":6765,"_id":6766,"_type":30,"title":6767,"_source":32,"_file":6768,"_stem":6769,"_extension":35},"/en-us/blog/authors/sameer-farooqui-octoml",{"name":6762,"config":6763},"Sameer Farooqui, OctoML",{"headshot":713,"ctfId":6764},"Sameer-Farooqui-OctoML",{"template":682},"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":6771,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6772,"config":6777,"_id":6778,"_type":30,"title":6773,"_source":32,"_file":6779,"_stem":6780,"_extension":35},"/en-us/blog/authors/sameer-kamani",{"name":6773,"config":6774},"Sameer Kamani",{"headshot":6775,"ctfId":6776},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682359/Blog/Author%20Headshots/skamani-headshot.jpg","skamani",{"template":682},"content:en-us:blog:authors:sameer-kamani.yml","en-us/blog/authors/sameer-kamani.yml","en-us/blog/authors/sameer-kamani",{"_path":6782,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6783,"config":6788,"_id":6789,"_type":30,"title":6784,"_source":32,"_file":6790,"_stem":6791,"_extension":35},"/en-us/blog/authors/samer-akkoub",{"name":6784,"config":6785},"Samer Akkoub",{"headshot":6786,"ctfId":6787},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664173/Blog/Author%20Headshots/SamerAkkoub.png","BekAzK0RFux30pt6dvtWh",{"template":682},"content:en-us:blog:authors:samer-akkoub.yml","en-us/blog/authors/samer-akkoub.yml","en-us/blog/authors/samer-akkoub",{"_path":6793,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6794,"config":6798,"_id":6799,"_type":30,"title":6795,"_source":32,"_file":6800,"_stem":6801,"_extension":35},"/en-us/blog/authors/samuel-alfageme",{"name":6795,"config":6796},"Samuel Alfageme",{"headshot":713,"ctfId":6797},"Samuel-Alfageme",{"template":682},"content:en-us:blog:authors:samuel-alfageme.yml","en-us/blog/authors/samuel-alfageme.yml","en-us/blog/authors/samuel-alfageme",{"_path":6803,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6804,"config":6811,"_id":6812,"_type":30,"title":6806,"_source":32,"_file":6813,"_stem":6814,"_extension":35},"/en-us/blog/authors/sandra-gittlen",{"role":6805,"name":6806,"config":6807},"Managing Editor, GitLab Blog","Sandra Gittlen",{"headshot":6808,"linkedin":6809,"ctfId":6810},"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":682},"content:en-us:blog:authors:sandra-gittlen.yml","en-us/blog/authors/sandra-gittlen.yml","en-us/blog/authors/sandra-gittlen",{"_path":6816,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6817,"config":6821,"_id":6822,"_type":30,"title":6818,"_source":32,"_file":6823,"_stem":6824,"_extension":35},"/en-us/blog/authors/sandra-salerno",{"name":6818,"config":6819},"Sandra Salerno",{"headshot":713,"ctfId":6820},"Sandra-Salerno",{"template":682},"content:en-us:blog:authors:sandra-salerno.yml","en-us/blog/authors/sandra-salerno.yml","en-us/blog/authors/sandra-salerno",{"_path":6826,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6827,"config":6831,"_id":6832,"_type":30,"title":6833,"_source":32,"_file":6834,"_stem":6835,"_extension":35},"/en-us/blog/authors/santiago-ruano-rincn",{"name":6828,"config":6829},"Santiago Ruano Rincón",{"headshot":7,"ctfId":6830},"topodelapradera",{"template":682},"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":6837,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6838,"config":6842,"_id":6843,"_type":30,"title":6839,"_source":32,"_file":6844,"_stem":6845,"_extension":35},"/en-us/blog/authors/sara-kassabian",{"name":6839,"config":6840},"Sara Kassabian",{"headshot":7,"ctfId":6841},"skassabian",{"template":682},"content:en-us:blog:authors:sara-kassabian.yml","en-us/blog/authors/sara-kassabian.yml","en-us/blog/authors/sara-kassabian",{"_path":6847,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6848,"config":6853,"_id":6854,"_type":30,"title":6849,"_source":32,"_file":6855,"_stem":6856,"_extension":35},"/en-us/blog/authors/sara-meadzinger",{"name":6849,"config":6850},"Sara Meadzinger",{"headshot":6851,"ctfId":6852},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750713474/ucbe3kgq9cylttuqy5lt.png","53lD8Rb05nXLHefXurjdvI",{"template":682},"content:en-us:blog:authors:sara-meadzinger.yml","en-us/blog/authors/sara-meadzinger.yml","en-us/blog/authors/sara-meadzinger",{"_path":6858,"_dir":675,"_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-daily",{"name":6860,"config":6861},"Sarah Daily",{"headshot":713,"ctfId":6862},"2YhqRPG08HF0FCF1l7oeZL",{"template":682},"content:en-us:blog:authors:sarah-daily.yml","en-us/blog/authors/sarah-daily.yml","en-us/blog/authors/sarah-daily",{"_path":6868,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6869,"config":6873,"_id":6874,"_type":30,"title":6870,"_source":32,"_file":6875,"_stem":6876,"_extension":35},"/en-us/blog/authors/sarah-german",{"name":6870,"config":6871},"Sarah German",{"headshot":6872,"ctfId":4529},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755639969/jgc97wpptft48qsbrla7.jpg",{"template":682},"content:en-us:blog:authors:sarah-german.yml","en-us/blog/authors/sarah-german.yml","en-us/blog/authors/sarah-german",{"_path":6878,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6879,"config":6884,"_id":6885,"_type":30,"title":6880,"_source":32,"_file":6886,"_stem":6887,"_extension":35},"/en-us/blog/authors/sarah-matthies",{"name":6880,"config":6881},"Sarah Matthies",{"headshot":6882,"ctfId":6883},"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":682},"content:en-us:blog:authors:sarah-matthies.yml","en-us/blog/authors/sarah-matthies.yml","en-us/blog/authors/sarah-matthies",{"_path":6889,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6890,"config":6894,"_id":6895,"_type":30,"title":6896,"_source":32,"_file":6897,"_stem":6898,"_extension":35},"/en-us/blog/authors/sarah-odonnell",{"name":6891,"config":6892},"Sarah O’Donnell",{"headshot":7,"ctfId":6893},"sarahod",{"template":682},"content:en-us:blog:authors:sarah-odonnell.yml","Sarah Odonnell","en-us/blog/authors/sarah-odonnell.yml","en-us/blog/authors/sarah-odonnell",{"_path":6900,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6901,"config":6906,"_id":6907,"_type":30,"title":6902,"_source":32,"_file":6908,"_stem":6909,"_extension":35},"/en-us/blog/authors/sarah-waldner",{"name":6902,"config":6903},"Sarah Waldner",{"headshot":6904,"ctfId":6905},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667588/Blog/Author%20Headshots/sarahwaldner-headshot.png","sarahwaldner",{"template":682},"content:en-us:blog:authors:sarah-waldner.yml","en-us/blog/authors/sarah-waldner.yml","en-us/blog/authors/sarah-waldner",{"_path":6911,"_dir":675,"_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/sarrah-vesselov",{"name":6913,"config":6914},"Sarrah Vesselov",{"headshot":7,"ctfId":6915},"sarrahvesselov",{"template":682},"content:en-us:blog:authors:sarrah-vesselov.yml","en-us/blog/authors/sarrah-vesselov.yml","en-us/blog/authors/sarrah-vesselov",{"_path":6921,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6922,"config":6926,"_id":6927,"_type":30,"title":6923,"_source":32,"_file":6928,"_stem":6929,"_extension":35},"/en-us/blog/authors/sarup-banskota",{"name":6923,"config":6924},"Sarup Banskota",{"headshot":713,"ctfId":6925},"3sY2Ef0sXxaJKCmArdSLsA",{"template":682},"content:en-us:blog:authors:sarup-banskota.yml","en-us/blog/authors/sarup-banskota.yml","en-us/blog/authors/sarup-banskota",{"_path":6931,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6932,"config":6937,"_id":6938,"_type":30,"title":6933,"_source":32,"_file":6939,"_stem":6940,"_extension":35},"/en-us/blog/authors/sascha-eggenberger",{"name":6933,"config":6934},"Sascha Eggenberger",{"headshot":6935,"ctfId":6936},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666141/Blog/Author%20Headshots/sascha_eggenberger_headshot.png","O6MskfzTlsw7vLqbd86bX",{"template":682},"content:en-us:blog:authors:sascha-eggenberger.yml","en-us/blog/authors/sascha-eggenberger.yml","en-us/blog/authors/sascha-eggenberger",{"_path":6942,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6943,"config":6947,"_id":6948,"_type":30,"title":6944,"_source":32,"_file":6949,"_stem":6950,"_extension":35},"/en-us/blog/authors/sasha-bannister",{"name":6944,"config":6945},"Sasha Bannister",{"headshot":713,"ctfId":6946},"Sasha-Bannister",{"template":682},"content:en-us:blog:authors:sasha-bannister.yml","en-us/blog/authors/sasha-bannister.yml","en-us/blog/authors/sasha-bannister",{"_path":6952,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6953,"config":6958,"_id":6959,"_type":30,"title":6954,"_source":32,"_file":6960,"_stem":6961,"_extension":35},"/en-us/blog/authors/sasha-gazlay",{"name":6954,"config":6955},"Sasha Gazlay",{"headshot":6956,"ctfId":6957},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663565/Blog/Author%20Headshots/sasha_gazlay_headshot.png","77Cb6RM2x7PjvfDc64pZxa",{"template":682},"content:en-us:blog:authors:sasha-gazlay.yml","en-us/blog/authors/sasha-gazlay.yml","en-us/blog/authors/sasha-gazlay",{"_path":6963,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6964,"config":6969,"_id":6970,"_type":30,"title":6965,"_source":32,"_file":6971,"_stem":6972,"_extension":35},"/en-us/blog/authors/saumya-upadhyaya",{"name":6965,"config":6966},"Saumya Upadhyaya",{"headshot":6967,"ctfId":6968},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665624/Blog/Author%20Headshots/supadhyaya-headshot.jpg","4aP7wXPoc3veAEWbngqxKR",{"template":682},"content:en-us:blog:authors:saumya-upadhyaya.yml","en-us/blog/authors/saumya-upadhyaya.yml","en-us/blog/authors/saumya-upadhyaya",{"_path":6974,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6975,"config":6980,"_id":6981,"_type":30,"title":6982,"_source":32,"_file":6983,"_stem":6984,"_extension":35},"/en-us/blog/authors/scott-de-jonge",{"name":6976,"config":6977},"Scott de Jonge",{"headshot":6978,"ctfId":6979},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682764/Blog/Author%20Headshots/sdejonge-headshot.jpg","sdejonge",{"template":682},"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":6986,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6987,"config":6992,"_id":6993,"_type":30,"title":6988,"_source":32,"_file":6994,"_stem":6995,"_extension":35},"/en-us/blog/authors/scott-hampton",{"name":6988,"config":6989},"Scott Hampton",{"headshot":6990,"ctfId":6991},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682259/Blog/Author%20Headshots/shampton-headshot.png","shampton",{"template":682},"content:en-us:blog:authors:scott-hampton.yml","en-us/blog/authors/scott-hampton.yml","en-us/blog/authors/scott-hampton",{"_path":6997,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":6998,"config":7002,"_id":7003,"_type":30,"title":6999,"_source":32,"_file":7004,"_stem":7005,"_extension":35},"/en-us/blog/authors/scott-williamson",{"name":6999,"config":7000},"Scott Williamson",{"headshot":7,"ctfId":7001},"sfwgitlab",{"template":682},"content:en-us:blog:authors:scott-williamson.yml","en-us/blog/authors/scott-williamson.yml","en-us/blog/authors/scott-williamson",{"_path":7007,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7008,"config":7013,"_id":7014,"_type":30,"title":7009,"_source":32,"_file":7015,"_stem":7016,"_extension":35},"/en-us/blog/authors/sean-arnold",{"name":7009,"config":7010},"Sean Arnold",{"headshot":7011,"ctfId":7012},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681647/Blog/Author%20Headshots/seanarnold-headshot.jpg","seanarnold",{"template":682},"content:en-us:blog:authors:sean-arnold.yml","en-us/blog/authors/sean-arnold.yml","en-us/blog/authors/sean-arnold",{"_path":7018,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7019,"config":7023,"_id":7024,"_type":30,"title":7025,"_source":32,"_file":7026,"_stem":7027,"_extension":35},"/en-us/blog/authors/sean-mcgivern",{"name":7020,"config":7021},"Sean McGivern",{"headshot":713,"ctfId":7022},"Sean-McGivern",{"template":682},"content:en-us:blog:authors:sean-mcgivern.yml","Sean Mcgivern","en-us/blog/authors/sean-mcgivern.yml","en-us/blog/authors/sean-mcgivern",{"_path":7029,"_dir":675,"_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/sean-packham",{"name":7031,"config":7032},"Sean Packham",{"headshot":713,"ctfId":7033},"Sean-Packham",{"template":682},"content:en-us:blog:authors:sean-packham.yml","en-us/blog/authors/sean-packham.yml","en-us/blog/authors/sean-packham",{"_path":7039,"_dir":675,"_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/sebastian-latacz",{"name":7041,"config":7042},"Sebastian Latacz",{"headshot":713,"ctfId":7043},"4DoWSQV719HEWt2rbDIoQR",{"template":682},"content:en-us:blog:authors:sebastian-latacz.yml","en-us/blog/authors/sebastian-latacz.yml","en-us/blog/authors/sebastian-latacz",{"_path":7049,"_dir":675,"_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/sergey-nuzhdin",{"name":7051,"config":7052},"Sergey Nuzhdin",{"headshot":713,"ctfId":7053},"Sergey-Nuzhdin",{"template":682},"content:en-us:blog:authors:sergey-nuzhdin.yml","en-us/blog/authors/sergey-nuzhdin.yml","en-us/blog/authors/sergey-nuzhdin",{"_path":7059,"_dir":675,"_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/seth-berger",{"name":7061,"config":7062},"Seth Berger",{"headshot":7,"ctfId":7063},"sethgitlab",{"template":682},"content:en-us:blog:authors:seth-berger.yml","en-us/blog/authors/seth-berger.yml","en-us/blog/authors/seth-berger",{"_path":7069,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7070,"config":7074,"_id":7075,"_type":30,"title":7071,"_source":32,"_file":7076,"_stem":7077,"_extension":35},"/en-us/blog/authors/shane-rice",{"name":7071,"config":7072},"Shane Rice",{"headshot":713,"ctfId":7073},"3uVL7xMsEf13JzpbXYTCbM",{"template":682},"content:en-us:blog:authors:shane-rice.yml","en-us/blog/authors/shane-rice.yml","en-us/blog/authors/shane-rice",{"_path":7079,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7080,"config":7085,"_id":7086,"_type":30,"title":7081,"_source":32,"_file":7087,"_stem":7088,"_extension":35},"/en-us/blog/authors/sharon-gaudin",{"name":7081,"config":7082},"Sharon Gaudin",{"headshot":7083,"ctfId":7084},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663767/Blog/Author%20Headshots/sharongaudinheadshot.png","sgaudin",{"template":682},"content:en-us:blog:authors:sharon-gaudin.yml","en-us/blog/authors/sharon-gaudin.yml","en-us/blog/authors/sharon-gaudin",{"_path":7090,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7091,"config":7095,"_id":7096,"_type":30,"title":7092,"_source":32,"_file":7097,"_stem":7098,"_extension":35},"/en-us/blog/authors/shawn-winters",{"name":7092,"config":7093},"Shawn Winters",{"headshot":7,"ctfId":7094},"ShawnWinters",{"template":682},"content:en-us:blog:authors:shawn-winters.yml","en-us/blog/authors/shawn-winters.yml","en-us/blog/authors/shawn-winters",{"_path":7100,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7101,"config":7105,"_id":7106,"_type":30,"title":7107,"_source":32,"_file":7108,"_stem":7109,"_extension":35},"/en-us/blog/authors/sherida-mcmullan",{"name":7102,"config":7103},"Sherida McMullan",{"headshot":713,"ctfId":7104},"BpqiUFXm6aUxjXJdAeKuL",{"template":682},"content:en-us:blog:authors:sherida-mcmullan.yml","Sherida Mcmullan","en-us/blog/authors/sherida-mcmullan.yml","en-us/blog/authors/sherida-mcmullan",{"_path":7111,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7112,"config":7116,"_id":7117,"_type":30,"title":7113,"_source":32,"_file":7118,"_stem":7119,"_extension":35},"/en-us/blog/authors/shinya-maeda",{"name":7113,"config":7114},"Shinya Maeda",{"headshot":7,"ctfId":7115},"dosuken123",{"template":682},"content:en-us:blog:authors:shinya-maeda.yml","en-us/blog/authors/shinya-maeda.yml","en-us/blog/authors/shinya-maeda",{"_path":7121,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7122,"config":7127,"_id":7128,"_type":30,"title":7123,"_source":32,"_file":7129,"_stem":7130,"_extension":35},"/en-us/blog/authors/shrishti-choudhary",{"name":7123,"config":7124},"Shrishti Choudhary",{"headshot":7125,"ctfId":7126},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671923/Blog/Author%20Headshots/shrishti.png","5tIiu8vyhWHEUi1tgQivzj",{"template":682},"content:en-us:blog:authors:shrishti-choudhary.yml","en-us/blog/authors/shrishti-choudhary.yml","en-us/blog/authors/shrishti-choudhary",{"_path":7132,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7133,"config":7142,"_id":7143,"_type":30,"title":7135,"_source":32,"_file":7144,"_stem":7145,"_extension":35},"/en-us/blog/authors/sid-sijbrandij",{"role":7134,"name":7135,"bio":7136,"config":7137},"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":7138,"twitter":7139,"linkedin":7140,"ctfId":7141},"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":682},"content:en-us:blog:authors:sid-sijbrandij.yml","en-us/blog/authors/sid-sijbrandij.yml","en-us/blog/authors/sid-sijbrandij",{"_path":7147,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7148,"config":7153,"_id":7154,"_type":30,"title":7149,"_source":32,"_file":7155,"_stem":7156,"_extension":35},"/en-us/blog/authors/siddharth-mathur",{"name":7149,"config":7150},"Siddharth Mathur",{"headshot":7151,"ctfId":7152},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682662/Blog/Author%20Headshots/smathur-headshot.png","smathur",{"template":682},"content:en-us:blog:authors:siddharth-mathur.yml","en-us/blog/authors/siddharth-mathur.yml","en-us/blog/authors/siddharth-mathur",{"_path":7158,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7159,"config":7163,"_id":7164,"_type":30,"title":7160,"_source":32,"_file":7165,"_stem":7166,"_extension":35},"/en-us/blog/authors/simon-tarchichi",{"name":7160,"config":7161},"Simon Tarchichi",{"headshot":7,"ctfId":7162},"kartsims",{"template":682},"content:en-us:blog:authors:simon-tarchichi.yml","en-us/blog/authors/simon-tarchichi.yml","en-us/blog/authors/simon-tarchichi",{"_path":7168,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7169,"config":7174,"_id":7175,"_type":30,"title":7170,"_source":32,"_file":7176,"_stem":7177,"_extension":35},"/en-us/blog/authors/sophia-manicor",{"name":7170,"config":7171},"Sophia Manicor",{"headshot":7172,"ctfId":7173},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665576/Blog/Author%20Headshots/sophie_manicor_headshot.png","79Msqcc9YZrC0IvTggfQ5y",{"template":682},"content:en-us:blog:authors:sophia-manicor.yml","en-us/blog/authors/sophia-manicor.yml","en-us/blog/authors/sophia-manicor",{"_path":7179,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7180,"config":7185,"_id":7186,"_type":30,"title":7181,"_source":32,"_file":7187,"_stem":7188,"_extension":35},"/en-us/blog/authors/sri-rangan",{"name":7181,"config":7182},"Sri Rangan",{"headshot":7183,"ctfId":7184},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665808/Blog/Author%20Headshots/sri19-headshot.jpg","sri19",{"template":682},"content:en-us:blog:authors:sri-rangan.yml","en-us/blog/authors/sri-rangan.yml","en-us/blog/authors/sri-rangan",{"_path":7190,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7191,"config":7196,"_id":7197,"_type":30,"title":7192,"_source":32,"_file":7198,"_stem":7199,"_extension":35},"/en-us/blog/authors/stacy-cline",{"name":7192,"config":7193},"Stacy Cline",{"headshot":7194,"ctfId":7195},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669909/Blog/Author%20Headshots/stacycline.jpg","5a2wvqC09jbT1kGMpVoNyg",{"template":682},"content:en-us:blog:authors:stacy-cline.yml","en-us/blog/authors/stacy-cline.yml","en-us/blog/authors/stacy-cline",{"_path":7201,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7202,"config":7207,"_id":7208,"_type":30,"title":7203,"_source":32,"_file":7209,"_stem":7210,"_extension":35},"/en-us/blog/authors/stan-hu",{"name":7203,"config":7204},"Stan Hu",{"headshot":7205,"ctfId":7206},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659504/Blog/Author%20Headshots/stanhu-headshot.jpg","stanhu",{"template":682},"content:en-us:blog:authors:stan-hu.yml","en-us/blog/authors/stan-hu.yml","en-us/blog/authors/stan-hu",{"_path":7212,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7213,"config":7217,"_id":7218,"_type":30,"title":7219,"_source":32,"_file":7220,"_stem":7221,"_extension":35},"/en-us/blog/authors/stephan-hochdrfer",{"name":7214,"config":7215},"Stephan Hochdörfer",{"headshot":713,"ctfId":7216},"Stephan-Hochdrfer",{"template":682},"content:en-us:blog:authors:stephan-hochdrfer.yml","Stephan Hochdrfer","en-us/blog/authors/stephan-hochdrfer.yml","en-us/blog/authors/stephan-hochdrfer",{"_path":7223,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7224,"config":7228,"_id":7229,"_type":30,"title":7225,"_source":32,"_file":7230,"_stem":7231,"_extension":35},"/en-us/blog/authors/stephanie-garza",{"name":7225,"config":7226},"Stephanie Garza",{"headshot":7,"ctfId":7227},"StephanieGarza",{"template":682},"content:en-us:blog:authors:stephanie-garza.yml","en-us/blog/authors/stephanie-garza.yml","en-us/blog/authors/stephanie-garza",{"_path":7233,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7234,"config":7238,"_id":7239,"_type":30,"title":7240,"_source":32,"_file":7241,"_stem":7242,"_extension":35},"/en-us/blog/authors/stephen-mcguinness",{"name":7235,"config":7236},"Stephen McGuinness",{"headshot":7,"ctfId":7237},"smcguinness1",{"template":682},"content:en-us:blog:authors:stephen-mcguinness.yml","Stephen Mcguinness","en-us/blog/authors/stephen-mcguinness.yml","en-us/blog/authors/stephen-mcguinness",{"_path":7244,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7245,"config":7250,"_id":7251,"_type":30,"title":7246,"_source":32,"_file":7252,"_stem":7253,"_extension":35},"/en-us/blog/authors/stephen-walters",{"name":7246,"config":7247},"Stephen Walters",{"headshot":7248,"ctfId":7249},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664996/Blog/Author%20Headshots/stephen_walters_gitlab.png","7uMrX0SDPVz1YkZnVqLmGm",{"template":682},"content:en-us:blog:authors:stephen-walters.yml","en-us/blog/authors/stephen-walters.yml","en-us/blog/authors/stephen-walters",{"_path":7255,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7256,"config":7261,"_id":7262,"_type":30,"title":7257,"_source":32,"_file":7263,"_stem":7264,"_extension":35},"/en-us/blog/authors/steve-abrams",{"name":7257,"config":7258},"Steve Abrams",{"headshot":7259,"ctfId":7260},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681809/Blog/Author%20Headshots/sabrams-headshot.png","sabrams",{"template":682},"content:en-us:blog:authors:steve-abrams.yml","en-us/blog/authors/steve-abrams.yml","en-us/blog/authors/steve-abrams",{"_path":7266,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7267,"config":7271,"_id":7272,"_type":30,"title":7268,"_source":32,"_file":7273,"_stem":7274,"_extension":35},"/en-us/blog/authors/steve-azzopardi",{"name":7268,"config":7269},"Steve Azzopardi",{"headshot":7,"ctfId":7270},"steveazz",{"template":682},"content:en-us:blog:authors:steve-azzopardi.yml","en-us/blog/authors/steve-azzopardi.yml","en-us/blog/authors/steve-azzopardi",{"_path":7276,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7277,"config":7282,"_id":7283,"_type":30,"title":7278,"_source":32,"_file":7284,"_stem":7285,"_extension":35},"/en-us/blog/authors/steve-grossman",{"name":7278,"config":7279},"Steve Grossman",{"headshot":7280,"ctfId":7281},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682744/Blog/Author%20Headshots/Steevo-headshot.jpg","Steevo",{"template":682},"content:en-us:blog:authors:steve-grossman.yml","en-us/blog/authors/steve-grossman.yml","en-us/blog/authors/steve-grossman",{"_path":7287,"_dir":675,"_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-ropa",{"name":7289,"config":7290},"Steve Ropa",{"headshot":713,"ctfId":7291},"Steve-Ropa",{"template":682},"content:en-us:blog:authors:steve-ropa.yml","en-us/blog/authors/steve-ropa.yml","en-us/blog/authors/steve-ropa",{"_path":7297,"_dir":675,"_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/steve-truong",{"name":7299,"config":7300},"Steve Truong",{"headshot":7,"ctfId":7301},"sttruong",{"template":682},"content:en-us:blog:authors:steve-truong.yml","en-us/blog/authors/steve-truong.yml","en-us/blog/authors/steve-truong",{"_path":7307,"_dir":675,"_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/steven-zinck",{"name":7309,"config":7310},"Steven Zinck",{"headshot":713,"ctfId":7311},"49JllsB7PFUrjj2Wi4Wa2O",{"template":682},"content:en-us:blog:authors:steven-zinck.yml","en-us/blog/authors/steven-zinck.yml","en-us/blog/authors/steven-zinck",{"_path":7317,"_dir":675,"_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/sunil-kowlgi",{"name":7319,"config":7320},"Sunil Kowlgi",{"headshot":713,"ctfId":7321},"Sunil-Kowlgi",{"template":682},"content:en-us:blog:authors:sunil-kowlgi.yml","en-us/blog/authors/sunil-kowlgi.yml","en-us/blog/authors/sunil-kowlgi",{"_path":7327,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7328,"config":7332,"_id":7333,"_type":30,"title":7329,"_source":32,"_file":7334,"_stem":7335,"_extension":35},"/en-us/blog/authors/suri-patel",{"name":7329,"config":7330},"Suri Patel",{"headshot":713,"ctfId":7331},"suripatel",{"template":682},"content:en-us:blog:authors:suri-patel.yml","en-us/blog/authors/suri-patel.yml","en-us/blog/authors/suri-patel",{"_path":7337,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7338,"config":7343,"_id":7344,"_type":30,"title":7339,"_source":32,"_file":7345,"_stem":7346,"_extension":35},"/en-us/blog/authors/susan-tacker",{"name":7339,"config":7340},"Susan Tacker",{"headshot":7341,"ctfId":7342},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749660253/Blog/Author%20Headshots/susantacker-headshot.jpg","6uxN75wAjT3afaKtVlr9GM",{"template":682},"content:en-us:blog:authors:susan-tacker.yml","en-us/blog/authors/susan-tacker.yml","en-us/blog/authors/susan-tacker",{"_path":7348,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7349,"config":7355,"_id":7356,"_type":30,"title":7350,"_source":32,"_file":7357,"_stem":7358,"_extension":35},"/en-us/blog/authors/susie-bitters",{"name":7350,"config":7351},"Susie Bitters",{"headshot":7352,"linkedin":7353,"ctfId":7354},"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":682},"content:en-us:blog:authors:susie-bitters.yml","en-us/blog/authors/susie-bitters.yml","en-us/blog/authors/susie-bitters",{"_path":7360,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7361,"config":7365,"_id":7366,"_type":30,"title":7362,"_source":32,"_file":7367,"_stem":7368,"_extension":35},"/en-us/blog/authors/suzanne-selhorn",{"name":7362,"config":7363},"Suzanne Selhorn",{"headshot":7364,"ctfId":4529},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1755616156/vboecuoyo8tjfdis7c5a.jpg",{"template":682},"content:en-us:blog:authors:suzanne-selhorn.yml","en-us/blog/authors/suzanne-selhorn.yml","en-us/blog/authors/suzanne-selhorn",{"_path":7370,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7371,"config":7376,"_id":7377,"_type":30,"title":7372,"_source":32,"_file":7378,"_stem":7379,"_extension":35},"/en-us/blog/authors/tanuja-jayarama-raju",{"name":7372,"config":7373},"Tanuja Jayarama Raju",{"headshot":7374,"ctfId":7375},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662262/Blog/Author%20Headshots/tanuja_jayarama_raju_headshot.png","2Fssp8ttZw6Y78hzS15kMC",{"template":682},"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":7381,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7382,"config":7387,"_id":7388,"_type":30,"title":7383,"_source":32,"_file":7389,"_stem":7390,"_extension":35},"/en-us/blog/authors/taurie-davis",{"name":7383,"config":7384},"Taurie Davis",{"headshot":7385,"ctfId":7386},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667191/Blog/Author%20Headshots/tauriedavis-headshot.jpg","tauriedavis",{"template":682},"content:en-us:blog:authors:taurie-davis.yml","en-us/blog/authors/taurie-davis.yml","en-us/blog/authors/taurie-davis",{"_path":7392,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7393,"config":7398,"_id":7399,"_type":30,"title":7400,"_source":32,"_file":7401,"_stem":7402,"_extension":35},"/en-us/blog/authors/taylor-mccaslin",{"name":7394,"config":7395},"Taylor McCaslin",{"headshot":7396,"ctfId":7397},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667996/Blog/Author%20Headshots/tmccaslin-headshot.png","tmccaslin",{"template":682},"content:en-us:blog:authors:taylor-mccaslin.yml","Taylor Mccaslin","en-us/blog/authors/taylor-mccaslin.yml","en-us/blog/authors/taylor-mccaslin",{"_path":7404,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7405,"config":7409,"_id":7410,"_type":30,"title":7406,"_source":32,"_file":7411,"_stem":7412,"_extension":35},"/en-us/blog/authors/taylor-murphy",{"name":7406,"config":7407},"Taylor Murphy",{"headshot":7,"ctfId":7408},"tayloramurphy",{"template":682},"content:en-us:blog:authors:taylor-murphy.yml","en-us/blog/authors/taylor-murphy.yml","en-us/blog/authors/taylor-murphy",{"_path":7414,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7415,"config":7420,"_id":7421,"_type":30,"title":7416,"_source":32,"_file":7422,"_stem":7423,"_extension":35},"/en-us/blog/authors/ted-gieschen",{"name":7416,"config":7417},"Ted Gieschen",{"headshot":7418,"ctfId":7419},"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":682},"content:en-us:blog:authors:ted-gieschen.yml","en-us/blog/authors/ted-gieschen.yml","en-us/blog/authors/ted-gieschen",{"_path":7425,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7426,"config":7430,"_id":7431,"_type":30,"title":7427,"_source":32,"_file":7432,"_stem":7433,"_extension":35},"/en-us/blog/authors/thao-yeager",{"name":7427,"config":7428},"Thao Yeager",{"headshot":7,"ctfId":7429},"thaoyeager",{"template":682},"content:en-us:blog:authors:thao-yeager.yml","en-us/blog/authors/thao-yeager.yml","en-us/blog/authors/thao-yeager",{"_path":7435,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7436,"config":7441,"_id":7442,"_type":30,"title":7443,"_source":32,"_file":7444,"_stem":7445,"_extension":35},"/en-us/blog/authors/thiago-figueir",{"name":7437,"config":7438},"Thiago Figueiró",{"headshot":7439,"ctfId":7440},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667091/Blog/Author%20Headshots/thiagocsf-headshot.jpg","thiagocsf",{"template":682},"content:en-us:blog:authors:thiago-figueir.yml","Thiago Figueir","en-us/blog/authors/thiago-figueir.yml","en-us/blog/authors/thiago-figueir",{"_path":7447,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7448,"config":7453,"_id":7454,"_type":30,"title":7449,"_source":32,"_file":7455,"_stem":7456,"_extension":35},"/en-us/blog/authors/thong-kuah",{"name":7449,"config":7450},"Thong Kuah",{"headshot":7451,"ctfId":7452},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667179/Blog/Author%20Headshots/tkuah-headshot.jpg","tkuah",{"template":682},"content:en-us:blog:authors:thong-kuah.yml","en-us/blog/authors/thong-kuah.yml","en-us/blog/authors/thong-kuah",{"_path":7458,"_dir":675,"_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-davis",{"name":7460,"config":7461},"Tim Davis",{"headshot":713,"ctfId":7462},"6PksqjEtq1Y8goFUvAUcIn",{"template":682},"content:en-us:blog:authors:tim-davis.yml","en-us/blog/authors/tim-davis.yml","en-us/blog/authors/tim-davis",{"_path":7468,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7469,"config":7473,"_id":7474,"_type":30,"title":7470,"_source":32,"_file":7475,"_stem":7476,"_extension":35},"/en-us/blog/authors/tim-lehnen",{"name":7470,"config":7471},"Tim Lehnen",{"headshot":7,"ctfId":7472},"hestenet",{"template":682},"content:en-us:blog:authors:tim-lehnen.yml","en-us/blog/authors/tim-lehnen.yml","en-us/blog/authors/tim-lehnen",{"_path":7478,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7479,"config":7484,"_id":7485,"_type":30,"title":7480,"_source":32,"_file":7486,"_stem":7487,"_extension":35},"/en-us/blog/authors/tim-rizzi",{"name":7480,"config":7481},"Tim Rizzi",{"headshot":7482,"ctfId":7483},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661866/Blog/Author%20Headshots/trizzi-headshot.jpg","trizzi",{"template":682},"content:en-us:blog:authors:tim-rizzi.yml","en-us/blog/authors/tim-rizzi.yml","en-us/blog/authors/tim-rizzi",{"_path":7489,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7490,"config":7494,"_id":7496,"_type":30,"title":7491,"_source":32,"_file":7497,"_stem":7498,"_extension":35},"/en-us/blog/authors/tim-zallmann",{"name":7491,"config":7492},"Tim Zallmann",{"headshot":7493},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1759175957/ddfyzux6oosrseryb4pg.png",{"template":682,"gitlabHandle":7495},"timzallmann","content:en-us:blog:authors:tim-zallmann.yml","en-us/blog/authors/tim-zallmann.yml","en-us/blog/authors/tim-zallmann",{"_path":7500,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7501,"config":7505,"_id":7506,"_type":30,"title":7502,"_source":32,"_file":7507,"_stem":7508,"_extension":35},"/en-us/blog/authors/tina-sturgis",{"name":7502,"config":7503},"Tina Sturgis",{"headshot":7,"ctfId":7504},"TinaS",{"template":682},"content:en-us:blog:authors:tina-sturgis.yml","en-us/blog/authors/tina-sturgis.yml","en-us/blog/authors/tina-sturgis",{"_path":7510,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7511,"config":7515,"_id":7516,"_type":30,"title":7517,"_source":32,"_file":7518,"_stem":7519,"_extension":35},"/en-us/blog/authors/tobias-gnther",{"name":7512,"config":7513},"Tobias Günther",{"headshot":713,"ctfId":7514},"Tobias-Gnther",{"template":682},"content:en-us:blog:authors:tobias-gnther.yml","Tobias Gnther","en-us/blog/authors/tobias-gnther.yml","en-us/blog/authors/tobias-gnther",{"_path":7521,"_dir":675,"_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/todd-barr",{"name":7523,"config":7524},"Todd Barr",{"headshot":7,"ctfId":7525},"twbarr",{"template":682},"content:en-us:blog:authors:todd-barr.yml","en-us/blog/authors/todd-barr.yml","en-us/blog/authors/todd-barr",{"_path":7531,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7532,"config":7536,"_id":7537,"_type":30,"title":7533,"_source":32,"_file":7538,"_stem":7539,"_extension":35},"/en-us/blog/authors/tom-cooney",{"name":7533,"config":7534},"Tom Cooney",{"headshot":7,"ctfId":7535},"tomcooney",{"template":682},"content:en-us:blog:authors:tom-cooney.yml","en-us/blog/authors/tom-cooney.yml","en-us/blog/authors/tom-cooney",{"_path":7541,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7542,"config":7547,"_id":7548,"_type":30,"title":7543,"_source":32,"_file":7549,"_stem":7550,"_extension":35},"/en-us/blog/authors/tomas-vik",{"name":7543,"config":7544},"Tomas Vik",{"headshot":7545,"ctfId":7546},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749681785/Blog/Author%20Headshots/viktomas-headshot.jpg","viktomas",{"template":682},"content:en-us:blog:authors:tomas-vik.yml","en-us/blog/authors/tomas-vik.yml","en-us/blog/authors/tomas-vik",{"_path":7552,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7553,"config":7558,"_id":7559,"_type":30,"title":7554,"_source":32,"_file":7560,"_stem":7561,"_extension":35},"/en-us/blog/authors/tomasz-maczukin",{"name":7554,"config":7555},"Tomasz Maczukin",{"headshot":7556,"ctfId":7557},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682116/Blog/Author%20Headshots/tmaczukin-headshot.jpg","tmaczukin",{"template":682},"content:en-us:blog:authors:tomasz-maczukin.yml","en-us/blog/authors/tomasz-maczukin.yml","en-us/blog/authors/tomasz-maczukin",{"_path":7563,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7564,"config":7569,"_id":7570,"_type":30,"title":7565,"_source":32,"_file":7571,"_stem":7572,"_extension":35},"/en-us/blog/authors/toon-claes",{"name":7565,"config":7566},"Toon Claes",{"headshot":7567,"ctfId":7568},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663082/Blog/Author%20Headshots/toon_claes_headshot.png","toon",{"template":682},"content:en-us:blog:authors:toon-claes.yml","en-us/blog/authors/toon-claes.yml","en-us/blog/authors/toon-claes",{"_path":7574,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7575,"config":7580,"_id":7581,"_type":30,"title":7576,"_source":32,"_file":7582,"_stem":7583,"_extension":35},"/en-us/blog/authors/torsten-linz",{"name":7576,"config":7577},"Torsten Linz",{"headshot":7578,"ctfId":7579},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749658907/Blog/Author%20Headshots/tlinz-headshot.jpg","tlinz",{"template":682},"content:en-us:blog:authors:torsten-linz.yml","en-us/blog/authors/torsten-linz.yml","en-us/blog/authors/torsten-linz",{"_path":7585,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7586,"config":7590,"_id":7591,"_type":30,"title":7587,"_source":32,"_file":7592,"_stem":7593,"_extension":35},"/en-us/blog/authors/trevor-knudsen",{"name":7587,"config":7588},"Trevor Knudsen",{"headshot":7,"ctfId":7589},"Tknudsen",{"template":682},"content:en-us:blog:authors:trevor-knudsen.yml","en-us/blog/authors/trevor-knudsen.yml","en-us/blog/authors/trevor-knudsen",{"_path":7595,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7596,"config":7601,"_id":7602,"_type":30,"title":7597,"_source":32,"_file":7603,"_stem":7604,"_extension":35},"/en-us/blog/authors/tristan-read",{"name":7597,"config":7598},"Tristan Read",{"headshot":7599,"ctfId":7600},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679131/Blog/Author%20Headshots/tristan.png","tristanread",{"template":682},"content:en-us:blog:authors:tristan-read.yml","en-us/blog/authors/tristan-read.yml","en-us/blog/authors/tristan-read",{"_path":7606,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7607,"config":7612,"_id":7613,"_type":30,"title":7608,"_source":32,"_file":7614,"_stem":7615,"_extension":35},"/en-us/blog/authors/tsukasa-komatsubara",{"name":7608,"config":7609},"Tsukasa Komatsubara",{"headshot":7610,"ctfId":7611},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659784/Blog/Author%20Headshots/gitlab_tsukasa.jpg","31YQLiBRrJPn35BBhY69ly",{"template":682},"content:en-us:blog:authors:tsukasa-komatsubara.yml","en-us/blog/authors/tsukasa-komatsubara.yml","en-us/blog/authors/tsukasa-komatsubara",{"_path":7617,"_dir":675,"_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/tsvi-zandany",{"name":7619,"config":7620},"Tsvi Zandany",{"headshot":713,"ctfId":7621},"Tsvi-Zandany",{"template":682},"content:en-us:blog:authors:tsvi-zandany.yml","en-us/blog/authors/tsvi-zandany.yml","en-us/blog/authors/tsvi-zandany",{"_path":7627,"_dir":675,"_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/tye-davis",{"name":7629,"config":7630},"Tye Davis",{"headshot":7,"ctfId":7631},"davistye",{"template":682},"content:en-us:blog:authors:tye-davis.yml","en-us/blog/authors/tye-davis.yml","en-us/blog/authors/tye-davis",{"_path":7637,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7638,"config":7642,"_id":7643,"_type":30,"title":7639,"_source":32,"_file":7644,"_stem":7645,"_extension":35},"/en-us/blog/authors/tyler-williams",{"name":7639,"config":7640},"Tyler Williams",{"headshot":7,"ctfId":7641},"tywilliams",{"template":682},"content:en-us:blog:authors:tyler-williams.yml","en-us/blog/authors/tyler-williams.yml","en-us/blog/authors/tyler-williams",{"_path":7647,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7648,"config":7652,"_id":7653,"_type":30,"title":7654,"_source":32,"_file":7655,"_stem":7656,"_extension":35},"/en-us/blog/authors/ulrica-de-fort-menares",{"name":7649,"config":7650},"Ulrica de Fort-Menares",{"headshot":7,"ctfId":7651},"ulrica1",{"template":682},"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":7658,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7659,"config":7664,"_id":7665,"_type":30,"title":7660,"_source":32,"_file":7666,"_stem":7667,"_extension":35},"/en-us/blog/authors/valentine-mairet",{"name":7660,"config":7661},"Valentine Mairet",{"headshot":7662,"ctfId":7663},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665455/Blog/Author%20Headshots/valentine_mairet_headshot.png","1AQjHTpq6sBauRMdCibxQX",{"template":682},"content:en-us:blog:authors:valentine-mairet.yml","en-us/blog/authors/valentine-mairet.yml","en-us/blog/authors/valentine-mairet",{"_path":7669,"_dir":675,"_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/valerie-silverthorne",{"name":7671,"config":7672},"Valerie Silverthorne",{"headshot":713,"ctfId":7673},"vsilverthorne",{"template":682},"content:en-us:blog:authors:valerie-silverthorne.yml","en-us/blog/authors/valerie-silverthorne.yml","en-us/blog/authors/valerie-silverthorne",{"_path":7679,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7680,"config":7684,"_id":7685,"_type":30,"title":7681,"_source":32,"_file":7686,"_stem":7687,"_extension":35},"/en-us/blog/authors/vanessa-wegner",{"name":7681,"config":7682},"Vanessa Wegner",{"headshot":7,"ctfId":7683},"vwegner",{"template":682},"content:en-us:blog:authors:vanessa-wegner.yml","en-us/blog/authors/vanessa-wegner.yml","en-us/blog/authors/vanessa-wegner",{"_path":7689,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7690,"config":7695,"_id":7696,"_type":30,"title":7691,"_source":32,"_file":7697,"_stem":7698,"_extension":35},"/en-us/blog/authors/veethika-mishra",{"name":7691,"config":7692},"Veethika Mishra",{"headshot":7693,"ctfId":7694},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664676/Blog/Author%20Headshots/veethika-headshot.jpg","veethika",{"template":682},"content:en-us:blog:authors:veethika-mishra.yml","en-us/blog/authors/veethika-mishra.yml","en-us/blog/authors/veethika-mishra",{"_path":7700,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7701,"config":7706,"_id":7707,"_type":30,"title":7702,"_source":32,"_file":7708,"_stem":7709,"_extension":35},"/en-us/blog/authors/vick-kelkar",{"name":7702,"config":7703},"Vick Kelkar",{"headshot":7704,"ctfId":7705},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668508/Blog/Author%20Headshots/vkelkar-headshot.jpg","vkelkar",{"template":682},"content:en-us:blog:authors:vick-kelkar.yml","en-us/blog/authors/vick-kelkar.yml","en-us/blog/authors/vick-kelkar",{"_path":7711,"_dir":675,"_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/vicky-steeves",{"name":7713,"config":7714},"Vicky Steeves",{"headshot":7,"ctfId":7715},"vickysteeves",{"template":682},"content:en-us:blog:authors:vicky-steeves.yml","en-us/blog/authors/vicky-steeves.yml","en-us/blog/authors/vicky-steeves",{"_path":7721,"_dir":675,"_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-hernandez",{"name":7723,"config":7724},"Victor Hernandez",{"headshot":713,"ctfId":7725},"KVTkvySIqkAu34p2jsXZz",{"template":682},"content:en-us:blog:authors:victor-hernandez.yml","en-us/blog/authors/victor-hernandez.yml","en-us/blog/authors/victor-hernandez",{"_path":7731,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7732,"config":7736,"_id":7737,"_type":30,"title":7733,"_source":32,"_file":7738,"_stem":7739,"_extension":35},"/en-us/blog/authors/victor-wu",{"name":7733,"config":7734},"Victor Wu",{"headshot":713,"ctfId":7735},"victorwu",{"template":682},"content:en-us:blog:authors:victor-wu.yml","en-us/blog/authors/victor-wu.yml","en-us/blog/authors/victor-wu",{"_path":7741,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7742,"config":7747,"_id":7748,"_type":30,"title":7743,"_source":32,"_file":7749,"_stem":7750,"_extension":35},"/en-us/blog/authors/viktor-nagy",{"name":7743,"config":7744},"Viktor Nagy",{"headshot":7745,"ctfId":7746},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749662918/Blog/Author%20Headshots/nagy-headshot.jpg","nagyvgitlab",{"template":682},"content:en-us:blog:authors:viktor-nagy.yml","en-us/blog/authors/viktor-nagy.yml","en-us/blog/authors/viktor-nagy",{"_path":7752,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7753,"config":7757,"_id":7758,"_type":30,"title":7754,"_source":32,"_file":7759,"_stem":7760,"_extension":35},"/en-us/blog/authors/vincent-jong",{"name":7754,"config":7755},"Vincent Jong",{"headshot":713,"ctfId":7756},"Vincent-Jong",{"template":682},"content:en-us:blog:authors:vincent-jong.yml","en-us/blog/authors/vincent-jong.yml","en-us/blog/authors/vincent-jong",{"_path":7762,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7763,"config":7768,"_id":7769,"_type":30,"title":7764,"_source":32,"_file":7770,"_stem":7771,"_extension":35},"/en-us/blog/authors/vincy-wilson",{"name":7764,"config":7765},"Vincy Wilson",{"headshot":7766,"ctfId":7767},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669069/Blog/Author%20Headshots/vincy.jpg","1iyKndVlbE3dQnxOJoSY0q",{"template":682},"content:en-us:blog:authors:vincy-wilson.yml","en-us/blog/authors/vincy-wilson.yml","en-us/blog/authors/vincy-wilson",{"_path":7773,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7774,"config":7779,"_id":7780,"_type":30,"title":7775,"_source":32,"_file":7781,"_stem":7782,"_extension":35},"/en-us/blog/authors/vishal-tak",{"name":7775,"config":7776},"Vishal Tak",{"headshot":7777,"ctfId":7778},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663854/Blog/Author%20Headshots/vishal_tak_headshot.png","6BalO1YQUIuDdhUP80bFra",{"template":682},"content:en-us:blog:authors:vishal-tak.yml","en-us/blog/authors/vishal-tak.yml","en-us/blog/authors/vishal-tak",{"_path":7784,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7785,"config":7790,"_id":7791,"_type":30,"title":7786,"_source":32,"_file":7792,"_stem":7793,"_extension":35},"/en-us/blog/authors/vitor-meireles-de-sousa",{"name":7786,"config":7787},"Vitor Meireles De Sousa",{"headshot":7788,"ctfId":7789},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682001/Blog/Author%20Headshots/vdesousa-headshot.png","vdesousa",{"template":682},"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":7795,"_dir":675,"_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-budica",{"name":7797,"config":7798},"Vlad Budica",{"headshot":713,"ctfId":7799},"Vlad-Budica",{"template":682},"content:en-us:blog:authors:vlad-budica.yml","en-us/blog/authors/vlad-budica.yml","en-us/blog/authors/vlad-budica",{"_path":7805,"_dir":675,"_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/vlad-stoianovici",{"name":7807,"config":7808},"Vlad Stoianovici",{"headshot":7,"ctfId":7809},"vstoianovici",{"template":682},"content:en-us:blog:authors:vlad-stoianovici.yml","en-us/blog/authors/vlad-stoianovici.yml","en-us/blog/authors/vlad-stoianovici",{"_path":7815,"_dir":675,"_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/wayne-haber",{"name":7817,"config":7818},"Wayne Haber",{"headshot":7,"ctfId":7819},"whaber",{"template":682},"content:en-us:blog:authors:wayne-haber.yml","en-us/blog/authors/wayne-haber.yml","en-us/blog/authors/wayne-haber",{"_path":7825,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7826,"config":7830,"_id":7831,"_type":30,"title":7827,"_source":32,"_file":7832,"_stem":7833,"_extension":35},"/en-us/blog/authors/will-chandler",{"name":7827,"config":7828},"Will Chandler",{"headshot":713,"ctfId":7829},"DKiIGSSRIyO6QdTQkRkjs",{"template":682},"content:en-us:blog:authors:will-chandler.yml","en-us/blog/authors/will-chandler.yml","en-us/blog/authors/will-chandler",{"_path":7835,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7836,"config":7841,"_id":7842,"_type":30,"title":7837,"_source":32,"_file":7843,"_stem":7844,"_extension":35},"/en-us/blog/authors/will-leidheiser",{"name":7837,"config":7838},"Will Leidheiser",{"headshot":7839,"ctfId":7840},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679335/Blog/Author%20Headshots/wleidheiser-headshot.jpg","wleidheiser",{"template":682},"content:en-us:blog:authors:will-leidheiser.yml","en-us/blog/authors/will-leidheiser.yml","en-us/blog/authors/will-leidheiser",{"_path":7846,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7847,"config":7852,"_id":7853,"_type":30,"title":7848,"_source":32,"_file":7854,"_stem":7855,"_extension":35},"/en-us/blog/authors/william-arias",{"name":7848,"config":7849},"William Arias",{"headshot":7850,"ctfId":7851},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667549/Blog/Author%20Headshots/warias-headshot.jpg","warias",{"template":682},"content:en-us:blog:authors:william-arias.yml","en-us/blog/authors/william-arias.yml","en-us/blog/authors/william-arias",{"_path":7857,"_dir":675,"_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/william-chia",{"name":7859,"config":7860},"William Chia",{"headshot":7,"ctfId":7861},"williamchia",{"template":682},"content:en-us:blog:authors:william-chia.yml","en-us/blog/authors/william-chia.yml","en-us/blog/authors/william-chia",{"_path":7867,"_dir":675,"_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/yannis-roussos",{"name":7869,"config":7870},"Yannis Roussos",{"headshot":7,"ctfId":7871},"iroussos",{"template":682},"content:en-us:blog:authors:yannis-roussos.yml","en-us/blog/authors/yannis-roussos.yml","en-us/blog/authors/yannis-roussos",{"_path":7877,"_dir":675,"_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/yevgeny-pats",{"name":7879,"config":7880},"Yevgeny Pats",{"headshot":7,"ctfId":7881},"ypats",{"template":682},"content:en-us:blog:authors:yevgeny-pats.yml","en-us/blog/authors/yevgeny-pats.yml","en-us/blog/authors/yevgeny-pats",{"_path":7887,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7888,"config":7892,"_id":7893,"_type":30,"title":7889,"_source":32,"_file":7894,"_stem":7895,"_extension":35},"/en-us/blog/authors/yorick-peterse",{"name":7889,"config":7890},"Yorick Peterse",{"headshot":713,"ctfId":7891},"Yorick-Peterse",{"template":682},"content:en-us:blog:authors:yorick-peterse.yml","en-us/blog/authors/yorick-peterse.yml","en-us/blog/authors/yorick-peterse",{"_path":7897,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7898,"config":7902,"_id":7903,"_type":30,"title":7904,"_source":32,"_file":7905,"_stem":7906,"_extension":35},"/en-us/blog/authors/zeger-jan-van-de-weg",{"name":7899,"config":7900},"Zeger-Jan van de Weg",{"headshot":7,"ctfId":7901},"zjgitlab",{"template":682},"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":7908,"_dir":675,"_draft":6,"_partial":6,"_locale":7,"content":7909,"config":7914,"_id":7915,"_type":30,"title":7910,"_source":32,"_file":7916,"_stem":7917,"_extension":35},"/en-us/blog/authors/zhaochen-li",{"name":7910,"config":7911},"Zhaochen Li",{"headshot":7912,"ctfId":7913},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749664331/Blog/Author%20Headshots/Zhaochen_Li_headshot.png","D67XqgLJdlpOsrG3ivCGT",{"template":682},"content:en-us:blog:authors:zhaochen-li.yml","en-us/blog/authors/zhaochen-li.yml","en-us/blog/authors/zhaochen-li",{"_path":7919,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"header":7920,"eyebrow":7921,"blurb":7922,"button":7923,"secondaryButton":7927,"_id":7929,"_type":30,"title":7930,"_source":32,"_file":7931,"_stem":7932,"_extension":35},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":46,"config":7924},{"href":7925,"dataGaName":49,"dataGaLocation":7926},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":51,"config":7928},{"href":53,"dataGaName":54,"dataGaLocation":7926},"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":7934,"content":7935,"config":7938,"_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":7936,"heroImage":11,"date":20,"body":21,"category":22,"tags":7937},[18,19],[24],{"slug":26,"featured":27,"template":28},1762754865562]