SlideShare une entreprise Scribd logo
1  sur  51
Télécharger pour lire hors ligne
When UX (guy) Meets Operations
Tim Sheiner
Velocity Conference
27 May 2015
When UX guy meets DevOps
2
?
When UX guy meets DevOps
2
DevOps
, he has a lot to learn
He uses a time-tested design process
1. Personas
2. Mental Model
3. Analogy
4. Prototype
3
What are personas?
Personas are fictitious characters that are used to help teams design products.
• Personas are as fake and as real as the characters in your favorite TV show.
• They don’t actually exist, and yet, you learn to care about them and have many of the
same expectations about them as the real people in your life.
4
Why personas?
Personas were created to address a too common product design communication
problem.
5
Users want
feature x.
Nope.
Why personas?
The human instinct for empathy means we know how to share ideas about the behavior of
people we know in common.
6
Kyle wants
feature x.
Yup.
We use personas to tell product stories
To help us create an accountable connection between the needs we gather during
research and the agile stories we implement.
7
Mental Model
validate
iterate
Features
Prototypes
validate
iterate
DevOps Persona
8
Customers
System
Increase capacity and resilience of
the System
Protect the System
Use the System to deliver
features to customers
Future System
Thomas - The Architect
Kyle - The Ops Guy
Jenny - The Dev Gal
What is their
mental model of the
system?
9
System
Thomas - The Architect
Kyle - The Ops Guy
Jenny - The Dev Gal
Mental models help us understand the world.
10
Illustration and argument from Hugh Dubberly, Models of Models, 2009
Mental models help us make sense of things.
11
Illustration and argument from Hugh Dubberly, Models of Models, 2009
We use mental models to make decisions.
12
Illustration and argument from Hugh Dubberly, Models of Models, 2009
Mental models are the basis for learning.
13
Illustration and argument from Hugh Dubberly, Models of Models, 2009
Mental models are the basis for learning.
13
Illustration and argument from Hugh Dubberly, Models of Models, 2009
We learn relative to our existing models.
14
Illustration and argument from Hugh Dubberly, Models of Models, 2009
We communicate by telling stories about models.
15
Illustration and argument from Hugh Dubberly, Models of Models, 2009
Before I understand the jargon, descriptions don’t help much.
16
Kyle, tell me about
the system.
System
Before I understand the jargon, descriptions don’t help much.
16
Blah blah data center blah blah
microservices blah blah high
availability blah blah ipsec mesh
blah blah horizontal duplication
blah blah…
System
Stories about challenges are the thing.
17
Kyle, tell me a story
about what happens
when you get an
alert?
System
In Kyle’s model the ops space has 3 dimensions!
18
1. Who is being affected?
2. How are they being affected?
3. How long have they been
affected?
Services - Logical
Hardware - Physical
Time
Customers
In Kyle’s model the ops space has 3 dimensions!
18
1. Who is being affected?
2. How are they being affected?
3. How long have they been
affected?
Services - Logical
Hardware - Physical
Time
Customers
Keep going, what
happens next?
Stories in this space are about nested operation sequences.
19
Log In Stream MediaMedia Query
1. Applications
Stories in this space are about nested operation sequences.
19
Log In Stream MediaMedia Query
Parse Optimize
Build Execution
Plan
Run Plan
Syntax Check
Semantic
Check
Shared Pool
Check
SC 1 SC 2 SC 3
Services - Logical
Hardware - Physical
1. Applications
2. Nested Services &
sub-services
3. Steps are
transactions
4. Logical to Physical
Return Results
To me, the model is sensible but novel.
20
Hmm.
Services, steps,
transactions…
I find a familiar model by analogy.
21
Oh!
I see. Like Fedex!
Sure.
I need to validate that I understand the model.
22
Illustration and argument from Hugh Dubberly, Models of Models, 2009
The Power of Analogy
Analogy is a critical design thinking method.
• A way to validate congruence in mental models
• A method to bring past experience to bear on present
circumstances
• A source of inspiration for developing solutions
23
Design by Analogy - Georgia Tech - KBAI:
This is inspiration for a prototype.
24
What is a prototype?
Prototypes are simple, focused, tools for testing
ideas visually.
• every prototype has a specific learning
objective
• prototype scope is the simplest thing you can
create to achieve that objective
• a series of prototypes can be used to iterate
towards a final solution
25
http://zurb.com/word/prototyping
http://boltgroup.com/product/work-product/studies-product/kobalt-
tools-product#.VWXzi1xVhBc
https://www.behance.net/gallery/4323339/iPhone-App-ConceptPrototype
http://www.infoq.com/articles/guest-simon-sketchflow
I want to test an experience based on this model
26
//jut.io
Dashboard
Last 24 hours
Canvas Admin
Blog Community Documentation 27
Service Monitor
Hardware Health
Customer KPIs
Service Monitor
Visitors
TotalVisitors(x1000)
0
5
11
16
06:00 10:00 14:00 18:00 22:00 02:00 06:00
Streams
TotalStreams(x1000)
0
5
9
14
06:00 10:00 14:00 18:00 22:00 02:00 06:00
Login Success Rate
99%
Media Query Execution Time
800ms
Stream Lag Ratio
2%
//jut.io
Dashboard
Last 24 hours
Canvas Admin
Blog Community Documentation 27
Service Monitor
Hardware Health
Customer KPIs
Service Monitor
Visitors
TotalVisitors(x1000)
0
5
11
16
06:00 10:00 14:00 18:00 22:00 02:00 06:00
Streams
TotalStreams(x1000)
0
5
9
14
06:00 10:00 14:00 18:00 22:00 02:00 06:00
Login Success Rate
99%
Media Query Execution Time
800ms
Stream Lag Ratio
2%
//jut.io
Dashboard
Last 24 hours
Canvas Admin
Blog Community Documentation 28
Service Monitor
Visitors
TotalVisitors(x1000)
0
5
11
16
06:00 10:00 14:00 18:00 22:00 02:00 06:00
Streams
TotalStreams(x1000)
0
5
9
14
06:00 10:00 14:00 18:00 22:00 02:00 06:00
Login Success Rate
99%
Media Query Execution Time
800ms
Stream Lag Ratio
2%
Service Monitor
Hardware Health
Customer KPIs
//jut.io
Canvas Admin
Last 24 hours
Dashboard
Blog Community Documentation 29
Service Monitor > Query ServiceService Monitor
Login Service
Query Service
Streaming Service
Hardware Health
Customer KPIs
Query Steps/Time (ms) by Region
Step Americas EU APAC
Parse 120 1200 130
Optimize 120 120 100
Build Plan 100 100 100
Run Plan 90 90 90
Return Results 60 60 80
Query Steps = average for last month
Optimize Run Plan Return ResultsBuild Execution PlanParse
//jut.io
Canvas Admin
Last 24 hours
Dashboard
Blog Community Documentation 29
Service Monitor > Query ServiceService Monitor
Login Service
Query Service
Streaming Service
Hardware Health
Customer KPIs
Query Steps/Time (ms) by Region
Step Americas EU APAC
Parse 120 1200 130
Optimize 120 120 100
Build Plan 100 100 100
Run Plan 90 90 90
Return Results 60 60 80
Query Steps = average for last month
Optimize Run Plan Return ResultsBuild Execution PlanParse
//jut.io
Canvas Admin
Last 24 hours
Dashboard
Blog Community Documentation 30
Service Monitor > Query ServiceService Monitor
Login Service
Query Service
Streaming Service
Hardware Health
Customer KPIs
Query Steps/Time (ms) by Region
Step Americas EU APAC
Parse 120 1200 130
Optimize 120 120 100
Build Plan 100 100 100
Run Plan 90 90 90
Return Results 60 60 80
Query Steps = average for last month
Optimize Run Plan Return ResultsBuild Execution PlanParse
//jut.io
Canvas Admin
Last 24 hours
Dashboard
Blog Community Documentation 31
Service Monitor > Query Service > ParseService Monitor
Login Service
Query Service
Parse
Optimize
Build Plan
Run Plan
Return
Streaming Service
Hardware Health
Customer KPIs
Parsing Service Steps = average for last month
Syntax Check Semantic Check Shared Pool Check
Syntax Check Shared Pool CheckPOP Semantic Check
ENG1
ENG2
FR1
GER1
IR1
ITA2
SPA1
SPA2
40
30
3500
30
30
40
45
45
Physical location
London, England
Bristol, England
Paris, France
Berlin, Germany
Dublin, Ireland
Milan, Italy
Madrid, Spain
Barcelona, Spain
40
30
30
30
30
40
45
45
40
30
30
30
30
40
45
45
EURegion
//jut.io
Canvas Admin
Last 24 hours
Dashboard
Blog Community Documentation 31
Service Monitor > Query Service > ParseService Monitor
Login Service
Query Service
Parse
Optimize
Build Plan
Run Plan
Return
Streaming Service
Hardware Health
Customer KPIs
Parsing Service Steps = average for last month
Syntax Check Semantic Check Shared Pool Check
Syntax Check Shared Pool CheckPOP Semantic Check
ENG1
ENG2
FR1
GER1
IR1
ITA2
SPA1
SPA2
40
30
3500
30
30
40
45
45
Physical location
London, England
Bristol, England
Paris, France
Berlin, Germany
Dublin, Ireland
Milan, Italy
Madrid, Spain
Barcelona, Spain
40
30
30
30
30
40
45
45
40
30
30
30
30
40
45
45
EURegion
//jut.io
Canvas Admin
Last 24 hours
Dashboard
Blog Community Documentation 32
Service Monitor > Query Service > ParseService Monitor
Login Service
Query Service
Parse
Optimize
Build Plan
Run Plan
Return
Streaming Service
Hardware Health
Customer KPIs
Parsing Service Steps = average for last month
Syntax Check Semantic Check Shared Pool Check
Syntax Check Shared Pool CheckPOP Semantic Check
ENG1
ENG2
FR1
GER1
IR1
ITA2
SPA1
SPA2
40
30
3500
30
30
40
45
45
Physical location
London, England
Bristol, England
Paris, France
Berlin, Germany
Dublin, Ireland
Milan, Italy
Madrid, Spain
Barcelona, Spain
40
30
30
30
30
40
45
45
40
30
30
30
30
40
45
45
EURegion
//jut.io
Dashboard
Last 24 hours
Canvas Admin
Blog Community Documentation 33
Hardware Health > By POP
CPU
%Load
0
4
7
11
06:00 10:00 14:00 18:00 22:00 02:00 06:00
host 1 host 2 host 3 host 4 host 5 host 6
host 7 host 8
Memory
%Used
0
33
67
100
06:00 10:00 14:00 18:00 22:00 02:00 06:00
host 1 host 2 host 3 host 4 host 5 host 6
host 7 host 8
FR1POP
Service Monitor
Hardware Health
By Pop
By Host
Customer KPIs
The prototype moves the conversation forward.
34
Hmmm. OK.
Interesting.
Not entirely plausible.
Why prototype?
Prototypes improve communication.
• They produce a shared reference for communication
• They encourage thinking in terms of stories
• They bring attention to interaction
35
Beginning Middle End
The design process creates a conversation around value.
By iterating models, the UX guy learns how to build tools for the Ops guy.
36
Features
validate
iterate
validate
iterate
How can you use this process?
1. Learn about your customers
2. Understand their perspectives
3. Find a shared understanding of the problem
4. Use a low risk, collaborative method to get to a solution
38
Learn about your customers
1. Ask to interview them
1. Ask about their role
2. Ask about the background on their need
3. Ask them to describe success
2. Observe
1. Ask them to show you how they work
2. Pay attention to the difference between what they say and what they do
39
Understand their perspective
1. Be humble
2. There are no dumb questions
3. Get them telling stories about their work, about challenges
4. Visualize your understanding
40
Find a shared understanding of the problem
1. Focus on understanding the problem first
2. Search for analogous problems
3. Use analogy to restate the problem
4. Validate that your customer agrees with the restatement
41
Use a low risk, collaborative method to get to a solution
1. Define learning objectives for each prototype or iteration
2. Use the lowest fidelity approach that captures the detail you need to understand
3. Tell stories with and about your prototype
4. Share your prototypes and encourage feedback
42
Be a modeler!
Use models to communicate.
• Recognize models
• Build models
• Draw models
• Share models
• Talk about models
43
At Jut these we are using these design practices
to build an operations data hub for unified
analytics on logs, metrics and events.
Check it out at www.jut.io and let me know what
you think.
Tim Sheiner
@tsheiner
44

Contenu connexe

En vedette

Laicos Startup Studio Pitch Deck
Laicos Startup Studio Pitch Deck Laicos Startup Studio Pitch Deck
Laicos Startup Studio Pitch Deck
Ryan J. Negri
 

En vedette (7)

UI/UX Portfolio 2014 - Reza Prabowo
UI/UX Portfolio 2014 - Reza PrabowoUI/UX Portfolio 2014 - Reza Prabowo
UI/UX Portfolio 2014 - Reza Prabowo
 
Laicos Startup Studio Pitch Deck
Laicos Startup Studio Pitch Deck Laicos Startup Studio Pitch Deck
Laicos Startup Studio Pitch Deck
 
UI & UX Design for Startups
UI & UX Design for StartupsUI & UX Design for Startups
UI & UX Design for Startups
 
Indonesia Digital & Social Media Case Study
Indonesia Digital & Social Media Case StudyIndonesia Digital & Social Media Case Study
Indonesia Digital & Social Media Case Study
 
Indonesia Digital Habits Study
Indonesia Digital Habits StudyIndonesia Digital Habits Study
Indonesia Digital Habits Study
 
Digital in numbers indonesia (compilation)
Digital in numbers indonesia (compilation)Digital in numbers indonesia (compilation)
Digital in numbers indonesia (compilation)
 
Essential Ecommerce Marketing Tools
Essential Ecommerce Marketing ToolsEssential Ecommerce Marketing Tools
Essential Ecommerce Marketing Tools
 

Similaire à When UX (guy) Meets Operations

DevOps/Flow workshop for agile india 2015
DevOps/Flow workshop for agile india 2015DevOps/Flow workshop for agile india 2015
DevOps/Flow workshop for agile india 2015
Yuval Yeret
 
Minimum viable product_to_deliver_business_value_v0.4
Minimum viable product_to_deliver_business_value_v0.4Minimum viable product_to_deliver_business_value_v0.4
Minimum viable product_to_deliver_business_value_v0.4
Archana Joshi
 

Similaire à When UX (guy) Meets Operations (20)

Field Research at the Speed of Business
Field Research at the Speed of BusinessField Research at the Speed of Business
Field Research at the Speed of Business
 
DevOps/Flow workshop for agile india 2015
DevOps/Flow workshop for agile india 2015DevOps/Flow workshop for agile india 2015
DevOps/Flow workshop for agile india 2015
 
How to Test Your Product Ideas by SoulCycle VP of Product
 How to Test Your Product Ideas by SoulCycle VP of Product How to Test Your Product Ideas by SoulCycle VP of Product
How to Test Your Product Ideas by SoulCycle VP of Product
 
Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...
Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...
Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...
 
Building and Scaling High Performing Technology Organizations by Jez Humble a...
Building and Scaling High Performing Technology Organizations by Jez Humble a...Building and Scaling High Performing Technology Organizations by Jez Humble a...
Building and Scaling High Performing Technology Organizations by Jez Humble a...
 
Scaling Software Delivery.pdf
Scaling Software Delivery.pdfScaling Software Delivery.pdf
Scaling Software Delivery.pdf
 
Minimum viable product to delivery business value
Minimum viable product to delivery business valueMinimum viable product to delivery business value
Minimum viable product to delivery business value
 
Big Data Science - hype?
Big Data Science - hype?Big Data Science - hype?
Big Data Science - hype?
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
Bluemix Paris Meetup - Optimization on Cloud (DOcloud) - 14 octobre 2015
Bluemix Paris Meetup -  Optimization on Cloud (DOcloud) - 14 octobre 2015Bluemix Paris Meetup -  Optimization on Cloud (DOcloud) - 14 octobre 2015
Bluemix Paris Meetup - Optimization on Cloud (DOcloud) - 14 octobre 2015
 
Sioux Hot-or-Not: Essential Unified Process (Ivar Jacobson)
Sioux Hot-or-Not: Essential Unified Process (Ivar  Jacobson)Sioux Hot-or-Not: Essential Unified Process (Ivar  Jacobson)
Sioux Hot-or-Not: Essential Unified Process (Ivar Jacobson)
 
Lean 6sigma and DMAIC
Lean 6sigma and DMAICLean 6sigma and DMAIC
Lean 6sigma and DMAIC
 
Agile Methods: Fact or Fiction
Agile Methods: Fact or FictionAgile Methods: Fact or Fiction
Agile Methods: Fact or Fiction
 
Microservices, Microfrontends and Feature Teams
Microservices, Microfrontends and Feature TeamsMicroservices, Microfrontends and Feature Teams
Microservices, Microfrontends and Feature Teams
 
BTech Final Project (1).pptx
BTech Final Project (1).pptxBTech Final Project (1).pptx
BTech Final Project (1).pptx
 
Why Distributed Tracing is Essential for Performance and Reliability
Why Distributed Tracing is Essential for Performance and ReliabilityWhy Distributed Tracing is Essential for Performance and Reliability
Why Distributed Tracing is Essential for Performance and Reliability
 
Intro to Data Analytics with Oscar's Director of Product
 Intro to Data Analytics with Oscar's Director of Product Intro to Data Analytics with Oscar's Director of Product
Intro to Data Analytics with Oscar's Director of Product
 
The Need for Speed
The Need for SpeedThe Need for Speed
The Need for Speed
 
Minimum viable product_to_deliver_business_value_v0.4
Minimum viable product_to_deliver_business_value_v0.4Minimum viable product_to_deliver_business_value_v0.4
Minimum viable product_to_deliver_business_value_v0.4
 
Help your UX team succeed with OKRs that don’t suck
Help your UX team succeed with OKRs that don’t suckHelp your UX team succeed with OKRs that don’t suck
Help your UX team succeed with OKRs that don’t suck
 

Plus de Tim Sheiner

Plus de Tim Sheiner (9)

The Digital Machine - Transforming Systems to Software
The Digital Machine - Transforming Systems to SoftwareThe Digital Machine - Transforming Systems to Software
The Digital Machine - Transforming Systems to Software
 
The Data Model
The Data ModelThe Data Model
The Data Model
 
The Interaction Model
The Interaction ModelThe Interaction Model
The Interaction Model
 
The Object Model
The Object ModelThe Object Model
The Object Model
 
The Conceptual Model
The Conceptual ModelThe Conceptual Model
The Conceptual Model
 
From Systems to Software
From Systems to SoftwareFrom Systems to Software
From Systems to Software
 
Visualizing Systems
Visualizing SystemsVisualizing Systems
Visualizing Systems
 
System Diagramming Basics
System Diagramming BasicsSystem Diagramming Basics
System Diagramming Basics
 
What is a system?
What is a system?What is a system?
What is a system?
 

Dernier

call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
home
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
kumaririma588
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Government polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcdGovernment polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcd
shivubhavv
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
amitlee9823
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentation
amedia6
 

Dernier (20)

call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 
Government polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcdGovernment polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcd
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, Pune
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentation
 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 

When UX (guy) Meets Operations

  • 1. When UX (guy) Meets Operations Tim Sheiner Velocity Conference 27 May 2015
  • 2. When UX guy meets DevOps 2
  • 3. ? When UX guy meets DevOps 2 DevOps , he has a lot to learn
  • 4. He uses a time-tested design process 1. Personas 2. Mental Model 3. Analogy 4. Prototype 3
  • 5. What are personas? Personas are fictitious characters that are used to help teams design products. • Personas are as fake and as real as the characters in your favorite TV show. • They don’t actually exist, and yet, you learn to care about them and have many of the same expectations about them as the real people in your life. 4
  • 6. Why personas? Personas were created to address a too common product design communication problem. 5 Users want feature x. Nope.
  • 7. Why personas? The human instinct for empathy means we know how to share ideas about the behavior of people we know in common. 6 Kyle wants feature x. Yup.
  • 8. We use personas to tell product stories To help us create an accountable connection between the needs we gather during research and the agile stories we implement. 7 Mental Model validate iterate Features Prototypes validate iterate
  • 9. DevOps Persona 8 Customers System Increase capacity and resilience of the System Protect the System Use the System to deliver features to customers Future System Thomas - The Architect Kyle - The Ops Guy Jenny - The Dev Gal
  • 10. What is their mental model of the system? 9 System Thomas - The Architect Kyle - The Ops Guy Jenny - The Dev Gal
  • 11. Mental models help us understand the world. 10 Illustration and argument from Hugh Dubberly, Models of Models, 2009
  • 12. Mental models help us make sense of things. 11 Illustration and argument from Hugh Dubberly, Models of Models, 2009
  • 13. We use mental models to make decisions. 12 Illustration and argument from Hugh Dubberly, Models of Models, 2009
  • 14. Mental models are the basis for learning. 13 Illustration and argument from Hugh Dubberly, Models of Models, 2009
  • 15. Mental models are the basis for learning. 13 Illustration and argument from Hugh Dubberly, Models of Models, 2009
  • 16. We learn relative to our existing models. 14 Illustration and argument from Hugh Dubberly, Models of Models, 2009
  • 17. We communicate by telling stories about models. 15 Illustration and argument from Hugh Dubberly, Models of Models, 2009
  • 18. Before I understand the jargon, descriptions don’t help much. 16 Kyle, tell me about the system. System
  • 19. Before I understand the jargon, descriptions don’t help much. 16 Blah blah data center blah blah microservices blah blah high availability blah blah ipsec mesh blah blah horizontal duplication blah blah… System
  • 20. Stories about challenges are the thing. 17 Kyle, tell me a story about what happens when you get an alert? System
  • 21. In Kyle’s model the ops space has 3 dimensions! 18 1. Who is being affected? 2. How are they being affected? 3. How long have they been affected? Services - Logical Hardware - Physical Time Customers
  • 22. In Kyle’s model the ops space has 3 dimensions! 18 1. Who is being affected? 2. How are they being affected? 3. How long have they been affected? Services - Logical Hardware - Physical Time Customers Keep going, what happens next?
  • 23. Stories in this space are about nested operation sequences. 19 Log In Stream MediaMedia Query 1. Applications
  • 24. Stories in this space are about nested operation sequences. 19 Log In Stream MediaMedia Query Parse Optimize Build Execution Plan Run Plan Syntax Check Semantic Check Shared Pool Check SC 1 SC 2 SC 3 Services - Logical Hardware - Physical 1. Applications 2. Nested Services & sub-services 3. Steps are transactions 4. Logical to Physical Return Results
  • 25. To me, the model is sensible but novel. 20 Hmm. Services, steps, transactions…
  • 26. I find a familiar model by analogy. 21 Oh! I see. Like Fedex! Sure.
  • 27. I need to validate that I understand the model. 22 Illustration and argument from Hugh Dubberly, Models of Models, 2009
  • 28. The Power of Analogy Analogy is a critical design thinking method. • A way to validate congruence in mental models • A method to bring past experience to bear on present circumstances • A source of inspiration for developing solutions 23 Design by Analogy - Georgia Tech - KBAI:
  • 29. This is inspiration for a prototype. 24
  • 30. What is a prototype? Prototypes are simple, focused, tools for testing ideas visually. • every prototype has a specific learning objective • prototype scope is the simplest thing you can create to achieve that objective • a series of prototypes can be used to iterate towards a final solution 25 http://zurb.com/word/prototyping http://boltgroup.com/product/work-product/studies-product/kobalt- tools-product#.VWXzi1xVhBc https://www.behance.net/gallery/4323339/iPhone-App-ConceptPrototype http://www.infoq.com/articles/guest-simon-sketchflow
  • 31. I want to test an experience based on this model 26
  • 32. //jut.io Dashboard Last 24 hours Canvas Admin Blog Community Documentation 27 Service Monitor Hardware Health Customer KPIs Service Monitor Visitors TotalVisitors(x1000) 0 5 11 16 06:00 10:00 14:00 18:00 22:00 02:00 06:00 Streams TotalStreams(x1000) 0 5 9 14 06:00 10:00 14:00 18:00 22:00 02:00 06:00 Login Success Rate 99% Media Query Execution Time 800ms Stream Lag Ratio 2%
  • 33. //jut.io Dashboard Last 24 hours Canvas Admin Blog Community Documentation 27 Service Monitor Hardware Health Customer KPIs Service Monitor Visitors TotalVisitors(x1000) 0 5 11 16 06:00 10:00 14:00 18:00 22:00 02:00 06:00 Streams TotalStreams(x1000) 0 5 9 14 06:00 10:00 14:00 18:00 22:00 02:00 06:00 Login Success Rate 99% Media Query Execution Time 800ms Stream Lag Ratio 2%
  • 34. //jut.io Dashboard Last 24 hours Canvas Admin Blog Community Documentation 28 Service Monitor Visitors TotalVisitors(x1000) 0 5 11 16 06:00 10:00 14:00 18:00 22:00 02:00 06:00 Streams TotalStreams(x1000) 0 5 9 14 06:00 10:00 14:00 18:00 22:00 02:00 06:00 Login Success Rate 99% Media Query Execution Time 800ms Stream Lag Ratio 2% Service Monitor Hardware Health Customer KPIs
  • 35. //jut.io Canvas Admin Last 24 hours Dashboard Blog Community Documentation 29 Service Monitor > Query ServiceService Monitor Login Service Query Service Streaming Service Hardware Health Customer KPIs Query Steps/Time (ms) by Region Step Americas EU APAC Parse 120 1200 130 Optimize 120 120 100 Build Plan 100 100 100 Run Plan 90 90 90 Return Results 60 60 80 Query Steps = average for last month Optimize Run Plan Return ResultsBuild Execution PlanParse
  • 36. //jut.io Canvas Admin Last 24 hours Dashboard Blog Community Documentation 29 Service Monitor > Query ServiceService Monitor Login Service Query Service Streaming Service Hardware Health Customer KPIs Query Steps/Time (ms) by Region Step Americas EU APAC Parse 120 1200 130 Optimize 120 120 100 Build Plan 100 100 100 Run Plan 90 90 90 Return Results 60 60 80 Query Steps = average for last month Optimize Run Plan Return ResultsBuild Execution PlanParse
  • 37. //jut.io Canvas Admin Last 24 hours Dashboard Blog Community Documentation 30 Service Monitor > Query ServiceService Monitor Login Service Query Service Streaming Service Hardware Health Customer KPIs Query Steps/Time (ms) by Region Step Americas EU APAC Parse 120 1200 130 Optimize 120 120 100 Build Plan 100 100 100 Run Plan 90 90 90 Return Results 60 60 80 Query Steps = average for last month Optimize Run Plan Return ResultsBuild Execution PlanParse
  • 38. //jut.io Canvas Admin Last 24 hours Dashboard Blog Community Documentation 31 Service Monitor > Query Service > ParseService Monitor Login Service Query Service Parse Optimize Build Plan Run Plan Return Streaming Service Hardware Health Customer KPIs Parsing Service Steps = average for last month Syntax Check Semantic Check Shared Pool Check Syntax Check Shared Pool CheckPOP Semantic Check ENG1 ENG2 FR1 GER1 IR1 ITA2 SPA1 SPA2 40 30 3500 30 30 40 45 45 Physical location London, England Bristol, England Paris, France Berlin, Germany Dublin, Ireland Milan, Italy Madrid, Spain Barcelona, Spain 40 30 30 30 30 40 45 45 40 30 30 30 30 40 45 45 EURegion
  • 39. //jut.io Canvas Admin Last 24 hours Dashboard Blog Community Documentation 31 Service Monitor > Query Service > ParseService Monitor Login Service Query Service Parse Optimize Build Plan Run Plan Return Streaming Service Hardware Health Customer KPIs Parsing Service Steps = average for last month Syntax Check Semantic Check Shared Pool Check Syntax Check Shared Pool CheckPOP Semantic Check ENG1 ENG2 FR1 GER1 IR1 ITA2 SPA1 SPA2 40 30 3500 30 30 40 45 45 Physical location London, England Bristol, England Paris, France Berlin, Germany Dublin, Ireland Milan, Italy Madrid, Spain Barcelona, Spain 40 30 30 30 30 40 45 45 40 30 30 30 30 40 45 45 EURegion
  • 40. //jut.io Canvas Admin Last 24 hours Dashboard Blog Community Documentation 32 Service Monitor > Query Service > ParseService Monitor Login Service Query Service Parse Optimize Build Plan Run Plan Return Streaming Service Hardware Health Customer KPIs Parsing Service Steps = average for last month Syntax Check Semantic Check Shared Pool Check Syntax Check Shared Pool CheckPOP Semantic Check ENG1 ENG2 FR1 GER1 IR1 ITA2 SPA1 SPA2 40 30 3500 30 30 40 45 45 Physical location London, England Bristol, England Paris, France Berlin, Germany Dublin, Ireland Milan, Italy Madrid, Spain Barcelona, Spain 40 30 30 30 30 40 45 45 40 30 30 30 30 40 45 45 EURegion
  • 41. //jut.io Dashboard Last 24 hours Canvas Admin Blog Community Documentation 33 Hardware Health > By POP CPU %Load 0 4 7 11 06:00 10:00 14:00 18:00 22:00 02:00 06:00 host 1 host 2 host 3 host 4 host 5 host 6 host 7 host 8 Memory %Used 0 33 67 100 06:00 10:00 14:00 18:00 22:00 02:00 06:00 host 1 host 2 host 3 host 4 host 5 host 6 host 7 host 8 FR1POP Service Monitor Hardware Health By Pop By Host Customer KPIs
  • 42. The prototype moves the conversation forward. 34 Hmmm. OK. Interesting. Not entirely plausible.
  • 43. Why prototype? Prototypes improve communication. • They produce a shared reference for communication • They encourage thinking in terms of stories • They bring attention to interaction 35 Beginning Middle End
  • 44. The design process creates a conversation around value. By iterating models, the UX guy learns how to build tools for the Ops guy. 36 Features validate iterate validate iterate
  • 45. How can you use this process? 1. Learn about your customers 2. Understand their perspectives 3. Find a shared understanding of the problem 4. Use a low risk, collaborative method to get to a solution 38
  • 46. Learn about your customers 1. Ask to interview them 1. Ask about their role 2. Ask about the background on their need 3. Ask them to describe success 2. Observe 1. Ask them to show you how they work 2. Pay attention to the difference between what they say and what they do 39
  • 47. Understand their perspective 1. Be humble 2. There are no dumb questions 3. Get them telling stories about their work, about challenges 4. Visualize your understanding 40
  • 48. Find a shared understanding of the problem 1. Focus on understanding the problem first 2. Search for analogous problems 3. Use analogy to restate the problem 4. Validate that your customer agrees with the restatement 41
  • 49. Use a low risk, collaborative method to get to a solution 1. Define learning objectives for each prototype or iteration 2. Use the lowest fidelity approach that captures the detail you need to understand 3. Tell stories with and about your prototype 4. Share your prototypes and encourage feedback 42
  • 50. Be a modeler! Use models to communicate. • Recognize models • Build models • Draw models • Share models • Talk about models 43
  • 51. At Jut these we are using these design practices to build an operations data hub for unified analytics on logs, metrics and events. Check it out at www.jut.io and let me know what you think. Tim Sheiner @tsheiner 44