What is Backlog?
A prioritised list of features, improvements, and bug fixes waiting to be worked on.
Why It Matters
A well-maintained backlog ensures the team always works on the most important things first.
Real-World Example
The product backlog has 50 items, and the team picks the top 8 for the next sprint.
“Understanding terms like Backlog 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
Sprint
A fixed time period, usually one to four weeks, during which a development team completes a set of planned work.
User Story
A short description of a feature from the user's perspective, following the format 'As a [user], I want [goal], so that [reason]'.
Agile
A flexible approach to software development that delivers work in small, frequent increments with regular feedback.
Prioritisation
The process of deciding which features or tasks to work on first based on value and effort.
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.
Sprint
A fixed time period, usually one to four weeks, during which a development team completes a set of planned work.
User Story
A short description of a feature from the user's perspective, following the format 'As a [user], I want [goal], so that...
Prioritisation
The process of deciding which features or tasks to work on first based on value and effort.
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