What is Kanban?
A visual workflow management method that uses a board with columns to track work items as they progress.
Why It Matters
Kanban helps teams visualise work, limit work in progress, and identify bottlenecks.
Real-World Example
A board with columns like 'To Do', 'In Progress', 'Review', and 'Done' where tasks move from left to right.
“Understanding terms like Kanban matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”
Related Terms
Agile
A flexible approach to software development that delivers work in small, frequent increments with regular feedback.
Scrum
A popular agile framework that organises work into fixed-length sprints with defined roles and ceremonies.
Backlog
A prioritised list of features, improvements, and bug fixes waiting to be worked on.
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Agile
A flexible approach to software development that delivers work in small, frequent increments with regular feedback.
Scrum
A popular agile framework that organises work into fixed-length sprints with defined roles and ceremonies.
Backlog
A prioritised list of features, improvements, and bug fixes waiting to be worked on.
Full-stack
Working on both the frontend (what users see) and backend (the server and database) of an application
TypeScript
JavaScript with added type checking that catches errors before your code runs
JavaScript
The programming language that makes websites interactive and dynamic