SlideShare a Scribd company logo
1 of 30
Download to read offline
DevOps:		
Transform	the	Culture	from	Control	to	Enablement	
Nathan	Aker	
Informa(on Systems Manager @ Symphony Talent
2
Percep(on Problem
Credit:	James	Be.eley	@devopsnet.com
3
•  Sales	
•  Innova:on	
•  Market	Share	Increase	
•  Differen:a:on	
•  Customer	Sa:sfac:on	/	Reten:on	
•  Expansion		
•  Brand	Building	
•  Profitability	
Business Goals
Growth
4
•  Availability	
•  Security	
•  Stability	
•  Performance	
•  Efficiency	
•  Repeatable	Processes	
•  Metrics	
IT Goals
Control
5
•  Development	–	Op:mize	the	func:onality	of	the	service	
•  Opera:ons	–	Op:mize	the	efficiency	and	stability	of	the	service	
•  QA	–	Op:mize	the	quality	of	the	service	
•  Security	–	Op:mize	the	confiden:ality,	integrity,	and	availability	
IT Func(onal Org Separa(ons
6
Strengths:	
-  Closest	to	business	needs	
-  Deliver	new	capabili:es	
-  Protect	user	experience	
-  Experienced	automators	
Weaknesses:	
-  Lose	focus	on	scalability,	stability,	
and	supportability	at	:mes	
-  Typically	under	pressure	to	deliver	
quickly	
-  Security	not	always	top	of	mind	
-  Not	always	experienced	op:mizers	
Tradi(onal Development Group
Development
7
Strengths:	
-  Experienced	op:mizers	
-  Cost	conscience	
-  Focus	on	stability	and	availability	
-  Tend	to	consider	cross-func:onal	impacts	
-  Experienced	data	and	performance	
analysts	
-  Champion	documenta:on	
Weaknesses:	
-  Typically	manual	process	intensive	
-  Under	pressure	to	minimize	change	
-  Catching	up	on	automa:on	
-  OXen	viewed	as	a	bo.leneck	to	agility	
Tradi(onal Opera(ons Group
Opera:ons
8
Strengths:	
-  Focus	on	quality	(obviously)	
-  Experienced	in	crea:ng	test	cases	
-  Consider	all	users	/	personas	
-  Collaborators	by	necessity	
Weaknesses:	
-  OXen	require	heavy	guidance	from	
development	team	
-  OXen	heavily	func:onal	focused	(at	the	
expense	of	load,	performance,	and	
security	tes:ng)	
-  Usually	the	most	to	suffer	in	a	:meline	
crunch	
Tradi(onal QA Group
Quality	Assurance
9
Strengths:	
-  Experienced	in	iden:fying	unintended	
interfaces,	ports,	or	execu:on	mechanisms	
-  Keen	understanding	of	network	routes	&	
communica:on	channels	
-  Up	to	speed	on	common	a.ack	vectors	
-  Strong	skills	in	compliance	and	standardiza:on	
-  Great	understanding	of	risk	analysis	
Weaknesses:	
-  OXen	strongly	network	focused	
-  Frequently	more	secre:ve	
-  Tendency	to	say	“No”	instead	of	“Let’s	find	a	
solu:on”	
Tradi(onal Security Group
Security
10
DevOps	seeks	to	remove	
the	silos	by	changing	the	
culture	from	a	myopic	
func:onal	perspec:ve	to	
a	more	inclusive	
collabora:ve	mindset.	
Enter DevOps
Development	 Opera:ons	
Quality	Assurance	 Security	
DevOps	
(DevSecOps)
11
•  Is	it	an	organiza:onal	/	team	re-alignment?	
•  Is	it	cloud	infrastructure	automa:on?	
•  Is	it	configura:on	management?	
•  Is	it	CICD	/	deployment	automa:on?	
•  Is	it	tes:ng	automa:on?	
•  Is	it	security	automa:on?	
What is DevOps?
12
•  DevOps	is	a	mindset	–	built	on	the	following	founda:ons:	
•  Focus	on	Business	Enablement	
•  Collabora:on	
•  Automa:on	
•  Scalability	
•  Quality	
•  Velocity	&	Agility	
•  Con:nuous	Feedback	&	Improvement	
•  Key	Objec:ve	
•  Reliably	reduce	:me	from	Idea	to	Value	Realiza:on	
								(without	impac:ng	quality,	performance,	availability,	security,	or	scalability)	
DevOps is a Mindset
13
1.  Automate	all	the	Things	
2.  Integrate	the	Teams	
3.  Reduce	Time	to	Value	
	
	
DevOps is a Mindset
14
•  Mindset/Culture	Change	
•  Org	Changes	
•  Skillset	Changes	
•  Focus	on	Decreasing	Time	
to	Value	
	
What does DevOps Involve?
People	 Process	 Technology	
•  Dev	/	Ops	/	QA	/	SEC	
Process	Changes	
•  Automa:on	of	Process	
(requires	understanding/
documenta:on)	
•  Accountability	Changes	
•  New/Updated	Roles	
•  Configura:on	Management	
•  Con:nuous	Delivery	
•  Automa:on	U:li:es	/	
Scrip:ng	
•  Automated	Tes:ng	
•  Security	Automa:on
15
•  Infrastructure	CreaCon	
•  Automa:cally	create	infrastructure	components	and	server	instances.	
•  ConfiguraCon	Management	
•  Configure	server	instances	to	hardened/defined	specs	with	necessary	components	installed.	
•  ConCnuous	IntegraCon	/	ConCnuous	Delivery	
•  Automate	the	delivery	of	applica:on	releases	from	Dev	to	Produc:on.	
•  Source	Control	
•  Centralized	code	management	for	Apps	and	Infrastructure.	
•  ContainerizaCon	
•  Host	applica:ons	/	components	within	logical	containers	within	a	virtual/physical	host	
•  TesCng	AutomaCon	
•  Automate	func:onal,	integra:on,	regression,	and	security	tes:ng	
DevOps Technology Areas
16
Infrastructure Delivery - Old Way
17
Infrastructure Delivery - DevOps
18
Code Deployment - Old Way
19
Code Deployment - DevOps
20
DevOps Mindset Impacts all IT
•  Development	
•  Gain	a	stake	in	what	it	takes	to	run	and	support	the	applica:on	at	scale.	
•  Embed	security	/	QA	tes:ng	into	the	SDLC.	
•  Assists	Ops,	QA,	and	Security	with	automa:on	of	their	processes.	
•  Begin	to	build	performance	and	stability	metrics	into	delivery	pipeline.	
•  You	build	it	–	you	support	it	mentality	(shared	accountability).	
•  Opera:ons	
•  Begin	to	automate	repeatable	and	standardized	processes.	
•  Start	to	manage	infrastructure	as	code.	
•  Become	involved	in	applica:on	quality	process.	
•  Be.er	ingrain	security	hardening	into	infrastructure.	
•  Gain	understanding	of	what	code/applica:on	is	doing	on	their	boxes.
21
DevOps Mindset Impacts all IT
•  QA	
•  Automate	tes:ng	so	it	can	be	performed	at	scale.	
•  Collaborate	with	development	group	on	business	context	and	needs.	
•  Include	security	checks	into	tes:ng	loops.	
•  Begin	to	become	scalable.	
•  Security	
•  Ensure	immediate	compliance	by	collabora:ng	on	infrastructure	automa:on	and	CICD.	
•  Reduce	organiza:onal	risk	by	integra:ng	into	the	SDLC.	
•  Share	experience	and	knowledge	of	common	a.ack	vectors	with	Dev	&	Ops.	
•  Increase	confidence	that	the	environment	is	“known”.	
•  Become	enablers	instead	of	blockers.
22
Phoenix Project
Novel	by		
Gene	Kim,	George	Spafford,	and	Kevin	Behr	
Analogy	of	IT	being	like	a	factory	producCon	floor:	
•  Process	Flow	
•  Inputs/Outputs	
•  Wait	Times	
•  Bo.le	Necks	
•  Con:nual	Improvement	/	Automa:on
23
1.  Culture	–	Above	all	DevOps	is	a	Mindset.			
•  Educa:on	
•  Org	Changes	
•  Champions	
•  Skill	Addi:ons	
•  Consul:ng	
2.  Process	Changes	–	Start	Small	
•  Iden:fy	a	key	service	with	the	highest	value	proposi:on	and	limited	risk	
•  Remember	the	manufacturing	factory	analogy.		Iden:fy	a	bo.leneck	or	pain	
point.	
•  Lean	mindset	with	realis:c	goals	and	con:nuous	improvement	loops.	
I’m Ready for DevOps – Where to Start?
24
•  Tools	–	Culture	and	process	changes	will	lead	you	to	tools.	
•  Infrastructure	CreaCon	
•  Terramark,	AWS	CloudForma:on,	Cloud	Service	Broker,	VMWare	
•  ConfiguraCon	Management	
•  Chef,	Puppet,	Ansible,	Salt	
•  ConCnuous	IntegraCon	/	ConCnuous	Delivery	
•  Jenkins,	TeamCity,	Bamboo,	Maven	
•  Source	Control	
•  Git,	GitHub,	BitBucket	
•  ContainerizaCon	
•  Docker	
•  TesCng	AutomaCon	
•  Selenium,	Appium,	QMetry	
I’m Ready for DevOps – Tools
25
•  Strong	OS,	Scrip:ng,	and	Infrastructure	Skills	with	Development	Competence	
•  Strong	desire	to	automate	(obviously)	
•  Tinkerer	
•  Con:nually	seeking	to	understand	the	"Why"	behind	the	"What”	
•  Intrinsically	Mo:vated	–	Want	to	build	great	things	
•  Typically	out	in	front	of	their	organiza:on		
(Hint:	pick	up	great	talent	frustrated	with	slow	cultural	movement	of	current	employer)	
•  Con:nually	trying	to	automate	themselves	out	of	the	process.	
•  HATES	repe::ve	tasks	(Healthy	level	of	laziness)	
•  Enjoys	change	and	new	tools	
Prac(cal – Traits of a Great DevOps Engineer
26
•  Reduce	Time	to	Value	
•  Turn	IT	from	a	controlling	bo.leneck	to	a	business	enabler	
•  Build	resiliency	&	scalability	into	your	infrastructure	
•  Enable	new	capabili:es	
•  Leverage	things	like	on-demand	and	server-less	compu:ng	to	save	
infrastructure	costs		
•  Embed	security	and	QA	tes:ng	into	the	delivery	lifecycle.	
•  Increased	Quality	
•  Reduced	Risk	
•  Help	drive	meaningful	business	growth	
Recap – Why DevOps?
27
• It	will	put	me	out	of	a	job	
• My	app	is	unique	and	cannot	be	automated	
• I	don't	have	:me		
• We	don't	have	the	skillset	
• My	security	team	will	not	allow	it	
• We	just	made	a	heavy	investment	in	Hardware	assets	
Misnomers of DevOps
28
Monthly	meetup	group	focusing	on	cloud	infrastructure	
in	AWS	with	regular	discussions	on	DevOps,	CICD,	and	
Automa:on	topics.	
www.meetup.com/Oklahoma-City-AWS-User-Group/	
Connect & Learn
29
We’re	always	looking	for	
talented	DevOps	professionals	
	
Email	nathan@symphonytalent.com	
Shameless Plug
30
Email:	
nathan@symphonytalent.com	
	
Connect	on	LinkedIn:	
h.ps://www.linkedin.com/in/nathanaker	
Ques(ons?

More Related Content

Viewers also liked

Amy DeMartine - 7 Habits of Rugged DevOps
Amy DeMartine - 7 Habits of Rugged DevOpsAmy DeMartine - 7 Habits of Rugged DevOps
Amy DeMartine - 7 Habits of Rugged DevOpsSeniorStoryteller
 
Puppet Camp Paris 2014: Achieving Continuous Delivery and DevOps with Puppet
Puppet Camp Paris 2014: Achieving Continuous Delivery and DevOps with Puppet Puppet Camp Paris 2014: Achieving Continuous Delivery and DevOps with Puppet
Puppet Camp Paris 2014: Achieving Continuous Delivery and DevOps with Puppet Puppet
 
La química y el deporte
La química y el deporteLa química y el deporte
La química y el deporteJTKirk61
 
Cinematography of psychological horror’s over the years bdfh
Cinematography of psychological horror’s over the years bdfhCinematography of psychological horror’s over the years bdfh
Cinematography of psychological horror’s over the years bdfhamieelittle
 
Ranking radio - 1º ac. Movil 2.011 y 2º ac. Movil 2.011
Ranking radio - 1º ac. Movil 2.011  y 2º ac. Movil 2.011Ranking radio - 1º ac. Movil 2.011  y 2º ac. Movil 2.011
Ranking radio - 1º ac. Movil 2.011 y 2º ac. Movil 2.011Las Iniciativas
 
Todos los consejos en el blog para padres
Todos los consejos en el blog para padresTodos los consejos en el blog para padres
Todos los consejos en el blog para padresdemamas
 
parangaricutirimicuaro32
parangaricutirimicuaro32parangaricutirimicuaro32
parangaricutirimicuaro32Luis-R3y
 
Socializacion santa elena balsas
Socializacion santa elena balsasSocializacion santa elena balsas
Socializacion santa elena balsasyom94
 
Música y Mercado - edición #67
Música y Mercado - edición #67Música y Mercado - edición #67
Música y Mercado - edición #67Música & Mercado
 
Direct SGA access without SQL
Direct SGA access without SQLDirect SGA access without SQL
Direct SGA access without SQLKyle Hailey
 
Registro de datos como herramientas de calidad en PAI Dolor Torácico
Registro de datos como herramientas de calidad en PAI Dolor TorácicoRegistro de datos como herramientas de calidad en PAI Dolor Torácico
Registro de datos como herramientas de calidad en PAI Dolor TorácicoPlan de Calidad para el SNS
 
Revista agosto 2016(2)
Revista agosto 2016(2)Revista agosto 2016(2)
Revista agosto 2016(2)Utrera AL Dia
 
La Primera Guerra Mundial
La Primera Guerra MundialLa Primera Guerra Mundial
La Primera Guerra Mundialneusgr
 
Infecciones postquirurgicas
Infecciones postquirurgicasInfecciones postquirurgicas
Infecciones postquirurgicasRamiro Emilio
 
Gamileku Plataforma Gamificación E-Innobar
Gamileku Plataforma Gamificación E-InnobarGamileku Plataforma Gamificación E-Innobar
Gamileku Plataforma Gamificación E-InnobarGamileku
 
Eurodata tv worldwide atf singapore kids 10122014 final
Eurodata tv worldwide   atf singapore kids 10122014 finalEurodata tv worldwide   atf singapore kids 10122014 final
Eurodata tv worldwide atf singapore kids 10122014 finalEurodataTVWorldwide
 
PODEMOS: Campaña electoral en redes sociales de Internet (Elecciones Europeas...
PODEMOS: Campaña electoral en redes sociales de Internet (Elecciones Europeas...PODEMOS: Campaña electoral en redes sociales de Internet (Elecciones Europeas...
PODEMOS: Campaña electoral en redes sociales de Internet (Elecciones Europeas...Sònia Broch Camarelles
 

Viewers also liked (20)

Amy DeMartine - 7 Habits of Rugged DevOps
Amy DeMartine - 7 Habits of Rugged DevOpsAmy DeMartine - 7 Habits of Rugged DevOps
Amy DeMartine - 7 Habits of Rugged DevOps
 
Puppet Camp Paris 2014: Achieving Continuous Delivery and DevOps with Puppet
Puppet Camp Paris 2014: Achieving Continuous Delivery and DevOps with Puppet Puppet Camp Paris 2014: Achieving Continuous Delivery and DevOps with Puppet
Puppet Camp Paris 2014: Achieving Continuous Delivery and DevOps with Puppet
 
La química y el deporte
La química y el deporteLa química y el deporte
La química y el deporte
 
Cinematography of psychological horror’s over the years bdfh
Cinematography of psychological horror’s over the years bdfhCinematography of psychological horror’s over the years bdfh
Cinematography of psychological horror’s over the years bdfh
 
Ranking radio - 1º ac. Movil 2.011 y 2º ac. Movil 2.011
Ranking radio - 1º ac. Movil 2.011  y 2º ac. Movil 2.011Ranking radio - 1º ac. Movil 2.011  y 2º ac. Movil 2.011
Ranking radio - 1º ac. Movil 2.011 y 2º ac. Movil 2.011
 
Todos los consejos en el blog para padres
Todos los consejos en el blog para padresTodos los consejos en el blog para padres
Todos los consejos en el blog para padres
 
parangaricutirimicuaro32
parangaricutirimicuaro32parangaricutirimicuaro32
parangaricutirimicuaro32
 
Socializacion santa elena balsas
Socializacion santa elena balsasSocializacion santa elena balsas
Socializacion santa elena balsas
 
Música y Mercado - edición #67
Música y Mercado - edición #67Música y Mercado - edición #67
Música y Mercado - edición #67
 
Hotel Cápsula (Japão)
Hotel Cápsula (Japão)Hotel Cápsula (Japão)
Hotel Cápsula (Japão)
 
Direct SGA access without SQL
Direct SGA access without SQLDirect SGA access without SQL
Direct SGA access without SQL
 
Registro de datos como herramientas de calidad en PAI Dolor Torácico
Registro de datos como herramientas de calidad en PAI Dolor TorácicoRegistro de datos como herramientas de calidad en PAI Dolor Torácico
Registro de datos como herramientas de calidad en PAI Dolor Torácico
 
Revista agosto 2016(2)
Revista agosto 2016(2)Revista agosto 2016(2)
Revista agosto 2016(2)
 
La Primera Guerra Mundial
La Primera Guerra MundialLa Primera Guerra Mundial
La Primera Guerra Mundial
 
Infecciones postquirurgicas
Infecciones postquirurgicasInfecciones postquirurgicas
Infecciones postquirurgicas
 
Gamileku Plataforma Gamificación E-Innobar
Gamileku Plataforma Gamificación E-InnobarGamileku Plataforma Gamificación E-Innobar
Gamileku Plataforma Gamificación E-Innobar
 
Eurodata tv worldwide atf singapore kids 10122014 final
Eurodata tv worldwide   atf singapore kids 10122014 finalEurodata tv worldwide   atf singapore kids 10122014 final
Eurodata tv worldwide atf singapore kids 10122014 final
 
PMI Marketing Plan
PMI Marketing PlanPMI Marketing Plan
PMI Marketing Plan
 
Teoria de Polinomios (3º eso)
Teoria de Polinomios (3º eso)Teoria de Polinomios (3º eso)
Teoria de Polinomios (3º eso)
 
PODEMOS: Campaña electoral en redes sociales de Internet (Elecciones Europeas...
PODEMOS: Campaña electoral en redes sociales de Internet (Elecciones Europeas...PODEMOS: Campaña electoral en redes sociales de Internet (Elecciones Europeas...
PODEMOS: Campaña electoral en redes sociales de Internet (Elecciones Europeas...
 

Similar to DevOps from Control to Enablement

Continuous testing for continuous delivery
Continuous testing for continuous deliveryContinuous testing for continuous delivery
Continuous testing for continuous deliveryDavid Hart
 
SLVA - Security monitoring and reporting itweb workshop
SLVA - Security monitoring and reporting   itweb workshopSLVA - Security monitoring and reporting   itweb workshop
SLVA - Security monitoring and reporting itweb workshopSLVA Information Security
 
ERP Maintenance and Upgrades
ERP Maintenance and UpgradesERP Maintenance and Upgrades
ERP Maintenance and UpgradesSean Badiru
 
Succeeding-Marriage-Cybersecurity-DevOps final
Succeeding-Marriage-Cybersecurity-DevOps finalSucceeding-Marriage-Cybersecurity-DevOps final
Succeeding-Marriage-Cybersecurity-DevOps finalrkadayam
 
Lean Product Development at Discovery Communications: Methodology, Practices,...
Lean Product Development at Discovery Communications: Methodology, Practices,...Lean Product Development at Discovery Communications: Methodology, Practices,...
Lean Product Development at Discovery Communications: Methodology, Practices,...Chris McFadden
 
Wincere Best Practices
Wincere Best PracticesWincere Best Practices
Wincere Best PracticesWincere
 
Usm business systems overview 2019
Usm business systems   overview 2019Usm business systems   overview 2019
Usm business systems overview 2019venkatvajradhar1
 
Agile Testing at Scale
Agile Testing at ScaleAgile Testing at Scale
Agile Testing at ScaleTechWell
 
Protecting Your IP with Perforce Helix and Interset
Protecting Your IP with Perforce Helix and IntersetProtecting Your IP with Perforce Helix and Interset
Protecting Your IP with Perforce Helix and IntersetPerforce
 
threat_and_vulnerability_management_-_ryan_elmer_-_frsecure.pptx
threat_and_vulnerability_management_-_ryan_elmer_-_frsecure.pptxthreat_and_vulnerability_management_-_ryan_elmer_-_frsecure.pptx
threat_and_vulnerability_management_-_ryan_elmer_-_frsecure.pptxImXaib
 
Alan Berow Technical Support Resume
Alan Berow Technical Support ResumeAlan Berow Technical Support Resume
Alan Berow Technical Support ResumeAlanBerowLSSGBCSM
 
The What, Why, and How of DevSecOps
The What, Why, and How of DevSecOpsThe What, Why, and How of DevSecOps
The What, Why, and How of DevSecOpsCprime
 
SplunkLive! Customer Presentation - Dow Jones
SplunkLive! Customer Presentation - Dow JonesSplunkLive! Customer Presentation - Dow Jones
SplunkLive! Customer Presentation - Dow JonesSplunk
 
ISACA Ireland Keynote 2015
ISACA Ireland Keynote 2015ISACA Ireland Keynote 2015
ISACA Ireland Keynote 2015Shannon Lietz
 
Agile Testing at Scale
Agile Testing at ScaleAgile Testing at Scale
Agile Testing at ScaleTechWell
 
SRE Roundtable with 4 DevOps Ambassadors
SRE Roundtable with 4 DevOps AmbassadorsSRE Roundtable with 4 DevOps Ambassadors
SRE Roundtable with 4 DevOps AmbassadorsITSM Academy, Inc.
 

Similar to DevOps from Control to Enablement (20)

Continuous testing for continuous delivery
Continuous testing for continuous deliveryContinuous testing for continuous delivery
Continuous testing for continuous delivery
 
SLVA - Security monitoring and reporting itweb workshop
SLVA - Security monitoring and reporting   itweb workshopSLVA - Security monitoring and reporting   itweb workshop
SLVA - Security monitoring and reporting itweb workshop
 
ERP Maintenance and Upgrades
ERP Maintenance and UpgradesERP Maintenance and Upgrades
ERP Maintenance and Upgrades
 
Succeeding-Marriage-Cybersecurity-DevOps final
Succeeding-Marriage-Cybersecurity-DevOps finalSucceeding-Marriage-Cybersecurity-DevOps final
Succeeding-Marriage-Cybersecurity-DevOps final
 
Lean Product Development at Discovery Communications: Methodology, Practices,...
Lean Product Development at Discovery Communications: Methodology, Practices,...Lean Product Development at Discovery Communications: Methodology, Practices,...
Lean Product Development at Discovery Communications: Methodology, Practices,...
 
Wincere Best Practices
Wincere Best PracticesWincere Best Practices
Wincere Best Practices
 
Usm business systems overview 2019
Usm business systems   overview 2019Usm business systems   overview 2019
Usm business systems overview 2019
 
Agile Testing at Scale
Agile Testing at ScaleAgile Testing at Scale
Agile Testing at Scale
 
Hema_Testing
Hema_TestingHema_Testing
Hema_Testing
 
Protecting Your IP with Perforce Helix and Interset
Protecting Your IP with Perforce Helix and IntersetProtecting Your IP with Perforce Helix and Interset
Protecting Your IP with Perforce Helix and Interset
 
threat_and_vulnerability_management_-_ryan_elmer_-_frsecure.pptx
threat_and_vulnerability_management_-_ryan_elmer_-_frsecure.pptxthreat_and_vulnerability_management_-_ryan_elmer_-_frsecure.pptx
threat_and_vulnerability_management_-_ryan_elmer_-_frsecure.pptx
 
Alan Berow Technical Support Resume
Alan Berow Technical Support ResumeAlan Berow Technical Support Resume
Alan Berow Technical Support Resume
 
resume_alcantara
resume_alcantararesume_alcantara
resume_alcantara
 
The What, Why, and How of DevSecOps
The What, Why, and How of DevSecOpsThe What, Why, and How of DevSecOps
The What, Why, and How of DevSecOps
 
SplunkLive! Customer Presentation - Dow Jones
SplunkLive! Customer Presentation - Dow JonesSplunkLive! Customer Presentation - Dow Jones
SplunkLive! Customer Presentation - Dow Jones
 
ISACA Ireland Keynote 2015
ISACA Ireland Keynote 2015ISACA Ireland Keynote 2015
ISACA Ireland Keynote 2015
 
Agile Testing at Scale
Agile Testing at ScaleAgile Testing at Scale
Agile Testing at Scale
 
DevOps 101
DevOps 101DevOps 101
DevOps 101
 
Secure Iowa Oct 2016
Secure Iowa Oct 2016Secure Iowa Oct 2016
Secure Iowa Oct 2016
 
SRE Roundtable with 4 DevOps Ambassadors
SRE Roundtable with 4 DevOps AmbassadorsSRE Roundtable with 4 DevOps Ambassadors
SRE Roundtable with 4 DevOps Ambassadors
 

More from JoAnna Cheshire

The SharePoint Migration Playbook
The SharePoint Migration PlaybookThe SharePoint Migration Playbook
The SharePoint Migration PlaybookJoAnna Cheshire
 
Introduction to SharePoint Framework
Introduction to SharePoint FrameworkIntroduction to SharePoint Framework
Introduction to SharePoint FrameworkJoAnna Cheshire
 
PowerShell + SharePoint Online - An Admin's Guide
PowerShell + SharePoint Online - An Admin's GuidePowerShell + SharePoint Online - An Admin's Guide
PowerShell + SharePoint Online - An Admin's GuideJoAnna Cheshire
 
Artificial Intelligence & Machine Learning - A CIOs Perspective
Artificial Intelligence & Machine Learning - A CIOs PerspectiveArtificial Intelligence & Machine Learning - A CIOs Perspective
Artificial Intelligence & Machine Learning - A CIOs PerspectiveJoAnna Cheshire
 
Modernizing Data Management
Modernizing Data Management Modernizing Data Management
Modernizing Data Management JoAnna Cheshire
 
Microsoft and Enterprise Search
Microsoft and Enterprise Search Microsoft and Enterprise Search
Microsoft and Enterprise Search JoAnna Cheshire
 
Introduction to Microsoft Teams and Office 365 groups
Introduction to Microsoft Teams and Office 365 groupsIntroduction to Microsoft Teams and Office 365 groups
Introduction to Microsoft Teams and Office 365 groupsJoAnna Cheshire
 
Cybersecurity crisis management a prep guide
Cybersecurity crisis management   a prep guideCybersecurity crisis management   a prep guide
Cybersecurity crisis management a prep guideJoAnna Cheshire
 
Accelerate your business with flow
Accelerate your business with flowAccelerate your business with flow
Accelerate your business with flowJoAnna Cheshire
 
Building applications for your business using power apps and flow
Building applications for your business using power apps and flowBuilding applications for your business using power apps and flow
Building applications for your business using power apps and flowJoAnna Cheshire
 
The Decomposition Dilemma
The Decomposition DilemmaThe Decomposition Dilemma
The Decomposition DilemmaJoAnna Cheshire
 
Defending against Ransomware and what you can do about it
Defending against Ransomware and what you can do about itDefending against Ransomware and what you can do about it
Defending against Ransomware and what you can do about itJoAnna Cheshire
 
The New Convergence of Data; the Next Strategic Business Advantage
The New Convergence of Data; the Next Strategic Business AdvantageThe New Convergence of Data; the Next Strategic Business Advantage
The New Convergence of Data; the Next Strategic Business AdvantageJoAnna Cheshire
 
Healthcare - An Identity Thief's SuperStore
Healthcare - An Identity Thief's SuperStoreHealthcare - An Identity Thief's SuperStore
Healthcare - An Identity Thief's SuperStoreJoAnna Cheshire
 
Microservices Architectural Maturity Matrix, Token Based Authority, API Gatew...
Microservices Architectural Maturity Matrix, Token Based Authority, API Gatew...Microservices Architectural Maturity Matrix, Token Based Authority, API Gatew...
Microservices Architectural Maturity Matrix, Token Based Authority, API Gatew...JoAnna Cheshire
 
Define Yourself! Crafting a Wonder Woman's Brand
Define Yourself! Crafting a Wonder Woman's BrandDefine Yourself! Crafting a Wonder Woman's Brand
Define Yourself! Crafting a Wonder Woman's BrandJoAnna Cheshire
 
Today's Cyber Challenges: Methodology to Secure Your Business
Today's Cyber Challenges: Methodology to Secure Your BusinessToday's Cyber Challenges: Methodology to Secure Your Business
Today's Cyber Challenges: Methodology to Secure Your BusinessJoAnna Cheshire
 

More from JoAnna Cheshire (20)

The Future of Work
The Future of WorkThe Future of Work
The Future of Work
 
Catching the Next Train
Catching the Next TrainCatching the Next Train
Catching the Next Train
 
The SharePoint Migration Playbook
The SharePoint Migration PlaybookThe SharePoint Migration Playbook
The SharePoint Migration Playbook
 
Introduction to SharePoint Framework
Introduction to SharePoint FrameworkIntroduction to SharePoint Framework
Introduction to SharePoint Framework
 
PowerShell + SharePoint Online - An Admin's Guide
PowerShell + SharePoint Online - An Admin's GuidePowerShell + SharePoint Online - An Admin's Guide
PowerShell + SharePoint Online - An Admin's Guide
 
Artificial Intelligence & Machine Learning - A CIOs Perspective
Artificial Intelligence & Machine Learning - A CIOs PerspectiveArtificial Intelligence & Machine Learning - A CIOs Perspective
Artificial Intelligence & Machine Learning - A CIOs Perspective
 
Modernizing Data Management
Modernizing Data Management Modernizing Data Management
Modernizing Data Management
 
Microsoft and Enterprise Search
Microsoft and Enterprise Search Microsoft and Enterprise Search
Microsoft and Enterprise Search
 
Introduction to Microsoft Teams and Office 365 groups
Introduction to Microsoft Teams and Office 365 groupsIntroduction to Microsoft Teams and Office 365 groups
Introduction to Microsoft Teams and Office 365 groups
 
Cybersecurity crisis management a prep guide
Cybersecurity crisis management   a prep guideCybersecurity crisis management   a prep guide
Cybersecurity crisis management a prep guide
 
Accelerate your business with flow
Accelerate your business with flowAccelerate your business with flow
Accelerate your business with flow
 
Building applications for your business using power apps and flow
Building applications for your business using power apps and flowBuilding applications for your business using power apps and flow
Building applications for your business using power apps and flow
 
The Decomposition Dilemma
The Decomposition DilemmaThe Decomposition Dilemma
The Decomposition Dilemma
 
Not "If" but "When"
Not "If" but "When"Not "If" but "When"
Not "If" but "When"
 
Defending against Ransomware and what you can do about it
Defending against Ransomware and what you can do about itDefending against Ransomware and what you can do about it
Defending against Ransomware and what you can do about it
 
The New Convergence of Data; the Next Strategic Business Advantage
The New Convergence of Data; the Next Strategic Business AdvantageThe New Convergence of Data; the Next Strategic Business Advantage
The New Convergence of Data; the Next Strategic Business Advantage
 
Healthcare - An Identity Thief's SuperStore
Healthcare - An Identity Thief's SuperStoreHealthcare - An Identity Thief's SuperStore
Healthcare - An Identity Thief's SuperStore
 
Microservices Architectural Maturity Matrix, Token Based Authority, API Gatew...
Microservices Architectural Maturity Matrix, Token Based Authority, API Gatew...Microservices Architectural Maturity Matrix, Token Based Authority, API Gatew...
Microservices Architectural Maturity Matrix, Token Based Authority, API Gatew...
 
Define Yourself! Crafting a Wonder Woman's Brand
Define Yourself! Crafting a Wonder Woman's BrandDefine Yourself! Crafting a Wonder Woman's Brand
Define Yourself! Crafting a Wonder Woman's Brand
 
Today's Cyber Challenges: Methodology to Secure Your Business
Today's Cyber Challenges: Methodology to Secure Your BusinessToday's Cyber Challenges: Methodology to Secure Your Business
Today's Cyber Challenges: Methodology to Secure Your Business
 

Recently uploaded

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley 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
 
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
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 

Recently uploaded (20)

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
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...
 
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
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 

DevOps from Control to Enablement