SlideShare a Scribd company logo
Janelle Klein
openmastery.org @janellekz
Tour Speaker
Data-Driven
Software Mastery
newiron.com
, Developer, Consultant, CTO @New Iron
Specialized in Statistical Process Control (SPC)
and Supply Chain Optimization from Lean Manufacturing (I <3 cool data)
Continuous Delivery infrastructure, automation strategy & technical mentorship
Janelle Klein
Who Am I?
I’m also a hobbyist Cognitive Scientist
How to Measure the PAIN
in Software Development
Janelle Klein
Author of “Idea Flow”
leanpub.com/ideaflow
LEARN YOUR WAY TO AWESOME.
Community of Practice for
Data-Driven Software Mastery
Why Are We Here?
Why Should You Care?
Problem #1: Organizational Dysfunction
Why Should You Care?
Problem #2: Solving the Wrong Problem
Why Should You Care?
This talk is about a
REALISTIC STRATEGY
to solve these problems.
I’m going to show you:
POINT A
(I’ve been working on this for 5 years)
I Need Your Help to Get to:
POINT AWESOME
Point A Point AWESOME?
Iterate!
LEARN YOUR WAY TO AWESOME.
Why Are We Here?
Learning Takes Work.
Let’s Make the PAIN Visible!
#OpenDX
Our Campaign:
This isn’t About Me.
This is About ALL OF US.
Five Years Ago I Read This Book:
How to Build a Learning Organization
Five Disciplines of a Learning Organization
Personal Mastery
Mental Models
Shared Vision
Team Learning
Systems Thinking
These disciplines were emergent practice on our team.
Five Disciplines of a Learning Organization
Personal Mastery
Mental Models
Shared Vision
Team Learning
Systems Thinking
These disciplines are emergent practice in
software development
What’s the Gap?
What was different about our team?
My Day Job is Technical Assessment
GeorgeMe
What does “better quality” mean to you?
What does “better” really mean?
What does “better” really mean?
Where does my
“better” come from?
“Better”
Fifth Discipline: “Shared Vision” = “Shared Better”
The Key to Team Learning:
“Better”
Five Disciplines of a Learning Organization
Personal Mastery
Mental Models
Team Learning
Systems Thinking
This book is about the art of group problem-solving.
Shared LearningShared Better
Five Years to Put “Better” into Words
How to Measure the PAIN
in Software Development
Janelle Klein
This is the my story.
We were trying to do
all the “right” things.
About 8 Years Ago…
We were building a
factory automation system...
We shipped to production...
We shipped to production... (again)
We couldn’t reproduce the problem.
We shipped to production... (AGAIN)
The rollback failed!
Project FAILURE
The Retrospective
“What are we going to do?!”
Our biggest problem
“Well, we know we’ve got
a quality problem right?”
The Retrospective
“What are we going to do?!”
Our biggest problem
“The problem is we don’t have
enough test automation!”
So the Test Automation Began…
Our regression testing
took 3-4 weeks…
Let’s automate the tests!
20%
Percent Automated:
So the Test Automation Began…
50%
Maintenance
started getting PAINFUL…
Let’s refactor the tests!
Percent Automated:
So the Test Automation Began…
80%
It was still really PAINFUL…
“Well, at least our regression
cycle is faster, right?”
Our regression cycle still took 3-4 weeks!
Percent Automated:
So the Test Automation Began…
ApplicationTests
Our Test Suite
ApplicationTests
Our Test Suite
Any ideas?
The Retrospective
“What are we supposed to do?!”
Our biggest problem
“Well, if we don’t understand
a problem, we should
collect data.”
The Retrospective
Our biggest problem
“What data would help us
understand the problem?”
“What are we supposed to do?!”
Technical Debt Mistakes
I thought the main obstacle was
Technical Debt
?
Most of our mistakes were in the
most well-written parts of the code.
Mistakes
We made significantly more mistakes
in code that we didn’t write ourselves.
Lower
Familiarity
More
Mistakes=
There had to be more to the story...
Complex(
So*ware(
PAIN
This is what I knew...
What made development feel painful?
Unexpected
Behavior
Problem
Resolved
Tracking Painful Interaction with the Code (Friction)
Troubleshooting
Progress
5 hours and 18 minutes of troubleshooting...
PAINFUL
The amount of PAIN was caused by…
Likeliness(of((
Unexpected(
Behavior(
Cost(to(Troubleshoot(and(Repair(
High(Frequency(
Low(Impact(
Low(Frequency(
Low(Impact(
Low(Frequency(
High(Impact(
PAIN(
What Causes Unexpected
Behavior (likeliness)?
What Makes Troubleshooting
Time-Consuming (impact)?
Semantic Mistakes
Stale Memory Mistakes
Association Mistakes
Bad Input Assumption
Tedious Change Mistakes
Copy-Edit Mistakes
Transposition Mistakes
Failed Refactor Mistakes
False Alarm
Non-Deterministic Behavior
Ambiguous Clues
Lots of Code Changes
Noisy Output
Cryptic Output
Long Execution Time
Environment Cleanup
Test Data Creation
Using Debugger
Most of the pain was caused by human factors.
What causes PAIN?
What Causes Unexpected
Behavior (likeliness)?
What Makes Troubleshooting
Time-Consuming (impact)?
Non-Deterministic Behavior
Ambiguous Clues
Lots of Code Changes
Noisy Output
Cryptic Output
Long Execution Time
Environment Cleanup
Test Data Creation
Using Debugger
What causes PAIN?
Most of the pain was caused by human factors.
Semantic Mistakes
Stale Memory Mistakes
Association Mistakes
Bad Input Assumption
Tedious Change Mistakes
Copy-Edit Mistakes
Transposition Mistakes
Failed Refactor Mistakes
False Alarm
What Causes Unexpected
Behavior (likeliness)?
What Makes Troubleshooting
Time-Consuming (impact)?
Non-Deterministic Behavior
Ambiguous Clues
Lots of Code Changes
Noisy Output
Cryptic Output
Long Execution Time
Environment Cleanup
Test Data Creation
Using Debugger
What causes PAIN?
Semantic Mistakes
Stale Memory Mistakes
Association Mistakes
Bad Input Assumption
Tedious Change Mistakes
Copy-Edit Mistakes
Transposition Mistakes
Failed Refactor Mistakes
False Alarm
Most of the pain was caused by human factors.
What Causes Unexpected
Behavior (likeliness)?
What Makes Troubleshooting
Time-Consuming (impact)?
Non-Deterministic Behavior
Ambiguous Clues
Lots of Code Changes
Noisy Output
Cryptic Output
Long Execution Time
Environment Cleanup
Test Data Creation
Using Debugger
What causes PAIN?
PAIN is a consequence of how we interact with the code.
Semantic Mistakes
Stale Memory Mistakes
Association Mistakes
Bad Input Assumption
Tedious Change Mistakes
Copy-Edit Mistakes
Transposition Mistakes
Failed Refactor Mistakes
False Alarm
PAIN occurs during the process of
understanding and extending the software
Complex(
So*ware(
PAIN
Not the Code.
Optimize “Idea Flow”
Analyzing the Types of Mistakes
#1 Cause of Mistakes:
Misunderstandings of how the system worked
ApplicationTests
The Bugs were in Our Conceptual Models
Fix: We built a Data Dictionary
The “Coat of Armor” Principle
Software
Coat of Armor
“Alarm Pain”
Six hours of troubleshooting and repairing tests
when nothing is broken.
The Waxy Coating Principle
Optimize the signal to noise ratio.
Software
(before)
Software
(after)
Tests are like a waxy coating poured over the code.
We deleted everything…
The automation wasn’t
solving the problem!
What are the specific risks in this release?
How can we mitigate the risks?
Handful of
manual tests
Custom
Tools
+
Release
Size
(weeks)
Time
Defect Rates
We Could See the Effects…
Effective Risk Management Looks Like This
My team spent tons of time working on
improvements that didn’t make much difference.
We had tons of automation, but the
automation didn’t catch our bugs.
My team spent tons of time working on
improvements that didn’t make much difference.
We had well-modularized code,
but it was still extremely time-consuming to troubleshoot defects.
The hard part isn’t solving the problems
it’s identifying the right problems to solve.
“What are the specific problems
that are causing the team’s pain?”
“Better”
Fifth Discipline: “Shared Vision” = “Shared Better”
The Key to Team Learning:
“Better”
“Better”
following best practices
(solution-focused) (problem-focused)
“Better”
solving the problems
What does “better” really mean?
How do we identify the right problems to solve?
Cost & Risk are a Function of Increased Difficulty
Cost
&
Risk
Difficulty of Work
The Difficulty of Doing Our Jobs
Human
Limitations
Likelihood)of))
Unexpected)
Behavior)
Cost)to)Troubleshoot)and)Repair)
High)Frequency)
Low)Impact)
Low)Frequency)
Low)Impact)
Low)Frequency)
High)Impact)
PAIN)
“Better” = Reduce the Risk
Reduce Likeliness
=
Mistake Proofing
Reduce Recovery Cost = Mistake Tolerance
What Exactly does Idea Flow Measure?
Complex(
So*ware(
PAIN
Not the Code.
Optimize “Idea Flow”
FRICTION is a Function of Increased Difficulty
Cost
&
Risk
Difficulty of Work
The Difficulty of Doing Our Jobs
Human
Limitations
The Rhythm of “Idea Flow”
Write a little code.
Work out the kinks.
Write a little code.
Work out the kinks.
Write a little code.
Work out the kinks.
ConflictConfirm
Rework'
Learn'
Validate(
Modify'
Progress Loop Conflict Loop
Troubleshoot'
Write a little code. Work out the kinks.
The Rhythm of “Idea Flow”
On Intelligence
Jeff Hawkins
Confirmed
Expectations
Our brain works like a giant prediction engine…
Conflicting
Expectations
Our brain works like a giant prediction engine…
ConflictConfirm
Rework'
Learn'
Validate(
Modify'
Progress Loop Conflict Loop
Troubleshoot'
The Rhythm of “Idea Flow”
“Friction” in Idea Flow
ConflictConfirm
Rework'
Learn'
Validate(
Modify'
Progress Loop Conflict Loop
Troubleshoot'
“Idea Flow Map”
“Friction”
A “conflict” starts with an unexpected observation and
ends when understanding is resolved.
Idea Flow Mapping Tools
(Open Source, Supported GA ~June 2016)
github.com/ideaflow/tools
Typical Idea Flow Maps
Single Problem
Multi-Problem
Reading Visual Indicators in Idea Flow Maps
Le#$Atrium$
Le#$Ventricle$
Right$Ventricle$
Right$Atrium$
What’s$causing$this$pa7ern?$
Similar to how an EKG helps doctors diagnose heart problems...
...Idea Flow Maps help developers diagnose software problems.
Problem-Solving
Machine
Reading Visual Indicators in Idea Flow Maps
= Solution Strategy
The “Heart” of Software Development
(the problem-solving machine)
= Solution Strategy
The “Heart” of Software Development
(the problem-solving machine)
Choose a general strategy
= Solution Strategy
The “Heart” of Software Development
(the problem-solving machine)
Understand the system
= Solution Strategy
The “Heart” of Software Development
(the problem-solving machine)
Code & work out the kinks
= Solution Strategy
The “Heart” of Software Development
(the problem-solving machine)
Back to the drawing board
The symptoms we experience depend on where the
disruptions are in the problem-solving process
Trial and Error
The Friction is Here
Troubleshooting
Progress
Learning
Rework
Assumption Risk (Rework)
Likelihood)of))
making)a))
Bad)Assump4on)
Cost)to)Correct)Decisions)
High)Uncertainty)
Low)Delay)
Low)Uncertainty)
Low)Delay)
Low)Uncertainty)
High)Delay)
PAIN)
Struggling with Understanding the Code
The Friction is Here
Troubleshooting
Progress
Learning
Rework
Familiarity Risk (Learning)
Likelihood)of))
working)with)
Unfamiliar)
Code)
Cost)to)Learn)
High)Frequency)
Easy)to)Learn)
Low)Frequency)
Easy)to)Learn)
Low)Frequency)
Hard)to)Learn)
PAIN)
Struggling with Feedback
The Friction is Here
Troubleshooting
Progress
Learning
Rework
Quality Risk (Troubleshooting)
Likelihood)of))
Unexpected)
Behavior)
Cost)to)Troubleshoot)and)Repair)
High)Frequency)
Low)Impact)
Low)Frequency)
Low)Impact)
Low)Frequency)
High)Impact)
PAIN)
measures the time spent on:
Idea Flow
x
Troubleshooting
x
Learning
x
Rework
Quality Risk Familiarity Risk Assumption Risk
What percentage of time do you
think your team spends on friction?
Troubleshooting
Progress
Learning
7:070:00
0:00 19:52
12 year old project after all original developers left.
Case Study: Huge Mess with Great Team
70-90% of dev capacity on “friction”
The Team’s Improvement Focus:
Increasing unit test coverage by 5%
Case Study: Huge Mess with Great Team
1. Test Data Generation
2. Merging Problems
3. Repairing Tests
1000 hours/month
The Biggest Problem:
~700 hours/month generating test data
The Retrospective
“What’s the biggest opportunity for improvement?”
Our biggest problem
“What’s the biggest opportunity for improvement?”
“The awful email
template engine code!”
Our biggest problem
The Retrospective
“What’s the biggest opportunity for improvement?”
“Fill in missing
unit tests!”
Our biggest problem
The Retrospective
“What’s the biggest opportunity for improvement?”
“I know how to improve
database performance!”
Our biggest problem
The Retrospective
“What’s the biggest opportunity for improvement?”
“Let’s improve maintainability
of our test framework!”
Our biggest problem
The Retrospective
“What’s the biggest opportunity for improvement?”
Just because a problem comes to mind,
doesn’t mean it’s an important problem to solve.
Our biggest problem
The Retrospective
“What’s the biggest opportunity for improvement?”
Our biggest problem
What do I feel the
most intensely about?
Daniel Kahneman
Thinking Fast and Slow
The Retrospective
“What’s the biggest opportunity for improvement?”
“The awful email
template engine code!”
Recency Bias
Our biggest problem
The Retrospective
“What’s the biggest opportunity for improvement?”
Guilt Bias
“Fill in missing
unit tests!”
Our biggest problem
The Retrospective
“What’s the biggest opportunity for improvement?”
“I know how to improve
database performance!”
Known Solution Bias
Our biggest problem
The Retrospective
“What’s the biggest opportunity for improvement?”
Sunk Cost Bias
“Let’s improve maintainability
of our test framework!”
Our biggest problem
The Retrospective
Relying on Gut Feel:
18 months after a Micro-Services/Continuous Delivery rewrite.
Troubleshooting
Progress
Learning
40-60% of dev capacity on “friction”
0:00 28:15
12:230:00
Case Study: From Monolith to Microservices
The Architecture Looked Good on Paper
Team A Team B Team C
Complexity Moved Here
We Don’t Have TIME To Fix It!
PAIN
The Classic Story of Project Failure
Problems get deferred
Builds start breaking
Releases get chaotic
Productivity slows to a crawl
Developers begging for time
It’s never enough
Project Meltdown
The Cost of Escalating Risk
0%
100%
Release 1 Release 2 Release 3
Troubleshooting
Progress
Learning
Percentage Capacity spent on Troubleshooting (red) and Learning (blue)
(extrapolated from samples)
0%
100%
Release 1 Release 2 Release 3
Percentage Capacity spent on Troubleshooting (red) and Learning (blue)
Figure out what to do
Learning is front-loaded
Troubleshooting
Progress
Learning
The Cost of Escalating Risk
0%
100%
Release 1 Release 2 Release 3
Percentage Capacity spent on Troubleshooting (red) and Learning (blue)
Rush Before the Deadline
Validation is Deferred
Troubleshooting
Progress
Learning
The Cost of Escalating Risk
0%
100%
Release 1 Release 2 Release 3
Percentage Capacity spent on Troubleshooting (red) and Learning (blue)
Pain Builds
Baseline friction keeps rising
Troubleshooting
Progress
Learning
The Cost of Escalating Risk
0%
100%
Release 1 Release 2 Release 3
Percentage Capacity spent on Troubleshooting (red) and Learning (blue)
Chaos Reigns
Unpredictable work stops
fitting in the timebox
Troubleshooting
Progress
Learning
The Cost of Escalating Risk
This is the Biggest Cause of FAILURE
In Our Industry:
Have you struggled with these problems in your organization?
“Better”
“Better”
Fifth Discipline: “Shared Vision” = “Shared Better”
Developer
Developer
Manager Manager
The Key to Organizational Learning:
Lessons Learned
How can we reduce the impact of
bad architecture assumptions?
(Assumption Risk)
The cost of bad architecture decisions
in the microservices world
is EXTREMELY HIGH.
If you’ve got beautiful code
Because you pushed all the PAIN
to your clients…
Your code SUCKS.
How do we know what the
client’s experience will be like?
Lots of Friction in BRAND NEW code:
27:15
“WHY?”
Application
3rd Party
Dependencies
Local
Components
Usability problems cascade through dependencies
Usability
Problems
This is Painful!
Application
3rd Party
Dependencies
Local
Components
Usability
Problems
This is Painful!
90% of our Software is HERE
“The Idea Flow Factory”
(supply chain model)
Optimize the Rate of Idea Flow
Across ANY Software Supply Chain
What if we learned our way to “better”, together?
Company
Company
Company
Company
Company
Company Company
LEARN YOUR WAY TO AWESOME.
Start with Why
Simon Sinek
Why - Your Purpose
How - Your Process
What - Your Solution
Humans Align Around Shared Purpose
Let’s Make the PAIN Visible!
#OpenDX
Why?
#OpenDX
Why?
Because This Really SUCKS.
Why?
And So Does This.
#OpenDX
Measure the PAIN that you CARE About
LEARN YOUR WAY TO AWESOME.
We BELIEVE That:
Even though we may not have all the answers,
what matters is that we know how to learn.
How Do We Learn Our Way There?
Point A Point AWESOME?
Iterate!
Because we’re part of a community
with other smart people…
We BELIEVE That:
We will get better, faster, by working together.
#OpenDX
How?
Community Analytics Platform
(Long-Term Roadmap)
Community Problem #1:
Solve This Pain:
Team Visibility Platform
IFM Data
Collection
Team Visibility
Raw
Data
Timeline
Abstraction
1. Record an Idea Flow Map
2. Review/Annotate an Idea Flow Map
3. Identify the Biggest Pains
Project
Abstraction
#Private
Taxonomy
Community Analytics Platform
Anonymizer Anonymizer Anonymizer Anonymizer
#Private
Taxonomy
Team
Visibility
#Private
Taxonomy
Team
Visibility
#Private
Taxonomy
Team
Visibility
#Private
Taxonomy
Team
Visibility
Community Analytics
#Shared
Taxonomy
Community Analytics Platform
Community Analytics
Shared Taxonomy
Tiger
Bear
Requirement: Analyze Patterns & Codify Lessons Learned
Community
Focus
Community Analytics
#Shared
Taxonomy
Community Problem #2:
Solve This Pain:
Team
Server
Team
Server
“Idea Flow Factory”
Supply Chain Cost Model
Supply Chain Optimization
Team
Server
“Customer Factory”
Revenue Model
(Ash Maurya)
Throughput Accounting
(Effort vs Revenue)
Organizational Mastery Platform
Community Problem #3:
Solve This Pain with Lack of Skills:
Company
Nope.Nope.Nope.Nope.Nope.
Nope.Nope.Nope.Nope.
Nope.Nope.
Nope.Nope.Nope.
Nope.Nope.Nope.Nope.Nope.Nope.Nope.Nope.
Nope.
Yay!
We need a
Sr Developer!
Open Certification Platform
(Crowd-Sourced Peer Mentorship)
Decision Assessment
Archetype Examples
& Decision-Making Tests
Mentorship Training
M1
M2
M3
C1
C2
C3
Crowd-Sourced
Peer Video Assessment
#Shared
Taxonomy
Community Problem #4:
Solve This Pain with Upstream Usability:
#OpenDX
Bring visibility up to the highest levels of our
organizations and across the industry
The “Open Source” Roadmap
Point A Point AWESOME?
Iterate!
Get together over lunch and share lessons learned.
Leaders Circle
Developers Circle
Open Mastery Circle Meetings
Circle Leader
Circle Member
Focus: What’s the problem to solve?
What: Ask questions about the facts
Why: Breakdown the causes
How: Strategies to reduce the pain
Codify: Lessons Learned into #Patterns.
Observation
Questions
The Explicit Mastery Loop
The Explicit Mastery Loop
Input:
Constraints
Target: Optimize the Rate of Idea Flow
short-term looplong-term
loop
1. What2. Why3. How
F ocus!
Output: Pain Signal
Improve Quality of Decisions
Input:
Constraints
Target: Optimize the Rate of Idea Flow
short-term looplong-term
loop
1. What2. Why3. How
F ocus!
Output: Pain Signal
Target - The direction of “better”
Target: Optimize the Rate of Idea Flow
The Explicit Mastery Loop
Input:
Constraints
Target: Optimize the Rate of Idea Flow
short-term looplong-term
loop
1. What2. Why3. How
F ocus!
Output: Pain Signal
Input - The constraints that limit our short-term choices…
The Explicit Mastery Loop
Input:
Constraints
Target: Optimize the Rate of Idea Flow
short-term looplong-term
loop
1. What2. Why3. How
F ocus!
Output: Pain Signal
Output - The pain signal we’re trying to improve
The Explicit Mastery Loop
Input:
Constraints
Target: Optimize the Rate of Idea Flow
short-term looplong-term
loop
2. What3. Why4. How
F ocus!
Output: Pain Signal
1. !
1. Focus on the biggest pain
F ocus!
The Explicit Mastery Loop
Input:
Constraints
Target: Optimize the Rate of Idea Flow
short-term looplong-term
loop
2. What3. Why4. How
F ocus!
Output: Pain Signal
1. !
2. What - Identify the specific symptoms
2. What
The Explicit Mastery Loop
Input:
Constraints
Target: Optimize the Rate of Idea Flow
short-term looplong-term
loop
2. What3. Why4. How
F ocus!
Output: Pain Signal
1. !
3. Why - Breakdown cause and effect
3. Why
The Explicit Mastery Loop
Input:
Constraints
Target: Optimize the Rate of Idea Flow
short-term looplong-term
loop
2. What3. Why4. How
F ocus!
Output: Pain Signal
1. !
4. How
4. How - Run Experiments to learn what works
The Explicit Mastery Loop
Input:
Constraints
Target: Optimize the Rate of Idea Flow
short-term looplong-term
loop
2. What3. Why4. How
F ocus!
Output: Pain Signal
1. !
5. Codify Lessons Learned and Modify Behavior
The Explicit Mastery Loop
#OpenDX
What?
Companies
Community
Groups
HQ in
Austin
Open Mastery
Austin
WE ARE a “Pay it Forward”
Industry Peer Mentorship Network
LEARN YOUR WAY TO AWESOME.
Five Years Ago I Read This Book:
How to Build a Learning Organization
—>
2.0
Visibility Changes Everything
How to Measure the PAIN
in Software Development
Janelle Klein
Visibility
+
Lean Manufacturing
—>+
Everyday Science
(Lean Startup)
We get a design template for how to build a learning organization.
Visibility Changes Everything
2.0
Focus: Quality of Execution Decisions
Focus Traction
$$$ $$
Focus: Quality of Investment Decisions
Risk
Translator
(interface)
Management
(Coordination)
Engineering
(Execution)
Open Mastery Learning Framework
Idea Flow Pain Sensor
is a Learning Organization
Visibility Starts a Chain Reaction
#OpenDX
Next Steps:
openmastery.slack.com

More Related Content

What's hot

Bringing Science to Software Development
Bringing Science to Software DevelopmentBringing Science to Software Development
Bringing Science to Software Development
Arty Starr
 
Root cause analysis
Root cause analysisRoot cause analysis
Root cause analysisSimmy Sharma
 
Root Cause Analysis
Root  Cause  AnalysisRoot  Cause  Analysis
Root Cause Analysis
puspaltamuli
 
SNS Dash
SNS DashSNS Dash
SNS Dash
Negar Khalandi
 
Lean Security
Lean SecurityLean Security
Lean Security
Ben Johnson
 
Let's Make the PAIN Visible!
Let's Make the PAIN Visible!Let's Make the PAIN Visible!
Let's Make the PAIN Visible!
Arty Starr
 
DOES 2016 Sciencing the Crap Out of DevOps
DOES 2016 Sciencing the Crap Out of DevOpsDOES 2016 Sciencing the Crap Out of DevOps
DOES 2016 Sciencing the Crap Out of DevOps
Nicole Forsgren
 
Five whys summary
Five whys summaryFive whys summary
Five whys summary
Steve Hayes
 
2010 10 15 the lean startup at tech_hub london
2010 10 15 the lean startup at tech_hub london2010 10 15 the lean startup at tech_hub london
2010 10 15 the lean startup at tech_hub londonEric Ries
 
The Agile Primer: Agile Best Practices, Tips and Methods
The Agile Primer: Agile Best Practices, Tips and MethodsThe Agile Primer: Agile Best Practices, Tips and Methods
The Agile Primer: Agile Best Practices, Tips and Methods
Thoughtworks
 
Testing for cognitive bias in ai systems
Testing for cognitive bias in ai systemsTesting for cognitive bias in ai systems
Testing for cognitive bias in ai systems
Peter Varhol
 
Is data visualisation bullshit?
Is data visualisation bullshit?Is data visualisation bullshit?
Is data visualisation bullshit?
Alban Gérôme
 
Operational Insight: Concepts and Examples
Operational Insight: Concepts and ExamplesOperational Insight: Concepts and Examples
Operational Insight: Concepts and Examples
royrapoport
 
Operational Insight: Concepts and Examples (w/o Presenter Notes)
Operational Insight: Concepts and Examples (w/o Presenter Notes)Operational Insight: Concepts and Examples (w/o Presenter Notes)
Operational Insight: Concepts and Examples (w/o Presenter Notes)
royrapoport
 
A/B Testing and the Infinite Monkey Theory
A/B Testing and the Infinite Monkey TheoryA/B Testing and the Infinite Monkey Theory
A/B Testing and the Infinite Monkey Theory
UseItBetter
 
The Goal Discussion Guide - Participants Guide
The Goal Discussion Guide - Participants GuideThe Goal Discussion Guide - Participants Guide
The Goal Discussion Guide - Participants Guide
Craig Paxson
 
How To Run a 5 Whys (With Humans, Not Robots)
How To Run a 5 Whys (With Humans, Not Robots)How To Run a 5 Whys (With Humans, Not Robots)
How To Run a 5 Whys (With Humans, Not Robots)
Dan Milstein
 
The Art of Better
The Art of BetterThe Art of Better
The Art of Better
Arty Starr
 

What's hot (20)

Bringing Science to Software Development
Bringing Science to Software DevelopmentBringing Science to Software Development
Bringing Science to Software Development
 
Root cause analysis
Root cause analysisRoot cause analysis
Root cause analysis
 
Root Cause Analysis
Root  Cause  AnalysisRoot  Cause  Analysis
Root Cause Analysis
 
SNS Dash
SNS DashSNS Dash
SNS Dash
 
Lean Security
Lean SecurityLean Security
Lean Security
 
Let's Make the PAIN Visible!
Let's Make the PAIN Visible!Let's Make the PAIN Visible!
Let's Make the PAIN Visible!
 
DOES 2016 Sciencing the Crap Out of DevOps
DOES 2016 Sciencing the Crap Out of DevOpsDOES 2016 Sciencing the Crap Out of DevOps
DOES 2016 Sciencing the Crap Out of DevOps
 
A3 Process intro
A3 Process introA3 Process intro
A3 Process intro
 
Five whys summary
Five whys summaryFive whys summary
Five whys summary
 
2010 10 15 the lean startup at tech_hub london
2010 10 15 the lean startup at tech_hub london2010 10 15 the lean startup at tech_hub london
2010 10 15 the lean startup at tech_hub london
 
Root Cause Analysis_Linkedin
Root Cause Analysis_LinkedinRoot Cause Analysis_Linkedin
Root Cause Analysis_Linkedin
 
The Agile Primer: Agile Best Practices, Tips and Methods
The Agile Primer: Agile Best Practices, Tips and MethodsThe Agile Primer: Agile Best Practices, Tips and Methods
The Agile Primer: Agile Best Practices, Tips and Methods
 
Testing for cognitive bias in ai systems
Testing for cognitive bias in ai systemsTesting for cognitive bias in ai systems
Testing for cognitive bias in ai systems
 
Is data visualisation bullshit?
Is data visualisation bullshit?Is data visualisation bullshit?
Is data visualisation bullshit?
 
Operational Insight: Concepts and Examples
Operational Insight: Concepts and ExamplesOperational Insight: Concepts and Examples
Operational Insight: Concepts and Examples
 
Operational Insight: Concepts and Examples (w/o Presenter Notes)
Operational Insight: Concepts and Examples (w/o Presenter Notes)Operational Insight: Concepts and Examples (w/o Presenter Notes)
Operational Insight: Concepts and Examples (w/o Presenter Notes)
 
A/B Testing and the Infinite Monkey Theory
A/B Testing and the Infinite Monkey TheoryA/B Testing and the Infinite Monkey Theory
A/B Testing and the Infinite Monkey Theory
 
The Goal Discussion Guide - Participants Guide
The Goal Discussion Guide - Participants GuideThe Goal Discussion Guide - Participants Guide
The Goal Discussion Guide - Participants Guide
 
How To Run a 5 Whys (With Humans, Not Robots)
How To Run a 5 Whys (With Humans, Not Robots)How To Run a 5 Whys (With Humans, Not Robots)
How To Run a 5 Whys (With Humans, Not Robots)
 
The Art of Better
The Art of BetterThe Art of Better
The Art of Better
 

Viewers also liked

How to manage web projects without setting your hair on fire
How to manage web projects without setting your hair on fireHow to manage web projects without setting your hair on fire
How to manage web projects without setting your hair on fire
Kathy Gill
 
Complexity Theory and Software Development
Complexity Theory and Software DevelopmentComplexity Theory and Software Development
Complexity Theory and Software DevelopmentTim Berglund
 
Company presentation
Company presentationCompany presentation
Company presentation
Razvan CALOTA
 
Skuteczne strategie windykowania należności
Skuteczne strategie windykowania należnościSkuteczne strategie windykowania należności
Skuteczne strategie windykowania należności
Marketing w transporcie
 
How to build the best exit team (& what it will cost)
How to build the best exit team (& what it will cost)How to build the best exit team (& what it will cost)
How to build the best exit team (& what it will cost)
BuyAndSellABusiness.com
 

Viewers also liked (7)

How to manage web projects without setting your hair on fire
How to manage web projects without setting your hair on fireHow to manage web projects without setting your hair on fire
How to manage web projects without setting your hair on fire
 
Complexity Theory and Software Development
Complexity Theory and Software DevelopmentComplexity Theory and Software Development
Complexity Theory and Software Development
 
Company presentation
Company presentationCompany presentation
Company presentation
 
Patricia Augusta Resume 2015
Patricia Augusta Resume 2015Patricia Augusta Resume 2015
Patricia Augusta Resume 2015
 
Skuteczne strategie windykowania należności
Skuteczne strategie windykowania należnościSkuteczne strategie windykowania należności
Skuteczne strategie windykowania należności
 
How to build the best exit team (& what it will cost)
How to build the best exit team (& what it will cost)How to build the best exit team (& what it will cost)
How to build the best exit team (& what it will cost)
 
work at LMN
work at LMNwork at LMN
work at LMN
 

Similar to Data-Driven Software Mastery @Open Mastery Austin

Make a F.O.C.O.L. Point!
Make a F.O.C.O.L. Point!Make a F.O.C.O.L. Point!
Make a F.O.C.O.L. Point!
Arty Starr
 
Identify Development Pains and Resolve Them with Idea Flow
Identify Development Pains and Resolve Them with Idea FlowIdentify Development Pains and Resolve Them with Idea Flow
Identify Development Pains and Resolve Them with Idea Flow
TechWell
 
Tri State Final
Tri State FinalTri State Final
Tri State Final
SamWagner
 
Troublefree troubleshooting ian campbell sps jhb 2019
Troublefree troubleshooting ian campbell sps jhb 2019Troublefree troubleshooting ian campbell sps jhb 2019
Troublefree troubleshooting ian campbell sps jhb 2019
Ian Campbell
 
Software estimation is crap
Software estimation is crapSoftware estimation is crap
Software estimation is crap
Ian Garrison
 
Monitoring Complex Systems - Chicago Erlang, 2014
Monitoring Complex Systems - Chicago Erlang, 2014Monitoring Complex Systems - Chicago Erlang, 2014
Monitoring Complex Systems - Chicago Erlang, 2014
Brian Troutwine
 
Continuous Deployment
Continuous DeploymentContinuous Deployment
Continuous Deployment
Brian Henerey
 
Foundations Of Software Testing
Foundations Of Software TestingFoundations Of Software Testing
Foundations Of Software TestingTony Ennis
 
Software Testing Foundation
Software Testing FoundationSoftware Testing Foundation
Software Testing Foundation
alessandro100
 
Being Right Starts By Knowing You're Wrong
Being Right Starts By Knowing You're WrongBeing Right Starts By Knowing You're Wrong
Being Right Starts By Knowing You're Wrong
Data Con LA
 
Software Analytics
Software AnalyticsSoftware Analytics
Software Analytics
Andy Zaidman
 
The Pragmatic Agilist: estimating, improving quality, and communication with...
The Pragmatic Agilist: estimating, improving quality, and communication  with...The Pragmatic Agilist: estimating, improving quality, and communication  with...
The Pragmatic Agilist: estimating, improving quality, and communication with...
Thiago Colares
 
Data skills for Agile Teams- Killing story points
Data skills for Agile Teams- Killing story pointsData skills for Agile Teams- Killing story points
Data skills for Agile Teams- Killing story points
yasinnathani
 
Open Mastery: Let's Conquer the Challenges of the Industry!
Open Mastery: Let's Conquer the Challenges of the Industry!Open Mastery: Let's Conquer the Challenges of the Industry!
Open Mastery: Let's Conquer the Challenges of the Industry!
Arty Starr
 
The limits of unit testing by Craig Stuntz
The limits of unit testing by Craig StuntzThe limits of unit testing by Craig Stuntz
The limits of unit testing by Craig Stuntz
QA or the Highway
 
The Limits of Unit Testing by Craig Stuntz
The Limits of Unit Testing by Craig StuntzThe Limits of Unit Testing by Craig Stuntz
The Limits of Unit Testing by Craig Stuntz
QA or the Highway
 
Simple Essay Example Amat
Simple Essay Example  AmatSimple Essay Example  Amat
Simple Essay Example Amat
Jennifer Moore
 
Empirical Methods in Software Engineering - an Overview
Empirical Methods in Software Engineering - an OverviewEmpirical Methods in Software Engineering - an Overview
Empirical Methods in Software Engineering - an Overview
alessio_ferrari
 
Foundations of software testing - ISTQB Certification.pdf
Foundations of software testing - ISTQB Certification.pdfFoundations of software testing - ISTQB Certification.pdf
Foundations of software testing - ISTQB Certification.pdf
Saraj Hameed Sidiqi
 
Self-Service Operations: Because Ops Still Happens
Self-Service Operations: Because Ops Still HappensSelf-Service Operations: Because Ops Still Happens
Self-Service Operations: Because Ops Still Happens
Rundeck
 

Similar to Data-Driven Software Mastery @Open Mastery Austin (20)

Make a F.O.C.O.L. Point!
Make a F.O.C.O.L. Point!Make a F.O.C.O.L. Point!
Make a F.O.C.O.L. Point!
 
Identify Development Pains and Resolve Them with Idea Flow
Identify Development Pains and Resolve Them with Idea FlowIdentify Development Pains and Resolve Them with Idea Flow
Identify Development Pains and Resolve Them with Idea Flow
 
Tri State Final
Tri State FinalTri State Final
Tri State Final
 
Troublefree troubleshooting ian campbell sps jhb 2019
Troublefree troubleshooting ian campbell sps jhb 2019Troublefree troubleshooting ian campbell sps jhb 2019
Troublefree troubleshooting ian campbell sps jhb 2019
 
Software estimation is crap
Software estimation is crapSoftware estimation is crap
Software estimation is crap
 
Monitoring Complex Systems - Chicago Erlang, 2014
Monitoring Complex Systems - Chicago Erlang, 2014Monitoring Complex Systems - Chicago Erlang, 2014
Monitoring Complex Systems - Chicago Erlang, 2014
 
Continuous Deployment
Continuous DeploymentContinuous Deployment
Continuous Deployment
 
Foundations Of Software Testing
Foundations Of Software TestingFoundations Of Software Testing
Foundations Of Software Testing
 
Software Testing Foundation
Software Testing FoundationSoftware Testing Foundation
Software Testing Foundation
 
Being Right Starts By Knowing You're Wrong
Being Right Starts By Knowing You're WrongBeing Right Starts By Knowing You're Wrong
Being Right Starts By Knowing You're Wrong
 
Software Analytics
Software AnalyticsSoftware Analytics
Software Analytics
 
The Pragmatic Agilist: estimating, improving quality, and communication with...
The Pragmatic Agilist: estimating, improving quality, and communication  with...The Pragmatic Agilist: estimating, improving quality, and communication  with...
The Pragmatic Agilist: estimating, improving quality, and communication with...
 
Data skills for Agile Teams- Killing story points
Data skills for Agile Teams- Killing story pointsData skills for Agile Teams- Killing story points
Data skills for Agile Teams- Killing story points
 
Open Mastery: Let's Conquer the Challenges of the Industry!
Open Mastery: Let's Conquer the Challenges of the Industry!Open Mastery: Let's Conquer the Challenges of the Industry!
Open Mastery: Let's Conquer the Challenges of the Industry!
 
The limits of unit testing by Craig Stuntz
The limits of unit testing by Craig StuntzThe limits of unit testing by Craig Stuntz
The limits of unit testing by Craig Stuntz
 
The Limits of Unit Testing by Craig Stuntz
The Limits of Unit Testing by Craig StuntzThe Limits of Unit Testing by Craig Stuntz
The Limits of Unit Testing by Craig Stuntz
 
Simple Essay Example Amat
Simple Essay Example  AmatSimple Essay Example  Amat
Simple Essay Example Amat
 
Empirical Methods in Software Engineering - an Overview
Empirical Methods in Software Engineering - an OverviewEmpirical Methods in Software Engineering - an Overview
Empirical Methods in Software Engineering - an Overview
 
Foundations of software testing - ISTQB Certification.pdf
Foundations of software testing - ISTQB Certification.pdfFoundations of software testing - ISTQB Certification.pdf
Foundations of software testing - ISTQB Certification.pdf
 
Self-Service Operations: Because Ops Still Happens
Self-Service Operations: Because Ops Still HappensSelf-Service Operations: Because Ops Still Happens
Self-Service Operations: Because Ops Still Happens
 

Recently uploaded

Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Mind IT Systems
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Shahin Sheidaei
 
May Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdfMay Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdf
Adele Miller
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
Max Andersen
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
Paco van Beckhoven
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
Neo4j
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus
 
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket ManagementUtilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
Globus
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
Globus
 
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
ShamsuddeenMuhammadA
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
Philip Schwarz
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
Globus
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
Juraj Vysvader
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Globus
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus
 

Recently uploaded (20)

Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
May Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdfMay Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdf
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
 
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket ManagementUtilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
 

Data-Driven Software Mastery @Open Mastery Austin