SlideShare a Scribd company logo
1 of 28
Download to read offline
How to create awesome customer experiences
About Your Speaker: Ola Risheim
Business Developer@Lumagate
Email: ola.risheim@lumagate.com
WE DRIVE BUSINESS EVOLUTION FORWARD
WE DRIVE BUSINESS EVOLUTION FORWARD
WE DRIVE BUSINESS EVOLUTION FORWARD
App
Platform
Operations and
infrastructure
App
Platform
Ops &
infra
Today Tomorrow
Advanced analytics & developement1. Choose the Right
Data
2. Build Models That
Predict and
Optimize Business
Outcomes
3. Transform Your
Company’s
Capabilities
About Your Speaker: Morgan Simonsen
Cloud Evangelist@Lumagate
P-TSP@Microsoft
MCSE, MCSA, MCT
MVP
Twitter: @msimonsen
Email: morgan.simonsen@lumagate.com
Blog: morgansimonsen.com
WE DRIVE BUSINESS EVOLUTION FORWARD
Agenda
•Making technology relevant for the business
•Delivering great features, fast and with high quality to win in the marketplace
•DevOps
•Software Architecture
•Culture
We Drive Business Evolution Forward
How we work with customers
Lumagate is a business partner that helps customers use technology to achieve their
organizational and business goals
•Every company is a technology company
•Focus on knowing the customer’s business
•Focus on culture
•Technology as a means to achieve business goals
•Long term strategic engagements, embedded with the customer
•Trusted Advisors, Full Stack Engineers and Subject Matter Experts
We Drive Business Evolution Forward
Where are you?
Bespoke
Turnkey
CustomerEmployee
Internal IT
Business IT
We Drive Business Evolution Forward
Cloud Hosting Options
We Drive Business Evolution Forward
Why are developers
important?
•Because software is magic; you need wizards
•Developers give value to customers
•Software engineers created your products and
tools, and are building you business critical
software
•IT Pros need to become Ops Engineers
•Ops Engineers and Developers enable DevOps
•Steve was right
Microsoft CEO Steve Ballmer at Microsoft’s 25th
Anniversary event in September 2000
We Drive Business Evolution Forward
Software Development Lifecycle
build test release
monitorplan
CustomerDeveloper
We Drive Business Evolution Forward
DevOps
•DevOps is about speeding up the SDL
• We focus on outcomes
• Culture, technology and tools
• Changing what people do changes the culture
•Resolve the core, chronic conflict between dev and
ops
•The Three Ways
• The Principles of Flow
• The Principles of Feedback
• The Principles of Continual Learning and
Experimentation
•Shared Goals
•How to integrate Dev and Ops?
•Technology to enable the principles come later The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win
by Gene Kim, Kevin Behr, George Spafford
We Drive Business Evolution Forward
A Note on Outsourcing
•IT outsourcing is a tactic used to control costs through contractually-enforced stasis
•Firm, fixed prices that schedule annual cost reductions
•Organizations are unable to respond to changing business and technology needs
“For companies who are now coming off
of five-year IT outsourcing contracts, it’s
like they’ve been frozen in time, during
one of the most disruptive times in
technology.”
Adrian Cockcroft
We Drive Business Evolution Forward
DevOps@Amazon
•Amazon Retail Website had legacy monolithic architecture
•CEO Jeff Bezos initiated changes in 2001
We Drive Business Evolution Forward
Jeff Bezos’ Big Mandate (2001)/Steve
Yegge’s Architecture Rant
1. All teams will henceforth expose their data and functionality through service interfaces.
2. Teams must communicate with each other through these interfaces.
3. There will be no other form of interprocess communication allowed: no direct linking, no
direct reads of another team's data store, no shared-memory model, no back-doors
whatsoever. The only communication allowed is via service interface calls over the
network.
4. It doesn't matter what technology they use. HTTP, Corba, Pubsub, custom protocols --
doesn't matter. Bezos doesn't care.
5. All service interfaces, without exception, must be designed from the ground up to be
externalizable. That is to say, the team must plan and design to be able to expose the
interface to developers in the outside world. No exceptions.
6. Anyone who doesn't do this will be fired.
7. Thank you; have a nice day!
We Drive Business Evolution Forward
DevOps@Amazon
•Organization: Small cross-functional teams
•Culture: shared goals, total freedom and full responsibility
•Architecture: Service Oriented Architecture (SOA)
• Today Microservices
•Tools: Self-service (automated), technology agnostic, loosely coupled
•Delivery: Automated continous delivery pipeline
We Drive Business Evolution Forward
DevOps@Amazon
•2011: Amazon performs
approximately seven thousand
deploys per day
•2015: 130,000 deploys per day
• ~50 million deploys/year
We Drive Business Evolution ForwardWe Drive Business Evolution Forward
Organizational Archetypes
FUNCTIONAL ORIENTED (COST)
•Typical model for Operations
•Hierarchical
•Teams organized by function; network, DB
•Optimize for expertize, division of labor,
reducing cost
•Siloed, long lead times, multiple hand offs,
no shared goals
MARKET ORIENTED (SPEED)
•Typical for DevOps
•Flat
•Teams are cross functional; Operations,
QA, Infosec embedded into the team
•Optimize for responding quickly to
customer needs
•Work independently, safely and at speed
We Drive Business Evolution Forward
Designing for Resiliency
•Identify critical components
•Design for failure modes
•Inject failures into production regularly
•Rehearse incidents
•Learn and improve
•Design features and components for graceful degradation
We Drive Business Evolution Forward
Resiliency@Netflix
•On April 21, 2011 the entire Amazon AWS US-EAST availability
zone went down (10 data centers/500+ million servers)
•Almost all AWS customers impacted…except Netflix
•The Simian Army
• Chaos Monkey, Chaos Gorilla, Chaos Kong, Latency Monkey,
Conformity Monkey, Doctor Monkey, Janitor Monkey, Security Monkey
•“Great Amazon Reboot of 2014,”
• Nearly 10% of the entire Amazon EC2 server fleet had to be rebooted to
apply an emergency Xen security patch
•Netflix had zero downtime
•No one in the Netflix offices that weekend; they were all at a party in
Hollywood!
We Drive Business Evolution Forward
Software Architecture Patterns
•Goal: loosely coupled components with bounded contexts
• Service Oriented Architecture (SOA)
• Microservices
•What is a microservice?
• Does one and only one thing
• Is owned by a small team
• Is very small and performant
• Can be swapped out with zero impact
•Evolutionary architecture
• Migrate to more suitable architecture patterns as the business needs
change
• eBay and Google are both on their 5th complete rewrite of their architecture
from top to bottom
•How to migrate from what we have to what we need?
• Strangler approach
We Drive Business Evolution Forward
Continuous Experimentation,
Learning and Improvement
•“The improvement of daily work is more than important than daily work itself.”
•Technology work is a fundamentally experimental endeavor, and should be managed as
such
•Fail often and fail fast
•Safe work environment
•Blameless culture
We Drive Business Evolution Forward
Value Stream Mapping (VSM)
•A value stream is the sequence of activities an organization undertakes to deliver on a
customer request.*
•A value stream is the sequence of activities required to design, produce, and deliver a
good or service to a customer, and it includes the dual flows of information and material.*
•Optimize the Value Stream for a feature, product, service etc.
• Current State Map vs. Future State Map
•Make decisions on numbers and data, not «feelings»
•Optimization and automation of the value stream’s delivery pipeline
“Data may disappoint, but it never lies.”
Jay Samit, Disrupt Yourself!
* Martin, Karen; Martin, Karen; Osterling, Mike; Osterling, Mike. Value Stream Mapping: How to Visualize Work and Align Leadership for Organizational
Transformation (Kindle Locations 233-235). McGraw-Hill Education. Kindle Edition.
We Drive Business Evolution Forward
VSM Example
LT = 8 weeks
PT = 1 week
%C&A (3) = 90 %
%C&A (4) = 75 %
5
Groom
Feature
2
LT = 4 weeks
PT = 10 hours
%C&A (5) = 100 %
%C&A (6) = 50 %
5
Create
User Story
3
LT = 70 hours
PT = 70 hours
%C&A = 75 %
1
Design User
Interface
4
LT = 4 weeks
PT = 3 hours
%C&A = 90 %
6
Plan
Release
5
LT = 1 week
PT = 2 days
%C&A = 90 %
1
Plan
Test
6
LT = 4 weeks
PT = 10 hours
%C&A = 90 %
5
Develop
Feature
7
Automated
0
Assure
Quality
8
Automated
0
Deploy
User Story
9
LT = 4 weeks
PT = 3 hours
%C&A =
1
Do
Test
10
LT = 2 weeks
PT = 4 days
%C&A =
2
Prepare
Release
11
3
Automated
Test
12
LT = 1,5 weeks
PT = 4 days
%C&A =
3
Acceptance
Testing
13
LT = 2 days
PT = 5 hours
%C&A =
2
Deploy
to Production
14
LT = 4 weeks
PT = 5 hours
%C&A =
2
Verify Feature
in Production
15
LT = 2 days
PT = 1 day
%C&A =
Customer
1
TFS LEAN Board Team CityPowerPoint Excel Email Confluence
Insurance Company
Current State Value Stream Map
Mid-Sized Feature Delivery
Demand Rate = ?
Value Stream Champion: ?
December 2016
15 15
1 week
8 weeks
1,75 weeks
4 weeks
1,525 weeks
4 weeks
0,8 weeks
1,5 weeks
0,125 weeks
0,4 weeks
0,125 weeks
4 weeks
0,2 weeks
0,4 weeks
Total PT = 5,525
Total LT = 22,3 weeks
Activity Ratio = 24,77 %
Rolled %C&A = 30,4 %
We Drive Business Evolution Forward
Closing Remarks
•You need the right culture and the right architecture
•You need the right technology to underpin that culture and architecture
•This enables speed and quality
•Speed and quality lets you beat the competition
•Either you disrupt your company or someone else will…
We Drive Business Evolution Forward
Questions?
Thank you,
and be safe!

More Related Content

What's hot

Teaching Machines to Fish -- How eBay Improves Itself
Teaching Machines to Fish -- How eBay Improves ItselfTeaching Machines to Fish -- How eBay Improves Itself
Teaching Machines to Fish -- How eBay Improves ItselfRandy Shoup
 
DOES16 London - Scott Potter - DevOps: To Autonomy and Beyond
DOES16 London - Scott Potter - DevOps: To Autonomy and BeyondDOES16 London - Scott Potter - DevOps: To Autonomy and Beyond
DOES16 London - Scott Potter - DevOps: To Autonomy and BeyondGene Kim
 
DOES15 - Ramona Jackson and Aji Rajappan - Continuous Delivery at Cisco IT
DOES15 - Ramona Jackson and Aji Rajappan - Continuous Delivery at Cisco ITDOES15 - Ramona Jackson and Aji Rajappan - Continuous Delivery at Cisco IT
DOES15 - Ramona Jackson and Aji Rajappan - Continuous Delivery at Cisco ITGene Kim
 
DevOps-the-fire-of-business-innovation
DevOps-the-fire-of-business-innovationDevOps-the-fire-of-business-innovation
DevOps-the-fire-of-business-innovationPaul Peissner
 
DevOps: The art of making better software
DevOps: The art of making better softwareDevOps: The art of making better software
DevOps: The art of making better softwarePaul Peissner
 
Scaling Product Thinking with SAFe - The Secret Sauce for Meaningful Product ...
Scaling Product Thinking with SAFe - The Secret Sauce for Meaningful Product ...Scaling Product Thinking with SAFe - The Secret Sauce for Meaningful Product ...
Scaling Product Thinking with SAFe - The Secret Sauce for Meaningful Product ...Cprime
 
Scaling Agile Past the Team
Scaling Agile Past the TeamScaling Agile Past the Team
Scaling Agile Past the TeamMike Cottmeyer
 
GAC - Agile and Scrum Training
GAC - Agile and Scrum TrainingGAC - Agile and Scrum Training
GAC - Agile and Scrum TrainingRasmus Runberg
 
Moving forward in your DevOps journey—What's your next step after CA World?
Moving forward in your DevOps journey—What's your next step after CA World?Moving forward in your DevOps journey—What's your next step after CA World?
Moving forward in your DevOps journey—What's your next step after CA World?CA Technologies
 
Agile: the Good, the Bad and the Ugly - Webinar by Clarke Ching Agile - Septe...
Agile: the Good, the Bad and the Ugly - Webinar by Clarke Ching Agile - Septe...Agile: the Good, the Bad and the Ugly - Webinar by Clarke Ching Agile - Septe...
Agile: the Good, the Bad and the Ugly - Webinar by Clarke Ching Agile - Septe...MARRIS Consulting
 
sitHH16 - The Implications of Becoming Agile
sitHH16 - The Implications of Becoming AgilesitHH16 - The Implications of Becoming Agile
sitHH16 - The Implications of Becoming AgileMarkus Theilen
 
Agile - Distributed at Scale
Agile - Distributed at ScaleAgile - Distributed at Scale
Agile - Distributed at ScaleGraham Dick
 
DevOps: The Future is Already Here — It’s Just Unevenly Distributed
DevOps: The Future is Already Here — It’s Just Unevenly DistributedDevOps: The Future is Already Here — It’s Just Unevenly Distributed
DevOps: The Future is Already Here — It’s Just Unevenly Distributeddev2ops
 
Agile Truths and Misconceptions Exposed
Agile Truths and Misconceptions ExposedAgile Truths and Misconceptions Exposed
Agile Truths and Misconceptions ExposedRichard Cheng
 
IndigoCube the agile enterprise: moving beyond scrum by JacoViljoen
IndigoCube the agile enterprise: moving beyond scrum by JacoViljoenIndigoCube the agile enterprise: moving beyond scrum by JacoViljoen
IndigoCube the agile enterprise: moving beyond scrum by JacoViljoenIndigoCube
 
Shifting to a DevOps Mindset
Shifting to a DevOps MindsetShifting to a DevOps Mindset
Shifting to a DevOps MindsetMarc Kermisch
 
DOES16 London - Andrew Hawkins - Horses for Courses
DOES16 London - Andrew Hawkins - Horses for CoursesDOES16 London - Andrew Hawkins - Horses for Courses
DOES16 London - Andrew Hawkins - Horses for CoursesGene Kim
 
Now that you've sold it how do you build it - XMPie Users Conference XUG 202...
Now that you've sold it how do you build it  - XMPie Users Conference XUG 202...Now that you've sold it how do you build it  - XMPie Users Conference XUG 202...
Now that you've sold it how do you build it - XMPie Users Conference XUG 202...Jeffrey Stewart
 
Shaaron a alvares does 2019 final
Shaaron a alvares does 2019 finalShaaron a alvares does 2019 final
Shaaron a alvares does 2019 finalShaaron A Alvares
 

What's hot (20)

Teaching Machines to Fish -- How eBay Improves Itself
Teaching Machines to Fish -- How eBay Improves ItselfTeaching Machines to Fish -- How eBay Improves Itself
Teaching Machines to Fish -- How eBay Improves Itself
 
State of Agile 2017
State of Agile 2017State of Agile 2017
State of Agile 2017
 
DOES16 London - Scott Potter - DevOps: To Autonomy and Beyond
DOES16 London - Scott Potter - DevOps: To Autonomy and BeyondDOES16 London - Scott Potter - DevOps: To Autonomy and Beyond
DOES16 London - Scott Potter - DevOps: To Autonomy and Beyond
 
DOES15 - Ramona Jackson and Aji Rajappan - Continuous Delivery at Cisco IT
DOES15 - Ramona Jackson and Aji Rajappan - Continuous Delivery at Cisco ITDOES15 - Ramona Jackson and Aji Rajappan - Continuous Delivery at Cisco IT
DOES15 - Ramona Jackson and Aji Rajappan - Continuous Delivery at Cisco IT
 
DevOps-the-fire-of-business-innovation
DevOps-the-fire-of-business-innovationDevOps-the-fire-of-business-innovation
DevOps-the-fire-of-business-innovation
 
DevOps: The art of making better software
DevOps: The art of making better softwareDevOps: The art of making better software
DevOps: The art of making better software
 
Scaling Product Thinking with SAFe - The Secret Sauce for Meaningful Product ...
Scaling Product Thinking with SAFe - The Secret Sauce for Meaningful Product ...Scaling Product Thinking with SAFe - The Secret Sauce for Meaningful Product ...
Scaling Product Thinking with SAFe - The Secret Sauce for Meaningful Product ...
 
Scaling Agile Past the Team
Scaling Agile Past the TeamScaling Agile Past the Team
Scaling Agile Past the Team
 
GAC - Agile and Scrum Training
GAC - Agile and Scrum TrainingGAC - Agile and Scrum Training
GAC - Agile and Scrum Training
 
Moving forward in your DevOps journey—What's your next step after CA World?
Moving forward in your DevOps journey—What's your next step after CA World?Moving forward in your DevOps journey—What's your next step after CA World?
Moving forward in your DevOps journey—What's your next step after CA World?
 
Agile: the Good, the Bad and the Ugly - Webinar by Clarke Ching Agile - Septe...
Agile: the Good, the Bad and the Ugly - Webinar by Clarke Ching Agile - Septe...Agile: the Good, the Bad and the Ugly - Webinar by Clarke Ching Agile - Septe...
Agile: the Good, the Bad and the Ugly - Webinar by Clarke Ching Agile - Septe...
 
sitHH16 - The Implications of Becoming Agile
sitHH16 - The Implications of Becoming AgilesitHH16 - The Implications of Becoming Agile
sitHH16 - The Implications of Becoming Agile
 
Agile - Distributed at Scale
Agile - Distributed at ScaleAgile - Distributed at Scale
Agile - Distributed at Scale
 
DevOps: The Future is Already Here — It’s Just Unevenly Distributed
DevOps: The Future is Already Here — It’s Just Unevenly DistributedDevOps: The Future is Already Here — It’s Just Unevenly Distributed
DevOps: The Future is Already Here — It’s Just Unevenly Distributed
 
Agile Truths and Misconceptions Exposed
Agile Truths and Misconceptions ExposedAgile Truths and Misconceptions Exposed
Agile Truths and Misconceptions Exposed
 
IndigoCube the agile enterprise: moving beyond scrum by JacoViljoen
IndigoCube the agile enterprise: moving beyond scrum by JacoViljoenIndigoCube the agile enterprise: moving beyond scrum by JacoViljoen
IndigoCube the agile enterprise: moving beyond scrum by JacoViljoen
 
Shifting to a DevOps Mindset
Shifting to a DevOps MindsetShifting to a DevOps Mindset
Shifting to a DevOps Mindset
 
DOES16 London - Andrew Hawkins - Horses for Courses
DOES16 London - Andrew Hawkins - Horses for CoursesDOES16 London - Andrew Hawkins - Horses for Courses
DOES16 London - Andrew Hawkins - Horses for Courses
 
Now that you've sold it how do you build it - XMPie Users Conference XUG 202...
Now that you've sold it how do you build it  - XMPie Users Conference XUG 202...Now that you've sold it how do you build it  - XMPie Users Conference XUG 202...
Now that you've sold it how do you build it - XMPie Users Conference XUG 202...
 
Shaaron a alvares does 2019 final
Shaaron a alvares does 2019 finalShaaron a alvares does 2019 final
Shaaron a alvares does 2019 final
 

Viewers also liked

Viewers also liked (20)

Filosofia jurídica parte 2
Filosofia jurídica parte 2Filosofia jurídica parte 2
Filosofia jurídica parte 2
 
Flashtennis semanario 13 marzo 2017
Flashtennis semanario 13 marzo 2017Flashtennis semanario 13 marzo 2017
Flashtennis semanario 13 marzo 2017
 
Edicion de videos
Edicion de videosEdicion de videos
Edicion de videos
 
Sindrome de derrame pleural y neumotórax
Sindrome de derrame pleural y neumotóraxSindrome de derrame pleural y neumotórax
Sindrome de derrame pleural y neumotórax
 
Cantares
CantaresCantares
Cantares
 
рудченко і.в.
рудченко і.в.рудченко і.в.
рудченко і.в.
 
Media Evaluation Question 2
Media Evaluation Question 2Media Evaluation Question 2
Media Evaluation Question 2
 
Titorial audacity
Titorial audacityTitorial audacity
Titorial audacity
 
презентация2017 Інзик т_в_книшівка
презентация2017 Інзик т_в_книшівкапрезентация2017 Інзик т_в_книшівка
презентация2017 Інзик т_в_книшівка
 
Dragonfly 2
Dragonfly 2Dragonfly 2
Dragonfly 2
 
Startup Bootcamp for Kids - SV Young Coder's Club - Session 6
Startup Bootcamp for Kids - SV Young Coder's Club - Session 6Startup Bootcamp for Kids - SV Young Coder's Club - Session 6
Startup Bootcamp for Kids - SV Young Coder's Club - Session 6
 
History homework help
History homework helpHistory homework help
History homework help
 
Coltan
ColtanColtan
Coltan
 
Pubmed
PubmedPubmed
Pubmed
 
Anthony lobo arquitectura
Anthony lobo arquitecturaAnthony lobo arquitectura
Anthony lobo arquitectura
 
English homework help
English homework helpEnglish homework help
English homework help
 
Finance homework help
Finance homework helpFinance homework help
Finance homework help
 
Partes del tronco
Partes del troncoPartes del tronco
Partes del tronco
 
Historieta de la primera guerra mundia1
Historieta de la primera guerra mundia1Historieta de la primera guerra mundia1
Historieta de la primera guerra mundia1
 
El deporte
El deporteEl deporte
El deporte
 

Similar to How to create awesome customer experiences

Dashlane Mission Teams
Dashlane Mission TeamsDashlane Mission Teams
Dashlane Mission TeamsDashlane
 
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018DevOpsGroup
 
An evening with... DevOps
An evening with... DevOpsAn evening with... DevOps
An evening with... DevOpsArkhotech
 
Accelerate Your Time to a Successful Deployment with DevOps
Accelerate Your Time to a Successful Deployment with DevOpsAccelerate Your Time to a Successful Deployment with DevOps
Accelerate Your Time to a Successful Deployment with DevOpsPerficient, Inc.
 
Making Work Product-Centric: A Journey at Nationwide Insurance | Tasktop Conn...
Making Work Product-Centric: A Journey at Nationwide Insurance | Tasktop Conn...Making Work Product-Centric: A Journey at Nationwide Insurance | Tasktop Conn...
Making Work Product-Centric: A Journey at Nationwide Insurance | Tasktop Conn...Tasktop
 
Lean en gros, c'est comme l'Agilité, sauf que... - Martin Goyette
Lean en gros, c'est comme l'Agilité, sauf que... - Martin GoyetteLean en gros, c'est comme l'Agilité, sauf que... - Martin Goyette
Lean en gros, c'est comme l'Agilité, sauf que... - Martin GoyetteAgile Montréal
 
(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects
(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects
(SPOT205) 5 Lessons for Managing Massive IT Transformation ProjectsAmazon Web Services
 
Holistic Product Development
Holistic Product DevelopmentHolistic Product Development
Holistic Product DevelopmentGary Pedretti
 
Rethinking Your DevOps Strategy
Rethinking Your DevOps StrategyRethinking Your DevOps Strategy
Rethinking Your DevOps StrategyMandi Walls
 
5 Ways ITSM can Support DevOps, an ITSM Academy Webinar
5 Ways ITSM can Support DevOps, an ITSM Academy Webinar5 Ways ITSM can Support DevOps, an ITSM Academy Webinar
5 Ways ITSM can Support DevOps, an ITSM Academy WebinarITSM Academy, Inc.
 
DevOps Vancouver Meetup - WSBC Progress
DevOps Vancouver Meetup - WSBC ProgressDevOps Vancouver Meetup - WSBC Progress
DevOps Vancouver Meetup - WSBC ProgressAndre Kaminski
 
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...Amazon Web Services
 
Getting Agile Right - Rebooting an Agile Organization in 100 days - Agile Tou...
Getting Agile Right - Rebooting an Agile Organization in 100 days - Agile Tou...Getting Agile Right - Rebooting an Agile Organization in 100 days - Agile Tou...
Getting Agile Right - Rebooting an Agile Organization in 100 days - Agile Tou...Maurizio Mancini
 
Gartner ADDI 2018: Pivotal & Service NSW
Gartner ADDI 2018: Pivotal & Service NSWGartner ADDI 2018: Pivotal & Service NSW
Gartner ADDI 2018: Pivotal & Service NSWVMware Tanzu
 

Similar to How to create awesome customer experiences (20)

Dashlane Mission Teams
Dashlane Mission TeamsDashlane Mission Teams
Dashlane Mission Teams
 
Devops intro
Devops introDevops intro
Devops intro
 
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018
DevOpsGuys Scaling DevOps @ #CIOWaterCooler - June 2018
 
An evening with... DevOps
An evening with... DevOpsAn evening with... DevOps
An evening with... DevOps
 
Accelerate Your Time to a Successful Deployment with DevOps
Accelerate Your Time to a Successful Deployment with DevOpsAccelerate Your Time to a Successful Deployment with DevOps
Accelerate Your Time to a Successful Deployment with DevOps
 
Making Work Product-Centric: A Journey at Nationwide Insurance | Tasktop Conn...
Making Work Product-Centric: A Journey at Nationwide Insurance | Tasktop Conn...Making Work Product-Centric: A Journey at Nationwide Insurance | Tasktop Conn...
Making Work Product-Centric: A Journey at Nationwide Insurance | Tasktop Conn...
 
English digital business 2.1.pptx
English digital business 2.1.pptxEnglish digital business 2.1.pptx
English digital business 2.1.pptx
 
Lean en gros, c'est comme l'Agilité, sauf que... - Martin Goyette
Lean en gros, c'est comme l'Agilité, sauf que... - Martin GoyetteLean en gros, c'est comme l'Agilité, sauf que... - Martin Goyette
Lean en gros, c'est comme l'Agilité, sauf que... - Martin Goyette
 
(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects
(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects
(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects
 
Fundamentals of Agile
Fundamentals of AgileFundamentals of Agile
Fundamentals of Agile
 
Holistic Product Development
Holistic Product DevelopmentHolistic Product Development
Holistic Product Development
 
The Agile Movement
The Agile MovementThe Agile Movement
The Agile Movement
 
Rethinking Your DevOps Strategy
Rethinking Your DevOps StrategyRethinking Your DevOps Strategy
Rethinking Your DevOps Strategy
 
5 Ways ITSM can Support DevOps, an ITSM Academy Webinar
5 Ways ITSM can Support DevOps, an ITSM Academy Webinar5 Ways ITSM can Support DevOps, an ITSM Academy Webinar
5 Ways ITSM can Support DevOps, an ITSM Academy Webinar
 
Dev ops
Dev opsDev ops
Dev ops
 
DevOps Vancouver Meetup - WSBC Progress
DevOps Vancouver Meetup - WSBC ProgressDevOps Vancouver Meetup - WSBC Progress
DevOps Vancouver Meetup - WSBC Progress
 
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
 
Leading the Change
Leading the ChangeLeading the Change
Leading the Change
 
Getting Agile Right - Rebooting an Agile Organization in 100 days - Agile Tou...
Getting Agile Right - Rebooting an Agile Organization in 100 days - Agile Tou...Getting Agile Right - Rebooting an Agile Organization in 100 days - Agile Tou...
Getting Agile Right - Rebooting an Agile Organization in 100 days - Agile Tou...
 
Gartner ADDI 2018: Pivotal & Service NSW
Gartner ADDI 2018: Pivotal & Service NSWGartner ADDI 2018: Pivotal & Service NSW
Gartner ADDI 2018: Pivotal & Service NSW
 

More from Morgan Simonsen

NIC 2017 Did you like Azure RMS? You will like Azure Information Protection e...
NIC 2017 Did you like Azure RMS? You will like Azure Information Protection e...NIC 2017 Did you like Azure RMS? You will like Azure Information Protection e...
NIC 2017 Did you like Azure RMS? You will like Azure Information Protection e...Morgan Simonsen
 
NIC 2017 Azure AD Identity Protection and Conditional Access: Using the Micro...
NIC 2017 Azure AD Identity Protection and Conditional Access: Using the Micro...NIC 2017 Azure AD Identity Protection and Conditional Access: Using the Micro...
NIC 2017 Azure AD Identity Protection and Conditional Access: Using the Micro...Morgan Simonsen
 
Azure Introduction for IT Pros #1 Mobility
Azure Introduction for IT Pros #1 MobilityAzure Introduction for IT Pros #1 Mobility
Azure Introduction for IT Pros #1 MobilityMorgan Simonsen
 
Azure intoduksjon for it pro 02 data protection public
Azure intoduksjon for it pro 02 data protection publicAzure intoduksjon for it pro 02 data protection public
Azure intoduksjon for it pro 02 data protection publicMorgan Simonsen
 
Turning off the lights - Going all in with the Public Cloud (Lumagate Nordic ...
Turning off the lights - Going all in with the Public Cloud (Lumagate Nordic ...Turning off the lights - Going all in with the Public Cloud (Lumagate Nordic ...
Turning off the lights - Going all in with the Public Cloud (Lumagate Nordic ...Morgan Simonsen
 
Massive Lift & Shift Migrations to Microsoft Azure with the Microsoft Migrati...
Massive Lift & Shift Migrations to Microsoft Azure with the Microsoft Migrati...Massive Lift & Shift Migrations to Microsoft Azure with the Microsoft Migrati...
Massive Lift & Shift Migrations to Microsoft Azure with the Microsoft Migrati...Morgan Simonsen
 
Cloud Based Rights Management with Azure RMS
Cloud Based Rights Management with Azure RMSCloud Based Rights Management with Azure RMS
Cloud Based Rights Management with Azure RMSMorgan Simonsen
 
Building Azure RemoteApp - Microsoft Campus Days 2014
Building Azure RemoteApp - Microsoft Campus Days 2014Building Azure RemoteApp - Microsoft Campus Days 2014
Building Azure RemoteApp - Microsoft Campus Days 2014Morgan Simonsen
 
Lumagate Microsoft Azure RemoteApp Webinar
Lumagate Microsoft Azure RemoteApp WebinarLumagate Microsoft Azure RemoteApp Webinar
Lumagate Microsoft Azure RemoteApp WebinarMorgan Simonsen
 
Microsoft Azure Introduction
Microsoft Azure IntroductionMicrosoft Azure Introduction
Microsoft Azure IntroductionMorgan Simonsen
 
Azure seminar mai 2014 01 hvorfor er azure riktig for din bedrift
Azure seminar mai 2014   01 hvorfor er azure riktig for din bedriftAzure seminar mai 2014   01 hvorfor er azure riktig for din bedrift
Azure seminar mai 2014 01 hvorfor er azure riktig for din bedriftMorgan Simonsen
 
Integrating your network with windows azure
Integrating your network with windows azureIntegrating your network with windows azure
Integrating your network with windows azureMorgan Simonsen
 
Digitalkonferansen 2014 - Cirrus or Cumulus: Which cloud provider is the righ...
Digitalkonferansen 2014 - Cirrus or Cumulus: Which cloud provider is the righ...Digitalkonferansen 2014 - Cirrus or Cumulus: Which cloud provider is the righ...
Digitalkonferansen 2014 - Cirrus or Cumulus: Which cloud provider is the righ...Morgan Simonsen
 
NIC 2014 Modern Authentication for the Cloud Era
NIC 2014 Modern Authentication for the Cloud EraNIC 2014 Modern Authentication for the Cloud Era
NIC 2014 Modern Authentication for the Cloud EraMorgan Simonsen
 

More from Morgan Simonsen (15)

NIC 2017 Did you like Azure RMS? You will like Azure Information Protection e...
NIC 2017 Did you like Azure RMS? You will like Azure Information Protection e...NIC 2017 Did you like Azure RMS? You will like Azure Information Protection e...
NIC 2017 Did you like Azure RMS? You will like Azure Information Protection e...
 
NIC 2017 Azure AD Identity Protection and Conditional Access: Using the Micro...
NIC 2017 Azure AD Identity Protection and Conditional Access: Using the Micro...NIC 2017 Azure AD Identity Protection and Conditional Access: Using the Micro...
NIC 2017 Azure AD Identity Protection and Conditional Access: Using the Micro...
 
Azure Introduction for IT Pros #1 Mobility
Azure Introduction for IT Pros #1 MobilityAzure Introduction for IT Pros #1 Mobility
Azure Introduction for IT Pros #1 Mobility
 
Azure intoduksjon for it pro 02 data protection public
Azure intoduksjon for it pro 02 data protection publicAzure intoduksjon for it pro 02 data protection public
Azure intoduksjon for it pro 02 data protection public
 
Turning off the lights - Going all in with the Public Cloud (Lumagate Nordic ...
Turning off the lights - Going all in with the Public Cloud (Lumagate Nordic ...Turning off the lights - Going all in with the Public Cloud (Lumagate Nordic ...
Turning off the lights - Going all in with the Public Cloud (Lumagate Nordic ...
 
Massive Lift & Shift Migrations to Microsoft Azure with the Microsoft Migrati...
Massive Lift & Shift Migrations to Microsoft Azure with the Microsoft Migrati...Massive Lift & Shift Migrations to Microsoft Azure with the Microsoft Migrati...
Massive Lift & Shift Migrations to Microsoft Azure with the Microsoft Migrati...
 
Cloud Based Rights Management with Azure RMS
Cloud Based Rights Management with Azure RMSCloud Based Rights Management with Azure RMS
Cloud Based Rights Management with Azure RMS
 
Building Azure RemoteApp - Microsoft Campus Days 2014
Building Azure RemoteApp - Microsoft Campus Days 2014Building Azure RemoteApp - Microsoft Campus Days 2014
Building Azure RemoteApp - Microsoft Campus Days 2014
 
Microsoft EMS Mixtape
Microsoft EMS MixtapeMicrosoft EMS Mixtape
Microsoft EMS Mixtape
 
Lumagate Microsoft Azure RemoteApp Webinar
Lumagate Microsoft Azure RemoteApp WebinarLumagate Microsoft Azure RemoteApp Webinar
Lumagate Microsoft Azure RemoteApp Webinar
 
Microsoft Azure Introduction
Microsoft Azure IntroductionMicrosoft Azure Introduction
Microsoft Azure Introduction
 
Azure seminar mai 2014 01 hvorfor er azure riktig for din bedrift
Azure seminar mai 2014   01 hvorfor er azure riktig for din bedriftAzure seminar mai 2014   01 hvorfor er azure riktig for din bedrift
Azure seminar mai 2014 01 hvorfor er azure riktig for din bedrift
 
Integrating your network with windows azure
Integrating your network with windows azureIntegrating your network with windows azure
Integrating your network with windows azure
 
Digitalkonferansen 2014 - Cirrus or Cumulus: Which cloud provider is the righ...
Digitalkonferansen 2014 - Cirrus or Cumulus: Which cloud provider is the righ...Digitalkonferansen 2014 - Cirrus or Cumulus: Which cloud provider is the righ...
Digitalkonferansen 2014 - Cirrus or Cumulus: Which cloud provider is the righ...
 
NIC 2014 Modern Authentication for the Cloud Era
NIC 2014 Modern Authentication for the Cloud EraNIC 2014 Modern Authentication for the Cloud Era
NIC 2014 Modern Authentication for the Cloud Era
 

Recently uploaded

AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024Mind IT Systems
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxalwaysnagaraju26
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456KiaraTiradoMicha
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdfPearlKirahMaeRagusta1
 

Recently uploaded (20)

AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 

How to create awesome customer experiences

  • 1. How to create awesome customer experiences
  • 2. About Your Speaker: Ola Risheim Business Developer@Lumagate Email: ola.risheim@lumagate.com
  • 3. WE DRIVE BUSINESS EVOLUTION FORWARD
  • 4. WE DRIVE BUSINESS EVOLUTION FORWARD
  • 5. WE DRIVE BUSINESS EVOLUTION FORWARD App Platform Operations and infrastructure App Platform Ops & infra Today Tomorrow
  • 6. Advanced analytics & developement1. Choose the Right Data 2. Build Models That Predict and Optimize Business Outcomes 3. Transform Your Company’s Capabilities
  • 7. About Your Speaker: Morgan Simonsen Cloud Evangelist@Lumagate P-TSP@Microsoft MCSE, MCSA, MCT MVP Twitter: @msimonsen Email: morgan.simonsen@lumagate.com Blog: morgansimonsen.com
  • 8. WE DRIVE BUSINESS EVOLUTION FORWARD Agenda •Making technology relevant for the business •Delivering great features, fast and with high quality to win in the marketplace •DevOps •Software Architecture •Culture
  • 9. We Drive Business Evolution Forward How we work with customers Lumagate is a business partner that helps customers use technology to achieve their organizational and business goals •Every company is a technology company •Focus on knowing the customer’s business •Focus on culture •Technology as a means to achieve business goals •Long term strategic engagements, embedded with the customer •Trusted Advisors, Full Stack Engineers and Subject Matter Experts
  • 10. We Drive Business Evolution Forward Where are you? Bespoke Turnkey CustomerEmployee Internal IT Business IT
  • 11. We Drive Business Evolution Forward Cloud Hosting Options
  • 12. We Drive Business Evolution Forward Why are developers important? •Because software is magic; you need wizards •Developers give value to customers •Software engineers created your products and tools, and are building you business critical software •IT Pros need to become Ops Engineers •Ops Engineers and Developers enable DevOps •Steve was right Microsoft CEO Steve Ballmer at Microsoft’s 25th Anniversary event in September 2000
  • 13. We Drive Business Evolution Forward Software Development Lifecycle build test release monitorplan CustomerDeveloper
  • 14. We Drive Business Evolution Forward DevOps •DevOps is about speeding up the SDL • We focus on outcomes • Culture, technology and tools • Changing what people do changes the culture •Resolve the core, chronic conflict between dev and ops •The Three Ways • The Principles of Flow • The Principles of Feedback • The Principles of Continual Learning and Experimentation •Shared Goals •How to integrate Dev and Ops? •Technology to enable the principles come later The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win by Gene Kim, Kevin Behr, George Spafford
  • 15. We Drive Business Evolution Forward A Note on Outsourcing •IT outsourcing is a tactic used to control costs through contractually-enforced stasis •Firm, fixed prices that schedule annual cost reductions •Organizations are unable to respond to changing business and technology needs “For companies who are now coming off of five-year IT outsourcing contracts, it’s like they’ve been frozen in time, during one of the most disruptive times in technology.” Adrian Cockcroft
  • 16. We Drive Business Evolution Forward DevOps@Amazon •Amazon Retail Website had legacy monolithic architecture •CEO Jeff Bezos initiated changes in 2001
  • 17. We Drive Business Evolution Forward Jeff Bezos’ Big Mandate (2001)/Steve Yegge’s Architecture Rant 1. All teams will henceforth expose their data and functionality through service interfaces. 2. Teams must communicate with each other through these interfaces. 3. There will be no other form of interprocess communication allowed: no direct linking, no direct reads of another team's data store, no shared-memory model, no back-doors whatsoever. The only communication allowed is via service interface calls over the network. 4. It doesn't matter what technology they use. HTTP, Corba, Pubsub, custom protocols -- doesn't matter. Bezos doesn't care. 5. All service interfaces, without exception, must be designed from the ground up to be externalizable. That is to say, the team must plan and design to be able to expose the interface to developers in the outside world. No exceptions. 6. Anyone who doesn't do this will be fired. 7. Thank you; have a nice day!
  • 18. We Drive Business Evolution Forward DevOps@Amazon •Organization: Small cross-functional teams •Culture: shared goals, total freedom and full responsibility •Architecture: Service Oriented Architecture (SOA) • Today Microservices •Tools: Self-service (automated), technology agnostic, loosely coupled •Delivery: Automated continous delivery pipeline
  • 19. We Drive Business Evolution Forward DevOps@Amazon •2011: Amazon performs approximately seven thousand deploys per day •2015: 130,000 deploys per day • ~50 million deploys/year
  • 20. We Drive Business Evolution ForwardWe Drive Business Evolution Forward Organizational Archetypes FUNCTIONAL ORIENTED (COST) •Typical model for Operations •Hierarchical •Teams organized by function; network, DB •Optimize for expertize, division of labor, reducing cost •Siloed, long lead times, multiple hand offs, no shared goals MARKET ORIENTED (SPEED) •Typical for DevOps •Flat •Teams are cross functional; Operations, QA, Infosec embedded into the team •Optimize for responding quickly to customer needs •Work independently, safely and at speed
  • 21. We Drive Business Evolution Forward Designing for Resiliency •Identify critical components •Design for failure modes •Inject failures into production regularly •Rehearse incidents •Learn and improve •Design features and components for graceful degradation
  • 22. We Drive Business Evolution Forward Resiliency@Netflix •On April 21, 2011 the entire Amazon AWS US-EAST availability zone went down (10 data centers/500+ million servers) •Almost all AWS customers impacted…except Netflix •The Simian Army • Chaos Monkey, Chaos Gorilla, Chaos Kong, Latency Monkey, Conformity Monkey, Doctor Monkey, Janitor Monkey, Security Monkey •“Great Amazon Reboot of 2014,” • Nearly 10% of the entire Amazon EC2 server fleet had to be rebooted to apply an emergency Xen security patch •Netflix had zero downtime •No one in the Netflix offices that weekend; they were all at a party in Hollywood!
  • 23. We Drive Business Evolution Forward Software Architecture Patterns •Goal: loosely coupled components with bounded contexts • Service Oriented Architecture (SOA) • Microservices •What is a microservice? • Does one and only one thing • Is owned by a small team • Is very small and performant • Can be swapped out with zero impact •Evolutionary architecture • Migrate to more suitable architecture patterns as the business needs change • eBay and Google are both on their 5th complete rewrite of their architecture from top to bottom •How to migrate from what we have to what we need? • Strangler approach
  • 24. We Drive Business Evolution Forward Continuous Experimentation, Learning and Improvement •“The improvement of daily work is more than important than daily work itself.” •Technology work is a fundamentally experimental endeavor, and should be managed as such •Fail often and fail fast •Safe work environment •Blameless culture
  • 25. We Drive Business Evolution Forward Value Stream Mapping (VSM) •A value stream is the sequence of activities an organization undertakes to deliver on a customer request.* •A value stream is the sequence of activities required to design, produce, and deliver a good or service to a customer, and it includes the dual flows of information and material.* •Optimize the Value Stream for a feature, product, service etc. • Current State Map vs. Future State Map •Make decisions on numbers and data, not «feelings» •Optimization and automation of the value stream’s delivery pipeline “Data may disappoint, but it never lies.” Jay Samit, Disrupt Yourself! * Martin, Karen; Martin, Karen; Osterling, Mike; Osterling, Mike. Value Stream Mapping: How to Visualize Work and Align Leadership for Organizational Transformation (Kindle Locations 233-235). McGraw-Hill Education. Kindle Edition.
  • 26. We Drive Business Evolution Forward VSM Example LT = 8 weeks PT = 1 week %C&A (3) = 90 % %C&A (4) = 75 % 5 Groom Feature 2 LT = 4 weeks PT = 10 hours %C&A (5) = 100 % %C&A (6) = 50 % 5 Create User Story 3 LT = 70 hours PT = 70 hours %C&A = 75 % 1 Design User Interface 4 LT = 4 weeks PT = 3 hours %C&A = 90 % 6 Plan Release 5 LT = 1 week PT = 2 days %C&A = 90 % 1 Plan Test 6 LT = 4 weeks PT = 10 hours %C&A = 90 % 5 Develop Feature 7 Automated 0 Assure Quality 8 Automated 0 Deploy User Story 9 LT = 4 weeks PT = 3 hours %C&A = 1 Do Test 10 LT = 2 weeks PT = 4 days %C&A = 2 Prepare Release 11 3 Automated Test 12 LT = 1,5 weeks PT = 4 days %C&A = 3 Acceptance Testing 13 LT = 2 days PT = 5 hours %C&A = 2 Deploy to Production 14 LT = 4 weeks PT = 5 hours %C&A = 2 Verify Feature in Production 15 LT = 2 days PT = 1 day %C&A = Customer 1 TFS LEAN Board Team CityPowerPoint Excel Email Confluence Insurance Company Current State Value Stream Map Mid-Sized Feature Delivery Demand Rate = ? Value Stream Champion: ? December 2016 15 15 1 week 8 weeks 1,75 weeks 4 weeks 1,525 weeks 4 weeks 0,8 weeks 1,5 weeks 0,125 weeks 0,4 weeks 0,125 weeks 4 weeks 0,2 weeks 0,4 weeks Total PT = 5,525 Total LT = 22,3 weeks Activity Ratio = 24,77 % Rolled %C&A = 30,4 %
  • 27. We Drive Business Evolution Forward Closing Remarks •You need the right culture and the right architecture •You need the right technology to underpin that culture and architecture •This enables speed and quality •Speed and quality lets you beat the competition •Either you disrupt your company or someone else will…
  • 28. We Drive Business Evolution Forward Questions? Thank you, and be safe!