SlideShare a Scribd company logo
1 of 12
Download to read offline
Digital Technology Consulting
Continuous Delivery
Operating Model for
Entertainment Video
Providers: Building
a Software “Value-
Delivery Factory”
To compete with digital streaming natives, established
entertainment video providers need to build a streamlined,
waste-free pipeline for rapid software delivery. We recommend
an integrated approach to the four types of change needed:
culture, process, engineering practices and platforms.
January 2020
2  /  Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”
Digital Technology Consulting
Executive Summary
Incumbent entertainment conglomerates are scrambling to
deliver higher-value software, faster.1
The World Economic
Forum projects that 30% of total revenues will come from new
digital models by 2020.2
To make the shift to digital, entertainment video providers need to create a “value-
delivery factory” – a streamlined, waste-free pipeline for rapidly delivering software with
demonstrable business value. In a 2018 study, DevOps Research and Assessment (DORA)
reported that elite business performers outstripped laggards on the four software-delivery
metrics generally accepted as mattering most to business success:3, 4
	❙ Code release frequency: 46 times more frequent
	❙ Lead time to change 2,555 times faster
	❙ Change failure rate: 7 times lower
	❙ Mean time to recover: 2,604 times faster
Transitioning to a continuous delivery operating model is not simple. It’s a major
undertaking that requires modernizing the entire content delivery value chain – from
the front-end system of engagement through the system of record. The complete
development process, from concept to content, must revolve around what delivers value to
the customer (targeted audience content, addressable advertising, or content distribution
channels).
This white paper, intended for entertainment video provider CIOs and leaders within
lines of business, presents an incremental approach to building a value-delivery factory.
We explain why a successful transition requires modernizing along four dimensions in
parallel: teams and culture, processes, engineering practices (including microservices and
a modern data architecture) and cloud-native platforms. To illustrate what success looks
like, we share the experiences of a digital-first streaming service that has set the industry
standard for continuous delivery operating models.
Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”   /  3
Digital Technology Consulting
Why legacy IT has become a liability for
entertainment content providers
Entertainment programmers rely on hundreds or thousands of applications for customer
engagement, distribution management, content delivery, and more. Many of these
applications were written decades ago, some in the 1970s. Unlike modern applications built
from reusable microservices, most legacy applications are monolithic. Adding or changing
a section of code – say, to introduce a new feature or connect with a new distribution
partner – can have the unexpected consequences described in The Phoenix Project:5
	❙ Downtime that affects customers, the workforce and partners.
	❙ Impeded agility. Even small changes take a long time because of the need for regression
testing.
	❙ Quality issues.
	❙ Lack of transparency. Business leaders have little insight into which software development
efforts drive business value.
	❙ High costs. Maintaining legacy applications and the infrastructure they run on squeezes IT
budgets, inhibiting innovation.
4  /  Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”
Digital Technology Consulting
Imagining a continuous delivery operating model
“Our highest priority is to satisfy the customer through the early
and continuous delivery of valuable software.”
	 -- The Agile Manifesto
6
Competing with digital streaming natives takes more than one-
off projects to build a better product, interface or back-end system.
Success requires a strategic approach: building a factory that can
regularly produce software that delivers true business value as
measured by sales, retention or cost reduction.
The journey from traditional operating models to continuous delivery is not simple, and the pathway is
littered with face-plants (see below). In our engagements with entertainment video providers around
the world, we’ve found that a successful transition to a continuous delivery model requires modernizing
along four dimensions in parallel: teams and culture, process, engineering, and platforms, including the
data architecture. Companies advance along each dimension incrementally, starting with the simplest
improvements and adding on.
Roadblocks to a continuous delivery operating model
	❙ “Bad Agile” – just the ceremonies (like Scrum meetings) without the rigor.
	❙ High speed at the risk of quality.
	❙ Abandonment of requirements because “We’re agile.”
	❙ Waiting until development is complete to deploy to a production-like environment.
	❙ Testing application code only, ignoring essential supporting services such as security and the code
used to provision and de-provision environments.
	❙ Deploying software manually.
	❙ Creating organizational chaos by changing too much at once.
5
Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”   /  5
Digital Technology Consulting
In our engagements with
entertainment video providers
around the world, we’ve found
that a successful transition to a
continuous delivery model requires
modernizing along four dimensions
in parallel: teams and culture,
process, engineering, and platforms,
including the data architecture.
6  /  Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”
Digital Technology Consulting
An incremental journey
Tackling the new process, organization and supporting technology in
one go is a recipe for disaster because even small changes can have
unexpected consequences. Therefore, make small changes iteratively
and evaluate the impact at each step. Our recommendations:
	❙ Start with a few carefully selected minimum viable products (MVPs) to build confidence, and then
scale pragmatically from a base of demonstrated success.
	❙ Aim to mature along all dimensions (teams and culture, process, practices and platforms) at roughly
the same pace rather than going from zero to 60 on one dimension before tackling the next. For
example, moving legacy applications to a modern cloud platform without also teaching teams to build
a continuous delivery pipeline will deliver little if any business value.
	❙ Frequently assess whether changes have improved deployment frequency, lead time to change,
change failure rate and business value delivered. In a five-year study, DORA determined that
organizations that perform well against these metrics are twice as likely to exceed profitability, market
share and productivity goals.7
If your changes don’t improve these metrics, change tactics -- then
measure again.
Building and scaling the value-delivery factory
LEARN | GAIN INSIGHT | BUILD UNDERSTAND | TEACH | SCALE
BASELINING ENABLING GROWING OPTIMIZING
MEASURE
WHAT MATTERS
CHANGE
LEADERSHIP MINDSET
ENABLE
CONTINUOUS LEARNING
TEACH THE ORGANIZATION
TO FIX ITSELF
Modern
teams
Modern
process
Modern
engineering
Modern
platforms
TRANSFORMATION ENABLEMENT
Figure 1
Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”   /  7
Digital Technology Consulting
We recommend that entertainment video providers shift to a continuous delivery operating model in four
steps: baselining, forming teams, building MVPs, and scaling and optimizing. Different teams in a company
often progress along the journey at a different pace depending on the slice of the business value stream
that they are transforming. For example, a team building a new direct-to-consumer streaming product
might rapidly progress through all four steps, while a team that’s evaluating an old administration system
might decide after the first step (baselining) to extract the data and then retire the system.
	 Conduct a baseline assessment
Compare software delivery performance to industry benchmarks. After establishing the baseline,
set targets for the future state. The target, for example, might be to accelerate deployment frequency from
months to minutes. Next, identify the impediments to reaching the future state. Impediments to deploying
in minutes, for example, can include lack of version control and work-in-progress limits, manual testing, a
monolithic application architecture and poor job satisfaction.
	 Form the first continuous delivery pipeline teams
Start with one or two Agile pod teams with six to eight members who have end-to-end ownership of
product delivery. Team members typically have expertise in product management, development, quality,
the business domain and sometimes data.
Show the pod what “good” looks like in terms of team structure and culture, Lean/Agile process,
engineering practices and platforms. Provide basic training on modern processes (Scrum, extreme
programming and the Lean Startup methodology) and modern software engineering practices such as
Build-Measure-Learn (BML), MVPs and an automated software development lifecycle.
Strive to build a culture of continual experimentation. We’ve seen good results from “gamifying” the
learning process with contests and rewards.
1
2
We recommend that entertainment video
providers shift to a continuous delivery operating
model in four steps: baselining, forming teams,
building MVPs, and scaling and optimizing.
Digital Technology Consulting
	 Build MVPs
Identify the first MVPs to deliver. It isn’t necessary to make an entire application cloud-native.
Instead, ask which parts of the legacy application portfolio will provide the greatest business value if
they’re made cloud-native. Measure value in terms of subscriber growth and retention, cost reduction,
traffic capacity, content delivery speed and so on. To tease out the value of existing software, we
recommend using the Value Stream Mapping (VSM) methodology.8, 9
Give priority to frequently modified applications, as microservices can be changed more quickly. Keep
in mind that an application that costs more to migrate to the cloud, such as policy management, might
also deliver the highest lift. Conversely, an application that costs less to migrate, such as compensation
management, might deliver less lift.
	 Scale and optimize
To scale the continuous delivery operating model across the company:
Have the initial pipeline teams transfer knowledge to new teams by working side by side on an MVP. The
new teams can then train others until the entire organization has learned Agile processes and culture, and
modern engineering practices.
Work to continually improve along all four dimensions: culture and teams, process, engineering, and
platforms.
Track the business value that the new software delivers. Measuring business value needs to become just
as important a part of the product backlog as functional requirements. Writing code to capture business
value metrics gives teams a solid basis to decide whether to pivot or persevere. By inserting a few lines of
code, for example, the team can measure the effect of a new feature or interface on the number of people
who click through to buy.
3
4
8  /  Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”
Measure value in terms of subscriber growth and
retention, cost reduction, traffic capacity, content
delivery speed and so on.
Media Services Provider Builds
Successful Continuous Delivery
Operating Model
Overview
Netflix has set the industry standard for delivering online video at scale. Beyond an
innovative business model, engaging content, and world-class customer experience,
Netflix’s robust engineering efforts in-house and continuous delivery operating model
have changed the game. Other legacy entertainment video providers are now
obligated to perform at Netflix’s level to satisfy audience expectations.
Approach
Netflix continually rethinks how data, engineering, and processes can be integrated to
drive better business results. Key examples of this strategy include:
	❙ Development of a fully open source, multi-cloud, continuous delivery platform,
Spinnaker, that has enabled development teams to release software changes quickly
and confidently. 10
	❙ Platform architecture designed to utilize hundreds of microservices rather than a
monolithic application. 11
	❙ Introduction of Chaos Monkey, the first in a series of tools collectively known as the
Netflix Simian Army, incentivizing developers to build fault-tolerant systems.12
	❙ A DevOps culture permeating throughout the organization that uniquely provides
guardrails, not gates, to developers. 13
Outcomes
	❙ Teams are empowered to take responsibility for their work and to make key decisions
efficiently.
	❙ Platform has the resiliency to handle server issues and unforeseen service outages.
	❙ Market leadership through innovations like the pioneering of new interactive content for
Bandersnatch.14
	❙ Industry influence via involvement in industry standardization and development efforts.
Quick Take
9Digital Technology Consulting
Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”   /  9
Digital Technology Consulting
10  /  Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”
Looking ahead
Many entertainment video providers will find it helpful to work with an
experienced partner to develop a backlog and coach the first several pods.
We advise companies to:
	❙ Start small.
	❙ Change leadership mindset.
	❙ Enable the team to continuously learn.
	❙ Know what good looks like.
	❙ Measure what matters.
	❙ Make development decisions based on what delivers value to the customer.
	❙ Create feedback loops, measured in minutes or hours.
	❙ Build a community of engineering excellence.
	❙ Continuously improve.
A successful transition to continuous delivery requires incremental modernization of teams and culture,
process, engineering and platforms. Decide whether to pivot or persevere by continually monitoring the
metrics that matter most to business success -- release frequency, lead time to change, change failure rate
and mean time to recover.
Endnotes
1	 Cynthia Littleton,. “How Hollywood Is Racing to Catch Up With Netflix,” Variety, 2018, https://variety.com/2018/digital/
features/media-streaming-services-netflix-disney-comcast-att-1202910463/.
2	 “How to Disrupt Yourself,” World Economic Forum, January 2016, http://reports.weforum.org/digital-transformation/how-
to-disrupt-yourself/.
3	 DevOps Research and Assessment (DORA), 2018 State of DevOps Report.
4	 Nicole Forsgren, Jez Humble, Gene Kim, Accelerate: The Science of Lean Software and DevOps: Building and Scaling High
Performing Technology Organizations, 2018.
5	 Gene Kim, Kevin Behr, James Spafford, The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win, IT
Revolution Press, 2013.
6	 Agile Alliance, Agile Manifesto.
7	 DevOps Research and Assessment (DORA), 2018 State of DevOps Report.
8	 Karen Martin and Mike Osterling, Value-Stream Mapping: How to Visualize Work and Align Leadership for Organizational
Transformation, McGraw-Hill Education, 2013.
9	 Mark Schwartz, The Art of Business Value, IT Revolution Press, 2016.
10	 Swapnil Bhartiya, “How Netflix Built Spinnaker, a High-Velocity Continuous Delivery Platform,” The New Stack, January 5,
2018, https://thenewstack.io/netflix-built-spinnaker-high-velocity-continuous-delivery-platform/.
11	 “Why You Can’t Talk About Microservices Without Mentioning Netflix,” SmartBear Software, December 8, 2015, https://
smartbear.com/blog/develop/why-you-cant-talk-about-microservices-without-ment/.
12	 “The Netflix Simian Army,” Medium, Netflix Technology Blog, July 19, 2011, https://medium.com/netflix-techblog/the-netflix-
simian-army-16e57fbab116.
13	 “A Case Study of DevOps at Netflix,” Amido, June 12, 2018, https://amido.com/blog/a-case-study-of-devops-at-netflix/.
14	 Jesse Damiani, “Black Mirror: Bandersnatch Could Become Netflix’s Secret Marketing Weapon, “ The Verge, January 2, 2019,
https://www.theverge.com/2019/1/2/18165182/black-mirror-bandersnatch-netflix-interactive-strategy-marketing.
Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”   /  11
Digital Technology Consulting
About the authors
Carol Houle
VP of Consulting
As the global market leader for Cognizant Digital Technology Consulting, her team
focuses on helping clients transform digitally. They advise clients on improving their
teams/culture, process, engineering practices and platforms to achieve improved
quality, time to market, customer satisfaction, productivity and morale. Her team
applies Lean principles to the value stream, enabling dynamic, learning organizations
that continually reinforce high-trust cultural norms. The result is maximized business
outcomes, developer productivity and value delivered to end customers. Carol is
known for connecting people and concepts to solve complex business problems. Prior to joining Cognizant, Carol was
an IT Transformation Partner at Dell Technologies, and she currently serves on the board of directors of a banking and
insurance company. She can be reached at carol.houle@cognizant.com | linkedin.com/in/carol-houle-60aa9110.
Allen Ringel
AVP of Digital Technology Consulting
Allen leads Cognizant’s Lean/Agile practice. He brings more than 20 years of
experience in enterprise software development and more than 15 years as a thought
leader and consultant in Lean/Agile methodologies. Before joining Cognizant, Allen
served for 18 years at Intel, where he led one of the largest Agile transformations,
building an organization of 500+ global teams using the Scaled Agile Framework
(SAFe). During the process he coached thousands of Scrum teams and applied
Lean/Agile to create a sustainable, self-organizing and learning organization. Over
the course of his career, Allen has been a developer, architect, program manager, people manager, organizational
change agent, teacher, coach and consultant. He can be reached at allen.ringel@cognizant.com | linkedin.com/in/
allenringel.
Michael Wagner
AVP of Digital Transformation through Enterprise DevOps and
Modern Software Engineering
Michael has previously worked at Microsoft, start-ups, F500s and consulting
organizations for the last 30+ years. He has been an entrepreneur, enterprise
architect, software engineer, CTO, President, executive coach and writer. Working
from New York City, he helps established organizations survive then thrive where
software is eating the world. To this end, he coaches business and technology
leadership on how to execute upon the DevOps movement at scale that fuses people, process and technology
into 21st century digital economy-coded businesses. His journey spans several industries, including life sciences,
financial services, technology and media. He can be reached at michael.wagner@cognizant.com | linkedin.com/in/
michaelstevenwagner/.
© Copyright 2020, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any means,electronic, mechanical,
photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is subject to change without notice. All other trademarks
mentioned herein are the property of their respective owners.
Codex 5348
Digital Systems & Technology Consulting
Cognizant’s Digital Technology Consulting (DTC) Practice provides advisory consulting infused with cross-functional capabilities to enable enter-
prise-wide digital transformation. DTC’s core capabilities span the software and platform landscape. We leverage Agile/DevOps, security and automation
to enable businesses to unlock digital capabilities across their front, middle and back offices. Our objective is to help clients eradicate release weekends
by enabling continuous delivery. This ultimately helps them to achieve improved end-customer experiences, lower operating costs, improve time to
market, enhance operational stability and create a happier workplace. To learn more, visit us at www.cognizant.com/consulting.
About Cognizant
Cognizant (Nasdaq-100: CTSH) is one of the world’s leading professional services companies, transforming clients’ business, operating and technology
models for the digital era. Our unique industry-based, consultative approach helps clients envision, build and run more innovative and efficient business-
es. Headquartered in the U.S., Cognizant is ranked 193 on the Fortune 500 and is consistently listed among the most admired companies in the world.
Learn how Cognizant helps clients lead with digital at www.cognizant.com or follow us @Cognizant.
World Headquarters
500 Frank W. Burr Blvd.
Teaneck, NJ 07666 USA
Phone: +1 201 801 0233
Fax: +1 201 801 0243
Toll Free: +1 888 937 3277
European Headquarters
1 Kingdom Street
Paddington Central
London W2 6BD England
Phone: +44 (0) 20 7297 7600
Fax: +44 (0) 20 7121 0102
India Operations Headquarters
#5/535 Old Mahabalipuram Road
Okkiyam Pettai, Thoraipakkam
Chennai, 600 096 India
Phone: +91 (0) 44 4209 6000
Fax: +91 (0) 44 4209 6060
APAC Headquarters
1 Changi Business Park Crescent,
Plaza 8@CBP # 07-04/05/06,
Tower A, Singapore 486025
Phone: + 65 6812 4051
Fax: + 65 6324 4051

More Related Content

What's hot

Token Deployment Services Offerings from Rational Lab Services
Token Deployment Services Offerings from Rational Lab ServicesToken Deployment Services Offerings from Rational Lab Services
Token Deployment Services Offerings from Rational Lab Services
IBM Rational software
 
Ibmmobilefirstdevopsdc 140311164526-phpapp02
Ibmmobilefirstdevopsdc 140311164526-phpapp02Ibmmobilefirstdevopsdc 140311164526-phpapp02
Ibmmobilefirstdevopsdc 140311164526-phpapp02
Shetal Patel
 
Test Automation and Service Virtualization Services Offerings from Rational L...
Test Automation and Service Virtualization Services Offerings from Rational L...Test Automation and Service Virtualization Services Offerings from Rational L...
Test Automation and Service Virtualization Services Offerings from Rational L...
IBM Rational software
 

What's hot (20)

RELM Overview
RELM OverviewRELM Overview
RELM Overview
 
Applying DevOps for more reliable Public Sector Software Delivery
Applying DevOps for more reliable Public Sector Software DeliveryApplying DevOps for more reliable Public Sector Software Delivery
Applying DevOps for more reliable Public Sector Software Delivery
 
IBM InterConnect 2013: DevOps Keynote
IBM InterConnect 2013: DevOps KeynoteIBM InterConnect 2013: DevOps Keynote
IBM InterConnect 2013: DevOps Keynote
 
Pulse 2013: DevOps Review and Roadmap
Pulse 2013: DevOps Review and RoadmapPulse 2013: DevOps Review and Roadmap
Pulse 2013: DevOps Review and Roadmap
 
Token Deployment Services Offerings from Rational Lab Services
Token Deployment Services Offerings from Rational Lab ServicesToken Deployment Services Offerings from Rational Lab Services
Token Deployment Services Offerings from Rational Lab Services
 
Mobile DevOps: Rapid Response to Feedback and continuous delivery in a mobile...
Mobile DevOps: Rapid Response to Feedback and continuous delivery in a mobile...Mobile DevOps: Rapid Response to Feedback and continuous delivery in a mobile...
Mobile DevOps: Rapid Response to Feedback and continuous delivery in a mobile...
 
The Fundamentals Of BPM Innovation In Telecommunications
The Fundamentals Of BPM Innovation In TelecommunicationsThe Fundamentals Of BPM Innovation In Telecommunications
The Fundamentals Of BPM Innovation In Telecommunications
 
What do the "Cool Kids" know about DevOps?
What do the "Cool Kids" know about DevOps?What do the "Cool Kids" know about DevOps?
What do the "Cool Kids" know about DevOps?
 
Enterprise DevOps Transformation
Enterprise DevOps TransformationEnterprise DevOps Transformation
Enterprise DevOps Transformation
 
Jan Bosch | Agile Product Development: From Hunch to Hard Data
Jan Bosch | Agile Product Development: From Hunch to Hard DataJan Bosch | Agile Product Development: From Hunch to Hard Data
Jan Bosch | Agile Product Development: From Hunch to Hard Data
 
IBM MobileFirst DevOps IEG DC Event
IBM MobileFirst DevOps IEG DC EventIBM MobileFirst DevOps IEG DC Event
IBM MobileFirst DevOps IEG DC Event
 
Ibmmobilefirstdevopsdc 140311164526-phpapp02
Ibmmobilefirstdevopsdc 140311164526-phpapp02Ibmmobilefirstdevopsdc 140311164526-phpapp02
Ibmmobilefirstdevopsdc 140311164526-phpapp02
 
DevOps for the Mobile Enterprise: Build and Connect
DevOps for the Mobile Enterprise: Build and ConnectDevOps for the Mobile Enterprise: Build and Connect
DevOps for the Mobile Enterprise: Build and Connect
 
Using DevOps' Intelligent Insights to Deliver Greater Business Value
Using DevOps' Intelligent Insights to Deliver Greater Business ValueUsing DevOps' Intelligent Insights to Deliver Greater Business Value
Using DevOps' Intelligent Insights to Deliver Greater Business Value
 
Everything You Need to Know About the 2019 DORA Accelerate State of DevOps Re...
Everything You Need to Know About the 2019 DORA Accelerate State of DevOps Re...Everything You Need to Know About the 2019 DORA Accelerate State of DevOps Re...
Everything You Need to Know About the 2019 DORA Accelerate State of DevOps Re...
 
Agile DevOps Transformation Strategy
Agile DevOps Transformation StrategyAgile DevOps Transformation Strategy
Agile DevOps Transformation Strategy
 
Prolifics Level 2 Test Lifecycle Automation Services Star West
Prolifics Level 2 Test Lifecycle Automation Services Star WestProlifics Level 2 Test Lifecycle Automation Services Star West
Prolifics Level 2 Test Lifecycle Automation Services Star West
 
HP Software ALM point of view
HP Software ALM point of viewHP Software ALM point of view
HP Software ALM point of view
 
Test Automation and Service Virtualization Services Offerings from Rational L...
Test Automation and Service Virtualization Services Offerings from Rational L...Test Automation and Service Virtualization Services Offerings from Rational L...
Test Automation and Service Virtualization Services Offerings from Rational L...
 
DevOps and Application Delivery for Hybrid Cloud - DevOpsSummit session
DevOps and Application Delivery for Hybrid Cloud  - DevOpsSummit sessionDevOps and Application Delivery for Hybrid Cloud  - DevOpsSummit session
DevOps and Application Delivery for Hybrid Cloud - DevOpsSummit session
 

Similar to Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software "Value-Delivery Factory"

Designing A Brand Market Analysis
Designing A Brand Market AnalysisDesigning A Brand Market Analysis
Designing A Brand Market Analysis
Olga Bautista
 
DevOps & continuous delivery - Sogeti
DevOps & continuous delivery - SogetiDevOps & continuous delivery - Sogeti
DevOps & continuous delivery - Sogeti
Balram Yadav
 
Discover the benefits of Agile - 2015
Discover the benefits of Agile - 2015Discover the benefits of Agile - 2015
Discover the benefits of Agile - 2015
Angelo Kallinikos
 
Forrester_Agile_Development_And_Customer_Experience
Forrester_Agile_Development_And_Customer_ExperienceForrester_Agile_Development_And_Customer_Experience
Forrester_Agile_Development_And_Customer_Experience
Jake Jacobs-Smith
 

Similar to Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software "Value-Delivery Factory" (20)

Continuous Delivery Operating Model for Insurers: Building a Software “Value-...
Continuous Delivery Operating Model for Insurers: Building a Software “Value-...Continuous Delivery Operating Model for Insurers: Building a Software “Value-...
Continuous Delivery Operating Model for Insurers: Building a Software “Value-...
 
IBM Innovate - Uderstanding DevOps
IBM Innovate - Uderstanding DevOpsIBM Innovate - Uderstanding DevOps
IBM Innovate - Uderstanding DevOps
 
Software Product Development for Startups.pdf
Software Product Development for Startups.pdfSoftware Product Development for Startups.pdf
Software Product Development for Startups.pdf
 
Starter Kit for Collaboration from Karuana @ Microsoft IT
Starter Kit for Collaboration from Karuana @ Microsoft ITStarter Kit for Collaboration from Karuana @ Microsoft IT
Starter Kit for Collaboration from Karuana @ Microsoft IT
 
Digital Engineering: Top 5 Imperatives for Communications, Media and Technolo...
Digital Engineering: Top 5 Imperatives for Communications, Media and Technolo...Digital Engineering: Top 5 Imperatives for Communications, Media and Technolo...
Digital Engineering: Top 5 Imperatives for Communications, Media and Technolo...
 
Designing A Brand Market Analysis
Designing A Brand Market AnalysisDesigning A Brand Market Analysis
Designing A Brand Market Analysis
 
DevOps & continuous delivery - Sogeti
DevOps & continuous delivery - SogetiDevOps & continuous delivery - Sogeti
DevOps & continuous delivery - Sogeti
 
Critical steps in Determining Your Value Stream Management Solution
Critical steps in Determining Your Value Stream Management SolutionCritical steps in Determining Your Value Stream Management Solution
Critical steps in Determining Your Value Stream Management Solution
 
How DevOps supports the digital economy
How DevOps supports the digital economyHow DevOps supports the digital economy
How DevOps supports the digital economy
 
Agile Gurugram 2022 - Dinker Charak | Line of Sight from Engineering Excellen...
Agile Gurugram 2022 - Dinker Charak | Line of Sight from Engineering Excellen...Agile Gurugram 2022 - Dinker Charak | Line of Sight from Engineering Excellen...
Agile Gurugram 2022 - Dinker Charak | Line of Sight from Engineering Excellen...
 
DevOps for Enterprise Systems : Innovate like a Startup
DevOps for Enterprise Systems : Innovate like a StartupDevOps for Enterprise Systems : Innovate like a Startup
DevOps for Enterprise Systems : Innovate like a Startup
 
[WSO2Con USA 2018] Winning Strategy For Enterprise Integration to Empower Dig...
[WSO2Con USA 2018] Winning Strategy For Enterprise Integration to Empower Dig...[WSO2Con USA 2018] Winning Strategy For Enterprise Integration to Empower Dig...
[WSO2Con USA 2018] Winning Strategy For Enterprise Integration to Empower Dig...
 
Improving Speed to Market in E-commerce
Improving Speed to Market in E-commerceImproving Speed to Market in E-commerce
Improving Speed to Market in E-commerce
 
journey to always-on
journey to always-onjourney to always-on
journey to always-on
 
DevOps: an efficient operating model
DevOps: an efficient operating modelDevOps: an efficient operating model
DevOps: an efficient operating model
 
DevOps for Enterprise Systems - Rosalind Radcliffe
DevOps for Enterprise Systems - Rosalind RadcliffeDevOps for Enterprise Systems - Rosalind Radcliffe
DevOps for Enterprise Systems - Rosalind Radcliffe
 
Discover the benefits of Agile - 2015
Discover the benefits of Agile - 2015Discover the benefits of Agile - 2015
Discover the benefits of Agile - 2015
 
CWIN17 london digital ops model and transformation - max bocchini and ishit...
CWIN17 london   digital ops model and transformation - max bocchini and ishit...CWIN17 london   digital ops model and transformation - max bocchini and ishit...
CWIN17 london digital ops model and transformation - max bocchini and ishit...
 
Forrester_Agile_Development_And_Customer_Experience
Forrester_Agile_Development_And_Customer_ExperienceForrester_Agile_Development_And_Customer_Experience
Forrester_Agile_Development_And_Customer_Experience
 
PureApp Presentation
PureApp PresentationPureApp Presentation
PureApp Presentation
 

More from Cognizant

More from Cognizant (20)

Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
 
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingData Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
 
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesIt Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
 
Intuition Engineered
Intuition EngineeredIntuition Engineered
Intuition Engineered
 
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
 
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesEnhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
 
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateThe Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
 
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
 
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
 
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
 
Green Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityGreen Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for Sustainability
 
Policy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersPolicy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for Insurers
 
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalThe Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
 
AI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueAI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to Value
 
Operations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachOperations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First Approach
 
Five Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudFive Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the Cloud
 
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedGetting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
 
Crafting the Utility of the Future
Crafting the Utility of the FutureCrafting the Utility of the Future
Crafting the Utility of the Future
 
Utilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformUtilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data Platform
 
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
 

Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software "Value-Delivery Factory"

  • 1. Digital Technology Consulting Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value- Delivery Factory” To compete with digital streaming natives, established entertainment video providers need to build a streamlined, waste-free pipeline for rapid software delivery. We recommend an integrated approach to the four types of change needed: culture, process, engineering practices and platforms. January 2020
  • 2. 2  /  Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory” Digital Technology Consulting Executive Summary Incumbent entertainment conglomerates are scrambling to deliver higher-value software, faster.1 The World Economic Forum projects that 30% of total revenues will come from new digital models by 2020.2 To make the shift to digital, entertainment video providers need to create a “value- delivery factory” – a streamlined, waste-free pipeline for rapidly delivering software with demonstrable business value. In a 2018 study, DevOps Research and Assessment (DORA) reported that elite business performers outstripped laggards on the four software-delivery metrics generally accepted as mattering most to business success:3, 4 ❙ Code release frequency: 46 times more frequent ❙ Lead time to change 2,555 times faster ❙ Change failure rate: 7 times lower ❙ Mean time to recover: 2,604 times faster Transitioning to a continuous delivery operating model is not simple. It’s a major undertaking that requires modernizing the entire content delivery value chain – from the front-end system of engagement through the system of record. The complete development process, from concept to content, must revolve around what delivers value to the customer (targeted audience content, addressable advertising, or content distribution channels). This white paper, intended for entertainment video provider CIOs and leaders within lines of business, presents an incremental approach to building a value-delivery factory. We explain why a successful transition requires modernizing along four dimensions in parallel: teams and culture, processes, engineering practices (including microservices and a modern data architecture) and cloud-native platforms. To illustrate what success looks like, we share the experiences of a digital-first streaming service that has set the industry standard for continuous delivery operating models.
  • 3. Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”   /  3 Digital Technology Consulting Why legacy IT has become a liability for entertainment content providers Entertainment programmers rely on hundreds or thousands of applications for customer engagement, distribution management, content delivery, and more. Many of these applications were written decades ago, some in the 1970s. Unlike modern applications built from reusable microservices, most legacy applications are monolithic. Adding or changing a section of code – say, to introduce a new feature or connect with a new distribution partner – can have the unexpected consequences described in The Phoenix Project:5 ❙ Downtime that affects customers, the workforce and partners. ❙ Impeded agility. Even small changes take a long time because of the need for regression testing. ❙ Quality issues. ❙ Lack of transparency. Business leaders have little insight into which software development efforts drive business value. ❙ High costs. Maintaining legacy applications and the infrastructure they run on squeezes IT budgets, inhibiting innovation.
  • 4. 4  /  Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory” Digital Technology Consulting Imagining a continuous delivery operating model “Our highest priority is to satisfy the customer through the early and continuous delivery of valuable software.” -- The Agile Manifesto 6 Competing with digital streaming natives takes more than one- off projects to build a better product, interface or back-end system. Success requires a strategic approach: building a factory that can regularly produce software that delivers true business value as measured by sales, retention or cost reduction. The journey from traditional operating models to continuous delivery is not simple, and the pathway is littered with face-plants (see below). In our engagements with entertainment video providers around the world, we’ve found that a successful transition to a continuous delivery model requires modernizing along four dimensions in parallel: teams and culture, process, engineering, and platforms, including the data architecture. Companies advance along each dimension incrementally, starting with the simplest improvements and adding on. Roadblocks to a continuous delivery operating model ❙ “Bad Agile” – just the ceremonies (like Scrum meetings) without the rigor. ❙ High speed at the risk of quality. ❙ Abandonment of requirements because “We’re agile.” ❙ Waiting until development is complete to deploy to a production-like environment. ❙ Testing application code only, ignoring essential supporting services such as security and the code used to provision and de-provision environments. ❙ Deploying software manually. ❙ Creating organizational chaos by changing too much at once.
  • 5. 5 Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”   /  5 Digital Technology Consulting In our engagements with entertainment video providers around the world, we’ve found that a successful transition to a continuous delivery model requires modernizing along four dimensions in parallel: teams and culture, process, engineering, and platforms, including the data architecture.
  • 6. 6  /  Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory” Digital Technology Consulting An incremental journey Tackling the new process, organization and supporting technology in one go is a recipe for disaster because even small changes can have unexpected consequences. Therefore, make small changes iteratively and evaluate the impact at each step. Our recommendations: ❙ Start with a few carefully selected minimum viable products (MVPs) to build confidence, and then scale pragmatically from a base of demonstrated success. ❙ Aim to mature along all dimensions (teams and culture, process, practices and platforms) at roughly the same pace rather than going from zero to 60 on one dimension before tackling the next. For example, moving legacy applications to a modern cloud platform without also teaching teams to build a continuous delivery pipeline will deliver little if any business value. ❙ Frequently assess whether changes have improved deployment frequency, lead time to change, change failure rate and business value delivered. In a five-year study, DORA determined that organizations that perform well against these metrics are twice as likely to exceed profitability, market share and productivity goals.7 If your changes don’t improve these metrics, change tactics -- then measure again. Building and scaling the value-delivery factory LEARN | GAIN INSIGHT | BUILD UNDERSTAND | TEACH | SCALE BASELINING ENABLING GROWING OPTIMIZING MEASURE WHAT MATTERS CHANGE LEADERSHIP MINDSET ENABLE CONTINUOUS LEARNING TEACH THE ORGANIZATION TO FIX ITSELF Modern teams Modern process Modern engineering Modern platforms TRANSFORMATION ENABLEMENT Figure 1
  • 7. Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”   /  7 Digital Technology Consulting We recommend that entertainment video providers shift to a continuous delivery operating model in four steps: baselining, forming teams, building MVPs, and scaling and optimizing. Different teams in a company often progress along the journey at a different pace depending on the slice of the business value stream that they are transforming. For example, a team building a new direct-to-consumer streaming product might rapidly progress through all four steps, while a team that’s evaluating an old administration system might decide after the first step (baselining) to extract the data and then retire the system. Conduct a baseline assessment Compare software delivery performance to industry benchmarks. After establishing the baseline, set targets for the future state. The target, for example, might be to accelerate deployment frequency from months to minutes. Next, identify the impediments to reaching the future state. Impediments to deploying in minutes, for example, can include lack of version control and work-in-progress limits, manual testing, a monolithic application architecture and poor job satisfaction. Form the first continuous delivery pipeline teams Start with one or two Agile pod teams with six to eight members who have end-to-end ownership of product delivery. Team members typically have expertise in product management, development, quality, the business domain and sometimes data. Show the pod what “good” looks like in terms of team structure and culture, Lean/Agile process, engineering practices and platforms. Provide basic training on modern processes (Scrum, extreme programming and the Lean Startup methodology) and modern software engineering practices such as Build-Measure-Learn (BML), MVPs and an automated software development lifecycle. Strive to build a culture of continual experimentation. We’ve seen good results from “gamifying” the learning process with contests and rewards. 1 2 We recommend that entertainment video providers shift to a continuous delivery operating model in four steps: baselining, forming teams, building MVPs, and scaling and optimizing.
  • 8. Digital Technology Consulting Build MVPs Identify the first MVPs to deliver. It isn’t necessary to make an entire application cloud-native. Instead, ask which parts of the legacy application portfolio will provide the greatest business value if they’re made cloud-native. Measure value in terms of subscriber growth and retention, cost reduction, traffic capacity, content delivery speed and so on. To tease out the value of existing software, we recommend using the Value Stream Mapping (VSM) methodology.8, 9 Give priority to frequently modified applications, as microservices can be changed more quickly. Keep in mind that an application that costs more to migrate to the cloud, such as policy management, might also deliver the highest lift. Conversely, an application that costs less to migrate, such as compensation management, might deliver less lift. Scale and optimize To scale the continuous delivery operating model across the company: Have the initial pipeline teams transfer knowledge to new teams by working side by side on an MVP. The new teams can then train others until the entire organization has learned Agile processes and culture, and modern engineering practices. Work to continually improve along all four dimensions: culture and teams, process, engineering, and platforms. Track the business value that the new software delivers. Measuring business value needs to become just as important a part of the product backlog as functional requirements. Writing code to capture business value metrics gives teams a solid basis to decide whether to pivot or persevere. By inserting a few lines of code, for example, the team can measure the effect of a new feature or interface on the number of people who click through to buy. 3 4 8  /  Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory” Measure value in terms of subscriber growth and retention, cost reduction, traffic capacity, content delivery speed and so on.
  • 9. Media Services Provider Builds Successful Continuous Delivery Operating Model Overview Netflix has set the industry standard for delivering online video at scale. Beyond an innovative business model, engaging content, and world-class customer experience, Netflix’s robust engineering efforts in-house and continuous delivery operating model have changed the game. Other legacy entertainment video providers are now obligated to perform at Netflix’s level to satisfy audience expectations. Approach Netflix continually rethinks how data, engineering, and processes can be integrated to drive better business results. Key examples of this strategy include: ❙ Development of a fully open source, multi-cloud, continuous delivery platform, Spinnaker, that has enabled development teams to release software changes quickly and confidently. 10 ❙ Platform architecture designed to utilize hundreds of microservices rather than a monolithic application. 11 ❙ Introduction of Chaos Monkey, the first in a series of tools collectively known as the Netflix Simian Army, incentivizing developers to build fault-tolerant systems.12 ❙ A DevOps culture permeating throughout the organization that uniquely provides guardrails, not gates, to developers. 13 Outcomes ❙ Teams are empowered to take responsibility for their work and to make key decisions efficiently. ❙ Platform has the resiliency to handle server issues and unforeseen service outages. ❙ Market leadership through innovations like the pioneering of new interactive content for Bandersnatch.14 ❙ Industry influence via involvement in industry standardization and development efforts. Quick Take 9Digital Technology Consulting Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”   /  9
  • 10. Digital Technology Consulting 10  /  Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory” Looking ahead Many entertainment video providers will find it helpful to work with an experienced partner to develop a backlog and coach the first several pods. We advise companies to: ❙ Start small. ❙ Change leadership mindset. ❙ Enable the team to continuously learn. ❙ Know what good looks like. ❙ Measure what matters. ❙ Make development decisions based on what delivers value to the customer. ❙ Create feedback loops, measured in minutes or hours. ❙ Build a community of engineering excellence. ❙ Continuously improve. A successful transition to continuous delivery requires incremental modernization of teams and culture, process, engineering and platforms. Decide whether to pivot or persevere by continually monitoring the metrics that matter most to business success -- release frequency, lead time to change, change failure rate and mean time to recover. Endnotes 1 Cynthia Littleton,. “How Hollywood Is Racing to Catch Up With Netflix,” Variety, 2018, https://variety.com/2018/digital/ features/media-streaming-services-netflix-disney-comcast-att-1202910463/. 2 “How to Disrupt Yourself,” World Economic Forum, January 2016, http://reports.weforum.org/digital-transformation/how- to-disrupt-yourself/. 3 DevOps Research and Assessment (DORA), 2018 State of DevOps Report. 4 Nicole Forsgren, Jez Humble, Gene Kim, Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations, 2018. 5 Gene Kim, Kevin Behr, James Spafford, The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win, IT Revolution Press, 2013. 6 Agile Alliance, Agile Manifesto. 7 DevOps Research and Assessment (DORA), 2018 State of DevOps Report. 8 Karen Martin and Mike Osterling, Value-Stream Mapping: How to Visualize Work and Align Leadership for Organizational Transformation, McGraw-Hill Education, 2013. 9 Mark Schwartz, The Art of Business Value, IT Revolution Press, 2016. 10 Swapnil Bhartiya, “How Netflix Built Spinnaker, a High-Velocity Continuous Delivery Platform,” The New Stack, January 5, 2018, https://thenewstack.io/netflix-built-spinnaker-high-velocity-continuous-delivery-platform/. 11 “Why You Can’t Talk About Microservices Without Mentioning Netflix,” SmartBear Software, December 8, 2015, https:// smartbear.com/blog/develop/why-you-cant-talk-about-microservices-without-ment/. 12 “The Netflix Simian Army,” Medium, Netflix Technology Blog, July 19, 2011, https://medium.com/netflix-techblog/the-netflix- simian-army-16e57fbab116. 13 “A Case Study of DevOps at Netflix,” Amido, June 12, 2018, https://amido.com/blog/a-case-study-of-devops-at-netflix/. 14 Jesse Damiani, “Black Mirror: Bandersnatch Could Become Netflix’s Secret Marketing Weapon, “ The Verge, January 2, 2019, https://www.theverge.com/2019/1/2/18165182/black-mirror-bandersnatch-netflix-interactive-strategy-marketing.
  • 11. Continuous Delivery Operating Model for Entertainment Video Providers: Building a Software “Value-Delivery Factory”   /  11 Digital Technology Consulting About the authors Carol Houle VP of Consulting As the global market leader for Cognizant Digital Technology Consulting, her team focuses on helping clients transform digitally. They advise clients on improving their teams/culture, process, engineering practices and platforms to achieve improved quality, time to market, customer satisfaction, productivity and morale. Her team applies Lean principles to the value stream, enabling dynamic, learning organizations that continually reinforce high-trust cultural norms. The result is maximized business outcomes, developer productivity and value delivered to end customers. Carol is known for connecting people and concepts to solve complex business problems. Prior to joining Cognizant, Carol was an IT Transformation Partner at Dell Technologies, and she currently serves on the board of directors of a banking and insurance company. She can be reached at carol.houle@cognizant.com | linkedin.com/in/carol-houle-60aa9110. Allen Ringel AVP of Digital Technology Consulting Allen leads Cognizant’s Lean/Agile practice. He brings more than 20 years of experience in enterprise software development and more than 15 years as a thought leader and consultant in Lean/Agile methodologies. Before joining Cognizant, Allen served for 18 years at Intel, where he led one of the largest Agile transformations, building an organization of 500+ global teams using the Scaled Agile Framework (SAFe). During the process he coached thousands of Scrum teams and applied Lean/Agile to create a sustainable, self-organizing and learning organization. Over the course of his career, Allen has been a developer, architect, program manager, people manager, organizational change agent, teacher, coach and consultant. He can be reached at allen.ringel@cognizant.com | linkedin.com/in/ allenringel. Michael Wagner AVP of Digital Transformation through Enterprise DevOps and Modern Software Engineering Michael has previously worked at Microsoft, start-ups, F500s and consulting organizations for the last 30+ years. He has been an entrepreneur, enterprise architect, software engineer, CTO, President, executive coach and writer. Working from New York City, he helps established organizations survive then thrive where software is eating the world. To this end, he coaches business and technology leadership on how to execute upon the DevOps movement at scale that fuses people, process and technology into 21st century digital economy-coded businesses. His journey spans several industries, including life sciences, financial services, technology and media. He can be reached at michael.wagner@cognizant.com | linkedin.com/in/ michaelstevenwagner/.
  • 12. © Copyright 2020, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any means,electronic, mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is subject to change without notice. All other trademarks mentioned herein are the property of their respective owners. Codex 5348 Digital Systems & Technology Consulting Cognizant’s Digital Technology Consulting (DTC) Practice provides advisory consulting infused with cross-functional capabilities to enable enter- prise-wide digital transformation. DTC’s core capabilities span the software and platform landscape. We leverage Agile/DevOps, security and automation to enable businesses to unlock digital capabilities across their front, middle and back offices. Our objective is to help clients eradicate release weekends by enabling continuous delivery. This ultimately helps them to achieve improved end-customer experiences, lower operating costs, improve time to market, enhance operational stability and create a happier workplace. To learn more, visit us at www.cognizant.com/consulting. About Cognizant Cognizant (Nasdaq-100: CTSH) is one of the world’s leading professional services companies, transforming clients’ business, operating and technology models for the digital era. Our unique industry-based, consultative approach helps clients envision, build and run more innovative and efficient business- es. Headquartered in the U.S., Cognizant is ranked 193 on the Fortune 500 and is consistently listed among the most admired companies in the world. Learn how Cognizant helps clients lead with digital at www.cognizant.com or follow us @Cognizant. World Headquarters 500 Frank W. Burr Blvd. Teaneck, NJ 07666 USA Phone: +1 201 801 0233 Fax: +1 201 801 0243 Toll Free: +1 888 937 3277 European Headquarters 1 Kingdom Street Paddington Central London W2 6BD England Phone: +44 (0) 20 7297 7600 Fax: +44 (0) 20 7121 0102 India Operations Headquarters #5/535 Old Mahabalipuram Road Okkiyam Pettai, Thoraipakkam Chennai, 600 096 India Phone: +91 (0) 44 4209 6000 Fax: +91 (0) 44 4209 6060 APAC Headquarters 1 Changi Business Park Crescent, Plaza 8@CBP # 07-04/05/06, Tower A, Singapore 486025 Phone: + 65 6812 4051 Fax: + 65 6324 4051