SlideShare a Scribd company logo
1 of 150
Download to read offline
Cloud native is about
culture, not containers
Holly Cummins
IBM Cloud Garage
by the way …
the IBM Cloud Garage is hiring …
by the way …
the IBM Cloud Garage is hiring …
… in Copenhagen :)
@holly_cummins#IBMCloudGarage
what is cloud native?
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
Credit to @bibryam
@holly_cummins#IBMCloudGarage
(a great
article, btw)
@holly_cummins#IBMCloudGarage
(a great
article, btw)
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
microservices
containers
dynamically orchestrated
@holly_cummins#IBMCloudGarage
“the cloud native
computing
foundation is wrong
…

about cloud native.”
@holly_cummins#IBMCloudGarage
“the cloud native
computing
foundation is wrong
…

about cloud native.” Holly
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
build great
products faster
@holly_cummins#IBMCloudGarage
why?
@holly_cummins#IBMCloudGarage
what problem are
we trying to solve?
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
CV-driven
development.
@holly_cummins#IBMCloudGarage
“my CV looks dull”
is not a good reason
to go cloud native
@holly_cummins#IBMCloudGarage
why cloud?
@holly_cummins#IBMCloudGarage
cost
@holly_cummins#IBMCloudGarage
e l a s t i c i t y
@holly_cummins#IBMCloudGarage
speed
@holly_cummins#IBMCloudGarage
exotic capabilities
@holly_cummins#IBMCloudGarage
why cloud native?
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
12
factors
@holly_cummins#IBMCloudGarage
12
factors
how to write a
cloud application
so you don’t get
electrocuted
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
cloud native is not a
synonym for
‘microservices’
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
if ‘cloud native’ has to be a
synonym for anything, it would be
‘idempotent’
@holly_cummins#IBMCloudGarage
if ‘cloud native’ has to be a
synonym for anything, it would be
‘idempotent’
which definitely needs a synonym
@holly_cummins#IBMCloudGarage
containers are a good base
@holly_cummins#IBMCloudGarage
containers are a good base
it’s not a
competition
to see how
many you
can have
@holly_cummins#IBMCloudGarage
you do not need intra-app http
communication to be cloud native
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
complexity adds expense
@holly_cummins#IBMCloudGarage
unnecessary complexity
adds unnecessary expense
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
space pencil
@holly_cummins#IBMCloudGarage
space pencil
$128.89
@holly_cummins#IBMCloudGarage
space pencil
$128.89
space pen
@holly_cummins#IBMCloudGarage
space pencil
$128.89
space pen
$2.39
@holly_cummins#IBMCloudGarage
space pencil
$128.89
space pen
$2.39
+medical bills
@holly_cummins#IBMCloudGarage
accidental
complexity
essential
complexity
@holly_cummins#IBMCloudGarage
accidental
complexity
essential
complexity
“this will impress my
boss” complexity
@holly_cummins#IBMCloudGarage
what is a container?
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
bare metal
@holly_cummins#IBMCloudGarage
bare metal virtual machines
@holly_cummins#IBMCloudGarage
bare metal virtual machines containers
@holly_cummins#IBMCloudGarage
bare metal virtual machines containers functions
@holly_cummins#IBMCloudGarage
funtainers
@holly_cummins#IBMCloudGarage
function-tainers
@holly_cummins#IBMCloudGarage
funtainers
@holly_cummins#IBMCloudGarage
Thermos® FUNtainer®
@holly_cummins#IBMCloudGarage
funtainersall the fun of containers, but without having to worry about kubernetes
@holly_cummins#IBMCloudGarage
2010
the dawn of
cloud native
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
behaves well on the cloud
@holly_cummins#IBMCloudGarage
behaves well on the cloud
written for the cloud
@holly_cummins#IBMCloudGarage
this is all how we run our
application, not what’s in it
@holly_cummins#IBMCloudGarage
speed
@holly_cummins#IBMCloudGarage
speed
@holly_cummins#IBMCloudGarage
what’s the point of getting the
same old stuff to market faster?
@holly_cummins#IBMCloudGarage
what’s the point of being able to
respond to the market, if you don’t?
@holly_cummins#IBMCloudGarage
what’s the point of
architecture that can go
faster, if you don’t go faster?
@holly_cummins#IBMCloudGarage
how to fail
at cloud
native
@holly_cummins#IBMCloudGarage
“each of our microservices has
duplicated the same object
model … with twenty classes
and seventy fields”
@holly_cummins#IBMCloudGarage
Microservice
@holly_cummins#IBMCloudGarage
Microservice
Domain
@holly_cummins#IBMCloudGarage
Microservice
Domain
@holly_cummins#IBMCloudGarage
“every time we change
code, something breaks”
@holly_cummins#IBMCloudGarage
distributed monolith
@holly_cummins#IBMCloudGarage
cloud-native spaghetti is still spaghetti(Image: Cloudy with a Chance of Meatballs.)
@holly_cummins#IBMCloudGarage
just because a system runs across 6
containers doesn’t mean it’s decoupled
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
Courtesy NASA/
JPL-Caltech
@holly_cummins#IBMCloudGarage
metric units
metric units
imperial
units
distributing
did not help
metric units
imperial
units
@holly_cummins#IBMCloudGarage
microservices need
consumer-driven contract tests
@holly_cummins#IBMCloudGarage
“our tests aren’t
automated”
@holly_cummins#IBMCloudGarage
“we don’t know if
our code works”
@holly_cummins#IBMCloudGarage
systems will behave in
unexpected ways
@holly_cummins#IBMCloudGarage
documentation can be
wrong
@holly_cummins#IBMCloudGarage
dependency updates
can change behaviour
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
“Had we done end-to-end
testing, we believe this
error would have been
caught.”
Arthur Stephenson
Chief Investigator
@holly_cummins#IBMCloudGarage
“we can’t ship
until we have
more confidence
in the quality”
@holly_cummins#IBMCloudGarage
microservices need
automated integration tests
@holly_cummins#IBMCloudGarage
“we don’t know when
the build is broken”
not a good CI/CD indicator a good CI/CD indicator
@holly_cummins#IBMCloudGarage
a good build radiator
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
“oh yes, that
build has been
broken for a
few weeks…”
@holly_cummins#IBMCloudGarage
how to brick a
spaceprobe
@holly_cummins#IBMCloudGarage
“we couldn’t get the
automated checks to work,
so we bypassed them”
@holly_cummins#IBMCloudGarage
“we’ve
scheduled the
architecture
board review for
a month after the
project ships”
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
navigators warned something was wrong
@holly_cummins#IBMCloudGarage
navigators warned something was wrong
they didn’t fill in the right form
@holly_cummins#IBMCloudGarage
navigators warned something was wrong
they didn’t fill in the right form
so nothing was done
@holly_cummins#IBMCloudGarage
does the process add
value?
@holly_cummins#IBMCloudGarage
extreme programming is
the right kind of rigour
@holly_cummins#IBMCloudGarage
extreme programming is
the right kind of rigour
test-driven development
@holly_cummins#IBMCloudGarage
extreme programming is
the right kind of rigour
test-driven development
pair programming
@holly_cummins#IBMCloudGarage
extreme programming is
the right kind of rigour
test-driven development
pair programming
optimise for feedback
@holly_cummins#IBMCloudGarage
“but it’s in the plan”
@holly_cummins#IBMCloudGarage
“but it’s not in the plan”
lots of bulkheads
@holly_cummins#IBMCloudGarage
it was too big
@holly_cummins#IBMCloudGarage
lookouts saw the iceberg
but the ship wasn’t nimble enough to avoid it
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
@holly_cummins#IBMCloudGarage
plans are always wrong
success is in how you respond
@holly_cummins#IBMCloudGarage
“we can’t ship until
every feature is
complete”
@holly_cummins#IBMCloudGarage
how not to
drive a car
@holly_cummins#IBMCloudGarage
they often couldn’t
see the explorer
@holly_cummins#IBMCloudGarage
feedback is good business
@holly_cummins#IBMCloudGarage
feedback is good engineering
@holly_cummins#IBMCloudGarage
mvphurtsan
@holly_cummins#IBMCloudGarage
if you're not embarrassed
by your first release it
was too late
@holly_cummins#IBMCloudGarage
experiments can mean failure
@holly_cummins#IBMCloudGarage
experiments can mean failureexperiments mean failure
The titanic
staircase
and lifeboats
@holly_cummins#IBMCloudGarage
users will have
weird behaviours
@holly_cummins#IBMCloudGarage
optimise for recovery
@holly_cummins#IBMCloudGarage
unrecoverable
@holly_cummins#IBMCloudGarage
manual
intervention
bricked
back in ms
no data loss
handoffs
fast, but
data lost
@holly_cummins#IBMCloudGarage
business recoverability
@holly_cummins#IBMCloudGarage
remember, users will
have weird behaviours
@holly_cummins#IBMCloudGarage
speed
@holly_cummins#IBMCloudGarage
slow is
demoralising
for teams
@holly_cummins#IBMCloudGarage
fast is
good
business
@holly_cummins#IBMCloudGarage
A late change in requirements
is a competitive advantage.
–Mary Poppendieck
@holly_cummins#IBMCloudGarage
more feedback → more accuracy
@holly_cummins#IBMCloudGarage
cloud rescued
developers from tedium
@holly_cummins#IBMCloudGarage
cloud native
should feel
fun
please remember to
rate this session
thank you
@holly_cummins
#IBMCloudGarage

More Related Content

Similar to Cloud native is about culture, not containers

Building Stuff for Fun and Profit - confessions from a life in code and cables
Building Stuff for Fun and Profit - confessions from a life in code and cablesBuilding Stuff for Fun and Profit - confessions from a life in code and cables
Building Stuff for Fun and Profit - confessions from a life in code and cablesHolly Cummins
 
Cloudy with a Chance of Meatballs: Cloud Surprises for the Java Developer
Cloudy with a Chance of Meatballs: Cloud Surprises for the Java DeveloperCloudy with a Chance of Meatballs: Cloud Surprises for the Java Developer
Cloudy with a Chance of Meatballs: Cloud Surprises for the Java DeveloperHolly Cummins
 
Negocios en la nube Roberto Cruz Arcieri
Negocios en la nube   Roberto Cruz ArcieriNegocios en la nube   Roberto Cruz Arcieri
Negocios en la nube Roberto Cruz ArcieriIBMSSA
 
Thinking Strategically about IoT
Thinking Strategically about IoTThinking Strategically about IoT
Thinking Strategically about IoTC4Media
 
Cloud - AIIM Conference 2012
Cloud - AIIM Conference 2012Cloud - AIIM Conference 2012
Cloud - AIIM Conference 2012Chris Riley ☁
 
What Technology Can Do For You - The Nonprofit Edition
What Technology Can Do For You - The Nonprofit EditionWhat Technology Can Do For You - The Nonprofit Edition
What Technology Can Do For You - The Nonprofit EditionAmy Larrimore
 
IBM Interconnect 2013 Social Overview
IBM Interconnect 2013 Social OverviewIBM Interconnect 2013 Social Overview
IBM Interconnect 2013 Social OverviewDaryl Pereira
 
How and why we use Drupal - a business owner's perspective
How and why we use Drupal - a business owner's perspectiveHow and why we use Drupal - a business owner's perspective
How and why we use Drupal - a business owner's perspectiveJeffrey McGuire
 
Microservices: from dream to reality in an hour
Microservices: from dream to reality in an hourMicroservices: from dream to reality in an hour
Microservices: from dream to reality in an hourHolly Cummins
 
Innovation Stories from the Bluemix Garage
Innovation Stories from the Bluemix GarageInnovation Stories from the Bluemix Garage
Innovation Stories from the Bluemix GarageHolly Cummins
 
MLSD18. End-to-End Machine Learning
MLSD18. End-to-End Machine LearningMLSD18. End-to-End Machine Learning
MLSD18. End-to-End Machine LearningBigML, Inc
 
Introduction to Chaos Engineering | SRECon Asia - Ana Medina
Introduction to Chaos Engineering | SRECon Asia - Ana MedinaIntroduction to Chaos Engineering | SRECon Asia - Ana Medina
Introduction to Chaos Engineering | SRECon Asia - Ana MedinaAna Medina
 
The Lazy Developer's Guide to Cloud Foundry - Holly Cummins
The Lazy Developer's Guide to Cloud Foundry - Holly CumminsThe Lazy Developer's Guide to Cloud Foundry - Holly Cummins
The Lazy Developer's Guide to Cloud Foundry - Holly CumminsJAXLondon2014
 
How will you outthink and re-invent with IBM Cloud?
How will you outthink and re-invent with IBM Cloud?How will you outthink and re-invent with IBM Cloud?
How will you outthink and re-invent with IBM Cloud?LaurenWendler
 
Mobile development strategies with MVVM
Mobile development strategies with MVVMMobile development strategies with MVVM
Mobile development strategies with MVVMJames Montemagno
 
How will you outthink and re-invent with IBM Cloud?
How will you outthink and re-invent with IBM Cloud?How will you outthink and re-invent with IBM Cloud?
How will you outthink and re-invent with IBM Cloud?LaurenWendler
 
When why and how to stop coding as your day job
When why and how to stop coding as your day jobWhen why and how to stop coding as your day job
When why and how to stop coding as your day jobKevin Goldsmith
 
CIO Inspired Conference- IBM's Journey to Cloud and AI
CIO Inspired Conference- IBM's Journey to Cloud and AICIO Inspired Conference- IBM's Journey to Cloud and AI
CIO Inspired Conference- IBM's Journey to Cloud and AIMark Osborn
 
How to Find High-Impact Work and Make People Pay Attention
How to Find High-Impact Work and Make People Pay AttentionHow to Find High-Impact Work and Make People Pay Attention
How to Find High-Impact Work and Make People Pay AttentionSamanthaCarow
 
#RIMC15 - The Other Side of Optimisation: Improving Internal Productivity & E...
#RIMC15 - The Other Side of Optimisation: Improving Internal Productivity & E...#RIMC15 - The Other Side of Optimisation: Improving Internal Productivity & E...
#RIMC15 - The Other Side of Optimisation: Improving Internal Productivity & E...Alex Moss
 

Similar to Cloud native is about culture, not containers (20)

Building Stuff for Fun and Profit - confessions from a life in code and cables
Building Stuff for Fun and Profit - confessions from a life in code and cablesBuilding Stuff for Fun and Profit - confessions from a life in code and cables
Building Stuff for Fun and Profit - confessions from a life in code and cables
 
Cloudy with a Chance of Meatballs: Cloud Surprises for the Java Developer
Cloudy with a Chance of Meatballs: Cloud Surprises for the Java DeveloperCloudy with a Chance of Meatballs: Cloud Surprises for the Java Developer
Cloudy with a Chance of Meatballs: Cloud Surprises for the Java Developer
 
Negocios en la nube Roberto Cruz Arcieri
Negocios en la nube   Roberto Cruz ArcieriNegocios en la nube   Roberto Cruz Arcieri
Negocios en la nube Roberto Cruz Arcieri
 
Thinking Strategically about IoT
Thinking Strategically about IoTThinking Strategically about IoT
Thinking Strategically about IoT
 
Cloud - AIIM Conference 2012
Cloud - AIIM Conference 2012Cloud - AIIM Conference 2012
Cloud - AIIM Conference 2012
 
What Technology Can Do For You - The Nonprofit Edition
What Technology Can Do For You - The Nonprofit EditionWhat Technology Can Do For You - The Nonprofit Edition
What Technology Can Do For You - The Nonprofit Edition
 
IBM Interconnect 2013 Social Overview
IBM Interconnect 2013 Social OverviewIBM Interconnect 2013 Social Overview
IBM Interconnect 2013 Social Overview
 
How and why we use Drupal - a business owner's perspective
How and why we use Drupal - a business owner's perspectiveHow and why we use Drupal - a business owner's perspective
How and why we use Drupal - a business owner's perspective
 
Microservices: from dream to reality in an hour
Microservices: from dream to reality in an hourMicroservices: from dream to reality in an hour
Microservices: from dream to reality in an hour
 
Innovation Stories from the Bluemix Garage
Innovation Stories from the Bluemix GarageInnovation Stories from the Bluemix Garage
Innovation Stories from the Bluemix Garage
 
MLSD18. End-to-End Machine Learning
MLSD18. End-to-End Machine LearningMLSD18. End-to-End Machine Learning
MLSD18. End-to-End Machine Learning
 
Introduction to Chaos Engineering | SRECon Asia - Ana Medina
Introduction to Chaos Engineering | SRECon Asia - Ana MedinaIntroduction to Chaos Engineering | SRECon Asia - Ana Medina
Introduction to Chaos Engineering | SRECon Asia - Ana Medina
 
The Lazy Developer's Guide to Cloud Foundry - Holly Cummins
The Lazy Developer's Guide to Cloud Foundry - Holly CumminsThe Lazy Developer's Guide to Cloud Foundry - Holly Cummins
The Lazy Developer's Guide to Cloud Foundry - Holly Cummins
 
How will you outthink and re-invent with IBM Cloud?
How will you outthink and re-invent with IBM Cloud?How will you outthink and re-invent with IBM Cloud?
How will you outthink and re-invent with IBM Cloud?
 
Mobile development strategies with MVVM
Mobile development strategies with MVVMMobile development strategies with MVVM
Mobile development strategies with MVVM
 
How will you outthink and re-invent with IBM Cloud?
How will you outthink and re-invent with IBM Cloud?How will you outthink and re-invent with IBM Cloud?
How will you outthink and re-invent with IBM Cloud?
 
When why and how to stop coding as your day job
When why and how to stop coding as your day jobWhen why and how to stop coding as your day job
When why and how to stop coding as your day job
 
CIO Inspired Conference- IBM's Journey to Cloud and AI
CIO Inspired Conference- IBM's Journey to Cloud and AICIO Inspired Conference- IBM's Journey to Cloud and AI
CIO Inspired Conference- IBM's Journey to Cloud and AI
 
How to Find High-Impact Work and Make People Pay Attention
How to Find High-Impact Work and Make People Pay AttentionHow to Find High-Impact Work and Make People Pay Attention
How to Find High-Impact Work and Make People Pay Attention
 
#RIMC15 - The Other Side of Optimisation: Improving Internal Productivity & E...
#RIMC15 - The Other Side of Optimisation: Improving Internal Productivity & E...#RIMC15 - The Other Side of Optimisation: Improving Internal Productivity & E...
#RIMC15 - The Other Side of Optimisation: Improving Internal Productivity & E...
 

More from Holly Cummins

Java Application Modernization Patterns and Stories from the IBM Garage
Java Application Modernization Patterns and Stories from the IBM GarageJava Application Modernization Patterns and Stories from the IBM Garage
Java Application Modernization Patterns and Stories from the IBM GarageHolly Cummins
 
Tales from the devops transformation trenches
Tales from the devops transformation trenchesTales from the devops transformation trenches
Tales from the devops transformation trenchesHolly Cummins
 
Confessions of an Automation Addict
Confessions of an Automation AddictConfessions of an Automation Addict
Confessions of an Automation AddictHolly Cummins
 
Six Myths and Paradoxes of Garbage Collection
Six Myths and Paradoxes of Garbage Collection Six Myths and Paradoxes of Garbage Collection
Six Myths and Paradoxes of Garbage Collection Holly Cummins
 
So You Say You Want a Chatbot Revolution
So You Say You Want a Chatbot RevolutionSo You Say You Want a Chatbot Revolution
So You Say You Want a Chatbot RevolutionHolly Cummins
 
Java performance - not so scary after all
Java performance - not so scary after allJava performance - not so scary after all
Java performance - not so scary after allHolly Cummins
 
OSGi and the Enterprise - A match made in a ... box?
OSGi and the Enterprise - A match made in a ... box?OSGi and the Enterprise - A match made in a ... box?
OSGi and the Enterprise - A match made in a ... box?Holly Cummins
 
Software Developers Guide to Fun in the Workplace: Euphoria Despite the Despair
Software Developers Guide to Fun in the Workplace: Euphoria Despite the DespairSoftware Developers Guide to Fun in the Workplace: Euphoria Despite the Despair
Software Developers Guide to Fun in the Workplace: Euphoria Despite the DespairHolly Cummins
 
The Cuddly Throwable Application Server
The Cuddly Throwable Application ServerThe Cuddly Throwable Application Server
The Cuddly Throwable Application ServerHolly Cummins
 
An Arduino, an application, server, and me
An Arduino, an application, server, and meAn Arduino, an application, server, and me
An Arduino, an application, server, and meHolly Cummins
 

More from Holly Cummins (10)

Java Application Modernization Patterns and Stories from the IBM Garage
Java Application Modernization Patterns and Stories from the IBM GarageJava Application Modernization Patterns and Stories from the IBM Garage
Java Application Modernization Patterns and Stories from the IBM Garage
 
Tales from the devops transformation trenches
Tales from the devops transformation trenchesTales from the devops transformation trenches
Tales from the devops transformation trenches
 
Confessions of an Automation Addict
Confessions of an Automation AddictConfessions of an Automation Addict
Confessions of an Automation Addict
 
Six Myths and Paradoxes of Garbage Collection
Six Myths and Paradoxes of Garbage Collection Six Myths and Paradoxes of Garbage Collection
Six Myths and Paradoxes of Garbage Collection
 
So You Say You Want a Chatbot Revolution
So You Say You Want a Chatbot RevolutionSo You Say You Want a Chatbot Revolution
So You Say You Want a Chatbot Revolution
 
Java performance - not so scary after all
Java performance - not so scary after allJava performance - not so scary after all
Java performance - not so scary after all
 
OSGi and the Enterprise - A match made in a ... box?
OSGi and the Enterprise - A match made in a ... box?OSGi and the Enterprise - A match made in a ... box?
OSGi and the Enterprise - A match made in a ... box?
 
Software Developers Guide to Fun in the Workplace: Euphoria Despite the Despair
Software Developers Guide to Fun in the Workplace: Euphoria Despite the DespairSoftware Developers Guide to Fun in the Workplace: Euphoria Despite the Despair
Software Developers Guide to Fun in the Workplace: Euphoria Despite the Despair
 
The Cuddly Throwable Application Server
The Cuddly Throwable Application ServerThe Cuddly Throwable Application Server
The Cuddly Throwable Application Server
 
An Arduino, an application, server, and me
An Arduino, an application, server, and meAn Arduino, an application, server, and me
An Arduino, an application, server, and me
 

Recently uploaded

Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 

Recently uploaded (20)

Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 

Cloud native is about culture, not containers