SlideShare une entreprise Scribd logo
1  sur  114
How to unlock DevOps success with
the Atlassian Stack
Chris Bland - BDQ
Dom Bush - BDQ
BDQ © 2017
Agenda
• Introductions
• What is DevOps?
• DevOps - the Atlassian way
• Fostering a collaborative DevOps culture with Atlassian tools
• How CI/CD with Bamboo is a key enabler of DevOps
• Safe and secure: protect your software from open source
library vulnerabilities with Sonatype
• Test case management and automation: visibility and
traceability with Zephyr
• Q&A
BDQ © 2017
Atlassian’s mission
8 offices
worldwide
2,500+
Atlassians
BDQ © 2017
of Fortune 100 companies
80%
BDQ © 2017
BDQ © 2017
BDQ © 2017
Agenda
• Introductions
• What is DevOps?
• DevOps - the Atlassian way
• Fostering a collaborative DevOps culture with Atlassian tools
• How CI/CD with Bamboo is a key enabler of DevOps
• Safe and secure: protect your software from open source
library vulnerabilities with Sonatype
• Test case management and automation: visibility and
traceability with Zephyr
• Q&A
Software
is eating
the world.
This is
software
Software
is
programming
the world.
BDQ © 2017
Every industry is now software-first
BDQ © 2017
The way
software
teams
work has
changed
BDQ © 2017
The new normal
Agile & Git
7 7 %
Teams of
< 10
8 4 %
Teams of
10-50
6 8 %
Teams of
51-100
7 9 %
Teams of
101-150
8 4 %
Teams of
> 150
overall
77%report using
AGILE
BDQ © 2017
The new normal
Agile & Git
8 6 %
Teams of
< 10
8 3 %
Teams of
10-50
6 5 %
Teams of
51-100
7 3 %
Teams of
101-150
7 9 %
Teams of
> 150
overall
78%report using
GIT
BDQ © 2017
Pulse check
Do incident response times
often exceed SLAs?
Is infrastructure always on
fire?
Is there friction between
development and operations
teams?
Are releases slipping?
BDQ © 2017
Silos are still forming
BDQ © 2017
What’s next
after Agile?
BDQ © 2017
DevOps
A culture where dev and
ops collaborate to build a
faster, more reliable
release pipeline.
BDQ © 2017
Rule of Three
Continuous
Experimentation
Culture of learning
Work flow
Visibility across groups
Amplify feedback
Swarming on incidents
BDQ © 2017
DevOps is
everyone’s
job
BDQ © 2017
“
You build it,
you run it.
”
Werner Vogels | Amazon CTO
BDQ © 2017
Teams practicing DevOps are overachieving!
BDQ © 2017
more frequent
deployments
2015
30x 200x
more frequent
deployments
2016
BDQ © 2017
What does this mean for your
teams?
BDQ © 2017
Feature velocity
Experiment more and release with fewer
bugs.
Invest in future quality
Maximize automation to increase
throughput
and speed in dev cycles.
Competitive edge
Bring new features and products to
market faster.
BDQ © 2017
Feature velocity
Experiment more and release with fewer
bugs.
Invest in future quality
Maximize automation to increase
throughput
and speed in dev cycles.
Competitive edge
Bring new features and products to
market faster.
BDQ © 2017
Feature velocity
Experiment more and release with fewer
bugs.
Invest in future quality
Maximize automation to increase
throughput
and speed in dev cycles.
Competitive edge
Bring new features and products to
market faster.
BDQ © 2017
Up to 100
releases per
day
Netflix has more than 30 million
streaming members
Amazon has thousands of teams
and millions of users
50 million
deployments
per year
BDQ © 2017
Agenda
• Introductions
• What is DevOps?
• DevOps - the Atlassian way
• Fostering a collaborative DevOps culture with Atlassian tools
• How CI/CD with Bamboo is a key enabler of DevOps
• Safe and secure: protect your software from open source
library vulnerabilities with Sonatype
• Test case management and automation: visibility and
traceability with Zephyr
• Q&A
BDQ © 2017
Atlassian for developers
Atlassian is the
culture and collaboration layer of
DevOps.
BDQ © 2017
Steps to DevOps
BDQ © 2017
Steps to DevOps
BDQ © 2017
Building a culture of collaboration
BDQ © 2017
LEADERSHIP
SERVICE
PROJECT
TEAM HEALTH
MONITORS
TEAM PLAYS
BDQ © 2017
Steps to DevOps
BDQ © 2017
Practices
BDQ © 2017
Agile
Supports culture
shift
Quick reaction to
change
atlassian.com/agile
What is Agile?
BDQ © 2017
GIT
Quick iterations
Branching &
merging
atlassian.com/git
BDQ © 2017
CI
Fast feedback
Automation
atlassian.com/continuous-delivery
BDQ © 2017
Steps to DevOps
BDQ © 2017
Agenda
• Introductions
• What is DevOps?
• DevOps - the Atlassian way
• Fostering a collaborative DevOps culture with Atlassian tools
• How CI/CD with Bamboo is a key enabler of DevOps
• Safe and secure: protect your software from open source
library vulnerabilities with Sonatype
• Test case management and automation: visibility and
traceability with Zephyr
• Q&A
BDQ © 2017
BDQ © 2017
A DevOps Story
BDQ © 2017
Arrive at the Office
BDQ © 2017
Documenting requirements
BDQ © 2017
Documenting requirements
BDQ © 2017
Reviewing backlog
BDQ © 2017
Tracking status of changes
BDQ © 2017
Assign the Work
BDQ © 2017
Working from the Agile
board
BDQ © 2017
M A S T E
R
F E A T U R E
1
F E A T U R E
2
F E A T U R E
3
Git & feature branches
BDQ © 2017
A branch for every change
BDQ © 2017
A branch for every change
BDQ © 2017
Checkout and code
BDQ © 2017
Manage Development
BDQ © 2017
Agile board
BDQ © 2017
Chat
BDQ © 2017
Commit, Push, and Test
BDQ © 2017
Pushing to Bitbucket
BDQ © 2017
Pushing changes to QA or
staging
BDQ © 2017
Swarming
BDQ © 2017
The Pull Request
BDQ © 2017
Creating the pull request
BDQ © 2017
Workflow triggers
BDQ © 2017
Code review
BDQ © 2017
Collaborating
BDQ © 2017
Merge
BDQ © 2017
Agenda
• Introductions
• What is DevOps?
• DevOps - the Atlassian way
• Fostering a collaborative DevOps culture with Atlassian tools
• How CI/CD with Bamboo is a key enabler of DevOps
• Safe and secure: protect your software from open source
library vulnerabilities with Sonatype
• Test case management and automation: visibility and
traceability with Zephyr
• Q&A
BDQ © 2017
Release with Confidence
BDQ © 2017
Deploy
BDQ © 2017
Release hub
BDQ © 2017
Operate & feedback
BDQ © 2017
xx
x
Operations
BDQ © 2017
Feedback
BDQ © 2017
Atlassian Saw…
Since adopting DevOps, teams
have seen some changes
BDQ © 2017
More builds*
Increase in builds per month whilst
keeping engineering teams about the
same size.
Greater velocity
Deploy changes faster with greater
confidence .
More independence
We can move faster, more reliably, with
greater sense of ownership.
BDQ © 2017
More builds*
Increase in builds per month whilst
keeping engineering teams about the
same size.
Greater velocity
Deploy changes faster with greater
confidence .
More independence
We can move faster, more reliably, with
greater sense of ownership.
BDQ © 2017
More builds*
Increase in builds per month whilst
keeping engineering teams about the
same size.
Greater velocity
Deploy changes faster with greater
confidence .
More independence
We can move faster, more reliably, with
greater sense of ownership.
BDQ © 2017
Agenda
• Introductions
• What is DevOps?
• DevOps - the Atlassian way
• Fostering a collaborative DevOps culture with Atlassian tools
• How CI/CD with Bamboo is a key enabler of DevOps
• Safe and secure: protect your software from open source
library vulnerabilities with Sonatype
• Test case management and automation: visibility and
traceability with Zephyr
• Q&A
BDQ © 2017
BDQ © 2017
Partners
Atlassian integrates with
key DevOps tools
BDQ © 2017
BDQ © 2017
Agenda
• Introductions
• What is DevOps?
• DevOps - the Atlassian way
• Fostering a collaborative DevOps culture with Atlassian tools
• How CI/CD with Bamboo is a key enabler of DevOps
• Safe and secure: protect your software from open source
library vulnerabilities with Sonatype
• Test case management and automation: visibility and
traceability with Zephyr
• Q&A
BDQ © 2017
De
v
C
D
C
I
Pro
d
QA
UAT
Buil
d
Public Component
Repositories
Source
Control
DeployRepository
Developers
IQ Server
BDQ © 2017
Buil
d
Public Component
Repositories
Source Control DeployRepository
Developers
De
v
C
D
C
I
Pro
d
QA
UAT
BDQ © 2017
Security vulnerabilities
BDQ © 2017
License risk
BDQ © 2017
ZTTR (Zero Time to Remediation)
Empower developers from the start
BDQ © 2017
Design a frictionless approach
BDQ © 2017
Create your own for free at
bit.ly/softwareBOM
Create a software bill of materials
BDQ © 2017
Agenda
• Introductions
• What is DevOps?
• DevOps - the Atlassian way
• Fostering a collaborative DevOps culture with Atlassian tools
• How CI/CD with Bamboo is a key enabler of DevOps
• Safe and secure: protect your software from open source
library vulnerabilities with Sonatype
• Test case management and automation: visibility and
traceability with Zephyr
• Q&A
BDQ © 2017
• Test case management
• Integrated with JIRA
• Dashboard
• Test case
• Test cycle
• ZAPI
BDQ © 2017
- a test case
BDQ © 2017
– test cycles
BDQ © 2017
- Dashboard
BDQ © 2017
- Dashboard
BDQ © 2017
- Dashboard
BDQ © 2017
How Atlassian’s products set you up
for success
Atlassian for DevOps
BDQ © 2017
Culture
Collaboration and complete visibility
Prioritization
Manage unplanned work with clear
prioritization
Speed
Release faster and work smarter through
automation
Resolution
Fast feedback loops and incident
management
BDQ © 2017
Culture
Collaboration and complete visibility
Prioritization
Manage unplanned work with clear
prioritization
Speed
Release faster and work smarter through
automation
Resolution
Fast feedback loops and incident
management
BDQ © 2017
Culture
Collaboration and complete visibility
Prioritization
Manage unplanned work with clear
prioritization
Speed
Release faster and work smarter through
automation
Resolution
Fast feedback loops and incident
management
BDQ © 2017
Culture
Collaboration and complete visibility
Prioritization
Manage unplanned work with clear
prioritization
Speed
Release faster and work smarter through
automation
Resolution
Fast feedback loops and incident
management
BDQ © 2017
Atlassian provides the tools
that your software and ops
teams want to use.
Most Importantly
BDQ © 2017
Atlassian Stack
A complete
DevOps solution
for enterprise
BDQ © 2017
Atlassian Stack
HipChat
JIRA Core
Bamboo
Crucible
FishEye
Crowd
Capture for
JIRA
Portfolio for
JIRA
Team
Calendars for
Confluence
Questions for
JIRA Software
Confluence
Bitbucket
JIRA Service
Desk
BDQ © 2017
Atlassian Stack
Faster SLAs 24/7
coverage
Dedicated
support
team
Premier Support
BDQ © 2017
Customers who choose Atlassian for DevOps
BDQ © 2017
Closing title / DevOps with Atlassian key takeaway
BDQ © 2017
Thank you
Follow up half day
seminar
Tuesday, November
21st
8:30 – 12:00
Bit.ly/devops-bdq
BDQ © 2017
Development process

Contenu connexe

Tendances

OSDC 2016 - Hybrid Cloud - A Cloud Migration Strategy
OSDC 2016 - Hybrid Cloud - A Cloud Migration StrategyOSDC 2016 - Hybrid Cloud - A Cloud Migration Strategy
OSDC 2016 - Hybrid Cloud - A Cloud Migration Strategy
Schlomo Schapiro
 

Tendances (20)

Atlassian Team 21 updates
Atlassian Team 21 updatesAtlassian Team 21 updates
Atlassian Team 21 updates
 
AWS Partner Webcast - Step by Step Plan to Update and Migrate Microsoft Wind...
AWS Partner Webcast -  Step by Step Plan to Update and Migrate Microsoft Wind...AWS Partner Webcast -  Step by Step Plan to Update and Migrate Microsoft Wind...
AWS Partner Webcast - Step by Step Plan to Update and Migrate Microsoft Wind...
 
Cloud Migration Strategy and Best Practices
Cloud Migration Strategy and Best PracticesCloud Migration Strategy and Best Practices
Cloud Migration Strategy and Best Practices
 
Tagging Best Practices for Cloud Governance
Tagging Best Practices for Cloud GovernanceTagging Best Practices for Cloud Governance
Tagging Best Practices for Cloud Governance
 
CPN210 Defining an Enterprise Cloud Strategy - AWS re: Invent 2012
CPN210 Defining an Enterprise Cloud Strategy - AWS re: Invent 2012CPN210 Defining an Enterprise Cloud Strategy - AWS re: Invent 2012
CPN210 Defining an Enterprise Cloud Strategy - AWS re: Invent 2012
 
Enterprise Cloud for your Business Applications
Enterprise Cloud for your Business ApplicationsEnterprise Cloud for your Business Applications
Enterprise Cloud for your Business Applications
 
Praktiline Pilvekonverents - Pilvenägemus: kas pilveserveril on tulevikku?
Praktiline Pilvekonverents - Pilvenägemus: kas pilveserveril on tulevikku?Praktiline Pilvekonverents - Pilvenägemus: kas pilveserveril on tulevikku?
Praktiline Pilvekonverents - Pilvenägemus: kas pilveserveril on tulevikku?
 
Tales of modernizing trello's web stack
Tales of modernizing trello's web stackTales of modernizing trello's web stack
Tales of modernizing trello's web stack
 
Cloud Native Applications Maturity Model
Cloud Native Applications Maturity ModelCloud Native Applications Maturity Model
Cloud Native Applications Maturity Model
 
Moving to the cloud: cloud strategies and roadmaps
Moving to the cloud: cloud strategies and roadmapsMoving to the cloud: cloud strategies and roadmaps
Moving to the cloud: cloud strategies and roadmaps
 
OSDC 2016 - Hybrid Cloud - A Cloud Migration Strategy
OSDC 2016 - Hybrid Cloud - A Cloud Migration StrategyOSDC 2016 - Hybrid Cloud - A Cloud Migration Strategy
OSDC 2016 - Hybrid Cloud - A Cloud Migration Strategy
 
Risc and velostrata 2 28 2018 lessons_in_cloud_migration
Risc and velostrata  2 28 2018 lessons_in_cloud_migrationRisc and velostrata  2 28 2018 lessons_in_cloud_migration
Risc and velostrata 2 28 2018 lessons_in_cloud_migration
 
DevOps at Scale: How Datadog is using AWS and PagerDuty to Keep Pace with Gr...
DevOps at Scale:  How Datadog is using AWS and PagerDuty to Keep Pace with Gr...DevOps at Scale:  How Datadog is using AWS and PagerDuty to Keep Pace with Gr...
DevOps at Scale: How Datadog is using AWS and PagerDuty to Keep Pace with Gr...
 
Cloud workload migration guidelines
Cloud workload migration guidelinesCloud workload migration guidelines
Cloud workload migration guidelines
 
AWS Partner Webcast - Data Center Migration to the AWS Cloud
AWS Partner Webcast - Data Center Migration to the AWS CloudAWS Partner Webcast - Data Center Migration to the AWS Cloud
AWS Partner Webcast - Data Center Migration to the AWS Cloud
 
Cloud Migration
Cloud MigrationCloud Migration
Cloud Migration
 
So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2016
So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2016So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2016
So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2016
 
Cloud Migration Checklist | Microsoft Azure Migration
Cloud Migration Checklist | Microsoft Azure MigrationCloud Migration Checklist | Microsoft Azure Migration
Cloud Migration Checklist | Microsoft Azure Migration
 
Dynamic Infrastructure and The Cloud
Dynamic Infrastructure and The CloudDynamic Infrastructure and The Cloud
Dynamic Infrastructure and The Cloud
 
Praktiline pilvekonverents - IT haldust hõlbustavad uuendused
Praktiline pilvekonverents - IT haldust hõlbustavad uuendusedPraktiline pilvekonverents - IT haldust hõlbustavad uuendused
Praktiline pilvekonverents - IT haldust hõlbustavad uuendused
 

Similaire à Unlock DevOps success with Atlassian - www.bdq.cloud

Similaire à Unlock DevOps success with Atlassian - www.bdq.cloud (20)

Welcome to Azure Devops
Welcome to Azure DevopsWelcome to Azure Devops
Welcome to Azure Devops
 
Measure and Accelerate Your Software Delivery
Measure and Accelerate Your Software DeliveryMeasure and Accelerate Your Software Delivery
Measure and Accelerate Your Software Delivery
 
Delivering DevOps on AWS: Accelerating Software Delivery with AWS Developer T...
Delivering DevOps on AWS: Accelerating Software Delivery with AWS Developer T...Delivering DevOps on AWS: Accelerating Software Delivery with AWS Developer T...
Delivering DevOps on AWS: Accelerating Software Delivery with AWS Developer T...
 
Impact of CD, Clean Code, ... on Team Performance
Impact of CD, Clean Code, ... on Team PerformanceImpact of CD, Clean Code, ... on Team Performance
Impact of CD, Clean Code, ... on Team Performance
 
Delivering DevOps on AWS - Transformation Day Public Sector London 2017
Delivering DevOps on AWS - Transformation Day Public Sector London 2017Delivering DevOps on AWS - Transformation Day Public Sector London 2017
Delivering DevOps on AWS - Transformation Day Public Sector London 2017
 
AWS and Dynatrace: Moving your Cloud Strategy to the Next Level
AWS and Dynatrace: Moving your Cloud Strategy to the Next LevelAWS and Dynatrace: Moving your Cloud Strategy to the Next Level
AWS and Dynatrace: Moving your Cloud Strategy to the Next Level
 
Using Dbvisit STANDBY as DR solution for Oracle ODA machines
Using Dbvisit STANDBY as DR solution for Oracle ODA machinesUsing Dbvisit STANDBY as DR solution for Oracle ODA machines
Using Dbvisit STANDBY as DR solution for Oracle ODA machines
 
SD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
SD DevOps Meet-up - Exploring Quadrants of DevOps MaturitySD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
SD DevOps Meet-up - Exploring Quadrants of DevOps Maturity
 
DevOps Fest 2020. Сергей Абаничев. Modern CI\CD pipeline with Azure DevOps
DevOps Fest 2020. Сергей Абаничев. Modern CI\CD pipeline with Azure DevOpsDevOps Fest 2020. Сергей Абаничев. Modern CI\CD pipeline with Azure DevOps
DevOps Fest 2020. Сергей Абаничев. Modern CI\CD pipeline with Azure DevOps
 
Enterprise DevOps and the Modern Mainframe Webcast Presentation
Enterprise DevOps and the Modern Mainframe Webcast PresentationEnterprise DevOps and the Modern Mainframe Webcast Presentation
Enterprise DevOps and the Modern Mainframe Webcast Presentation
 
B4UCconference_Building a CI/CD pipeline with effortless steps
B4UCconference_Building a CI/CD pipeline with effortless stepsB4UCconference_Building a CI/CD pipeline with effortless steps
B4UCconference_Building a CI/CD pipeline with effortless steps
 
GPSWKS404-GPS Game Changing C2S Services To Transform Your Customers Speed To...
GPSWKS404-GPS Game Changing C2S Services To Transform Your Customers Speed To...GPSWKS404-GPS Game Changing C2S Services To Transform Your Customers Speed To...
GPSWKS404-GPS Game Changing C2S Services To Transform Your Customers Speed To...
 
[JAZUG Tohoku Azure DevOps] Azure DevOps
[JAZUG Tohoku Azure DevOps] Azure DevOps[JAZUG Tohoku Azure DevOps] Azure DevOps
[JAZUG Tohoku Azure DevOps] Azure DevOps
 
Dockercon State of the Art in Microservices
Dockercon State of the Art in MicroservicesDockercon State of the Art in Microservices
Dockercon State of the Art in Microservices
 
[WSO2Con EU 2017] Continuous Integration, Delivery and Deployment: Accelerate...
[WSO2Con EU 2017] Continuous Integration, Delivery and Deployment: Accelerate...[WSO2Con EU 2017] Continuous Integration, Delivery and Deployment: Accelerate...
[WSO2Con EU 2017] Continuous Integration, Delivery and Deployment: Accelerate...
 
Microservices the Good Bad and the Ugly
Microservices the Good Bad and the UglyMicroservices the Good Bad and the Ugly
Microservices the Good Bad and the Ugly
 
Best of re:Invent 2016 meetup presentation
Best of re:Invent 2016 meetup presentationBest of re:Invent 2016 meetup presentation
Best of re:Invent 2016 meetup presentation
 
Welcome to Azure DevOps
Welcome to Azure DevOpsWelcome to Azure DevOps
Welcome to Azure DevOps
 
Scale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBeesScale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBees
 
Scale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBeesScale Continuous Deployment to Production with DeployHub and CloudBees
Scale Continuous Deployment to Production with DeployHub and CloudBees
 

Dernier

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Dernier (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
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
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 

Unlock DevOps success with Atlassian - www.bdq.cloud