Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
[2019.12 Meetup] [LIGHTNING TALK 05] Joao Miran...
Search
DevOps Lisbon
December 16, 2019
Technology
0
63
[2019.12 Meetup] [LIGHTNING TALK 05] Joao Miranda - Managing flow for fast and predictable delivery
DevOps Lisbon
December 16, 2019
Tweet
Share
More Decks by DevOps Lisbon
See All by DevOps Lisbon
[2020.11 Meetup] Lisa Crispin - Testing in DevOps
devopslx
0
68
[2020.10 Meetup][TALK] Andrey Budzar - How Linedata Streamlined CI/CD and Optimized Cloud Spend
devopslx
1
540
[2020.09 Meetup] [Talk] Pranjal Deo - Engineering Reliable Mobile Applications
devopslx
0
73
[2020.07 Meetup] [INTRO] DevOps Lisbon
devopslx
0
110
[2020.07 Meetup] [Talk] May Poppendieck - Six Decades of Software Engineering
devopslx
0
170
[2020.06 Meetup] [INTRO] DevOps Lisbon
devopslx
1
100
[2020.06 Meetup] [Talk] Patrick Debois - Trust Me, We're Doing DevSecOps
devopslx
2
420
[2020.05 Meetup] [Talk#1] João Tiago - Load testing UK’s biggest food publisher using AWS & Artillery
devopslx
0
120
[2020.05 Meetup] [Talk#2] Miguel Palhas - Automating your Way to Confidence
devopslx
1
98
Other Decks in Technology
See All in Technology
dev 補講: プロダクトセキュリティ / Product security overview
wa6sn
1
2.3k
IBC 2024 動画技術関連レポート / IBC 2024 Report
cyberagentdevelopers
PRO
0
110
TanStack Routerに移行するのかい しないのかい、どっちなんだい! / Are you going to migrate to TanStack Router or not? Which one is it?
kaminashi
0
580
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
2
3.2k
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.8k
マルチプロダクトな開発組織で 「開発生産性」に向き合うために試みたこと / Improving Multi-Product Dev Productivity
sugamasao
1
300
OCI Security サービス 概要
oracle4engineer
PRO
0
6.5k
これまでの計測・開発・デプロイ方法全部見せます! / Findy ISUCON 2024-11-14
tohutohu
3
370
B2B SaaSから見た最近のC#/.NETの進化
sansantech
PRO
0
750
透過型SMTPプロキシによる送信メールの可観測性向上: Update Edition / Improved observability of outgoing emails with transparent smtp proxy: Update edition
linyows
2
210
Terraform Stacks入門 #HashiTalks
msato
0
350
CysharpのOSS群から見るModern C#の現在地
neuecc
2
3.2k
Featured
See All Featured
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
89
Happy Clients
brianwarren
98
6.7k
How STYLIGHT went responsive
nonsquared
95
5.2k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
[RailsConf 2023] Rails as a piece of cake
palkan
52
4.9k
Art, The Web, and Tiny UX
lynnandtonic
297
20k
Scaling GitHub
holman
458
140k
We Have a Design System, Now What?
morganepeng
50
7.2k
Embracing the Ebb and Flow
colly
84
4.5k
VelocityConf: Rendering Performance Case Studies
addyosmani
325
24k
Transcript
Managing flow for fast and predictable delivery A preliminary report
Everybody wants to be faster and more predictable
Just a bit of context...
10 Scrum development teams 60+ people Credit, Document Mgmt., BPM
... a few concepts...
Cycle time. The number of days it took from starting
to work on an item until it was pushed into production. Analysis Development Acceptance Production
Work in Progress Age. The number of days that passed
since we started working on an item. Analysis Development Acceptance Production
Work in Progress. The number of items we have started
to work on but are still not finished. Analysis Development Acceptance Analysis Development 2
Alright, moving on… faster!
We decided to believe in Little’s Law and Flow.
Avg. Cycle Time Avg. Work In Progress Avg. Throughput
Avg. Cycle Time Avg. Work In Progress Avg. Throughput This
one we can manage!
Managing WIP
Before...
After...
Aging Work In Progress
Before…
After…
Cycle Time
Cycle Time “Cleaning up”
Cycle Time Best since Jan 2017
26% improvement of cycle time from January 2019
% On Time “Cleaning up”
% On Time Best since Jun 2018
43% improvement of delivery on time from January 2019
The Takeaways
Manage your WIP… Keep as few circles as possible
Pull! Pick these ones first, and then pull from the
ones on the immediate left.
Keep your items young! Don’t let them go up!
And that’s about it.