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>
LACE Kanban Explained

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? Unravel these mysteries and more in the LACE Kanban Explained 2 hour session.

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: Agility Generalist, Scrum Master/Coaching, Technical Agility, Business Agility



Downloads:

course

slides (coming soon)

slides 

Want to schedule

Request

this course for your

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

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>