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>
Technical Agility Explained
Ever wonder what the engineers are talking about? Interested in following the conversation and asking better questions? Attend this two hour session to demystify concepts such as Test Driven Development, the benefits of continuous integration, how automated tests work, and what are the techniques and practices that enable rapid, high quality, and successful agile software development.

Who Should Attend?

Scrum Masters, Stakeholders on technical teams and anyone else that wants to increase their understanding of what makes agile software development successful

Duration: 2 Hours

Learning Path: Technical Agility

Excerpt Include
Technical Agility Learning Path
Technical Agility Learning Path
nopaneltrue



Downloads

course slides

Request

Want to schedule this course for your

organization

team or program

Request LACE Support (online form) 
email us! agilecoaches@tantustech.com 
Add a request to our Jira Backlog

?

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: Agile Development Processes";

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