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
</div>
What is Agile? What are the foundational principles? Learn about Scrum, Kanban, and how the core principles of Agile are applied to digital product development. In this course, you will gain an understanding of:


  • Agile Values and Principles 
  • Social Contracts – The Glue of Agile 
  • Key Agile Roles 
  • Scrum Overview 
  • Agile Requirements 
  • Visualizing Work 
  • Writing User Stories 
  • Estimation and Planning

Who should attend:

Anyone who is interested in the learning about the history and basics of Agility.

Duration:

2

5 Hours



Downloads:

Course Preview

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: Agility Foundations";

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