Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<div class="" onclick="showTrainingPopup('upcoming-events-only');" style="font-size:large;cursor:pointer;text-decoration:underline;color:#0052CC;font-weight:bold;margin:auto;">
Show Upcoming Events
<br/><br/>
</div>
Have you ever wondered what people are talking about when DevOps comes up? You know the buzzwords: Continuous integration, CI/CD pipeline, automated deployments, etc. The DevOps explained session is an overview of attributes, benefits, and practices of the culture of DevOps, and will help you understand participate in conversations with teams and stakeholders about DevOps.

Who should attend:

The DevOps Explained session is appropriate for anyone who wants to know what DevOps actually is, understand the practices and its impact on software quality, and how it is one of the critical skillsets skill sets of software agility.
Duration: 2 hours

Learning Paths: Agility Generalist, Technical Agility



\


Downloads

Course Slides 

Want to schedule this course for your team or program?

Include Page
Intake
Intake

Excerpt Include
Working Copy Popup Test
Working Copy Popup Test
nopaneltrue

Excerpt Include
Attachments
Attachments
nopaneltrue

HTML
<script type="text/javascript">
var aTags = document.getElementsByTagName("strong");

var searchText = "LACE Explained: DevOps";

for (var i = 0; i < aTags.length; i++) {
  if (aTags[i].textContent == searchText) {
    aTags[i].parentNode.parentNode.parentNode.style="background-color:#c7ccdf;";
  }
}
</script>