SlideShare a Scribd company logo
1 of 50
Download to read offline
Craeg Strong
CTO, Ariel Partners
May 17, 2015
San Diego, CA
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394	 1
Bringing DevOps to an
Entrenched Legacy Environment
With Kanban
Software Development since 1988
Large Commercial & Government Projects
Agile Coach / (Recent) Kanban Trainer
Performance & Scalability Architect
Apache Ant Open-Source Contributor
New York & Washington DC Area
CTO,	Ariel	Partners	
AKT,	CSM,	CSP,	CSD,	CSPO,	PSM,	
PMI-ACP,	PMP,	LeSS,	SAFe
www.arielpartners.com
cstrong@arielpartners.com
@ckstrong1
Craeg	Strong
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Agenda
Define:	DevOps
The	Project
The	Case	For	DevOps
Implementing	DevOps	For	Legacy
q Build	Automation
q Test	Automation
q Deployment	Automation
q Configuration	As	Code
Recap	and	Next	Steps
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
DEFINE:	DEVOPS
4©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
What	Is	DevOps?
5
DevOps (a	clipped	compound	of	"development"	and	
"operations")	is	a	culture,	movement	or	practice	
that	emphasizes	the	collaboration	and	
communication	of	both	software	developers	and	
other	information-technology	(IT)	professionals	
while	automating	the	process	of	software	delivery	
and	infrastructure	changes.
DevOps	- Wikipedia,	the	free	encyclopedia
https://en.wikipedia.org/wiki/DevOps
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
DevOps	In	The	Large
6
•Shared	Templates	&	Frameworks
•Standards	are	not	Static,	Evolve	Based	on	Team	Feedback
•Multiple	Tool	chains:	Java,	.NET,	MEAN
Tools
•Emphasis	on	Collaboration/Trust
•Encourage	New	Ideas,	Limit	Downside	via	Fail-Fast
•Blameless	Post-Mortems
•Servant	Leadership
•Efficiency	vs	Thoroughness	Trade-off	(ETTO	Principle)
Culture
•Cross	Training
•Emphasis	on	Continuous	Learning
•Transition	To	Management	Not	Required	for	Career	
Advancement
•Lightweight,	Adaptable
•Maximize	Throughput,	Not	Utilization
•Tight	Feedback	Loops
•Continuous	Service	Improvement
ProcessOrganization
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Aspects	I	Will	Focus	On
7
Build	
Automation
Test
Automation
Deployment
Automation
Configuration
As	Code
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
THE	PROJECT
8©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Criminal	Justice	Program
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
System	Evolved	Over	Many	Years
10
1990
Pilot
DNA
Identification
Act
1994 1998
Client-Server: VB6
SQL
Server
2002 2012
C# VB.Net
Multi-Language SOA Re-Architecture
VB6
2008
2M Lines
of Code
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Change	Control	
Board	Meeting
Traditional	Waterfall	Lifecycle
M5 M6 M7 M8 M9 M10 M11 M12
Year One
M1 M2 M3 M4
Year Two
M1 M2 M3 M4
Require-
ments
Design
Code	And	Unit	Test	(CUT)
System	
Test
GAT
UAT
PRR
PDR
CDR
TRR
TRR
OAR
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Federal	Contracting	Environment
BASE	YEAR	
8/29/2012	– 8/28/2013
2013 2014 20152012
OPTION	YEAR	1
8/29/2013	– 8/28/2014
.	.	.
Initial	Process	Flexibility
High	Profile	Agile	Success	(Sentinel)
Agile	Support	In	Federal	Acquisition	Regulations
High	Cost	Of	Process	Change
100%	Outsourcing	Model
Zero	Access	to	Larger	Organization
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Challenges	Inherent	to	Legacy	
Environments
13
q Mission-Critical
q Heavily Regulated
q Missing or Out of Date
q Significant Documentation Requirements
q Mostly Manual
q System Not Designed For Testability
q Resistant to Change
q Battle Fatigue
q Optimized For Non-Collaboration
q May Inhibit Pair Programming
q Heavyweight, Prescriptive
q Manually-Intensive Reporting
q Lengthy Approval Process
q Skeptical of Open Source
System
Criticality
Documentation
Testing
Staff
Facility
Governance
Procurement
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Challenges	Implementing	Agile	
Practices	In	A	Legacy	Environment
14
q Training, Documentation Assumes New (“Greenfield”)
Project
q Relatively Little Guidance Regarding Legacy
(“Brownfield”) Projects
q How Can We Release To Production Every Two Weeks
Given A 6-Week Approval Cycle?
q How Can We Adopt Two Week Sprints When Regression
Testing Consumes The Entire Team For Eight Weeks?
q Can’t Fix Everything At Once
Agile Training &
Literature
Agile Practices
q Automation Tools Poorly Supported By Older Platforms
q Legacy Tends To Be Data-Heavy, Little Tool Support for
Data Validation
q Business Logic Tends To Be In GUI and Data Layers,
Rendering Traditional Unit Testing Useless
Agile Toolset
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Why	Would	Anyone	
Sign	Up	For	This?
15©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
The	Mission
16©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
The	Challenge
17©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
The	Team
18©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
THE	CASE	FOR	DEVOPS
19©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Systems	Approach	To	Implementing	
Kanban	(STATIK)
20
1. Understand	what	makes	the	service	“fit	for	
purpose”
2. Understand	sources	of	dissatisfaction	
regarding	current	delivery
3. Analyze	sources	of	and	nature	of	demand
4. Analyze	current	delivery	capability
5. Model	the	service	delivery	workflow
6. Identify	&	define	classes	of	service
7. Design	the	kanban system
8. Socialize	design	&	negotiate	implementation
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Demand	Analysis
Work	Item	Type Class	Of	Service
Business	User	Story Standard
Infrastructure	User	Story Standard
?
Tier	III /	Triage Expedited
New	Forensic	Lab	Support	Scripts Fixed	Date
Hot	Fix Expedited
Escaped	Defect Expedited
Documentation	Deliverable Fixed	Date
Documentation	Rework Expedited
Technical Chore Intangible
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Scrum	Tool	Setup
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Delivery	Capability	Analysis
0
5
10
15
20
25
Sprint	5:	User	Story	Completion	Curve
Testers	
Waiting	For	
Code
Limited	Time	
For	Testing
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Initial	Workflow
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394	
Longer Sprint
With Bigger
Batch-Size
Bottleneck
Lots of Blocked
Issues, Defects, and
Rejected Fixes
Sources	of	Dissatisfaction
q Developers	Check-in	In	Code	That	Breaks	the	Build
q High	Concentration	of	Defects:	Fixing	One	Issue	
Breaks	Two	More
q Automated	Tests	Too	Difficult	To	Write
q Deployment	To	Test	Environments	Lengthy	and	
Error-Prone
q Test	Set-Up	Lengthy	and	Error-Prone,	Tear-Down	
Usually	Skipped
q Many	False	Positive	Defects	Due	To	Configuration	
Issues
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Analyzed	Workflow
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
BUILD	AUTOMATION
27©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Build	Machine
Typical	Build	Automation
28
TFS
TeamCity
Binary	Repository
Compile	Code Run	Tests Package Publish
Compile	Code
Branch	B
Run	Tests
Branch	B
Package	
Branch	B
Publish	
Branch	B
Compile	Code
Branch	C
Run	Tests
Branch	C
Package	
Branch	C
Publish	
Branch	C
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Build	Machine	A
Build	Automation	For	
Legacy	System
29
TFS
TeamCity
Binary	Repository
Compile	Code
Run	Unit	Tests
Package Publish
Run	SQL	Tests
Drivers, Patches
Build	Machine	B
Compile	Code
Branch	B
Run	Unit	Tests
Branch	B Package	
Branch	B
Publish	
Branch	B
Run	Unit	Tests
Branch	B
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Updated	Workflow
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394	
“Build Ready”
Step Has Been
EliminatedBut We Still Have
Significant
Quality Problems
TEST	AUTOMATION
31©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Typical	Test	Automation
32
GUI
Presentation	Logic
Server
Business	Logic
DB
SQL	(CRUD)
Test	
Start
Test	
End
üMinimal	Setup	Required
üCode-Only	Tests
üVery	Fast	Test	Execution
üNo	Side	Effects
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Test	Automation	
For	Legacy	Systems
33
GUI
Presentation-Side	
Business	Logic
Server
Data	Transfer
DB
SQL
Business	Logic
üSignificant	Setup	Required
üTests	Require	Database
üSlow	Test	Execution
üSignificant	Side	Effects
Test	
Start
Test	
End
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Build	Machine	A
Incorporating	Test	Automation	
Into	The	DevOps	Pipeline
34
TFS
TeamCity
Binary	Repository
Compile	
Code Run	Unit	
Tests
Package Publish
Run	SQL	
Tests
Drivers, Patches
Prepare
Test	DB
Run	Tests
Batch	1
Build	Machine	B
Prepare
Test	DB
Run	Tests
Batch	2
Build	Machine	C
Prepare
Test	DB
Run	Tests
Batch	3
Test DB Image
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Updated	Workflow
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394	
But It Still Takes
Too Long Before
We Can Test
Quality Is
Slowly Starting
To Improve
DEPLOYMENT	AUTOMATION
36©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Typical	Deployment	Automation	
Pipeline
37
TFS
TeamCity
Version Control
Server Build / CI
Server
Binary
Repository
Developer
Deployment
Service
Tester
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Deployment	Process
Deployment	Automation	For	Legacy	
System
38
Deployment
Service
Tester
TFS
Developer
PreDeploy.ps1
StopServers
UninstallPreviousVersion
DeleteOldDatabase
Deploy.ps1
RestoreTestDB
InstallSoftware
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394	
PostDeploy.ps1
AddTestUsers
ConfigureSettings
CleanupPreviousSession
Updated	Workflow
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394	
But We Are Still
Getting False
Positive Defects
“Test Setup”
Step Has Been
Eliminated
“Deploy” Step
Has Been
Streamlined
CONFIGURATION	AS	CODE
40©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Deployments	Have	Two	Pieces:
Application	Code	and	Operating	Platform
41
Operating	Platform:	Configuration
Application:	Code
Database
Matching	Engine
Application	Server
Graphical	User	Interface
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Configuration	As	Code:
Typical	Implementation
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394	
Web Server Compute Server Database Server
Configure
TFS
Configurations
Configuring	The	Operating	Platform	
For	A	Legacy	System	(1	of	2)
No Step Where
1 OS	Install
2 Set	Hostname &	IP	Address
3 Set	Time zone
4 Install	Active	Directory	Services Production	Only
5 Activate Windows
6 Create	Messaging &	Temp	Folders
7 Configure	File	Share
8 Set	Folder	Permissions
9 Set	Environment	Variables
10 Disable	Windows	Firewall
11 Enable	Remote	Desktop Dev/Test	Only
12 Configure	Active	Directory	Groups
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Configuring	The	Operating	Platform	
For	A	Legacy	System	(2	of	2)
No Step Where
13 Install	7-Zip Dev/Test	Only
14 Install	Octopus	Tentacle Dev/Test	Only
15 Configure	Octopus	Tentacle Dev/Test	Only
16 Register New	Tentacle	With	Octopus	Server Dev/Test	Only
17 Install	SQL	SMO	and	CLR	Packages
18 Install MSMQ
19 Install	.NET	3.5
20 Install SQL	Server
21 Install	IIS
22 Configure	FTP/FTPS
23 Configure PKI	Certificates
24 Install	hMailServer Dev/Test	Only,	
Single	Machine
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Evolution	Of	The	Process
STEP	ONE
100%	Manual
300	Page	Document
STEP	THREE
The	Configurator
STEP	TWO
Partially	Automated
Individual	Scripts
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Enter:	The	Configurator
File Shares
Windows SXS
Files
Third Party
Installer Files
Test Environment
Nodes
Targeting
File
Configurator
Script
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394	
Configure
DevOps Engineer
Updated	Workflow
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394	
Greatly Reduced
Incidence of False
Positive Defects
Configuring New Environment Reduced
Weeks à Hours
Validating Existing Environment Reduced
Days à Minutes
Key	Takeaways
48
1.	What	DevOps	Practices	Can	Benefit	My	Project?
qBuild	Automation
qTest	Automation
qDeployment	Automation
qConfiguration	As	Code
2.	DevOps	for	Legacy
qChallenging,	Yet	Transformative
3.	Kanban	System	and	STATIK
q Lightweight	and	Effective	Guides
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
Next	Steps
49
qWhere	Are	The	Metrics?
qDeepen	Kanban	Implementation
qLeverage	Upcoming	Punctuation	Point
qEstablish	Real	WIP	Limits
qTimebox	à Service	Level	Agreements
qInvestigate	Improved	Tool	Support
©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394
50©	Copyright	Ariel	Partners	2016																	*sales@arielpartners.com		((646)	467-7394

More Related Content

Similar to 20160517 Lean Kanban North America 2016 Conf Bringing DevOps to an Entrenched Legacy Environment with Kanban

20141024 AgileDC 2014 Conf How much testing is enough for software that can c...
20141024 AgileDC 2014 Conf How much testing is enough for software that can c...20141024 AgileDC 2014 Conf How much testing is enough for software that can c...
20141024 AgileDC 2014 Conf How much testing is enough for software that can c...Craeg Strong
 
20150708 Kanban Meetup An Unexpected Journey: Improving a Scrum Implementatio...
20150708 Kanban Meetup An Unexpected Journey: Improving a Scrum Implementatio...20150708 Kanban Meetup An Unexpected Journey: Improving a Scrum Implementatio...
20150708 Kanban Meetup An Unexpected Journey: Improving a Scrum Implementatio...Craeg Strong
 
Continuous Delivery: From Mainframe to Mobile
Continuous Delivery: From Mainframe to MobileContinuous Delivery: From Mainframe to Mobile
Continuous Delivery: From Mainframe to MobileMark Sigler
 
Case Study: SunTrust’s Next Gen QA and Release Services Transformation Journey
Case Study: SunTrust’s Next Gen QA and Release Services Transformation JourneyCase Study: SunTrust’s Next Gen QA and Release Services Transformation Journey
Case Study: SunTrust’s Next Gen QA and Release Services Transformation JourneyCA Technologies
 
20170508 Lean Kanban North America 2017 Conf Kanban Response to Sprint Zero a...
20170508 Lean Kanban North America 2017 Conf Kanban Response to Sprint Zero a...20170508 Lean Kanban North America 2017 Conf Kanban Response to Sprint Zero a...
20170508 Lean Kanban North America 2017 Conf Kanban Response to Sprint Zero a...Craeg Strong
 
Platform Requirements for CI/CD Success—and the Enterprises Leading the Way
Platform Requirements for CI/CD Success—and the Enterprises Leading the WayPlatform Requirements for CI/CD Success—and the Enterprises Leading the Way
Platform Requirements for CI/CD Success—and the Enterprises Leading the WayVMware Tanzu
 
'Shift-Right' - Rapid Evolution with DesignOps
'Shift-Right' - Rapid Evolution with DesignOps'Shift-Right' - Rapid Evolution with DesignOps
'Shift-Right' - Rapid Evolution with DesignOpsCA Technologies
 
20141109 Agile Dev East 2014 Conf Lean Documentation
20141109 Agile Dev East 2014 Conf Lean Documentation20141109 Agile Dev East 2014 Conf Lean Documentation
20141109 Agile Dev East 2014 Conf Lean DocumentationCraeg Strong
 
SD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
SD DevOps Meet-up - Exploring Quadrants of DevOps MaturitySD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
SD DevOps Meet-up - Exploring Quadrants of DevOps MaturityBrian Dawson
 
Rethinking Your Migration Strategy to Your Competitive Advantage
Rethinking Your Migration Strategy to Your Competitive AdvantageRethinking Your Migration Strategy to Your Competitive Advantage
Rethinking Your Migration Strategy to Your Competitive AdvantageAmazon Web Services
 
ScottWilleyResumeCurrent
ScottWilleyResumeCurrentScottWilleyResumeCurrent
ScottWilleyResumeCurrentScott M. Willey
 
Devops Days Tokyo 2019 -- The day that I deployed an app in the elevator - De...
Devops Days Tokyo 2019 -- The day that I deployed an app in the elevator - De...Devops Days Tokyo 2019 -- The day that I deployed an app in the elevator - De...
Devops Days Tokyo 2019 -- The day that I deployed an app in the elevator - De...Geovanne Bertonha
 
Lean & Agile Enterprise Frameworks: For Managing Large U.S. Government Cloud ...
Lean & Agile Enterprise Frameworks: For Managing Large U.S. Government Cloud ...Lean & Agile Enterprise Frameworks: For Managing Large U.S. Government Cloud ...
Lean & Agile Enterprise Frameworks: For Managing Large U.S. Government Cloud ...David Rico
 
Selling the open-source philosophy - DrupalCon Bogotá 2015
Selling the open-source philosophy - DrupalCon Bogotá 2015Selling the open-source philosophy - DrupalCon Bogotá 2015
Selling the open-source philosophy - DrupalCon Bogotá 2015Handrus Nogueira
 
Selling the open-source philosophy - DrupalCon Latin America 2015
Selling the open-source philosophy - DrupalCon Latin America 2015Selling the open-source philosophy - DrupalCon Latin America 2015
Selling the open-source philosophy - DrupalCon Latin America 2015Handrus Nogueira
 
Selling the Open-Source Philosophy - DrupalCon Latin America
Selling the Open-Source Philosophy - DrupalCon Latin AmericaSelling the Open-Source Philosophy - DrupalCon Latin America
Selling the Open-Source Philosophy - DrupalCon Latin AmericaTaller Negócio Digitais
 
Selling the Open-Source Philosophy - DrupalCon Latin America
Selling the Open-Source Philosophy - DrupalCon Latin AmericaSelling the Open-Source Philosophy - DrupalCon Latin America
Selling the Open-Source Philosophy - DrupalCon Latin AmericaLucas Arruda
 
RackN Company Overview
RackN Company OverviewRackN Company Overview
RackN Company OverviewRackN
 
Velocity 2014 Tool Chain Choices
Velocity 2014 Tool Chain ChoicesVelocity 2014 Tool Chain Choices
Velocity 2014 Tool Chain ChoicesMark Sigler
 

Similar to 20160517 Lean Kanban North America 2016 Conf Bringing DevOps to an Entrenched Legacy Environment with Kanban (20)

20141024 AgileDC 2014 Conf How much testing is enough for software that can c...
20141024 AgileDC 2014 Conf How much testing is enough for software that can c...20141024 AgileDC 2014 Conf How much testing is enough for software that can c...
20141024 AgileDC 2014 Conf How much testing is enough for software that can c...
 
20150708 Kanban Meetup An Unexpected Journey: Improving a Scrum Implementatio...
20150708 Kanban Meetup An Unexpected Journey: Improving a Scrum Implementatio...20150708 Kanban Meetup An Unexpected Journey: Improving a Scrum Implementatio...
20150708 Kanban Meetup An Unexpected Journey: Improving a Scrum Implementatio...
 
Continuous Delivery: From Mainframe to Mobile
Continuous Delivery: From Mainframe to MobileContinuous Delivery: From Mainframe to Mobile
Continuous Delivery: From Mainframe to Mobile
 
Case Study: SunTrust’s Next Gen QA and Release Services Transformation Journey
Case Study: SunTrust’s Next Gen QA and Release Services Transformation JourneyCase Study: SunTrust’s Next Gen QA and Release Services Transformation Journey
Case Study: SunTrust’s Next Gen QA and Release Services Transformation Journey
 
20170508 Lean Kanban North America 2017 Conf Kanban Response to Sprint Zero a...
20170508 Lean Kanban North America 2017 Conf Kanban Response to Sprint Zero a...20170508 Lean Kanban North America 2017 Conf Kanban Response to Sprint Zero a...
20170508 Lean Kanban North America 2017 Conf Kanban Response to Sprint Zero a...
 
Platform Requirements for CI/CD Success—and the Enterprises Leading the Way
Platform Requirements for CI/CD Success—and the Enterprises Leading the WayPlatform Requirements for CI/CD Success—and the Enterprises Leading the Way
Platform Requirements for CI/CD Success—and the Enterprises Leading the Way
 
'Shift-Right' - Rapid Evolution with DesignOps
'Shift-Right' - Rapid Evolution with DesignOps'Shift-Right' - Rapid Evolution with DesignOps
'Shift-Right' - Rapid Evolution with DesignOps
 
20141109 Agile Dev East 2014 Conf Lean Documentation
20141109 Agile Dev East 2014 Conf Lean Documentation20141109 Agile Dev East 2014 Conf Lean Documentation
20141109 Agile Dev East 2014 Conf Lean Documentation
 
SD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
SD DevOps Meet-up - Exploring Quadrants of DevOps MaturitySD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
SD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
 
Rethinking Your Migration Strategy to Your Competitive Advantage
Rethinking Your Migration Strategy to Your Competitive AdvantageRethinking Your Migration Strategy to Your Competitive Advantage
Rethinking Your Migration Strategy to Your Competitive Advantage
 
ScottWilleyResumeCurrent
ScottWilleyResumeCurrentScottWilleyResumeCurrent
ScottWilleyResumeCurrent
 
Prathamesh Zarkar Resume
Prathamesh Zarkar ResumePrathamesh Zarkar Resume
Prathamesh Zarkar Resume
 
Devops Days Tokyo 2019 -- The day that I deployed an app in the elevator - De...
Devops Days Tokyo 2019 -- The day that I deployed an app in the elevator - De...Devops Days Tokyo 2019 -- The day that I deployed an app in the elevator - De...
Devops Days Tokyo 2019 -- The day that I deployed an app in the elevator - De...
 
Lean & Agile Enterprise Frameworks: For Managing Large U.S. Government Cloud ...
Lean & Agile Enterprise Frameworks: For Managing Large U.S. Government Cloud ...Lean & Agile Enterprise Frameworks: For Managing Large U.S. Government Cloud ...
Lean & Agile Enterprise Frameworks: For Managing Large U.S. Government Cloud ...
 
Selling the open-source philosophy - DrupalCon Bogotá 2015
Selling the open-source philosophy - DrupalCon Bogotá 2015Selling the open-source philosophy - DrupalCon Bogotá 2015
Selling the open-source philosophy - DrupalCon Bogotá 2015
 
Selling the open-source philosophy - DrupalCon Latin America 2015
Selling the open-source philosophy - DrupalCon Latin America 2015Selling the open-source philosophy - DrupalCon Latin America 2015
Selling the open-source philosophy - DrupalCon Latin America 2015
 
Selling the Open-Source Philosophy - DrupalCon Latin America
Selling the Open-Source Philosophy - DrupalCon Latin AmericaSelling the Open-Source Philosophy - DrupalCon Latin America
Selling the Open-Source Philosophy - DrupalCon Latin America
 
Selling the Open-Source Philosophy - DrupalCon Latin America
Selling the Open-Source Philosophy - DrupalCon Latin AmericaSelling the Open-Source Philosophy - DrupalCon Latin America
Selling the Open-Source Philosophy - DrupalCon Latin America
 
RackN Company Overview
RackN Company OverviewRackN Company Overview
RackN Company Overview
 
Velocity 2014 Tool Chain Choices
Velocity 2014 Tool Chain ChoicesVelocity 2014 Tool Chain Choices
Velocity 2014 Tool Chain Choices
 

More from Craeg Strong

20231019 Flight Levels Bosch Engagement Day 2023 Business Agility With Flight...
20231019 Flight Levels Bosch Engagement Day 2023 Business Agility With Flight...20231019 Flight Levels Bosch Engagement Day 2023 Business Agility With Flight...
20231019 Flight Levels Bosch Engagement Day 2023 Business Agility With Flight...Craeg Strong
 
RESPONSIVE TRAINING FOR DIGITAL TRANSFORMATIONS
RESPONSIVE TRAINING FOR DIGITAL TRANSFORMATIONSRESPONSIVE TRAINING FOR DIGITAL TRANSFORMATIONS
RESPONSIVE TRAINING FOR DIGITAL TRANSFORMATIONSCraeg Strong
 
20230829 DAFITC 2023 Agile For Leaders And Executives
20230829 DAFITC 2023 Agile For Leaders And Executives20230829 DAFITC 2023 Agile For Leaders And Executives
20230829 DAFITC 2023 Agile For Leaders And ExecutivesCraeg Strong
 
20231004 JiraCon Team Spaces In Confluence
20231004 JiraCon Team Spaces In Confluence20231004 JiraCon Team Spaces In Confluence
20231004 JiraCon Team Spaces In ConfluenceCraeg Strong
 
20231023 AgileDC Making Strategy Real with Well Crafted Outcomes
20231023 AgileDC Making Strategy Real with Well Crafted Outcomes20231023 AgileDC Making Strategy Real with Well Crafted Outcomes
20231023 AgileDC Making Strategy Real with Well Crafted OutcomesCraeg Strong
 
20230829 DAFITC 2023 Agile For Leaders And Executives
20230829 DAFITC 2023 Agile For Leaders And Executives20230829 DAFITC 2023 Agile For Leaders And Executives
20230829 DAFITC 2023 Agile For Leaders And ExecutivesCraeg Strong
 
20230622 PMINYC Modern Project Management with Lean Kanban
20230622 PMINYC Modern Project Management with Lean Kanban20230622 PMINYC Modern Project Management with Lean Kanban
20230622 PMINYC Modern Project Management with Lean KanbanCraeg Strong
 
20230622 PMIC Leveraging the 4 Disciplines of Execution & Enterprise Kanban t...
20230622 PMIC Leveraging the 4 Disciplines of Execution & Enterprise Kanban t...20230622 PMIC Leveraging the 4 Disciplines of Execution & Enterprise Kanban t...
20230622 PMIC Leveraging the 4 Disciplines of Execution & Enterprise Kanban t...Craeg Strong
 
ADDO 2022 Putting the Sec in DevSecOps for an AWS Lambda Based System
ADDO 2022 Putting the Sec in DevSecOps for an AWS Lambda Based SystemADDO 2022 Putting the Sec in DevSecOps for an AWS Lambda Based System
ADDO 2022 Putting the Sec in DevSecOps for an AWS Lambda Based SystemCraeg Strong
 
Coaching leaders: how to get it right, and how to get it really, really wrong
Coaching leaders: how to get it right, and how to get it really, really wrongCoaching leaders: how to get it right, and how to get it really, really wrong
Coaching leaders: how to get it right, and how to get it really, really wrongCraeg Strong
 
20220607 Introduction to Flight Levels
20220607 Introduction to Flight Levels20220607 Introduction to Flight Levels
20220607 Introduction to Flight LevelsCraeg Strong
 
20220824 Kanban Global Summit 2022 Now You See It! Observing Flow Using [ONLI...
20220824 Kanban Global Summit 2022 Now You See It! Observing Flow Using [ONLI...20220824 Kanban Global Summit 2022 Now You See It! Observing Flow Using [ONLI...
20220824 Kanban Global Summit 2022 Now You See It! Observing Flow Using [ONLI...Craeg Strong
 
20220621 Project Management Innovation Conference Harrisburg PA Seatbelts and...
20220621 Project Management Innovation Conference Harrisburg PA Seatbelts and...20220621 Project Management Innovation Conference Harrisburg PA Seatbelts and...
20220621 Project Management Innovation Conference Harrisburg PA Seatbelts and...Craeg Strong
 
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...Craeg Strong
 
20220329 Ariel Partners Configuring Jira For Maximum Agility
20220329 Ariel Partners Configuring Jira For Maximum Agility20220329 Ariel Partners Configuring Jira For Maximum Agility
20220329 Ariel Partners Configuring Jira For Maximum AgilityCraeg Strong
 
20220301 Atlassian Team Tour Government ArielPartners Innovative Jira Configu...
20220301 Atlassian Team Tour Government ArielPartners Innovative Jira Configu...20220301 Atlassian Team Tour Government ArielPartners Innovative Jira Configu...
20220301 Atlassian Team Tour Government ArielPartners Innovative Jira Configu...Craeg Strong
 
20211202 North America DevOps Group NADOG Adapting to Covid With Serverless C...
20211202 North America DevOps Group NADOG Adapting to Covid With Serverless C...20211202 North America DevOps Group NADOG Adapting to Covid With Serverless C...
20211202 North America DevOps Group NADOG Adapting to Covid With Serverless C...Craeg Strong
 
20211007 PMI LIC Chapter Agile Tool Celebrity Death Match Kanbanize vs Jira C...
20211007 PMI LIC Chapter Agile Tool Celebrity Death Match Kanbanize vs Jira C...20211007 PMI LIC Chapter Agile Tool Celebrity Death Match Kanbanize vs Jira C...
20211007 PMI LIC Chapter Agile Tool Celebrity Death Match Kanbanize vs Jira C...Craeg Strong
 
20211114 Agile DevOps East Conf 2021 Bringing DevOps to an Entrenched Legacy ...
20211114 Agile DevOps East Conf 2021 Bringing DevOps to an Entrenched Legacy ...20211114 Agile DevOps East Conf 2021 Bringing DevOps to an Entrenched Legacy ...
20211114 Agile DevOps East Conf 2021 Bringing DevOps to an Entrenched Legacy ...Craeg Strong
 
20211028 ADDO Adapting to Covid with Serverless Craeg Strong Ariel Partners
20211028 ADDO Adapting to Covid with Serverless Craeg Strong Ariel Partners20211028 ADDO Adapting to Covid with Serverless Craeg Strong Ariel Partners
20211028 ADDO Adapting to Covid with Serverless Craeg Strong Ariel PartnersCraeg Strong
 

More from Craeg Strong (20)

20231019 Flight Levels Bosch Engagement Day 2023 Business Agility With Flight...
20231019 Flight Levels Bosch Engagement Day 2023 Business Agility With Flight...20231019 Flight Levels Bosch Engagement Day 2023 Business Agility With Flight...
20231019 Flight Levels Bosch Engagement Day 2023 Business Agility With Flight...
 
RESPONSIVE TRAINING FOR DIGITAL TRANSFORMATIONS
RESPONSIVE TRAINING FOR DIGITAL TRANSFORMATIONSRESPONSIVE TRAINING FOR DIGITAL TRANSFORMATIONS
RESPONSIVE TRAINING FOR DIGITAL TRANSFORMATIONS
 
20230829 DAFITC 2023 Agile For Leaders And Executives
20230829 DAFITC 2023 Agile For Leaders And Executives20230829 DAFITC 2023 Agile For Leaders And Executives
20230829 DAFITC 2023 Agile For Leaders And Executives
 
20231004 JiraCon Team Spaces In Confluence
20231004 JiraCon Team Spaces In Confluence20231004 JiraCon Team Spaces In Confluence
20231004 JiraCon Team Spaces In Confluence
 
20231023 AgileDC Making Strategy Real with Well Crafted Outcomes
20231023 AgileDC Making Strategy Real with Well Crafted Outcomes20231023 AgileDC Making Strategy Real with Well Crafted Outcomes
20231023 AgileDC Making Strategy Real with Well Crafted Outcomes
 
20230829 DAFITC 2023 Agile For Leaders And Executives
20230829 DAFITC 2023 Agile For Leaders And Executives20230829 DAFITC 2023 Agile For Leaders And Executives
20230829 DAFITC 2023 Agile For Leaders And Executives
 
20230622 PMINYC Modern Project Management with Lean Kanban
20230622 PMINYC Modern Project Management with Lean Kanban20230622 PMINYC Modern Project Management with Lean Kanban
20230622 PMINYC Modern Project Management with Lean Kanban
 
20230622 PMIC Leveraging the 4 Disciplines of Execution & Enterprise Kanban t...
20230622 PMIC Leveraging the 4 Disciplines of Execution & Enterprise Kanban t...20230622 PMIC Leveraging the 4 Disciplines of Execution & Enterprise Kanban t...
20230622 PMIC Leveraging the 4 Disciplines of Execution & Enterprise Kanban t...
 
ADDO 2022 Putting the Sec in DevSecOps for an AWS Lambda Based System
ADDO 2022 Putting the Sec in DevSecOps for an AWS Lambda Based SystemADDO 2022 Putting the Sec in DevSecOps for an AWS Lambda Based System
ADDO 2022 Putting the Sec in DevSecOps for an AWS Lambda Based System
 
Coaching leaders: how to get it right, and how to get it really, really wrong
Coaching leaders: how to get it right, and how to get it really, really wrongCoaching leaders: how to get it right, and how to get it really, really wrong
Coaching leaders: how to get it right, and how to get it really, really wrong
 
20220607 Introduction to Flight Levels
20220607 Introduction to Flight Levels20220607 Introduction to Flight Levels
20220607 Introduction to Flight Levels
 
20220824 Kanban Global Summit 2022 Now You See It! Observing Flow Using [ONLI...
20220824 Kanban Global Summit 2022 Now You See It! Observing Flow Using [ONLI...20220824 Kanban Global Summit 2022 Now You See It! Observing Flow Using [ONLI...
20220824 Kanban Global Summit 2022 Now You See It! Observing Flow Using [ONLI...
 
20220621 Project Management Innovation Conference Harrisburg PA Seatbelts and...
20220621 Project Management Innovation Conference Harrisburg PA Seatbelts and...20220621 Project Management Innovation Conference Harrisburg PA Seatbelts and...
20220621 Project Management Innovation Conference Harrisburg PA Seatbelts and...
 
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...
 
20220329 Ariel Partners Configuring Jira For Maximum Agility
20220329 Ariel Partners Configuring Jira For Maximum Agility20220329 Ariel Partners Configuring Jira For Maximum Agility
20220329 Ariel Partners Configuring Jira For Maximum Agility
 
20220301 Atlassian Team Tour Government ArielPartners Innovative Jira Configu...
20220301 Atlassian Team Tour Government ArielPartners Innovative Jira Configu...20220301 Atlassian Team Tour Government ArielPartners Innovative Jira Configu...
20220301 Atlassian Team Tour Government ArielPartners Innovative Jira Configu...
 
20211202 North America DevOps Group NADOG Adapting to Covid With Serverless C...
20211202 North America DevOps Group NADOG Adapting to Covid With Serverless C...20211202 North America DevOps Group NADOG Adapting to Covid With Serverless C...
20211202 North America DevOps Group NADOG Adapting to Covid With Serverless C...
 
20211007 PMI LIC Chapter Agile Tool Celebrity Death Match Kanbanize vs Jira C...
20211007 PMI LIC Chapter Agile Tool Celebrity Death Match Kanbanize vs Jira C...20211007 PMI LIC Chapter Agile Tool Celebrity Death Match Kanbanize vs Jira C...
20211007 PMI LIC Chapter Agile Tool Celebrity Death Match Kanbanize vs Jira C...
 
20211114 Agile DevOps East Conf 2021 Bringing DevOps to an Entrenched Legacy ...
20211114 Agile DevOps East Conf 2021 Bringing DevOps to an Entrenched Legacy ...20211114 Agile DevOps East Conf 2021 Bringing DevOps to an Entrenched Legacy ...
20211114 Agile DevOps East Conf 2021 Bringing DevOps to an Entrenched Legacy ...
 
20211028 ADDO Adapting to Covid with Serverless Craeg Strong Ariel Partners
20211028 ADDO Adapting to Covid with Serverless Craeg Strong Ariel Partners20211028 ADDO Adapting to Covid with Serverless Craeg Strong Ariel Partners
20211028 ADDO Adapting to Covid with Serverless Craeg Strong Ariel Partners
 

Recently uploaded

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 

Recently uploaded (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 

20160517 Lean Kanban North America 2016 Conf Bringing DevOps to an Entrenched Legacy Environment with Kanban