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>

What is Kanban? What are the rules? Where did it come from? What is the difference between an agile team being a Kanban team and an agile team using a Kanban?

 

Image Removed

Unravel these mysteries and more in the LACE Kanban Explained 2 hour session.

Resources: 

Course Slides

Image Added

Who Should Attend?

Scrum Masters, Program leaders, or anyone using a Kanban for personal or professional use who wants use a Kanban board to increase throughput and tune their process.

Learning Paths:


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: Kanban";

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