SlideShare a Scribd company logo
DOCKER ENABLES AGILE
DEVOPS
Keep C.A.L.M.S and Docker On
Boyd Hemphill Evangelist @behemphi
WHO AM I
Technologist
WHO AM I
Technologist
Community Builder
WHO AM I
Technologist
Community Builder
Extroverted Nerd
IS DEVOPS AGILE REBRANDED?
Controversial, Consideration, Conster…
Docker enables agile_devops
WHO ARE YOU
Have heard of Docker?
WHO ARE YOU
Have heard of Docker?
Using Docker in Dev/QA
WHO ARE YOU
Have heard of Docker?
Using Docker in Dev/QA
Production Docker use?
Docker enables agile_devops
WHAT IS DEVOPS
Culture
WHAT IS DEVOPS
Culture
Automation
WHAT IS DEVOPS
Culture
Automation
Lean
WHAT IS DEVOPS
Culture
Automation
Lean
Measure
WHAT IS DEVOPS
Culture
Automation
Lean
Measure
Share
“DevOps is the way in which a technology organization
embeds itself in a business to the benefit of that
business.”
DEVOPS
What is The Goal of your
company?
DEVOPS
What is The Goal of your
company?
Make Money
DEVOPS
What is The Goal of your
company?
Make Money
Value is what the market
will pay, not the amount of
work
Docker enables agile_devops
WHAT IS AGILE
RTFM (where M =
manifesto)
WHAT IS AGILE
RTFM (where M =
manifesto)
Dogma is not agile
WHAT IS AGILE
RTFM (where M =
manifesto)
Dogma is not agile
Agile _is_ agile
“Agile is the philosophy defined by the Agile Manifesto. It
takes form in the ways organizations respond to change.”
Docker enables agile_devops
FRAMEWORK FOR
REASONING
Philosophy
FRAMEWORK FOR
REASONING
Philosophy
Model
FRAMEWORK FOR
REASONING
Philosophy
Model
Implementation
FRAMEWORK FOR
REASONING
Philosophy
Model
Implementation
Tools
“Don’t be a Tools”
Docker enables agile_devops
ECONOMICS 101
P = R - C
ECONOMICS 101
P = R - C
C = 0 => out of business
ECONOMICS 101
P = R - C
C = 0 => out of business
R has no limit!
ECONOMICS 101
P = R - C
C = 0 => :-(
R has no limit!
Does Docker impact R?
Docker enables agile_devops
CONTAINERS 101 -
VMS VS. OS VIRTUALIZATION
A VM is a full copy of an
entire computer running as
software on a hypervisor
CONTAINERS 101 -
VMS VS. OS VIRTUALIZATION
A VM is a full copy of an
entire computer running as
software on a hypervisor
A container is a slice of a
kernel
CONTAINERS 101 -
VMS VS. OS VIRTUALIZATION
A VM is a full copy of an
entire computer running as
software on a hypervisor
A container is a slice of a
kernel
Exec Summary: The lack of
extra layers means big
efficiencies
Docker enables agile_devops
CONTAINERS 101 -
HISTORY
BSD Jails (2000)
CONTAINERS 101 -
HISTORY
BSD Jails (2000)
Solaris Zones (2004)
CONTAINERS 101 -
HISTORY
BSD Jails (2000)
Solaris Zones (2004)
OpenVZ (2005)
CONTAINERS 101 -
HISTORY
BSD Jails (2000)
Solaris Zones (2004)
OpenVZ (2005)
LXC (2008)
CONTAINERS 101 -
HISTORY
BSD Jails (2000)
Solaris Zones (2004)
OpenVZ (2005)
LXC (2008)
SILENCE
CONTAINERS 101 -
HISTORY
BSD Jails (2000)
Solaris Zones (2004)
OpenVZ (2005)
LXC (2008)
SILENCE
Docker (2013)
Docker enables agile_devops
INFORMATION
ARCHITECTURE
Tackle Dev Acceleration,
Testing, Project Mgmt and
Ops Implementations
INFORMATION
ARCHITECTURE
Tackle Dev Acceleration,
Testing, Project Mgmt and
Ops Implementations
Look at traditional forward
thinking and edgy DevOps
thinking
INFORMATION
ARCHITECTURE
Tackle Dev Acceleration,
Testing, Project Mgmt and
Ops Implementations
Look at traditional forward
thinking and edgy DevOps
thinking
Apply the Agile Test
INFORMATION
ARCHITECTURE
Tackle Dev Acceleration,
Testing, Project Mgmt and
Ops Implementations
Look at traditional forward
thinking and edgy DevOps
thinking
Apply the Agile Test
Highlight DevOps Thinking
Docker enables agile_devops
DEVELOPER
ACCELERATION
Traditional - Better
modeling of the production
topology
DEVELOPER
ACCELERATION
Traditional - Better
modeling of the production
topology
Forward - Disposable
Development environments
Docker: http://goo.gl/
TbacWI
Vagrant: http://goo.gl/
K5FnCG
DEVELOPER
ACCELERATION
Traditional - Better modeling of
the production topology
Forward - Disposable
Development environments
Docker: http://goo.gl/TbacWI
Vagrant: http://goo.gl/
K5FnCG
Bleeding Edge - Produce
container images as black boxes
THE AGILE TEST
INDIVIDUALS AND
INTERACTIONS OVER
PROCESSES AND TOOLS
Developers can take risks such as
upgrading PHP knowing they can get
back to a working state in seconds
instead of days. Enabling innovation
means better velocity.
[DevOps: Velocity = Revenue]
WORKING SOFTWARE
OVER COMPREHENSIVE
DOCUMENTATION
The Dockerfile (code) that describes the
run time environment is what ensures
a working environment, not a huge
wiki that is chronically out of date.
[DevOps: Infrastructure as Code]
CUSTOMER
COLLABORATION OVER
CONTRACT NEGOTIATION
A developer can change the function of a
service in a container and show it to a
customer (B2B) asking, "like this?”
Developers can kick out new features that can
be A/B tested on a SaaS offering (B2C)
[DevOps - Shorten Feedback Loops]
RESPONDING TO
CHANGE OVER
FOLLOWING A PLAN
Black box thinking means the role of ops
changes to expressing operational measures
(security, performance, scale) in terms of
automated testing. Innovation increases
because feedback comes sooner.
[DevOps - Innovation means competitive
advantage]
Docker enables agile_devops
BUILD AND TEST AGILITY
Traditional - Better
modeling of the production
environment in testing
BUILD AND TEST AGILITY
Traditional - Better
modeling of the production
environment in testing
Forward Thinking - Better
parallelism in software
build and test.
BUILD AND TEST AGILITY
Traditional - Better
modeling of the production
environment in testing
Forward Thinking - Better
parallelism in software
build and test.
Bleeding Edge - Build
systems produce container
images as artifacts
THE AGILE TEST
INDIVIDUALS AND
INTERACTIONS OVER
PROCESSES AND TOOLS
At the bleeding edge, collaboration across
function becomes about producing tests
rather than processes for inhibiting
innovation. Code becomes the documentation
and collaboration happens at the engineering
level rather than the process control level.
[DevOps: Test all the things]
WORKING SOFTWARE
OVER COMPREHENSIVE
DOCUMENTATION
Better modeling of the production
environment, especially in a disposable
way, deploys are seamless in all
environments
[DevOps: Continuous Delivery]
CUSTOMER
COLLABORATION OVER
CONTRACT NEGOTIATION
A/B testing is a form of collaboration,
though generally an individual
customer is unaware they are a test
subject.
[DevOps - Short Feedback Loops]
RESPONDING TO
CHANGE OVER
FOLLOWING A PLAN
Responding to change is the definition
of both build and quality engineering.
Docker adoption has no effect.
Docker enables agile_devops
PROJECT MANAGEMENT
Traditional - None
PROJECT MANAGEMENT
Traditional - None
Forward Thinking -
Coordination between Dev,
QA and Ops is eased
PROJECT MANAGEMENT
Traditional - None
Forward Thinking -
Coordination between Dev,
QA and Ops is eased
Bleeding Edge - Problems
of The Mythical Man
Month are eased by micro
teams
THE AGILE TEST
INDIVIDUALS AND
INTERACTIONS OVER
PROCESSES AND TOOLS
On the bleeding edge change becomes about how to
ensure behavior of software rather than people.
Software problems are easier than people problems.
I believe the manifesto needs an update here to value
the _quality_ of interaction.
[DevOps - Reduce need for human intervention]
WORKING SOFTWARE
OVER COMPREHENSIVE
DOCUMENTATION
Automated coordination between
environments means less deploy
friction for PM’s to manage.
[DevOps: Continuous Delivery]
CUSTOMER
COLLABORATION OVER
CONTRACT NEGOTIATION
Use of disposable environments could
lead to PMs doing check-ins with
customers that ask, "Like this?"
[DevOps - Short Feedback Loops]
RESPONDING TO
CHANGE OVER
FOLLOWING A PLAN
Micro teams move at their own pace. The
response to change is much more rapid.
There is little inter-team communication
required so the quality of intra-team
communication can be improved.
[DevOps - Increase efficiency holistically]
Docker enables agile_devops
OPERATIONS
Traditional - Gnashing of
teeth, stress and
obstinance
OPERATIONS
Traditional - Gnashing of
teeth, stress and
obstinance
Forward Thinking -
Working with DevOps
thought leaders to identify
an appropriate sandbox to
do real world R&D.
OPERATIONS
Traditional - Gnashing of
teeth, stress and obstinance
Forward Thinking - Working
with DevOps thought leaders
to identify an appropriate
sandbox to do real world R&D.
Bleeding Edge - Micro services
teams (Netflix), Single tenant
systems (Pantheon), Bleeding
edge shops (offers.com)
THE AGILE TEST
INDIVIDUALS AND
INTERACTIONS OVER
PROCESSES AND TOOLS
At the operational level, Docker is a
technology.
Again, I believe the manifesto needs
and update to value the _quality_ of
interaction.
WORKING SOFTWARE
OVER COMPREHENSIVE
DOCUMENTATION
Containers are portable, so "works on
my machine" is not a consideration in a
Docker shop. When software gets to Ops,
it works.
Testing will need to focus on security
and performance.
CUSTOMER
COLLABORATION OVER
CONTRACT NEGOTIATION
At Pantheon, for example, this is a crucial
point. Customers use the fully featured system
indefinitely for free. They purchase value
added services like performance, back up and
the like.
[DevOps - Value is in what the market will
pay for.]
RESPONDING TO
CHANGE OVER
FOLLOWING A PLAN
Ops, in terms of DevOps thinking, is about eliminating
the need for reaction in the production environment.
An argument can be made that Docker allows for
automated response to change (scaling and disasters
for example)
[DevOps - Reduce need for human intervention]
Docker enables agile_devops
SUMMARY - DEVOPS
Culture - DevOps thought leaders must determine
how a Docker adoption path looks in their
organization
SUMMARY - DEVOPS
Culture - DevOps thought leaders must determine
how a Docker adoption path looks in their
organization
Automation - Tools are not there yet. Companies are
showing up with the mission to address this, but it is
very early days.
SUMMARY - DEVOPS
Culture - DevOps thought leaders must determine how
a Docker adoption path looks in their organization
Automation - Tools are not there yet. Companies are
showing up with the mission to address this, but it is
very early days.
Lean - DevOps thought leaders are responsible for the
holistic impact of technology decisions at the business
level.
SUMMARY - DEVOPS
Culture - DevOps thought leaders must determine how a Docker
adoption path looks in their organization
Automation - Tools are not there yet. Companies are showing up
with the mission to address this, but it is very early days.
Lean - DevOps thought leaders are responsible for the holistic
impact of technology decisions at the business level.
Measurement - Empiricism is required if we are to meet our
Measurement obligation. Blackbox thinking could revolutionize
compliance.
SUMMARY - DEVOPS
Culture - DevOps thought leaders must determine how a Docker adoption path
looks in their organization
Automation - Tools are not there yet. Companies are showing up with the mission
to address this, but it is very early days.
Lean - DevOps thought leaders are responsible for the holistic impact of
technology decisions at the business level.
Measurement - Empiricism is required if we are to meet our Measurement
obligation. Blackbox thinking could revolutionize compliance.
Sharing - DevOps thought leaders should be working with peers and collaborators
in their company to determine if they can derive the proposed business benefits.
Docker enables agile_devops
SUMMARY - AGILE
Individuals over Process - Agile thought leaders must
help Ops find ways to accept developers’ control of
dependencies
SUMMARY - AGILE
Individuals over Process - Agile thought leaders must
help Ops find ways to accept developers control of
dependencies
Working Software over Docs - Agilistas must help the
business identify safe places for change.
SUMMARY - AGILE
Individuals over Process - Agile thought leaders must
help Ops find ways to accept developers control of
dependencies
Working Software over Docs - Agilistas must help the
business identify safe places for change.
Collaboration over Contract - The Agile approach
should be applied to the learning of how to use Docker
in production.
SUMMARY - AGILE
Individuals over Process - Agile thought leaders must help Ops
find ways to accept developers control of dependencies
Working Software over Docs - Agilistas must help the business
identify safe places for change.
Collaboration over Contract - The Agile approach should be
applied to the learning of how to use Docker in production.
Change Response over Planning - New ways to apply the notion
of velocity must be developed to measure the success of a Docker
adoption.
“Docker enables new agile practices, but is it the right
technology choice for your organization?”
COLOPHON
AUDIBLE.COM = BEST DEVOPS
TOOL EVER!
The Lean Startup - Reis (tech)
The Goal - Goldratt (Theory of Constraints)
It’s not Luck - Goldratt (Theory of Constraints)
The Mythical Man Month - Brooks (Team structure)
Great by Choice - Collins (Culture)
The Phoenix Project - Kim (*) (tech)
Continuous Delivery - Humble (*) (hardcore tech)
The Lean Enterprise - Humble (*) (tech)

More Related Content

PPT
Innovate 2014 - DevOps Technical Strategy
ODP
Optimizing DevOps strategy in a large enterprise
PDF
Building a DevOps Team that isn't Evil
PPTX
Mobile to Mainframe - the Challenges of Enterprise DevOps Adoption
PPTX
Evolving Team Structure in DevOps
PDF
ROI & Business Value of CI, CD, DevOps, DevSecOps, & Microservices
PPT
IBM Pulse 2013 session - DevOps for Mobile Apps
PDF
Docker's value for Development Teams in a DevOps Process
Innovate 2014 - DevOps Technical Strategy
Optimizing DevOps strategy in a large enterprise
Building a DevOps Team that isn't Evil
Mobile to Mainframe - the Challenges of Enterprise DevOps Adoption
Evolving Team Structure in DevOps
ROI & Business Value of CI, CD, DevOps, DevSecOps, & Microservices
IBM Pulse 2013 session - DevOps for Mobile Apps
Docker's value for Development Teams in a DevOps Process

What's hot (20)

PPT
DevOps and PaaS at Pulse 2014
PDF
Improving Software Delivery with DevOps & Software Defined Environments
PDF
XebiaLabs Enterprise DevOps
PDF
Ibm innovate ci for system z
PDF
DevOps Kaizen: Find and Fix What is Really Behind Your Problems
PDF
DevOps for Mainframe for IBM Pulse Conference
PDF
Success Factors for a Mature Microservices Implementation
PPTX
Redefining cloud computing again linthicum with bonus
PDF
Death to Manual Deployments
PDF
Mainframe DevOps: A Zowe CLI-enabled Roadmap
PDF
A Cloud Native Platform - Cloud Native Day Santa Monica
PDF
DEVNET-2015 DevOps In Depth - Damon Edwards on DevOps Kaizen: Building an Ent...
PDF
Leading DevOps Application Release and Deployment - Best Practices for Organi...
PDF
Docker Enables DevOps - Keep C.A.L.M.S. and Docker on ...
PPTX
Refactoring, Emergent Design & Evolutionary Architecture
PDF
Avoiding the Release Weekend
PPT
DevOps 101 for Government
PPTX
DevOps - an Agile Perspective (at Scale)
PDF
Keep calms and Docker On ... Innotech
PPTX
New DevOps for the DBA
DevOps and PaaS at Pulse 2014
Improving Software Delivery with DevOps & Software Defined Environments
XebiaLabs Enterprise DevOps
Ibm innovate ci for system z
DevOps Kaizen: Find and Fix What is Really Behind Your Problems
DevOps for Mainframe for IBM Pulse Conference
Success Factors for a Mature Microservices Implementation
Redefining cloud computing again linthicum with bonus
Death to Manual Deployments
Mainframe DevOps: A Zowe CLI-enabled Roadmap
A Cloud Native Platform - Cloud Native Day Santa Monica
DEVNET-2015 DevOps In Depth - Damon Edwards on DevOps Kaizen: Building an Ent...
Leading DevOps Application Release and Deployment - Best Practices for Organi...
Docker Enables DevOps - Keep C.A.L.M.S. and Docker on ...
Refactoring, Emergent Design & Evolutionary Architecture
Avoiding the Release Weekend
DevOps 101 for Government
DevOps - an Agile Perspective (at Scale)
Keep calms and Docker On ... Innotech
New DevOps for the DBA
Ad

Viewers also liked (20)

PPTX
Introducing DevOps
PPTX
Docker
PDF
Adventureswith micro services
PDF
DevOps Con 2015: Radical Agility with Autonomous Teams and Microservices in t...
PDF
Containers in production with Docker, CoreOS, Kubernetes and Apache Stratos
PDF
Project Sputnik - Driving Innovation at a large company
PDF
Powering Radical Agility with Docker
PDF
PuppetConf 2016: Continuous Delivery and DevOps with Jenkins and Puppet Enter...
PDF
Design Thinking, Agile, DevOps - fuel the innovation delivery
PDF
Deploying and Testing Microservices
PPTX
V mware thin app 4.5 customer presentation
PPTX
传统零售业的移动互联网升级
PDF
Radical Agility with Autonomous Teams and Microservices in the Cloud
ODP
Testing strategies for micro services - Ketan Soni, Jesal Mistry, ThoughtWorks
PDF
Push The Button with Continuous Delivery: Sam Newman Continuous Delivery Prac...
PDF
DevOps, Microservices and containers - a high level overview
PPTX
DevOps, containers & microservices: Separating the hype from the reality
PPTX
Serverless Data Architecture at scale on Google Cloud Platform - Lorenzo Ridi...
PPTX
A new model for Docker image distribution
PPTX
Docker Datacenter Overview and Production Setup Slides
Introducing DevOps
Docker
Adventureswith micro services
DevOps Con 2015: Radical Agility with Autonomous Teams and Microservices in t...
Containers in production with Docker, CoreOS, Kubernetes and Apache Stratos
Project Sputnik - Driving Innovation at a large company
Powering Radical Agility with Docker
PuppetConf 2016: Continuous Delivery and DevOps with Jenkins and Puppet Enter...
Design Thinking, Agile, DevOps - fuel the innovation delivery
Deploying and Testing Microservices
V mware thin app 4.5 customer presentation
传统零售业的移动互联网升级
Radical Agility with Autonomous Teams and Microservices in the Cloud
Testing strategies for micro services - Ketan Soni, Jesal Mistry, ThoughtWorks
Push The Button with Continuous Delivery: Sam Newman Continuous Delivery Prac...
DevOps, Microservices and containers - a high level overview
DevOps, containers & microservices: Separating the hype from the reality
Serverless Data Architecture at scale on Google Cloud Platform - Lorenzo Ridi...
A new model for Docker image distribution
Docker Datacenter Overview and Production Setup Slides
Ad

Similar to Docker enables agile_devops (20)

PPTX
State of agile 2016
PDF
Introduction to Dev Ops and Containerisation with Docker
PPTX
DevOps State of the Union 2015
PDF
Impact of CD, Clean Code, ... on Team Performance
PDF
Docker Enables DevOps - Boston
PDF
Openstack Summit Container Day Keynote
PDF
Sukumar Nayak-Agile-DevOps-Cloud Management
PDF
Containers, microservices and serverless for realists
PDF
Docker with Micro Service and WebServices
PDF
Introduction to DevOps and the Practical Use Cases at Credit OK
PDF
Docker Containers in the Enterprise DevOps Journey
PDF
Docker Enables DevOps
PPTX
Delivering Applications Continuously to Cloud
PPTX
DevOps 101
PDF
AWS DevOps Guide and Best Practices Presentation.pdf
PDF
Getting Started with DevOps
PPTX
Container Days NYC Keynote
PPTX
JAXLondon 2015 "DevOps and the Cloud: All Hail the (Developer) King"
PDF
DevOps for absolute beginners
PPTX
SS Introduction to Docker
State of agile 2016
Introduction to Dev Ops and Containerisation with Docker
DevOps State of the Union 2015
Impact of CD, Clean Code, ... on Team Performance
Docker Enables DevOps - Boston
Openstack Summit Container Day Keynote
Sukumar Nayak-Agile-DevOps-Cloud Management
Containers, microservices and serverless for realists
Docker with Micro Service and WebServices
Introduction to DevOps and the Practical Use Cases at Credit OK
Docker Containers in the Enterprise DevOps Journey
Docker Enables DevOps
Delivering Applications Continuously to Cloud
DevOps 101
AWS DevOps Guide and Best Practices Presentation.pdf
Getting Started with DevOps
Container Days NYC Keynote
JAXLondon 2015 "DevOps and the Cloud: All Hail the (Developer) King"
DevOps for absolute beginners
SS Introduction to Docker

More from Boyd Hemphill (16)

PDF
Longhorn PHP Tech Debt
PDF
2022-08-16-cloud-austin-tech-debt.pdf
PPTX
The Dynamic Duo
PPTX
Risk is not Fear
PDF
Longhorn PHP - Stop Doing It Wrong
PDF
Deploying PHP Applications to AWS Elastic Beanstalk
PDF
2017-10-24 All Day DevOps - Disposable Development Environments
PPTX
Docker Docker - Docker Security - Docker
PPTX
HomeOps - Reasoning About DevOps at Home
PDF
Container Day - Seattle
PDF
Laundryops Practical DevOps at Home
PDF
Ten Book, Five Minutes
PDF
StackEngine Demo - Boston
PDF
StackEngine Demo - Docker Austin
PDF
StackEngine Problem Space Demo
PDF
StackEngine Problem Space Demo
Longhorn PHP Tech Debt
2022-08-16-cloud-austin-tech-debt.pdf
The Dynamic Duo
Risk is not Fear
Longhorn PHP - Stop Doing It Wrong
Deploying PHP Applications to AWS Elastic Beanstalk
2017-10-24 All Day DevOps - Disposable Development Environments
Docker Docker - Docker Security - Docker
HomeOps - Reasoning About DevOps at Home
Container Day - Seattle
Laundryops Practical DevOps at Home
Ten Book, Five Minutes
StackEngine Demo - Boston
StackEngine Demo - Docker Austin
StackEngine Problem Space Demo
StackEngine Problem Space Demo

Recently uploaded (20)

DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Cloud computing and distributed systems.
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Encapsulation theory and applications.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Machine learning based COVID-19 study performance prediction
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Approach and Philosophy of On baking technology
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Big Data Technologies - Introduction.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Electronic commerce courselecture one. Pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
The AUB Centre for AI in Media Proposal.docx
Network Security Unit 5.pdf for BCA BBA.
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Cloud computing and distributed systems.
Chapter 3 Spatial Domain Image Processing.pdf
A Presentation on Artificial Intelligence
Encapsulation theory and applications.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Machine learning based COVID-19 study performance prediction
20250228 LYD VKU AI Blended-Learning.pptx
Approach and Philosophy of On baking technology
MYSQL Presentation for SQL database connectivity
Big Data Technologies - Introduction.pptx
Unlocking AI with Model Context Protocol (MCP)
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Electronic commerce courselecture one. Pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows

Docker enables agile_devops