[{"data":1,"prerenderedAt":814},["ShallowReactive",2],{"/en-us/topics/devops/devops-beginner-resources":3,"navigation-en-us":155,"banner-en-us":555,"footer-en-us":565,"next-steps-en-us":804},{"id":4,"title":5,"body":6,"category":6,"config":6,"content":7,"description":6,"extension":147,"meta":148,"navigation":149,"path":150,"seo":151,"slug":6,"stem":153,"testContent":6,"type":6,"__hash__":154},"pages/en-us/topics/devops/devops-beginner-resources/index.yml","",null,[8,22,30,123,145],{"type":9,"componentName":9,"componentContent":10},"CommonBreadcrumbs",{"crumbs":11},[12,16,20],{"title":13,"config":14},"Topics",{"href":15},"/topics/",{"title":17,"config":18},"DevOps",{"href":19},"/topics/devops/",{"title":21},"DevOps beginner resources",{"type":23,"componentName":23,"componentContent":24},"CommonArticleHero",{"title":25,"text":26,"config":27},"Start your DevOps journey with these 11 helpful resources","Here are the blogs, videos, webcasts, and more to help you get started with DevOps.\n",{"id":28,"twoColumns":29},"start-your-devops-journey-with-these-11-helpful-resources",false,{"type":31,"componentName":31,"componentContent":32},"CommonSideNavigationWithTree",{"anchors":33,"components":72},{"text":34,"data":35},"More on this topic",[36,40,44,48,52,56,60,64,68],{"text":37,"config":38},"New to DevOps? Here's what you need to know",{"href":39},"#new-to-dev-ops-heres-what-you-need-to-know",{"text":41,"config":42},"How to begin your DevOps journey",{"href":43},"#how-to-begin-your-dev-ops-journey",{"text":45,"config":46},"Track projects with epics and issues",{"href":47},"#track-projects-with-epics-and-issues",{"text":49,"config":50},"GitLab's guide to CI/CD for beginners",{"href":51},"#git-labs-guide-to-ci-cd-for-beginners",{"text":53,"config":54},"Your guide to learning about Git",{"href":55},"#your-guide-to-learning-about-git",{"text":57,"config":58},"Understanding GitOps",{"href":59},"#understanding-git-ops",{"text":61,"config":62},"Understanding DevSecOps",{"href":63},"#understanding-dev-sec-ops",{"text":65,"config":66},"How to be a stand-out DevOps team",{"href":67},"#how-to-be-a-stand-out-dev-ops-team",{"text":69,"config":70},"How documentation can unify projects and team efforts",{"href":71},"#how-documentation-can-unify-projects-and-team-efforts",[73,78,83,88,93,98,103,108,113,118],{"type":74,"componentName":74,"componentContent":75},"TopicsCopy",{"text":76,"config":77},"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":5},{"type":74,"componentName":74,"componentContent":79},{"header":37,"text":80,"config":81},"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":82},"new-to-dev-ops-heres-what-you-need-to-know",{"type":74,"componentName":74,"componentContent":84},{"header":41,"text":85,"config":86},"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":87},"how-to-begin-your-dev-ops-journey",{"type":74,"componentName":74,"componentContent":89},{"header":45,"text":90,"config":91},"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":92},"track-projects-with-epics-and-issues",{"type":74,"componentName":74,"componentContent":94},{"header":49,"text":95,"config":96},"Continuous integration and [continuous delivery](/direction/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":97},"git-labs-guide-to-ci-cd-for-beginners",{"type":74,"componentName":74,"componentContent":99},{"header":53,"text":100,"config":101},"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":102},"your-guide-to-learning-about-git",{"type":74,"componentName":74,"componentContent":104},{"header":57,"text":105,"config":106},"[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":107},"understanding-git-ops",{"type":74,"componentName":74,"componentContent":109},{"header":61,"text":110,"config":111},"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":112},"understanding-dev-sec-ops",{"type":74,"componentName":74,"componentContent":114},{"header":65,"text":115,"config":116},"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":117},"how-to-be-a-stand-out-dev-ops-team",{"type":74,"componentName":74,"componentContent":119},{"header":69,"text":120,"config":121},"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":122},"how-documentation-can-unify-projects-and-team-efforts",{"type":124,"componentName":124,"componentContent":125},"CommonFaq",{"header":126,"groups":127},"Frequently Asked Questions",[128],{"questions":129},[130,133,136,139,142],{"question":131,"answer":132},"What do DevOps beginners need to know to get started?","DevOps beginners should understand the core principles behind DevOps: collaboration, automation, continuous integration, continuous delivery, and shared ownership of software delivery. Getting started also means learning foundational tools (like Git and CI/CD systems), understanding how development and operations workflows connect, and exploring beginner-friendly guides that explain how DevOps affects processes, teams, and career paths.",{"question":134,"answer":135},"How do epics and issues help teams track projects in DevOps platforms?","Epics give teams a high-level view of goals, projects, or workflows, helping managers and contributors understand overall progress. Issues break work into actionable tasks, showing what needs to be done, who is responsible, and the current status. Together, epics and issues improve visibility, organize collaboration, and make it easier to coordinate work across teams within a DevOps platform.",{"question":137,"answer":138},"What is GitOps and how does it relate to DevOps practices?","GitOps is an operational framework that applies DevOps best practices, such as version control, automation, CI/CD, and compliance workflows, to infrastructure management. With Git serving as the single source of truth, teams use Git-based workflows to automate infrastructure changes and application deployments. This approach increases consistency, reduces configuration drift, and aligns infrastructure work with the same practices used in application development.",{"question":140,"answer":141},"What is DevSecOps and why is it important for DevOps teams?","DevSecOps integrates security into every stage of the DevOps lifecycle, making security a shared responsibility rather than a separate function. By building security into development and deployment workflows, from design through production, teams can identify issues earlier, ship more secure code, and maintain high release velocity. This approach improves efficiency while reducing the risk of vulnerabilities and compliance problems.",{"question":143,"answer":144},"What distinguishes elite DevOps teams from low performers?","Elite DevOps teams deliver software faster, with higher reliability and better organizational agility. They emphasize strong collaboration, automation, continuous improvement, and effective documentation to unify work across teams. These practices help them reduce lead times, recover from incidents quickly, and optimize workflows.",{"type":146,"componentName":146},"CommonNextSteps","yml",{},true,"/en-us/topics/devops/devops-beginner-resources",{"title":25,"ogTitle":25,"description":152,"ogDescription":152},"DevOps platform","en-us/topics/devops/devops-beginner-resources/index","_dLiE3PYouvOi86ROhxqSA3hosDdP08h5-tnMVtsH7U",{"data":156},{"logo":157,"freeTrial":162,"sales":167,"login":172,"items":177,"search":485,"minimal":516,"duo":535,"pricingDeployment":545},{"config":158},{"href":159,"dataGaName":160,"dataGaLocation":161},"/","gitlab logo","header",{"text":163,"config":164},"Get free trial",{"href":165,"dataGaName":166,"dataGaLocation":161},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":168,"config":169},"Talk to sales",{"href":170,"dataGaName":171,"dataGaLocation":161},"/sales/","sales",{"text":173,"config":174},"Sign in",{"href":175,"dataGaName":176,"dataGaLocation":161},"https://gitlab.com/users/sign_in/","sign in",[178,205,300,305,406,466],{"text":179,"config":180,"cards":182},"Platform",{"dataNavLevelOne":181},"platform",[183,189,197],{"title":179,"description":184,"link":185},"The intelligent orchestration platform for DevSecOps",{"text":186,"config":187},"Explore our Platform",{"href":188,"dataGaName":181,"dataGaLocation":161},"/platform/",{"title":190,"description":191,"link":192},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":193,"config":194},"Meet GitLab Duo",{"href":195,"dataGaName":196,"dataGaLocation":161},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":198,"description":199,"link":200},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":201,"config":202},"Learn more",{"href":203,"dataGaName":204,"dataGaLocation":161},"/why-gitlab/","why gitlab",{"text":206,"left":149,"config":207,"link":209,"lists":213,"footer":282},"Product",{"dataNavLevelOne":208},"solutions",{"text":210,"config":211},"View all Solutions",{"href":212,"dataGaName":208,"dataGaLocation":161},"/solutions/",[214,238,261],{"title":215,"description":216,"link":217,"items":222},"Automation","CI/CD and automation to accelerate deployment",{"config":218},{"icon":219,"href":220,"dataGaName":221,"dataGaLocation":161},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[223,227,230,234],{"text":224,"config":225},"CI/CD",{"href":226,"dataGaLocation":161,"dataGaName":224},"/solutions/continuous-integration/",{"text":190,"config":228},{"href":195,"dataGaLocation":161,"dataGaName":229},"gitlab duo agent platform - product menu",{"text":231,"config":232},"Source Code Management",{"href":233,"dataGaLocation":161,"dataGaName":231},"/solutions/source-code-management/",{"text":235,"config":236},"Automated Software Delivery",{"href":220,"dataGaLocation":161,"dataGaName":237},"Automated software delivery",{"title":239,"description":240,"link":241,"items":246},"Security","Deliver code faster without compromising security",{"config":242},{"href":243,"dataGaName":244,"dataGaLocation":161,"icon":245},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[247,251,256],{"text":248,"config":249},"Application Security Testing",{"href":243,"dataGaName":250,"dataGaLocation":161},"Application security testing",{"text":252,"config":253},"Software Supply Chain Security",{"href":254,"dataGaLocation":161,"dataGaName":255},"/solutions/supply-chain/","Software supply chain security",{"text":257,"config":258},"Software Compliance",{"href":259,"dataGaName":260,"dataGaLocation":161},"/solutions/software-compliance/","software compliance",{"title":262,"link":263,"items":268},"Measurement",{"config":264},{"icon":265,"href":266,"dataGaName":267,"dataGaLocation":161},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[269,273,277],{"text":270,"config":271},"Visibility & Measurement",{"href":266,"dataGaLocation":161,"dataGaName":272},"Visibility and Measurement",{"text":274,"config":275},"Value Stream Management",{"href":276,"dataGaLocation":161,"dataGaName":274},"/solutions/value-stream-management/",{"text":278,"config":279},"Analytics & Insights",{"href":280,"dataGaLocation":161,"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":161,"dataGaName":289},"/enterprise/","enterprise",{"text":291,"config":292},"Small Business",{"href":293,"dataGaLocation":161,"dataGaName":294},"/small-business/","small business",{"text":296,"config":297},"Public Sector",{"href":298,"dataGaLocation":161,"dataGaName":299},"/solutions/public-sector/","public sector",{"text":301,"config":302},"Pricing",{"href":303,"dataGaName":304,"dataGaLocation":161,"dataNavLevelOne":304},"/pricing/","pricing",{"text":306,"config":307,"link":309,"lists":313,"feature":393},"Resources",{"dataNavLevelOne":308},"resources",{"text":310,"config":311},"View all resources",{"href":312,"dataGaName":308,"dataGaLocation":161},"/resources/",[314,347,365],{"title":315,"items":316},"Getting started",[317,322,327,332,337,342],{"text":318,"config":319},"Install",{"href":320,"dataGaName":321,"dataGaLocation":161},"/install/","install",{"text":323,"config":324},"Quick start guides",{"href":325,"dataGaName":326,"dataGaLocation":161},"/get-started/","quick setup checklists",{"text":328,"config":329},"Learn",{"href":330,"dataGaLocation":161,"dataGaName":331},"https://university.gitlab.com/","learn",{"text":333,"config":334},"Product documentation",{"href":335,"dataGaName":336,"dataGaLocation":161},"https://docs.gitlab.com/","product documentation",{"text":338,"config":339},"Best practice videos",{"href":340,"dataGaName":341,"dataGaLocation":161},"/getting-started-videos/","best practice videos",{"text":343,"config":344},"Integrations",{"href":345,"dataGaName":346,"dataGaLocation":161},"/integrations/","integrations",{"title":348,"items":349},"Discover",[350,355,360],{"text":351,"config":352},"Customer success stories",{"href":353,"dataGaName":354,"dataGaLocation":161},"/customers/","customer success stories",{"text":356,"config":357},"Blog",{"href":358,"dataGaName":359,"dataGaLocation":161},"/blog/","blog",{"text":361,"config":362},"Remote",{"href":363,"dataGaName":364,"dataGaLocation":161},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":366,"items":367},"Connect",[368,373,378,383,388],{"text":369,"config":370},"GitLab Services",{"href":371,"dataGaName":372,"dataGaLocation":161},"/services/","services",{"text":374,"config":375},"Community",{"href":376,"dataGaName":377,"dataGaLocation":161},"/community/","community",{"text":379,"config":380},"Forum",{"href":381,"dataGaName":382,"dataGaLocation":161},"https://forum.gitlab.com/","forum",{"text":384,"config":385},"Events",{"href":386,"dataGaName":387,"dataGaLocation":161},"/events/","events",{"text":389,"config":390},"Partners",{"href":391,"dataGaName":392,"dataGaLocation":161},"/partners/","partners",{"backgroundColor":394,"textColor":395,"text":396,"image":397,"link":401},"#2f2a6b","#fff","Insights for the future of software development",{"altText":398,"config":399},"the source promo card",{"src":400},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":402,"config":403},"Read the latest",{"href":404,"dataGaName":405,"dataGaLocation":161},"/the-source/","the source",{"text":407,"config":408,"lists":410},"Company",{"dataNavLevelOne":409},"company",[411],{"items":412},[413,418,424,426,431,436,441,446,451,456,461],{"text":414,"config":415},"About",{"href":416,"dataGaName":417,"dataGaLocation":161},"/company/","about",{"text":419,"config":420,"footerGa":423},"Jobs",{"href":421,"dataGaName":422,"dataGaLocation":161},"/jobs/","jobs",{"dataGaName":422},{"text":384,"config":425},{"href":386,"dataGaName":387,"dataGaLocation":161},{"text":427,"config":428},"Leadership",{"href":429,"dataGaName":430,"dataGaLocation":161},"/company/team/e-group/","leadership",{"text":432,"config":433},"Team",{"href":434,"dataGaName":435,"dataGaLocation":161},"/company/team/","team",{"text":437,"config":438},"Handbook",{"href":439,"dataGaName":440,"dataGaLocation":161},"https://handbook.gitlab.com/","handbook",{"text":442,"config":443},"Investor relations",{"href":444,"dataGaName":445,"dataGaLocation":161},"https://ir.gitlab.com/","investor relations",{"text":447,"config":448},"Trust Center",{"href":449,"dataGaName":450,"dataGaLocation":161},"/security/","trust center",{"text":452,"config":453},"AI Transparency Center",{"href":454,"dataGaName":455,"dataGaLocation":161},"/ai-transparency-center/","ai transparency center",{"text":457,"config":458},"Newsletter",{"href":459,"dataGaName":460,"dataGaLocation":161},"/company/contact/#contact-forms","newsletter",{"text":462,"config":463},"Press",{"href":464,"dataGaName":465,"dataGaLocation":161},"/press/","press",{"text":467,"config":468,"lists":469},"Contact us",{"dataNavLevelOne":409},[470],{"items":471},[472,475,480],{"text":168,"config":473},{"href":170,"dataGaName":474,"dataGaLocation":161},"talk to sales",{"text":476,"config":477},"Support portal",{"href":478,"dataGaName":479,"dataGaLocation":161},"https://support.gitlab.com","support portal",{"text":481,"config":482},"Customer portal",{"href":483,"dataGaName":484,"dataGaLocation":161},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":486,"login":487,"suggestions":494},"Close",{"text":488,"link":489},"To search repositories and projects, login to",{"text":490,"config":491},"gitlab.com",{"href":175,"dataGaName":492,"dataGaLocation":493},"search login","search",{"text":495,"default":496},"Suggestions",[497,499,503,505,509,513],{"text":190,"config":498},{"href":195,"dataGaName":190,"dataGaLocation":493},{"text":500,"config":501},"Code Suggestions (AI)",{"href":502,"dataGaName":500,"dataGaLocation":493},"/solutions/code-suggestions/",{"text":224,"config":504},{"href":226,"dataGaName":224,"dataGaLocation":493},{"text":506,"config":507},"GitLab on AWS",{"href":508,"dataGaName":506,"dataGaLocation":493},"/partners/technology-partners/aws/",{"text":510,"config":511},"GitLab on Google Cloud",{"href":512,"dataGaName":510,"dataGaLocation":493},"/partners/technology-partners/google-cloud-platform/",{"text":514,"config":515},"Why GitLab?",{"href":203,"dataGaName":514,"dataGaLocation":493},{"freeTrial":517,"mobileIcon":522,"desktopIcon":527,"secondaryButton":530},{"text":518,"config":519},"Start free trial",{"href":520,"dataGaName":166,"dataGaLocation":521},"https://gitlab.com/-/trials/new/","nav",{"altText":523,"config":524},"Gitlab Icon",{"src":525,"dataGaName":526,"dataGaLocation":521},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":523,"config":528},{"src":529,"dataGaName":526,"dataGaLocation":521},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":531,"config":532},"Get Started",{"href":533,"dataGaName":534,"dataGaLocation":521},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/compare/gitlab-vs-github/","get started",{"freeTrial":536,"mobileIcon":541,"desktopIcon":543},{"text":537,"config":538},"Learn more about GitLab Duo",{"href":539,"dataGaName":540,"dataGaLocation":521},"/gitlab-duo/","gitlab duo",{"altText":523,"config":542},{"src":525,"dataGaName":526,"dataGaLocation":521},{"altText":523,"config":544},{"src":529,"dataGaName":526,"dataGaLocation":521},{"freeTrial":546,"mobileIcon":551,"desktopIcon":553},{"text":547,"config":548},"Back to pricing",{"href":303,"dataGaName":549,"dataGaLocation":521,"icon":550},"back to pricing","GoBack",{"altText":523,"config":552},{"src":525,"dataGaName":526,"dataGaLocation":521},{"altText":523,"config":554},{"src":529,"dataGaName":526,"dataGaLocation":521},{"title":556,"button":557,"config":562},"See how agentic AI transforms software delivery",{"text":558,"config":559},"Watch GitLab Transcend now",{"href":560,"dataGaName":561,"dataGaLocation":161},"/events/transcend/virtual/","transcend event",{"layout":563,"icon":564},"release","AiStar",{"data":566},{"text":567,"source":568,"edit":574,"contribute":579,"config":584,"items":589,"minimal":793},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":569,"config":570},"View page source",{"href":571,"dataGaName":572,"dataGaLocation":573},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":575,"config":576},"Edit this page",{"href":577,"dataGaName":578,"dataGaLocation":573},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":580,"config":581},"Please contribute",{"href":582,"dataGaName":583,"dataGaLocation":573},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":585,"facebook":586,"youtube":587,"linkedin":588},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[590,637,688,732,759],{"title":301,"links":591,"subMenu":606},[592,596,601],{"text":593,"config":594},"View plans",{"href":303,"dataGaName":595,"dataGaLocation":573},"view plans",{"text":597,"config":598},"Why Premium?",{"href":599,"dataGaName":600,"dataGaLocation":573},"/pricing/premium/","why premium",{"text":602,"config":603},"Why Ultimate?",{"href":604,"dataGaName":605,"dataGaLocation":573},"/pricing/ultimate/","why ultimate",[607],{"title":608,"links":609},"Contact Us",[610,613,615,617,622,627,632],{"text":611,"config":612},"Contact sales",{"href":170,"dataGaName":171,"dataGaLocation":573},{"text":476,"config":614},{"href":478,"dataGaName":479,"dataGaLocation":573},{"text":481,"config":616},{"href":483,"dataGaName":484,"dataGaLocation":573},{"text":618,"config":619},"Status",{"href":620,"dataGaName":621,"dataGaLocation":573},"https://status.gitlab.com/","status",{"text":623,"config":624},"Terms of use",{"href":625,"dataGaName":626,"dataGaLocation":573},"/terms/","terms of use",{"text":628,"config":629},"Privacy statement",{"href":630,"dataGaName":631,"dataGaLocation":573},"/privacy/","privacy statement",{"text":633,"config":634},"Cookie preferences",{"dataGaName":635,"dataGaLocation":573,"id":636,"isOneTrustButton":149},"cookie preferences","ot-sdk-btn",{"title":206,"links":638,"subMenu":647},[639,643],{"text":640,"config":641},"DevSecOps platform",{"href":188,"dataGaName":642,"dataGaLocation":573},"devsecops platform",{"text":644,"config":645},"AI-Assisted Development",{"href":539,"dataGaName":646,"dataGaLocation":573},"ai-assisted development",[648],{"title":13,"links":649},[650,655,660,663,668,673,678,683],{"text":651,"config":652},"CICD",{"href":653,"dataGaName":654,"dataGaLocation":573},"/topics/ci-cd/","cicd",{"text":656,"config":657},"GitOps",{"href":658,"dataGaName":659,"dataGaLocation":573},"/topics/gitops/","gitops",{"text":17,"config":661},{"href":19,"dataGaName":662,"dataGaLocation":573},"devops",{"text":664,"config":665},"Version Control",{"href":666,"dataGaName":667,"dataGaLocation":573},"/topics/version-control/","version control",{"text":669,"config":670},"DevSecOps",{"href":671,"dataGaName":672,"dataGaLocation":573},"/topics/devsecops/","devsecops",{"text":674,"config":675},"Cloud Native",{"href":676,"dataGaName":677,"dataGaLocation":573},"/topics/cloud-native/","cloud native",{"text":679,"config":680},"AI for Coding",{"href":681,"dataGaName":682,"dataGaLocation":573},"/topics/devops/ai-for-coding/","ai for coding",{"text":684,"config":685},"Agentic AI",{"href":686,"dataGaName":687,"dataGaLocation":573},"/topics/agentic-ai/","agentic ai",{"title":689,"links":690},"Solutions",[691,693,695,700,704,707,711,714,716,719,722,727],{"text":248,"config":692},{"href":243,"dataGaName":248,"dataGaLocation":573},{"text":237,"config":694},{"href":220,"dataGaName":221,"dataGaLocation":573},{"text":696,"config":697},"Agile development",{"href":698,"dataGaName":699,"dataGaLocation":573},"/solutions/agile-delivery/","agile delivery",{"text":701,"config":702},"SCM",{"href":233,"dataGaName":703,"dataGaLocation":573},"source code management",{"text":651,"config":705},{"href":226,"dataGaName":706,"dataGaLocation":573},"continuous integration & delivery",{"text":708,"config":709},"Value stream management",{"href":276,"dataGaName":710,"dataGaLocation":573},"value stream management",{"text":656,"config":712},{"href":713,"dataGaName":659,"dataGaLocation":573},"/solutions/gitops/",{"text":286,"config":715},{"href":288,"dataGaName":289,"dataGaLocation":573},{"text":717,"config":718},"Small business",{"href":293,"dataGaName":294,"dataGaLocation":573},{"text":720,"config":721},"Public sector",{"href":298,"dataGaName":299,"dataGaLocation":573},{"text":723,"config":724},"Education",{"href":725,"dataGaName":726,"dataGaLocation":573},"/solutions/education/","education",{"text":728,"config":729},"Financial services",{"href":730,"dataGaName":731,"dataGaLocation":573},"/solutions/finance/","financial services",{"title":306,"links":733},[734,736,738,740,743,745,747,749,751,753,755,757],{"text":318,"config":735},{"href":320,"dataGaName":321,"dataGaLocation":573},{"text":323,"config":737},{"href":325,"dataGaName":326,"dataGaLocation":573},{"text":328,"config":739},{"href":330,"dataGaName":331,"dataGaLocation":573},{"text":333,"config":741},{"href":335,"dataGaName":742,"dataGaLocation":573},"docs",{"text":356,"config":744},{"href":358,"dataGaName":359,"dataGaLocation":573},{"text":351,"config":746},{"href":353,"dataGaName":354,"dataGaLocation":573},{"text":361,"config":748},{"href":363,"dataGaName":364,"dataGaLocation":573},{"text":369,"config":750},{"href":371,"dataGaName":372,"dataGaLocation":573},{"text":374,"config":752},{"href":376,"dataGaName":377,"dataGaLocation":573},{"text":379,"config":754},{"href":381,"dataGaName":382,"dataGaLocation":573},{"text":384,"config":756},{"href":386,"dataGaName":387,"dataGaLocation":573},{"text":389,"config":758},{"href":391,"dataGaName":392,"dataGaLocation":573},{"title":407,"links":760},[761,763,765,767,769,771,773,777,782,784,786,788],{"text":414,"config":762},{"href":416,"dataGaName":409,"dataGaLocation":573},{"text":419,"config":764},{"href":421,"dataGaName":422,"dataGaLocation":573},{"text":427,"config":766},{"href":429,"dataGaName":430,"dataGaLocation":573},{"text":432,"config":768},{"href":434,"dataGaName":435,"dataGaLocation":573},{"text":437,"config":770},{"href":439,"dataGaName":440,"dataGaLocation":573},{"text":442,"config":772},{"href":444,"dataGaName":445,"dataGaLocation":573},{"text":774,"config":775},"Sustainability",{"href":776,"dataGaName":774,"dataGaLocation":573},"/sustainability/",{"text":778,"config":779},"Diversity, inclusion and belonging (DIB)",{"href":780,"dataGaName":781,"dataGaLocation":573},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":447,"config":783},{"href":449,"dataGaName":450,"dataGaLocation":573},{"text":457,"config":785},{"href":459,"dataGaName":460,"dataGaLocation":573},{"text":462,"config":787},{"href":464,"dataGaName":465,"dataGaLocation":573},{"text":789,"config":790},"Modern Slavery Transparency Statement",{"href":791,"dataGaName":792,"dataGaLocation":573},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":794},[795,798,801],{"text":796,"config":797},"Terms",{"href":625,"dataGaName":626,"dataGaLocation":573},{"text":799,"config":800},"Cookies",{"dataGaName":635,"dataGaLocation":573,"id":636,"isOneTrustButton":149},{"text":802,"config":803},"Privacy",{"href":630,"dataGaName":631,"dataGaLocation":573},{"header":805,"blurb":806,"button":807,"secondaryButton":812},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":808,"config":809},"Get your free trial",{"href":810,"dataGaName":166,"dataGaLocation":811},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":611,"config":813},{"href":170,"dataGaName":171,"dataGaLocation":811},1772652090714]