SlideShare a Scribd company logo
www.agilegurgaon.com
Demystifying DevOps
- Uday Kumar
www.agilegurgaon.com
About Addteq
• DevOps & ALM Specialists
• SDLC Process Experts
• Automation Experts
• System Integrators
• Configuration Management Experts
• Atlassian Partners ( Platinum )
• Jenkins Enterprise Partners
www.agilegurgaon.com
About Uday
● Overall 13+ Yrs experience in Software Industry
● Certified Product Manager, SAFe Program Consultant, Kanban Trainer
● Favourite topics :
○ Products, Process
○ Automation
● Started career as J2EE Developer at Tata Steel ( 2003 )
● Moved to GE ( 2005 )
○ Senior Developer
○ Tech Lead
○ Project Lead
○ Project Manager
● Currently working as Product Manager / ALM and DevOps consultant at Addteq (from 2013)
○ DevOps and ALM Process Consulting
○ Conceptualized solutions @ DevOps and ALM area
○ Delivered various Atlassian Implementation Projects
● On personal front, watch Indian Cricket matches as much as possible ( IPL to Test Matches ) apart from playing with my one
year kid
www.agilegurgaon.com
DEV - OPS
★ Innovative
★ Disruptive
★ Lack of IT Operations Knowledge
➔ User Focused
➔ Stability / Reliability (HA)
➔ Lack of Development Knowledge
After development complete ( unit of work ) they think
the job is done.
They handover to operations with a document on “ How
to bundle & deploy instructions”
They follow instruction document and more often they
face issues. ( Build, Package, Deploy ( Test/Staging,
Prod, Cluster)
Potential problems :
● Developer provided Instruction document can miss some step(s)
● Operations team following instructions could miss some step(s)
Solution :
➢ Automation ??
➢ Work as team ??
Things do not work
the way it is expected.On problems, Developer standard
response “IT IS WORKING IN MY
ENVIRONMENT”
www.agilegurgaon.com
DevOps
Not Sufficient
Automation Work as Team
Integration
Collaboration
Communication
In Dev and Ops
Dev Ops
With DevOps
Breaking the silos? How ?
Objective is break the silos Across Culture, Process & Technology
www.agilegurgaon.com
What is DevOps?
www.agilegurgaon.com
Agenda
● Why DevOps?
● What is DevOps?
● DevOps Technology Overview
○ ALM
○ CI + CD
○ Infrastructure Management & Automation
○ ALM as DevOps Platform
● How to Adopt DevOps
○ DevOps Maturity Model
○ DevOps Adoption Model
www.agilegurgaon.com
Business Goal..
www.agilegurgaon.com
Products & Projects
● Project gets created when
Business / PfM approves a
Feature, Release Version..
● For a product (features, release
trains..) there could be multiple
projects running in parallel
internally..
● Also there could be multiple
product versions released to
market which need to be
supported
● Teams in IT Service companies
may get exposure only at
project level
● Teams in product companies
get exposure to product’s
cross functional teams.
www.agilegurgaon.com
Product Organization Functions
www.agilegurgaon.com
Service Provider Organization Functions
www.agilegurgaon.com
Software Development
www.agilegurgaon.com
Changing Environment for Products..
● Increasing Customer Expectations - frequent features but quality
● Multiple platforms to be supported
○ MAC, Linux, Windows Servers..
○ Different form factors (mobile, tablets, desktops..)
○ Different browsers
● Large Legacy of product code & features; not many know about old
components
● Large / complex cross functional product teams
● Geographically distributed Teams
● Development pushing agility while operation teams want stability
www.agilegurgaon.com
DevOps Triggers
➢ To excel in a competitive market
➢ For adding value from the
development process
➢ To Reduce bottlenecks through cross-
training
➢ To implement Continuous learning and
improvement
➢ To Reduce Deployment Failures and
Rollbacks
➢ To Reduce Failure Rate
➢ To reduce time to recovery
➢ For Stable Operating Environments
➢ To improve Customer Delight
➢ Continuous Quality Delivery
➢ Continuous Customer
Engagement
➢ To improve Delivery Quality
➢ For More Reliable Delivery
➢ To increase Efficiency in Operations
➢ For making Distributed teams work
Efficiently
➢ To Automate repetitive Tasks
○ CI / CD
○ Infrastructure
○ Testing
DevOpsTo Increase
Throughput
To Improve
Customer
Satisfaction
To Reduce
Delivery
Risk
Quicker
Turn
Around
www.agilegurgaon.com
Agenda
● Why DevOps?
● What is DevOps?
● DevOps Technology Overview
○ ALM
○ CI + CD
○ Infrastructure Management & Automation
○ Continuous Monitoring
● How to Adopt DevOps
○ DevOps Maturity Model
○ DevOps Adoption Model
www.agilegurgaon.com
What is DevOps?
● Enterprise Agility emphasizes on keeping WIP/ Inventory low and go to production ASAP.
Agile Scrum + Automation of CI + CD + Testing only can enable this.
Note : Effective WIP is subjective to organization
www.agilegurgaon.com
Whats is DevOps? (SAFe perspective)
www.agilegurgaon.com
What is DevOps? Operational Aspect..
● See the big picture
● Focus on the flow
● Timely addressal of
Operational Issues
● Look for Improvement
opportunities
www.agilegurgaon.com
What is DevOps
www.agilegurgaon.com
Pillars of DevOps
Integration
Culture Technology Process
Collaboration
Communication
www.agilegurgaon.com
Integration
Integration
Culture Technology Process
➢ One team, one
Goal
➢ Collective Decision
Making
➢ Empowered Teams
➢ Healthy attitude
about failure
➢ Integrated Req,
Dev, Test, Deploy
tools
➢ Integrated
Infrastructure
Management
➢ Traceability
➢ Integrated
Dashboards n
Metrics
➢ Cross functional
processes &
Workflows
➢ Automation of
repetitive
operations
www.agilegurgaon.com
Collaboration
Collaboration
Culture Technology Process
➢ Every perspective
is important
➢ Collaborate early
in the cycle
➢ Periodic Reviews
➢ Event Driven
Reviews
➢ Collaboration
tools on Code,
Documents,
binaries,
Infrastructure,
Reports
➢ Configuration
Management for
collaboration
artefacts.
➢ Collaboration
tools for
distributed teams
➢ Integrated Signoff
➢ Defined Review
process
➢ Defined Approval
Process
www.agilegurgaon.com
Communication
Communication
Culture Technology Process
➢ Open flow of
information - top
down & bottoms
up - phone, email,
system, IM...
➢ Periodic
Communication
➢ Event Driven
Communication
➢ Centralised system
where all
information is
collected.
➢ Automatic
notifications to
impacted parties
➢ Instant Messaging
➢ Automated
Dashboards /
Reports to keep
everyone in sync
➢ Defined measurement
system for progress,
metrics .
➢ Defined
communication &
operating mechanism
➢ Defined Escalation
mechanism
www.agilegurgaon.com
Agenda
● Why DevOps?
● What is DevOps? Multiple perspectives
● DevOps Technology Overview
○ ALM
○ CI + CD
○ Infrastructure Management & Automation
○ ALM as DevOps Platform
● How to Adopt DevOps
○ DevOps Maturity Model
○ DevOps Adoption Model
www.agilegurgaon.com
Configuration Management
● Configuration Management
○ the process by which all artifacts relevant to your project, and the relationships
between them, are stored, retrieved, uniquely identified, and modified
○ Change is constant and artifacts will be changing
○ Is it about keeping the inevitable change under control.
www.agilegurgaon.com
Artifacts Management Classification
Artifacts Management
Source Code
Management
Repository
Management
Document/KB
Management
www.agilegurgaon.com
ALM Evolution
● Problems with Configuration Management
○ IT Operations focused
○ Traceability ( Requirement to Delivery ) is very tedious
○ Visibility was not there
○ Collaboration, Communication platform is not integrated
● Application lifecycle management (ALM)
○ is the supervision of a software application from its initial planning through
retirement.
○ It also refers to how changes to an application are documented and tracked.
○ Covers complete SDLC
www.agilegurgaon.com
Application Lifecycle Management
www.agilegurgaon.com
ALM Technology Providers and Toolsets
ALM Vendors Products Offered
Atlassian Jira,Confluence,Stash,Bamboo,Crucible,Jira Agile, Crowd,Fisheye,Bitbucket,SourceTree,
Serena Software
Development Manager, Requirement Manager,Release Manager, Service Manager, Agile
Planner, Dashboard,Request Center, ChangeMan ZMF
Rally Software
Rally Product Manager, Rally Quality Manager, Rally Service Manager, Rally Portfolio
Manager, Rally Idea Manager, Rally Community Manager
Microsoft Microsoft Visual Studio, TFS
HP HP Application Lifecycle Management 11.5
IBM
Rational Collaborative Lifecycle,Management Solution,Rational RequirementsComposer,
Rational Team Concert,Rational Quality Manager
www.agilegurgaon.com
Atlassian ALM
www.agilegurgaon.com
SDLC
Check - in Trigger
Trigger
Feedback
Feedback
Approval Approval
Development Version Control
System (VCS)
Build and
Unit Test
Integration
Testing
User Acceptance
Tests (UAT)
Release
Requirements
Trigger
www.agilegurgaon.com
Continuous Integration
Check - in Trigger
Trigger
Feedback
Feedback
Approval Approval
Development Version Control
System (VCS)
Build and
Unit Test
Test Automation User Acceptance
Tests (UAT)
Release
www.agilegurgaon.com
Before CI
www.agilegurgaon.com
After CI
www.agilegurgaon.com
Product
Level
Integration
Hardware
Applications / Components
DB App Server
OS
Levels Of CI
Component Level
Integration
Product
Line
Dependency
System Level
Integration
www.agilegurgaon.com
CI tools available in market
Open Source Tools Paid Tools
www.agilegurgaon.com
Factors to choose CI tools
www.agilegurgaon.com
Continuous Deployment
Check - in Trigger
Trigger
Feedback
Feedback
Approval Approval
Functionality Focus &
Agile Scrum
Development
Version Control
System (VCS)
Build and
Unit Test
Test Automation User Acceptance Tests
(UAT)
Release
www.agilegurgaon.com
Deployment Lifecycle
www.agilegurgaon.com
Configuration
Automation
Infrastructure
Automation
Infrastructure
Provisioning
Continuous Deployment Tools
www.agilegurgaon.com
Factors to choose Infra CM tools..
www.agilegurgaon.com
DevOps Engineering Tools
www.agilegurgaon.com
Continuous Quality
Check - in Trigger
Trigger
Feedback
Feedback
Approval Approval
Functionality Focus &
Agile Scrum
Development
Version Control
System (VCS)
Build and
Unit Test
Test Automation User Acceptance Tests
(UAT)
Release
www.agilegurgaon.com
ALM as DevOps Platform?
www.agilegurgaon.com
ALM for Development
www.agilegurgaon.com
ALM for CI
www.agilegurgaon.com
ALM for CD
www.agilegurgaon.com
ALM for Continuous Testing
www.agilegurgaon.com
Integrated ALM as DevOps Platform
www.agilegurgaon.com
DevOps Technology
www.agilegurgaon.com
Agenda
● Why DevOps?
● What is DevOps?
● DevOps Technology Overview
○ ALM
○ CI + CD
○ Infrastructure Management & Automation
○ ALM as DevOps Platform
● How to Adopt DevOps
○ DevOps Maturity Model
○ DevOps Adoption Model
www.agilegurgaon.com
Prescription for DevOps Adoption
★ Start with a business objective
★ Identify actions to fix pain points
★ Execute on the actions / measure results
★ Iterate for continuous improvement
www.agilegurgaon.com
DevOps Adoption Model
Delivering Change
➢ Strategy
➢ Structure
➢ People
➢ Process
➢ Technology
Driving Change
➢ Program Delivery
➢ Change Management
www.agilegurgaon.com
DevOps Adoption Model
www.agilegurgaon.com
DevOps Maturity Model (Sample)
www.agilegurgaon.com
Last word...
DevOps represents a major cultural change, so keep your expectations in
check. Don’t expect the organization to change overnight and also to
change the entire organization at the same time.
www.agilegurgaon.com
Addteq offerings around DevOps..
❖ 2 Day DevOps awareness workshop for Core Team
❖ 5 Days DevOps Assessments and Recommendations workshop with core team
❖ DevOps Consulting in
➢ Cultural change management
➢ Process Optimization
➢ DevOps technology Implementation
❖ DevOps Trainings
➢ Atlassian Suite training for Admins
➢ GIT Training
➢ JIRA Admin training
➢ Stash & Bamboo Training
➢ Jenkins Trainings
➢ Puppet, Chef Trainings
➢ DevOps Toolkit training (customized)
www.agilegurgaon.com
DevOps workshop
www.agilegurgaon.com
Thank You
Thanks for your kind attention and patience :)
Happy to network
https://in.linkedin.com/in/kvudaykumar
www.agilegurgaon.com
Questions?
For detailed demos on some of Integration & Automated solutions, please refer to
https://addteq.com/category/webinars/
If you have specific need and would like custom demo or solution reach out to us @
sales@addteq.com

More Related Content

What's hot

What's hot (20)

Introducing DevOps
Introducing DevOpsIntroducing DevOps
Introducing DevOps
 
DevOps overview 2019-04-13 Nelkinda April Meetup
DevOps overview  2019-04-13 Nelkinda April MeetupDevOps overview  2019-04-13 Nelkinda April Meetup
DevOps overview 2019-04-13 Nelkinda April Meetup
 
DevOps - Overview - One of the Top Trends in IT Industry
DevOps - Overview - One of the Top Trends in IT IndustryDevOps - Overview - One of the Top Trends in IT Industry
DevOps - Overview - One of the Top Trends in IT Industry
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
Developing a Testing Strategy for DevOps Success
Developing a Testing Strategy for DevOps SuccessDeveloping a Testing Strategy for DevOps Success
Developing a Testing Strategy for DevOps Success
 
DevOps and Tools
DevOps and ToolsDevOps and Tools
DevOps and Tools
 
How to implement DevOps in your Organization
How to implement DevOps in your OrganizationHow to implement DevOps in your Organization
How to implement DevOps in your Organization
 
DevOps - A Gentle Introduction
DevOps - A Gentle IntroductionDevOps - A Gentle Introduction
DevOps - A Gentle Introduction
 
Agile vs dev ops
Agile vs dev opsAgile vs dev ops
Agile vs dev ops
 
DevOps Powerpoint Presentation Slides
DevOps Powerpoint Presentation SlidesDevOps Powerpoint Presentation Slides
DevOps Powerpoint Presentation Slides
 
Devops online training ppt
Devops online training pptDevops online training ppt
Devops online training ppt
 
Roles and Responsibilities of a DevOps Engineer
Roles and Responsibilities of a DevOps EngineerRoles and Responsibilities of a DevOps Engineer
Roles and Responsibilities of a DevOps Engineer
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
Introduction to devops
Introduction to devopsIntroduction to devops
Introduction to devops
 
DevOps – The Evolution of Agile
DevOps – The Evolution of AgileDevOps – The Evolution of Agile
DevOps – The Evolution of Agile
 
Integrating Automated Testing into DevOps
Integrating Automated Testing into DevOpsIntegrating Automated Testing into DevOps
Integrating Automated Testing into DevOps
 
DevOps Overview in my own words
DevOps Overview in my own wordsDevOps Overview in my own words
DevOps Overview in my own words
 
devops
devops devops
devops
 
What is DevOps? - ITSM Academy Webinar
What is DevOps?  - ITSM Academy Webinar What is DevOps?  - ITSM Academy Webinar
What is DevOps? - ITSM Academy Webinar
 
Understanding DevOps
Understanding DevOpsUnderstanding DevOps
Understanding DevOps
 

Similar to Agile Gurugram 2016 | Conference | Demystifying DevOps | Uday Kumar

Application development with WSO2 App Factory
Application development with WSO2 App Factory Application development with WSO2 App Factory
Application development with WSO2 App Factory
WSO2
 
DevOps for TYPO3 Teams and Projects
DevOps for TYPO3 Teams and ProjectsDevOps for TYPO3 Teams and Projects
DevOps for TYPO3 Teams and Projects
Fedir RYKHTIK
 

Similar to Agile Gurugram 2016 | Conference | Demystifying DevOps | Uday Kumar (20)

Demystifying Devops - Uday kumar
Demystifying Devops - Uday kumarDemystifying Devops - Uday kumar
Demystifying Devops - Uday kumar
 
DevOps Primer : Presented by Uday Kumar
DevOps Primer : Presented by Uday KumarDevOps Primer : Presented by Uday Kumar
DevOps Primer : Presented by Uday Kumar
 
Is Being Agile a Good Thing?
Is Being Agile a Good Thing?Is Being Agile a Good Thing?
Is Being Agile a Good Thing?
 
About Agile & PMI Agile Certified Practitioner (PMI-ACP) Overview
About Agile & PMI Agile Certified Practitioner (PMI-ACP) OverviewAbout Agile & PMI Agile Certified Practitioner (PMI-ACP) Overview
About Agile & PMI Agile Certified Practitioner (PMI-ACP) Overview
 
Always Be Deploying. How to make R great for machine learning in (not only) E...
Always Be Deploying. How to make R great for machine learning in (not only) E...Always Be Deploying. How to make R great for machine learning in (not only) E...
Always Be Deploying. How to make R great for machine learning in (not only) E...
 
Measure and Accelerate Your Software Delivery
Measure and Accelerate Your Software DeliveryMeasure and Accelerate Your Software Delivery
Measure and Accelerate Your Software Delivery
 
Migrating Your Apps to the Cloud: How to do it and What to Avoid
Migrating Your Apps to the Cloud: How to do it and What to AvoidMigrating Your Apps to the Cloud: How to do it and What to Avoid
Migrating Your Apps to the Cloud: How to do it and What to Avoid
 
DevOps maturity models Knowit and DASA
DevOps maturity models Knowit and DASADevOps maturity models Knowit and DASA
DevOps maturity models Knowit and DASA
 
The magic ingredient for successful automation - Chapter 2
The magic ingredient for successful automation - Chapter 2The magic ingredient for successful automation - Chapter 2
The magic ingredient for successful automation - Chapter 2
 
Agile at scale
Agile at scaleAgile at scale
Agile at scale
 
Scrum for Global-Scale Development
Scrum for Global-Scale DevelopmentScrum for Global-Scale Development
Scrum for Global-Scale Development
 
[WSO2Con USA 2018] Winning Strategy For Enterprise Integration to Empower Dig...
[WSO2Con USA 2018] Winning Strategy For Enterprise Integration to Empower Dig...[WSO2Con USA 2018] Winning Strategy For Enterprise Integration to Empower Dig...
[WSO2Con USA 2018] Winning Strategy For Enterprise Integration to Empower Dig...
 
Agile project management using scrum
Agile project management using scrumAgile project management using scrum
Agile project management using scrum
 
Application development with WSO2 App Factory
Application development with WSO2 App Factory Application development with WSO2 App Factory
Application development with WSO2 App Factory
 
Testing in a continuous delivery environment
Testing in a continuous delivery environmentTesting in a continuous delivery environment
Testing in a continuous delivery environment
 
Balancing PM & Software Development Practices by Splunk Sr PM
Balancing PM & Software Development Practices by Splunk Sr PMBalancing PM & Software Development Practices by Splunk Sr PM
Balancing PM & Software Development Practices by Splunk Sr PM
 
DevOps for TYPO3 Teams and Projects
DevOps for TYPO3 Teams and ProjectsDevOps for TYPO3 Teams and Projects
DevOps for TYPO3 Teams and Projects
 
2015 03-siia-iin-byte9-v1
2015 03-siia-iin-byte9-v12015 03-siia-iin-byte9-v1
2015 03-siia-iin-byte9-v1
 
Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)
Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)
Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)
 
Prashant technical practices-tdd for xebia event
Prashant   technical practices-tdd for xebia eventPrashant   technical practices-tdd for xebia event
Prashant technical practices-tdd for xebia event
 

More from AgileNetwork

More from AgileNetwork (20)

ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...
ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...
ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...
 
ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...
ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...
ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...
 
ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...
ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...
ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...
 
ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...
ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...
ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...
 
ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...
ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...
ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...
 
ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...
ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...
ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...
 
ANIn Chennai May 2023 | Technical Agility by Arunmozhi Varman
ANIn Chennai May 2023 | Technical Agility by Arunmozhi VarmanANIn Chennai May 2023 | Technical Agility by Arunmozhi Varman
ANIn Chennai May 2023 | Technical Agility by Arunmozhi Varman
 
ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...
ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...
ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...
 
ANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit Tandon
ANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit TandonANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit Tandon
ANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit Tandon
 
ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...
ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...
ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...
 
ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...
ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...
ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...
 
ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...
ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...
ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...
 
ANIn Mumbai May 2024 | Measuring Business Agility by Prashant Neharkar
ANIn Mumbai May 2024 | Measuring Business Agility by Prashant NeharkarANIn Mumbai May 2024 | Measuring Business Agility by Prashant Neharkar
ANIn Mumbai May 2024 | Measuring Business Agility by Prashant Neharkar
 
ANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik Patel
ANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik PatelANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik Patel
ANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik Patel
 
ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...
ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...
ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...
 
ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...
ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...
ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...
 
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
 
ANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by Kunal
ANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by KunalANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by Kunal
ANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by Kunal
 
ANIn Kolkata April 2024 |Ethics of AI by Abhishek Nandy
ANIn Kolkata April 2024 |Ethics of AI by Abhishek NandyANIn Kolkata April 2024 |Ethics of AI by Abhishek Nandy
ANIn Kolkata April 2024 |Ethics of AI by Abhishek Nandy
 
ANIn Kolkata April 2024 | AI Enabled Reflection in Agile Delivery by Indranil...
ANIn Kolkata April 2024 | AI Enabled Reflection in Agile Delivery by Indranil...ANIn Kolkata April 2024 | AI Enabled Reflection in Agile Delivery by Indranil...
ANIn Kolkata April 2024 | AI Enabled Reflection in Agile Delivery by Indranil...
 

Recently uploaded

Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
Avinash Rai
 

Recently uploaded (20)

2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
B.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdfB.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdf
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxJose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
Operations Management - Book1.p  - Dr. Abdulfatah A. SalemOperations Management - Book1.p  - Dr. Abdulfatah A. Salem
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
 
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
 
NCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdfNCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdf
 
NLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptxNLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptx
 
Gyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptxGyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptx
 

Agile Gurugram 2016 | Conference | Demystifying DevOps | Uday Kumar