--- title: Concurrent Devops description: What's concurrent devops? Find out here. suppress_header: true extra_css: - concurrent-devops.css --- .blank-header = image_tag "/images/home/icons-pattern-left.svg", class: "image-border image-border-left", alt: "Gitlab hero border pattern left svg" = image_tag "/images/home/icons-pattern-right.svg", class: "image-border image-border-right", alt: "Gitlab hero border pattern right svg" .header-content %h1 Concurrent DevOps %p Concurrent DevOps is a new way of thinking about how we create and ship software. Rather than organizing work in a sequence of steps and handoffs, the power of working concurrently is in unleashing collaboration across the organization. = link_to "Download concurrent devops whitepaper", "/resources/whitepaper-concurrent-devops/", class: "btn cta-btn accent" .devops-content-container %section.benefits-container = partial "includes/home/value-pillars" %section.word-docs-container %p To illustrate the power of Concurrent DevOps, consider the difference between Microsoft Office and Google Docs: .flex-container.margin-top40.word-docs .full-width %h2 Microsoft Word .flex-container.align-center = image_tag "/images/concurrent-devops/word-doc.svg", class: "word-docs-image", alt: "Gitlab word doc svg" %p One person edits at a time .flex-container.align-center = image_tag "/images/concurrent-devops/word-doc-copy.svg", class: "word-docs-image", alt: "Gitlab multiple copies svg" %p Multiple copies (hand offs) .flex-container.align-center = image_tag "/images/concurrent-devops/word-doc-conflicts.svg", class: "word-docs-image", alt: "Gitlab version conflicts svg" %p Version conflicts .flex-container.align-center = image_tag "/images/concurrent-devops/word-doc-feedback.svg", class: "word-docs-image", alt: "Gitlab waiting for feedback svg" %p Waiting for feedback .flex-container.align-center = image_tag "/images/concurrent-devops/word-doc.svg", class: "word-docs-image", alt: "Gitlab sequential svg" %p Sequential .full-width %h2 Google Docs .flex-container.align-center = image_tag "/images/concurrent-devops/google-doc.svg", class: "word-docs-image", alt: "Gitlab google doc svg" %p Many people edit at the same time .flex-container.align-center = image_tag "/images/concurrent-devops/google-doc-copy.svg", class: "word-docs-image", alt: "Gitlab one copy svg" %p One copy .flex-container.align-center = image_tag "/images/concurrent-devops/google-doc-conflicts.svg", class: "word-docs-image", alt: "Gitlab no conflicts svg" %p No conflicts .flex-container.align-center = image_tag "/images/concurrent-devops/google-doc-feedback.svg", class: "word-docs-image", alt: "Gitlab real time feedback svg" %p Real time feedback .flex-container.align-center = image_tag "/images/concurrent-devops/google-doc.svg", class: "word-docs-image", alt: "Gitlab concurrent svg" %p Concurrent %section.tile %p Traditional software development is typically sequential, where work flows from one team to another. Not unlike how documents are developed using Microsoft Word. A Concurrent DevOps culture is different and promotes agile software development as well as improved collaboration. Teams can collaborate and contribute to new features early and often within the application lifecycle. This dramatically shortens cycle times and accelerates the software delivery process because everyone can contribute much earlier. %section.flex-container .full-width.column %h2 Everyone can contribute %p Whether you’re a developer, an engineer, a product manager, a security expert, or a Product Designer, you need to collaborate with a lot of different people to get work done. However, getting everyone on board isn’t always easy. That’s why we created GitLab. .full-width.column %h2 Connecting teams to accelerate innovation %p We believe teams work best when everyone is able to easily and efficiently contribute to the development process. At GitLab, we set out to make this easy for teams of all types and sizes by creating a single, shared space that allows everyone to work concurrently, get all the information needed in one place, and see changes in real-time. %section.tile.contribute-tile.flex-container.justify-center.align-center = image_tag "/images/devops-tools/gitlab-logo.svg", alt: "Gitlab logo svg" %p GitLab accelerates your software development and delivery across every stage of the DevOps lifecycle. = link_to "Learn more →", "/product/", class: "text-center"