[{"data":1,"prerenderedAt":805},["ShallowReactive",2],{"/en-us/topics/devops/devops-beginner-resources/":3,"navigation-en-us":133,"banner-en-us":563,"footer-en-us":580,"next-steps-en-us":790},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":127,"_type":128,"title":7,"_source":129,"_file":130,"_stem":131,"_extension":132},"/en-us/topics/devops/devops-beginner-resources","devops",false,"",{"title":9,"ogTitle":9,"description":10,"ogDescription":10},"Start your DevOps journey with these 11 helpful resources","DevOps platform",[12,26,32,125],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Topics",{"href":19},"/topics/",{"title":21,"config":22},"DevOps",{"href":23},"/topics/devops/",{"title":25},"DevOps beginner resources",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"Here are the blogs, videos, webcasts, and more to help you get started with DevOps.\n",{"id":31,"twoColumns":6},"start-your-devops-journey-with-these-11-helpful-resources",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":74},{"text":36,"data":37},"More on this topic",[38,42,46,50,54,58,62,66,70],{"text":39,"config":40},"New to DevOps? Here's what you need to know",{"href":41},"#new-to-dev-ops-heres-what-you-need-to-know",{"text":43,"config":44},"How to begin your DevOps journey",{"href":45},"#how-to-begin-your-dev-ops-journey",{"text":47,"config":48},"Track projects with epics and issues",{"href":49},"#track-projects-with-epics-and-issues",{"text":51,"config":52},"GitLab's guide to CI/CD for beginners",{"href":53},"#git-labs-guide-to-ci-cd-for-beginners",{"text":55,"config":56},"Your guide to learning about Git",{"href":57},"#your-guide-to-learning-about-git",{"text":59,"config":60},"Understanding GitOps",{"href":61},"#understanding-git-ops",{"text":63,"config":64},"Understanding DevSecOps",{"href":65},"#understanding-dev-sec-ops",{"text":67,"config":68},"How to be a stand-out DevOps team",{"href":69},"#how-to-be-a-stand-out-dev-ops-team",{"text":71,"config":72},"How documentation can unify projects and team efforts",{"href":73},"#how-documentation-can-unify-projects-and-team-efforts",[75,80,85,90,95,100,105,110,115,120],{"type":76,"componentName":76,"componentContent":77},"TopicsCopy",{"text":78,"config":79},"Since there are a lot of tools and terms to master, getting started in DevOps\ncan be challenging. We've compiled a list of 11 useful and practical resources\nto help you quickly get up to speed.ere are many benefits of using an end-to-end DevOps platform, we're focusing here on two major gains: visibility and actionability.\n",{"id":7},{"type":76,"componentName":76,"componentContent":81},{"header":39,"text":82,"config":83},"If you're new to a DevOps team or consider yourself a [DevOps beginner](https://about.gitlab.com/topics/devops/beginner-devops-platform/), we have a [guide that will help you get off the ground](https://learn.gitlab.com/beginners-guide-devops/guide-to-devops){data-ga-name=\"guide that will help\" data-ga-location=\"body\"}. This guide demystifies DevOps by outlining its core principles, development practices, and the online resources and DevOps tools crucial for navigating the software development lifecycle in DevOps environments. This guide also features an example of how DevOps is changing the game for one large financial investment bank. And it offers information on how working in DevOps can affect your career.\n",{"id":84},"new-to-dev-ops-heres-what-you-need-to-know",{"type":76,"componentName":76,"componentContent":86},{"header":43,"text":87,"config":88},"Whether you're initiating your role within a DevOps environment or aspiring to delve into the field, beginning your journey requires an understanding of DevOps practices and the development practices they entail. Here we walk you through [how to take the first steps](/blog/how-to-begin-your-devops-journey/){data-ga-name=\"how to take the first steps\" data-ga-location=\"body\"} on this exciting new path.\n",{"id":89},"how-to-begin-your-dev-ops-journey",{"type":76,"componentName":76,"componentContent":91},{"header":47,"text":92,"config":93},"In a DevOps platform, users are better able to communicate, plan work, and collaborate by using epics and issues. [Epics](https://docs.gitlab.com/ee/user/group/epics/){data-ga-name=\"Epics\" data-ga-location=\"body\"} are an overview of a project, idea, or workflow. Issues are used to organize and list out what needs to be done to complete the larger goal, to track tasks and work status, or work on code implementations.\n\n\nFor instance, if managers want an overview of how multiple projects, programs, or products are progressing, they can get that kind of visibility by checking an epic, which will give them a high-level rollup view of what is being worked on, what has been completed, and what is on schedule or delayed.\n\n\nUsers can call up an epic to quickly see what's been accomplished and what is still under way, and then they can dig deeper into sub-epics and related issues for more information. [Issues](https://docs.gitlab.com/ee/user/project/issues/){data-ga-name=\"Issues\" data-ga-location=\"body\"} offer details about implementation of specific goals, trace collaboration on that topic, and show which parts of the initiative team members are taking on. Users also can see whether due dates have been met or have passed. Issues can be used to reassign pieces of work, give updates, make comments or suggestions, and see how the nuts and bolts are being created and moved around.\n",{"id":94},"track-projects-with-epics-and-issues",{"type":76,"componentName":76,"componentContent":96},{"header":51,"text":97,"config":98},"Continuous integration and [continuous delivery](/direction/release/continuous_delivery/#continuous-delivery-vs-deployment){data-ga-name=\"continuous delivery\" data-ga-location=\"body\"} (known as CI/CD) are the cornerstones of DevOps. [Here's what you need to know](/blog/beginner-guide-ci-cd/){data-ga-name=\"Here's what you need to know\" data-ga-location=\"body\"} about CI/CD for beginners. And here's a [video tutorial](https://www.youtube.com/watch?v=DWb1HNmbmeM) that will help you, too.\n",{"id":99},"git-labs-guide-to-ci-cd-for-beginners",{"type":76,"componentName":76,"componentContent":101},{"header":55,"text":102,"config":103},"Whatever software you develop and whichever languages you use, you'll soon run into Git, a source code management system that helps programmers work collaboratively. Brendan O'Leary walks you through [what you need to know](/blog/beginner-git-guide/){data-ga-name=\"Here's what you need to know\" data-ga-location=\"body\"}.\n",{"id":104},"your-guide-to-learning-about-git",{"type":76,"componentName":76,"componentContent":106},{"header":59,"text":107,"config":108},"[GitOps is an important operational framework](/topics/gitops/){data-ga-name=\"GitOps is an important operational framework\" data-ga-location=\"body\"} in DevOps, giving you a way to take best practices, like version control, compliance methodologies and CI/CD, and apply them to infrastructure automation and application deployment.\n\n\nTo understand even more about GitOps and what it can do for your DevOps team, [check out this webcast](/why/gitops-infrastructure-automation/){data-ga-name=\"check out this webcast\" data-ga-location=\"body\"} of a panel discussion with pros from Weaveworks, HashiCorp, Red Hat, and GitLab talking about the future of infrastructure automation.\n",{"id":109},"understanding-git-ops",{"type":76,"componentName":76,"componentContent":111},{"header":63,"text":112,"config":113},"The [practice of DevSecOps](/topics/devsecops/){data-ga-name=\"practice of DevSecOps\" data-ga-location=\"body\"} - or development, security, and operations - focuses on integrating security into the DevOps lifecycle. It's an approach to culture, automation, and platform design that makes it a shared responsibility, among everyone on the team, to create code with security in mind. By factoring in security this way, it increases efficiency and deployment speed, while also preventing, catching and solving bugs and compliance issues before code goes into production.\n\n\nFor more information on DevSecOps, check out these [three best practices](/topics/devsecops/three-steps-to-better-devsecops/){data-ga-name=\"three best practices\" data-ga-location=\"body\"} for implementing better DevSecOps. And for [information on why developer-first security is important](/topics/devsecops/what-is-developer-first-security/){data-ga-name=\"information on why developer-first security is important\" data-ga-location=\"body\"}, here's more guidance for you.\n\n\nWant to know more about how to shift left? [This webcast](/webcast/wishes-to-workflows/){data-ga-name=\"This webcast\" data-ga-location=\"body\"} will help you understand how to make it happen.\n",{"id":114},"understanding-dev-sec-ops",{"type":76,"componentName":76,"componentContent":116},{"header":67,"text":117,"config":118},"There are several things you, and your teammates, can do to [make your DevOps team elite performers](/blog/how-to-make-your-devops-team-elite-performers/){data-ga-name=\"make your DevOps team elite performers\" data-ga-location=\"body\"}. There's a big difference between being an elite performer and low performers, affecting your speed to deployment, efficiency and your corporate agility. Check out the advantages, as well as tips on how to get there.\n",{"id":119},"how-to-be-a-stand-out-dev-ops-team",{"type":76,"componentName":76,"componentContent":121},{"header":71,"text":122,"config":123},"If you're looking to figure out how to unify efforts between projects and DevOps teams, and to share specialized knowledge and guidance, you need to learn about documentation. This blog will walk you through [what documentation is all about](/blog/16-ways-to-get-the-most-out-of-software-documentation/){data-ga-name=\"what documentation is all about\" data-ga-location=\"body\"} and what it can do for your DevOps efforts.\n",{"id":124},"how-documentation-can-unify-projects-and-team-efforts",{"type":126,"componentName":126},"CommonNextSteps","content:en-us:topics:devops:devops-beginner-resources:index.yml","yaml","content","en-us/topics/devops/devops-beginner-resources/index.yml","en-us/topics/devops/devops-beginner-resources/index","yml",{"_path":134,"_dir":135,"_draft":6,"_partial":6,"_locale":7,"data":136,"_id":559,"_type":128,"title":560,"_source":129,"_file":561,"_stem":562,"_extension":132},"/shared/en-us/main-navigation","en-us",{"logo":137,"freeTrial":142,"sales":147,"login":152,"items":157,"search":490,"minimal":521,"duo":540,"pricingDeployment":549},{"config":138},{"href":139,"dataGaName":140,"dataGaLocation":141},"/","gitlab logo","header",{"text":143,"config":144},"Get free trial",{"href":145,"dataGaName":146,"dataGaLocation":141},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":148,"config":149},"Talk to sales",{"href":150,"dataGaName":151,"dataGaLocation":141},"/sales/","sales",{"text":153,"config":154},"Sign in",{"href":155,"dataGaName":156,"dataGaLocation":141},"https://gitlab.com/users/sign_in/","sign in",[158,202,300,305,411,471],{"text":159,"config":160,"cards":162,"footer":185},"Platform",{"dataNavLevelOne":161},"platform",[163,169,177],{"title":159,"description":164,"link":165},"The most comprehensive AI-powered DevSecOps Platform",{"text":166,"config":167},"Explore our Platform",{"href":168,"dataGaName":161,"dataGaLocation":141},"/platform/",{"title":170,"description":171,"link":172},"GitLab Duo (AI)","Build software faster with AI at every stage of development",{"text":173,"config":174},"Meet GitLab Duo",{"href":175,"dataGaName":176,"dataGaLocation":141},"/gitlab-duo/","gitlab duo ai",{"title":178,"description":179,"link":180},"Why GitLab","10 reasons why Enterprises choose GitLab",{"text":181,"config":182},"Learn more",{"href":183,"dataGaName":184,"dataGaLocation":141},"/why-gitlab/","why gitlab",{"title":186,"items":187},"Get started with",[188,193,198],{"text":189,"config":190},"Platform Engineering",{"href":191,"dataGaName":192,"dataGaLocation":141},"/solutions/platform-engineering/","platform engineering",{"text":194,"config":195},"Developer Experience",{"href":196,"dataGaName":197,"dataGaLocation":141},"/developer-experience/","Developer experience",{"text":199,"config":200},"MLOps",{"href":201,"dataGaName":199,"dataGaLocation":141},"/topics/devops/the-role-of-ai-in-devops/",{"text":203,"left":204,"config":205,"link":207,"lists":211,"footer":282},"Product",true,{"dataNavLevelOne":206},"solutions",{"text":208,"config":209},"View all Solutions",{"href":210,"dataGaName":206,"dataGaLocation":141},"/solutions/",[212,237,261],{"title":213,"description":214,"link":215,"items":220},"Automation","CI/CD and automation to accelerate deployment",{"config":216},{"icon":217,"href":218,"dataGaName":219,"dataGaLocation":141},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[221,225,229,233],{"text":222,"config":223},"CI/CD",{"href":224,"dataGaLocation":141,"dataGaName":222},"/solutions/continuous-integration/",{"text":226,"config":227},"AI-Assisted Development",{"href":175,"dataGaLocation":141,"dataGaName":228},"AI assisted development",{"text":230,"config":231},"Source Code Management",{"href":232,"dataGaLocation":141,"dataGaName":230},"/solutions/source-code-management/",{"text":234,"config":235},"Automated Software Delivery",{"href":218,"dataGaLocation":141,"dataGaName":236},"Automated software delivery",{"title":238,"description":239,"link":240,"items":245},"Security","Deliver code faster without compromising security",{"config":241},{"href":242,"dataGaName":243,"dataGaLocation":141,"icon":244},"/solutions/security-compliance/","security and compliance","ShieldCheckLight",[246,251,256],{"text":247,"config":248},"Application Security Testing",{"href":249,"dataGaName":250,"dataGaLocation":141},"/solutions/application-security-testing/","Application security testing",{"text":252,"config":253},"Software Supply Chain Security",{"href":254,"dataGaLocation":141,"dataGaName":255},"/solutions/supply-chain/","Software supply chain security",{"text":257,"config":258},"Software Compliance",{"href":259,"dataGaName":260,"dataGaLocation":141},"/solutions/software-compliance/","software compliance",{"title":262,"link":263,"items":268},"Measurement",{"config":264},{"icon":265,"href":266,"dataGaName":267,"dataGaLocation":141},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[269,273,277],{"text":270,"config":271},"Visibility & Measurement",{"href":266,"dataGaLocation":141,"dataGaName":272},"Visibility and Measurement",{"text":274,"config":275},"Value Stream Management",{"href":276,"dataGaLocation":141,"dataGaName":274},"/solutions/value-stream-management/",{"text":278,"config":279},"Analytics & Insights",{"href":280,"dataGaLocation":141,"dataGaName":281},"/solutions/analytics-and-insights/","Analytics and insights",{"title":283,"items":284},"GitLab for",[285,290,295],{"text":286,"config":287},"Enterprise",{"href":288,"dataGaLocation":141,"dataGaName":289},"/enterprise/","enterprise",{"text":291,"config":292},"Small Business",{"href":293,"dataGaLocation":141,"dataGaName":294},"/small-business/","small business",{"text":296,"config":297},"Public Sector",{"href":298,"dataGaLocation":141,"dataGaName":299},"/solutions/public-sector/","public sector",{"text":301,"config":302},"Pricing",{"href":303,"dataGaName":304,"dataGaLocation":141,"dataNavLevelOne":304},"/pricing/","pricing",{"text":306,"config":307,"link":309,"lists":313,"feature":398},"Resources",{"dataNavLevelOne":308},"resources",{"text":310,"config":311},"View all resources",{"href":312,"dataGaName":308,"dataGaLocation":141},"/resources/",[314,347,370],{"title":315,"items":316},"Getting started",[317,322,327,332,337,342],{"text":318,"config":319},"Install",{"href":320,"dataGaName":321,"dataGaLocation":141},"/install/","install",{"text":323,"config":324},"Quick start guides",{"href":325,"dataGaName":326,"dataGaLocation":141},"/get-started/","quick setup checklists",{"text":328,"config":329},"Learn",{"href":330,"dataGaLocation":141,"dataGaName":331},"https://university.gitlab.com/","learn",{"text":333,"config":334},"Product documentation",{"href":335,"dataGaName":336,"dataGaLocation":141},"https://docs.gitlab.com/","product documentation",{"text":338,"config":339},"Best practice videos",{"href":340,"dataGaName":341,"dataGaLocation":141},"/getting-started-videos/","best practice videos",{"text":343,"config":344},"Integrations",{"href":345,"dataGaName":346,"dataGaLocation":141},"/integrations/","integrations",{"title":348,"items":349},"Discover",[350,355,360,365],{"text":351,"config":352},"Customer success stories",{"href":353,"dataGaName":354,"dataGaLocation":141},"/customers/","customer success stories",{"text":356,"config":357},"Blog",{"href":358,"dataGaName":359,"dataGaLocation":141},"/blog/","blog",{"text":361,"config":362},"Remote",{"href":363,"dataGaName":364,"dataGaLocation":141},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":366,"config":367},"TeamOps",{"href":368,"dataGaName":369,"dataGaLocation":141},"/teamops/","teamops",{"title":371,"items":372},"Connect",[373,378,383,388,393],{"text":374,"config":375},"GitLab Services",{"href":376,"dataGaName":377,"dataGaLocation":141},"/services/","services",{"text":379,"config":380},"Community",{"href":381,"dataGaName":382,"dataGaLocation":141},"/community/","community",{"text":384,"config":385},"Forum",{"href":386,"dataGaName":387,"dataGaLocation":141},"https://forum.gitlab.com/","forum",{"text":389,"config":390},"Events",{"href":391,"dataGaName":392,"dataGaLocation":141},"/events/","events",{"text":394,"config":395},"Partners",{"href":396,"dataGaName":397,"dataGaLocation":141},"/partners/","partners",{"backgroundColor":399,"textColor":400,"text":401,"image":402,"link":406},"#2f2a6b","#fff","Insights for the future of software development",{"altText":403,"config":404},"the source promo card",{"src":405},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":407,"config":408},"Read the latest",{"href":409,"dataGaName":410,"dataGaLocation":141},"/the-source/","the source",{"text":412,"config":413,"lists":415},"Company",{"dataNavLevelOne":414},"company",[416],{"items":417},[418,423,429,431,436,441,446,451,456,461,466],{"text":419,"config":420},"About",{"href":421,"dataGaName":422,"dataGaLocation":141},"/company/","about",{"text":424,"config":425,"footerGa":428},"Jobs",{"href":426,"dataGaName":427,"dataGaLocation":141},"/jobs/","jobs",{"dataGaName":427},{"text":389,"config":430},{"href":391,"dataGaName":392,"dataGaLocation":141},{"text":432,"config":433},"Leadership",{"href":434,"dataGaName":435,"dataGaLocation":141},"/company/team/e-group/","leadership",{"text":437,"config":438},"Team",{"href":439,"dataGaName":440,"dataGaLocation":141},"/company/team/","team",{"text":442,"config":443},"Handbook",{"href":444,"dataGaName":445,"dataGaLocation":141},"https://handbook.gitlab.com/","handbook",{"text":447,"config":448},"Investor relations",{"href":449,"dataGaName":450,"dataGaLocation":141},"https://ir.gitlab.com/","investor relations",{"text":452,"config":453},"Trust Center",{"href":454,"dataGaName":455,"dataGaLocation":141},"/security/","trust center",{"text":457,"config":458},"AI Transparency Center",{"href":459,"dataGaName":460,"dataGaLocation":141},"/ai-transparency-center/","ai transparency center",{"text":462,"config":463},"Newsletter",{"href":464,"dataGaName":465,"dataGaLocation":141},"/company/contact/","newsletter",{"text":467,"config":468},"Press",{"href":469,"dataGaName":470,"dataGaLocation":141},"/press/","press",{"text":472,"config":473,"lists":474},"Contact us",{"dataNavLevelOne":414},[475],{"items":476},[477,480,485],{"text":148,"config":478},{"href":150,"dataGaName":479,"dataGaLocation":141},"talk to sales",{"text":481,"config":482},"Get help",{"href":483,"dataGaName":484,"dataGaLocation":141},"/support/","get help",{"text":486,"config":487},"Customer portal",{"href":488,"dataGaName":489,"dataGaLocation":141},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":491,"login":492,"suggestions":499},"Close",{"text":493,"link":494},"To search repositories and projects, login to",{"text":495,"config":496},"gitlab.com",{"href":155,"dataGaName":497,"dataGaLocation":498},"search login","search",{"text":500,"default":501},"Suggestions",[502,504,508,510,514,518],{"text":170,"config":503},{"href":175,"dataGaName":170,"dataGaLocation":498},{"text":505,"config":506},"Code Suggestions (AI)",{"href":507,"dataGaName":505,"dataGaLocation":498},"/solutions/code-suggestions/",{"text":222,"config":509},{"href":224,"dataGaName":222,"dataGaLocation":498},{"text":511,"config":512},"GitLab on AWS",{"href":513,"dataGaName":511,"dataGaLocation":498},"/partners/technology-partners/aws/",{"text":515,"config":516},"GitLab on Google Cloud",{"href":517,"dataGaName":515,"dataGaLocation":498},"/partners/technology-partners/google-cloud-platform/",{"text":519,"config":520},"Why GitLab?",{"href":183,"dataGaName":519,"dataGaLocation":498},{"freeTrial":522,"mobileIcon":527,"desktopIcon":532,"secondaryButton":535},{"text":523,"config":524},"Start free trial",{"href":525,"dataGaName":146,"dataGaLocation":526},"https://gitlab.com/-/trials/new/","nav",{"altText":528,"config":529},"Gitlab Icon",{"src":530,"dataGaName":531,"dataGaLocation":526},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":528,"config":533},{"src":534,"dataGaName":531,"dataGaLocation":526},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":536,"config":537},"Get Started",{"href":538,"dataGaName":539,"dataGaLocation":526},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/compare/gitlab-vs-github/","get started",{"freeTrial":541,"mobileIcon":545,"desktopIcon":547},{"text":542,"config":543},"Learn more about GitLab Duo",{"href":175,"dataGaName":544,"dataGaLocation":526},"gitlab duo",{"altText":528,"config":546},{"src":530,"dataGaName":531,"dataGaLocation":526},{"altText":528,"config":548},{"src":534,"dataGaName":531,"dataGaLocation":526},{"freeTrial":550,"mobileIcon":555,"desktopIcon":557},{"text":551,"config":552},"Back to pricing",{"href":303,"dataGaName":553,"dataGaLocation":526,"icon":554},"back to pricing","GoBack",{"altText":528,"config":556},{"src":530,"dataGaName":531,"dataGaLocation":526},{"altText":528,"config":558},{"src":534,"dataGaName":531,"dataGaLocation":526},"content:shared:en-us:main-navigation.yml","Main Navigation","shared/en-us/main-navigation.yml","shared/en-us/main-navigation",{"_path":564,"_dir":135,"_draft":6,"_partial":6,"_locale":7,"title":565,"button":566,"image":571,"config":575,"_id":577,"_type":128,"_source":129,"_file":578,"_stem":579,"_extension":132},"/shared/en-us/banner","is now in public beta!",{"text":567,"config":568},"Try the Beta",{"href":569,"dataGaName":570,"dataGaLocation":141},"/gitlab-duo/agent-platform/","duo banner",{"altText":572,"config":573},"GitLab Duo Agent Platform",{"src":574},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753720689/somrf9zaunk0xlt7ne4x.svg",{"layout":576},"release","content:shared:en-us:banner.yml","shared/en-us/banner.yml","shared/en-us/banner",{"_path":581,"_dir":135,"_draft":6,"_partial":6,"_locale":7,"data":582,"_id":786,"_type":128,"title":787,"_source":129,"_file":788,"_stem":789,"_extension":132},"/shared/en-us/main-footer",{"text":583,"source":584,"edit":590,"contribute":595,"config":600,"items":605,"minimal":778},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":585,"config":586},"View page source",{"href":587,"dataGaName":588,"dataGaLocation":589},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":591,"config":592},"Edit this page",{"href":593,"dataGaName":594,"dataGaLocation":589},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":596,"config":597},"Please contribute",{"href":598,"dataGaName":599,"dataGaLocation":589},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":601,"facebook":602,"youtube":603,"linkedin":604},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[606,629,685,714,748],{"title":159,"links":607,"subMenu":612},[608],{"text":609,"config":610},"DevSecOps platform",{"href":168,"dataGaName":611,"dataGaLocation":589},"devsecops platform",[613],{"title":301,"links":614},[615,619,624],{"text":616,"config":617},"View plans",{"href":303,"dataGaName":618,"dataGaLocation":589},"view plans",{"text":620,"config":621},"Why Premium?",{"href":622,"dataGaName":623,"dataGaLocation":589},"/pricing/premium/","why premium",{"text":625,"config":626},"Why Ultimate?",{"href":627,"dataGaName":628,"dataGaLocation":589},"/pricing/ultimate/","why ultimate",{"title":630,"links":631},"Solutions",[632,637,639,641,646,651,655,658,662,667,669,672,675,680],{"text":633,"config":634},"Digital transformation",{"href":635,"dataGaName":636,"dataGaLocation":589},"/topics/digital-transformation/","digital transformation",{"text":247,"config":638},{"href":249,"dataGaName":247,"dataGaLocation":589},{"text":236,"config":640},{"href":218,"dataGaName":219,"dataGaLocation":589},{"text":642,"config":643},"Agile development",{"href":644,"dataGaName":645,"dataGaLocation":589},"/solutions/agile-delivery/","agile delivery",{"text":647,"config":648},"Cloud transformation",{"href":649,"dataGaName":650,"dataGaLocation":589},"/topics/cloud-native/","cloud transformation",{"text":652,"config":653},"SCM",{"href":232,"dataGaName":654,"dataGaLocation":589},"source code management",{"text":222,"config":656},{"href":224,"dataGaName":657,"dataGaLocation":589},"continuous integration & delivery",{"text":659,"config":660},"Value stream management",{"href":276,"dataGaName":661,"dataGaLocation":589},"value stream management",{"text":663,"config":664},"GitOps",{"href":665,"dataGaName":666,"dataGaLocation":589},"/solutions/gitops/","gitops",{"text":286,"config":668},{"href":288,"dataGaName":289,"dataGaLocation":589},{"text":670,"config":671},"Small business",{"href":293,"dataGaName":294,"dataGaLocation":589},{"text":673,"config":674},"Public sector",{"href":298,"dataGaName":299,"dataGaLocation":589},{"text":676,"config":677},"Education",{"href":678,"dataGaName":679,"dataGaLocation":589},"/solutions/education/","education",{"text":681,"config":682},"Financial services",{"href":683,"dataGaName":684,"dataGaLocation":589},"/solutions/finance/","financial services",{"title":306,"links":686},[687,689,691,693,696,698,700,702,704,706,708,710,712],{"text":318,"config":688},{"href":320,"dataGaName":321,"dataGaLocation":589},{"text":323,"config":690},{"href":325,"dataGaName":326,"dataGaLocation":589},{"text":328,"config":692},{"href":330,"dataGaName":331,"dataGaLocation":589},{"text":333,"config":694},{"href":335,"dataGaName":695,"dataGaLocation":589},"docs",{"text":356,"config":697},{"href":358,"dataGaName":359,"dataGaLocation":589},{"text":351,"config":699},{"href":353,"dataGaName":354,"dataGaLocation":589},{"text":361,"config":701},{"href":363,"dataGaName":364,"dataGaLocation":589},{"text":374,"config":703},{"href":376,"dataGaName":377,"dataGaLocation":589},{"text":366,"config":705},{"href":368,"dataGaName":369,"dataGaLocation":589},{"text":379,"config":707},{"href":381,"dataGaName":382,"dataGaLocation":589},{"text":384,"config":709},{"href":386,"dataGaName":387,"dataGaLocation":589},{"text":389,"config":711},{"href":391,"dataGaName":392,"dataGaLocation":589},{"text":394,"config":713},{"href":396,"dataGaName":397,"dataGaLocation":589},{"title":412,"links":715},[716,718,720,722,724,726,728,732,737,739,741,743],{"text":419,"config":717},{"href":421,"dataGaName":414,"dataGaLocation":589},{"text":424,"config":719},{"href":426,"dataGaName":427,"dataGaLocation":589},{"text":432,"config":721},{"href":434,"dataGaName":435,"dataGaLocation":589},{"text":437,"config":723},{"href":439,"dataGaName":440,"dataGaLocation":589},{"text":442,"config":725},{"href":444,"dataGaName":445,"dataGaLocation":589},{"text":447,"config":727},{"href":449,"dataGaName":450,"dataGaLocation":589},{"text":729,"config":730},"Sustainability",{"href":731,"dataGaName":729,"dataGaLocation":589},"/sustainability/",{"text":733,"config":734},"Diversity, inclusion and belonging (DIB)",{"href":735,"dataGaName":736,"dataGaLocation":589},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":452,"config":738},{"href":454,"dataGaName":455,"dataGaLocation":589},{"text":462,"config":740},{"href":464,"dataGaName":465,"dataGaLocation":589},{"text":467,"config":742},{"href":469,"dataGaName":470,"dataGaLocation":589},{"text":744,"config":745},"Modern Slavery Transparency Statement",{"href":746,"dataGaName":747,"dataGaLocation":589},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":749,"links":750},"Contact Us",[751,754,756,758,763,768,773],{"text":752,"config":753},"Contact an expert",{"href":150,"dataGaName":151,"dataGaLocation":589},{"text":481,"config":755},{"href":483,"dataGaName":484,"dataGaLocation":589},{"text":486,"config":757},{"href":488,"dataGaName":489,"dataGaLocation":589},{"text":759,"config":760},"Status",{"href":761,"dataGaName":762,"dataGaLocation":589},"https://status.gitlab.com/","status",{"text":764,"config":765},"Terms of use",{"href":766,"dataGaName":767,"dataGaLocation":589},"/terms/","terms of use",{"text":769,"config":770},"Privacy statement",{"href":771,"dataGaName":772,"dataGaLocation":589},"/privacy/","privacy statement",{"text":774,"config":775},"Cookie preferences",{"dataGaName":776,"dataGaLocation":589,"id":777,"isOneTrustButton":204},"cookie preferences","ot-sdk-btn",{"items":779},[780,782,784],{"text":764,"config":781},{"href":766,"dataGaName":767,"dataGaLocation":589},{"text":769,"config":783},{"href":771,"dataGaName":772,"dataGaLocation":589},{"text":774,"config":785},{"dataGaName":776,"dataGaLocation":589,"id":777,"isOneTrustButton":204},"content:shared:en-us:main-footer.yml","Main Footer","shared/en-us/main-footer.yml","shared/en-us/main-footer",{"_path":791,"_dir":135,"_draft":6,"_partial":6,"_locale":7,"header":792,"eyebrow":793,"blurb":794,"button":795,"secondaryButton":799,"_id":801,"_type":128,"title":802,"_source":129,"_file":803,"_stem":804,"_extension":132},"/shared/en-us/next-steps","Start shipping better software faster","50%+ of the Fortune 100 trust GitLab","See what your team can do with the intelligent\n\n\nDevSecOps platform.\n",{"text":143,"config":796},{"href":797,"dataGaName":146,"dataGaLocation":798},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":148,"config":800},{"href":150,"dataGaName":151,"dataGaLocation":798},"content:shared:en-us:next-steps.yml","Next Steps","shared/en-us/next-steps.yml","shared/en-us/next-steps",1758326276670]