Continuous #Agile2012, 15 August Thursday, August 16, 12

Size: px
Start display at page:

Download "Continuous #Agile2012, 15 August Thursday, August 16, 12"

Transcription

1 Continuous #Agile2012, 15 August

2 agile 101 "Agile" team Analysis + Design Development Centralized QA Integration + QA IT Operations Release and operation Customer Testing + Showcase Iteration The "last mile"

3 web 2.0 disrupting traditional businesses

4 releasing frequently build the right thing Customer developent Agile product development Eric Ries, The Lean Startup

5 innovate You can't just ask customers what they want and then try to give that to them. By the time you get it built, they'll want something new. Steve Jobs

6 scientific method Ideas create hypothesis Learn Build deliver minimum viable product Data Code get feedback Measure (repeat) Eric Ries, The Lean Startup

7 ask this question How long would it take your organization to deploy a change that involved just one single line of code? Do you do this on a repeatable, reliable basis? Mary and Tom Poppendieck, Implementing Lean Software Development, p59.

8 releasing frequently build the right thing reduce risk of release John Allspaw: Ops Metametrics

9 optimize for mtrs

10 optimize for mtrs MTBF MTRS

11 releasing frequently build the right thing reduce risk of release real project progress

12 agile manifesto Our highest priority is to satisfy the customer through early and continuous delivery of valuable software

13 production-ready software Fast, automated feedback on the production readiness of your applications every time there is a change - to code, infrastructure, or configuration

14 continuous delivery Software always production ready Releases tied to business needs, not operational constraints

15 continuous delivery automation patterns and practices collaboration

16 ingredients configuration management continuous integration automated testing

17 Develop Local Workstation Mainline Server Build pull Build push Build Done!

18 Develop Local Workstation Everyone Commits Mainline Server Build To the Mainline pull Build Every Day push Build Done!

19 build quality in Cease dependence on mass inspection to achieve quality. Improve the process and build quality into the product in the first place W. Edwards Deming

20 different kinds of testing AUTOMATED Business facing MANUAL Support programming Functional acceptance tests Unit tests Integration tests System tests Showcases Usability testing Exploratory testing Non-functional acceptance tests (performance, scaling,...) Critique project AUTOMATED Technology facing MANUAL / AUTOMATED Diagram invented by Brian Marick

21 deployment pipeline an automated implementation of your system s build, deploy, test, release process visibility feedback control

22 deployment pipeline Delivery team Version control Build & unit tests Automated acceptance tests User acceptance tests Release Check in Trigger Feedback Check in Trigger Feedback Trigger Feedback Check in Trigger Feedback Trigger Feedback Feedback Approval Approval

23 deployment pipeline

24 deployment pipeline

25 reducing release risk automate provisioning and deployment ensure devs, testers and ops collaborate throughout

26 reducing release risk devops incrementalism decoupling deployment and release

27 devops culture automation measurement sharing

28 feature toggles blue-green deployments canary releases low risk releases are incremental dark launching production immune system

29 DEPENDENT SERVICE Database Abstraction layer Abstraction layer STATIC CONTENT /static/1.1 APPLICATION /static/1.0 Router / Load balancer Interwebs

30 blue-green deployments

31 router web server app server DB server

32 v1.1 v1.1 v1.1 router web server app server DB server

33 v1.1 v1.1 v1.1 router v1.2 v1.2 v1.2 web server app server DB server

34 v1.1 v1.1 v1.1 router v1.2 v1.2 v1.2 web server app server DB server

35 Canary Releasing

36

37

38 canary releasing Reduce risk of release Multi-variant testing Performance testing

39 immune system what if someone replaced your buy button with spacer.gif? T cells

40 release!= deployment

41 feature toggles Config File [featuretoggles] wobblyfoobars: true flightyforkhandles: false some.php <?if ($wobblyfoobars) {?>... various UI elements <?}?> other.php $fork_handle = ($featureconfig->ison( flightlyforkhandles))? new flightyforkhander(acandle) : new forkhandler(acandle); Stolen from Martin Fowler

42 Dark Launching

43

44

45 enterprise governance risk management SOX, ITIL, COBIT segregation of duties change management auditing and compliance

46 people are the key Get everyone together at the beginning Keep meeting Make it easy for everyone to see what s happening Continuous improvement (kaizen)

47 questions #continuousdelivery 2011 ThoughtWorks, Inc.

What is Continuous Integration. And how do I get there

What is Continuous Integration. And how do I get there What is Continuous Integration And how do I get there Related Workshops Introduction to DevOps Transform your Organization with DevOps Concepts DevOps Implementation Boot Camp Comprehensive literacy on

More information

l e a n Faulty Assumptions software development How Lean Software Development Reduces Risk

l e a n Faulty Assumptions software development How Lean Software Development Reduces Risk software development Faulty Assumptions How Lean Software Development Reduces Risk mary@poppendieck.com Mary Poppendieck www.poppendieck.com Assumptions Assumption: an unstated belief about how the world

More information

Conclusion.

Conclusion. Conclusion Rajesh Kumar RajeshKumarIN RajeshKumarIN RajeshKumarIN DevOps@RajeshKumar.XYZ Usually we don t have Centralized Source Management Tools Centralized Build Server for all the Products Common Build

More information

Avoid the Hype and Find Real Value in Devops and PaaS ABDUL KHALIQ GAFFAR

Avoid the Hype and Find Real Value in Devops and PaaS ABDUL KHALIQ GAFFAR Avoid the Hype and Find Real Value in Devops and PaaS ABDUL KHALIQ GAFFAR AGENDA DevOps: Problem statement, what, and why How to enable DevOps Cloud Architecture PaaS OpenShift How OpenShift Accelerates

More information

IBM Cloud Garage Method Field Guide

IBM Cloud Garage Method Field Guide IBM Cloud Garage Method Field Guide Copyright International Business Machines Corporation 2016, 2017. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule

More information

the

the the lean enterprise @jezhumble @GRUVERGary IT as a competitive advantage Firms with highperforming IT organizations were twice as likely to exceed their profitability, market share and productivity goals.

More information

l e a n The Efficiency Paradox software development Resource Efficiency vs. Flow Efficiency

l e a n The Efficiency Paradox software development Resource Efficiency vs. Flow Efficiency software development The Efficiency Paradox Resource Efficiency vs. Flow Efficiency mary@poppendieck.com Mary Poppendieck www.poppendieck.com Resource Efficiency Alison 2 Flow Efficiency = 2 hours /1008

More information

Introduction to Agile Life Cycles. CSCI 5828: Foundations of Software Engineering Lecture 07 09/13/2016

Introduction to Agile Life Cycles. CSCI 5828: Foundations of Software Engineering Lecture 07 09/13/2016 Introduction to Agile Life Cycles CSCI 5828: Foundations of Software Engineering Lecture 07 09/13/2016 1 Goals Introduction to Agile Life Cycles The Agile Manifesto and Agile Principles Agile Life Cycles

More information

Improved Safety Tools for Small Enterprises through Lean Startup

Improved Safety Tools for Small Enterprises through Lean Startup National Institute for Occupational Safety and Health Improved Safety Tools for Small Enterprises through Lean Startup Garrett Burnett and Gino Fazio NIOSH Office of Communication, Research to Practice

More information

l e a n software development Architecture and Engineering Choices for Large-Scale Systems Abstraction and Federation

l e a n software development Architecture and Engineering Choices for Large-Scale Systems Abstraction and Federation software development Architecture and Engineering Choices for Large-Scale Systems Abstraction and Federation mary@poppendieck.com Mary Poppendieck www.poppendieck.com Creating Complex Systems Lower Friction

More information

DevOps. Changing the way you deliver software

DevOps. Changing the way you deliver software DevOps Changing the way you deliver software Who is this guy? John O Bryant Director of Application Development at HealtheSystems IT and Test Automation for over 17 years Focus on building automated test

More information

A 7 step strategy for successful DevOps in the Evolving Enterprise

A 7 step strategy for successful DevOps in the Evolving Enterprise A 7 step strategy for successful DevOps in the Evolving Enterprise Kris Dugardyn 1 Start from a Common Definition Ø Collaboration Ø Communication Ø Automation + Many Tools + Many Platforms Ø Orchestration

More information

Automation Testing and the DevOps Pipeline presented by Randy Spiess (Jan 18)

Automation Testing and the DevOps Pipeline presented by Randy Spiess (Jan 18) Automation Testing and the DevOps Pipeline presented by Randy Spiess (Jan 18) Learning Objectives What is a DevOps Pipeline DevOps Foundational Elements Tools Used in the DevOps Pipeline About Randy DevOps

More information

Adopting DevOps at Enterprise Scale

Adopting DevOps at Enterprise Scale Adopting DevOps at Enterprise Scale Presented by: Sanjeev Sharma CTO, DevOps Technical Sales and Adoption IBM Distinguished Engineer @sd_architect 1 IBM Corporation DevOps: Origins 2 IBM Corporation DevOps

More information

6 Steps to. Continuous Delivery. How to Increase DevOps Velocity and Produce More Stable Code

6 Steps to. Continuous Delivery. How to Increase DevOps Velocity and Produce More Stable Code 6 Steps to Continuous Delivery How to Increase DevOps Velocity and Produce More Stable Code Understanding Continuous Delivery Today s business reality is dominated by two powerfully disruptive forces:

More information

Evolving Team Structure in DevOps

Evolving Team Structure in DevOps Evolving Team Structure in DevOps Sherry Chang Intel IT Chief Architect, DevOps & Continuous Delivery https://www.linkedin.com/in/sherryschang Legal Notices This presentation is for informational purposes

More information

VERACODE EBOOK 5 FIVE PRINCIPLES FOR. Securing DevOps

VERACODE EBOOK 5 FIVE PRINCIPLES FOR. Securing DevOps VERACODE EBOOK 5 FIVE PRINCIPLES FOR Securing DevOps INTRODUCTION DevOps, a new organizational and cultural way of organizing development and IT operations work, and its sister technologies, continuous

More information

Accelerating Your DevOps Journey

Accelerating Your DevOps Journey 06 October 2016 Accelerating Your DevOps Journey Peter Eeles Executive IT Architect DevOps Global Tiger Team, IBM Hybrid Cloud peter.eeles@uk.ibm.com Agenda 1 The Business and IT Context 2 The Relevance

More information

AUTOMATED TESTING: THE GLUE THAT HOLDS DEVOPS TOGETHER

AUTOMATED TESTING: THE GLUE THAT HOLDS DEVOPS TOGETHER WHITE PAPER AUTOMATED TESTING: THE GLUE THAT HOLDS DEVOPS TOGETHER FEBRUARY 1, 2017 In order to reap the full benefits of DevOps, organizations must integrate software testing into their continuous delivery

More information

l e a n Eight Failure Modes of Agile Software Development software development Those who do not learn from history are doomed to repeat it.

l e a n Eight Failure Modes of Agile Software Development software development Those who do not learn from history are doomed to repeat it. software development Eight Failure Modes of Agile Software Development Those who do not learn from history are doomed to repeat it. mary@poppendieck.com Mary Poppendieck www.poppendieck.com Eight Failure

More information

THE SHAPE OF CI/CD. Tom Duffield Software Engineer for Chef November 2nd, 2015

THE SHAPE OF CI/CD. Tom Duffield Software Engineer for Chef November 2nd, 2015 THE SHAPE OF CI/CD Tom Duffield Software Engineer for Chef Delivery November 2nd, 2015 IT IS A JOURNEY TO CI & CD. We all start at different places. We all walk at different paces. This is a map. Follow

More information

Enabling digitization at the pace of business. Achieve connected DevOps tool chain through Release Orchestration

Enabling digitization at the pace of business. Achieve connected DevOps tool chain through Release Orchestration Enabling digitization at the pace of business Achieve connected DevOps tool chain through Release Orchestration igitization has been the buzzword for the last couple of years, and it has been the driving

More information

CM MatchPoint Agile. Christoph Heinrich, CM First Plex Track A / Session 17

CM MatchPoint Agile. Christoph Heinrich, CM First Plex Track A / Session 17 CM MatchPoint Agile This sessions shows how to use CM MatchPoint for the management and automated deployments in agile projects using frameworks like SCRUM Christoph Heinrich, CM First Plex Track A / Session

More information

DevOps architecture overview

DevOps architecture overview IBM Cloud Architecture Center DevOps architecture overview The right practices and toolchains to rapidly execute and scale. IBM Bluemix Garage Method takes the best of Design Thinking, Lean, Agile, DevOps

More information

Automating Your Way to Simplified Application Management

Automating Your Way to Simplified Application Management Automating Your Way to Simplified Application Management By Nick Cavalancia TABLE OF CONTENTS Taking an Automated Approach... 2 Putting it all together... 6 Maintaining applications used to be a lot easier

More information

Red Hat Open Shift Container Platform

Red Hat Open Shift Container Platform Red Hat Open Shift Container Platform Daniel.Froehlich@RedHat.com IT Must Evolve to Stay Ahead of Demands Containers package applications with dependencies and isolate the runtime Easy to deploy and portable

More information

DevOps Journey. adoption after organizational and process changes. Some of the key aspects to be considered are:

DevOps Journey. adoption after organizational and process changes. Some of the key aspects to be considered are: VIEWPOINT DevOps Background The world is being transformed in fundamental ways with software and communication technologies. As bits reshape and pervade the atoms, connecting us and the world around us,

More information

DevOps Implementation Boot Camp (ICP-FDO)

DevOps Implementation Boot Camp (ICP-FDO) DevOps Implementation Boot Camp (ICP-FDO) DevOps100; 3 days, Instructor-led Course Description This three-day DevOps Implementation training class is loaded with practical real-world tools and techniques.

More information

Closing the Agile Loop Continuous Integration, Continuous Information. Darryl Bowler Senior Systems Architect CollabNet

Closing the Agile Loop Continuous Integration, Continuous Information. Darryl Bowler Senior Systems Architect CollabNet Closing the Agile Loop Continuous Integration, Continuous Information Darryl Bowler Senior Systems Architect CollabNet Agenda How we got here Continuous Integration, Defined Poor Practices (Common Anti-Patterns)

More information

Mainstreaming Mainframe Development with Agile, DevOps. Mark Schettenhelm, Sr. Product Manager September 28, 2017

Mainstreaming Mainframe Development with Agile, DevOps. Mark Schettenhelm, Sr. Product Manager September 28, 2017 Mainstreaming Mainframe Development with Agile, DevOps Mark Schettenhelm, Sr. Product Manager September 28, 2017 1 To start a poem Devs are red Ops are blue Please work together Or no uptime for you 2

More information

Zero to Federated at the Speed of Jenkins. A Case Study of Success in DevOps

Zero to Federated at the Speed of Jenkins. A Case Study of Success in DevOps Zero to Federated at the Speed of Jenkins A Case Study of Success in DevOps Richard Mills June 18, 2015 Zero to Continuous in 90 Days A Case Study of Success in DevOps Richard Mills June 18, 2015 Who is

More information

SLIDE TITLE. PRC product overview. Susan Joslyn SJ+ Systems Associates, Inc. U2 University 2012

SLIDE TITLE. PRC product overview. Susan Joslyn SJ+ Systems Associates, Inc. U2 University 2012 SLIDE TITLE PRC product overview Susan Joslyn SJ+ Systems Associates, Inc. U2 University 2012 What is IT Governance? The framework, principles, structure, processes and practices to set direction and monitor

More information

AutomatedQA Webinar 1

AutomatedQA Webinar 1 AutomatedQA Webinar 1 AutomatedQA Webinar 2 Today, the tips are not about technology. We won t be covering TestComplete specifically. The focus is on people and communication. 3 What is a successful test

More information

Emerging Paradigms in Testing. Refocus your view of testing to drive superior results

Emerging Paradigms in Testing. Refocus your view of testing to drive superior results Emerging Paradigms in Testing Refocus your view of testing to drive superior results A good testing experience The quality of the application, rapidity of testing, as well as the ability to easily and

More information

DevOps: Start-up Speed, Enterprise Scale

DevOps: Start-up Speed, Enterprise Scale DevOps: Start-up Speed, Enterprise Scale 2013 IBM Corporation Bernie Coyne DevOps Evangelist IBM Cloud Unit coyneb@us.ibm.com @berniecoyne 2 2013 IBM Corporation Technology trends & market shifts forcing

More information

10 Steps to Mainframe Agile Development. Mark Schettenhelm, Sr. Product Manager September 28, 2017

10 Steps to Mainframe Agile Development. Mark Schettenhelm, Sr. Product Manager September 28, 2017 10 Steps to Mainframe Agile Development Mark Schettenhelm, Sr. Product Manager September 28, 2017 1 dev ops noun \'dev-äps\ a term used to describe a framework/collection of best practices and tools to

More information

What number (0 10) would you use to describe your company s customer focus?

What number (0 10) would you use to describe your company s customer focus? Word Cloud What number (0 10) would you use to describe your company s customer focus? Text the number 22333, and type the phrase KYLEDUKES967 Or Pollev.com/KYLEDUKES967 1 Customer Focus What is the Objective

More information

l e a n The Scaling Dilemma software development It s Not About Agile

l e a n The Scaling Dilemma software development It s Not About Agile software development The Scaling Dilemma It s Not About Agile mary@poppendieck.com Mary Poppendieck www.poppendieck.com If Agile is Good Scaled Agile Must be Better How do we Scale Agile? How do we convince

More information

The Faster Road to Innovation Why Workopolis Went Agile

The Faster Road to Innovation Why Workopolis Went Agile The Faster Road to Innovation Why Workopolis Went Agile What I m Covering Today Why did we transition to Agile? What we wanted to Achieve Highlights of How We Did It What we Achieved What we Learned Technology

More information

Fast, Lean Enterprise Software Delivery Through IBM DevOps

Fast, Lean Enterprise Software Delivery Through IBM DevOps IEEE Symposium Agile meets DevOps Fast, Lean Enterprise Software Delivery Through IBM DevOps Steve Weaver Organizations that effectively leverage software delivery outperform their competitors... yet few

More information

Certified Scrum Master

Certified Scrum Master Certified Scrum Master Notebook November 5, 2013 1 Overview Scrum 2 Scrum Framework What is it Scrum is an agile framework that allows us to focus on delivering the highest business value in the shortest

More information

RELEASING HIGH-QUALITY APPLICATIONS AND INFRASTRUCTURE FASTER WHITE PAPER OCTOBER 2017

RELEASING HIGH-QUALITY APPLICATIONS AND INFRASTRUCTURE FASTER WHITE PAPER OCTOBER 2017 RELEASING HIGH-QUALITY APPLICATIONS AND INFRASTRUCTURE FASTER WITH vrealize CODE STREAM WHITE PAPER OCTOBER 2017 Table of Contents Abstract 3 The Need for Speed 3 How to Accelerate Application Release

More information

Mit Werkzeugen den DevOps Konflikt auflösen

Mit Werkzeugen den DevOps Konflikt auflösen Mit Werkzeugen den DevOps Konflikt auflösen Peter Doschkinow Business Unit Middleware ORACLE Deutschland B.V. & Co KG November 17, 2015 Safe Harbor Statement The following is intended to outline our general

More information

Five DevOps CM Practices

Five DevOps CM Practices White Paper Dimensions CM Five DevOps CM Practices Supported by Dimensions CM Ashley Owen, Product Management Table of Contents Introduction... 1 Version Everything... 2 Maintain Prioritized Backlogs...

More information

Scaling Agile to the Enterprise

Scaling Agile to the Enterprise Scaling Agile to the Enterprise Enabling the Agile Enterprise Strategically Aligned, Throughput Focused, Human Powered Dennis Stevens Enterprise Agile Coach www.leadingagile.com www.dennisstevens.com OPM3:

More information

Drive more value through data source and use case optimization

Drive more value through data source and use case optimization Drive more value through data source and use case optimization BEST PRACTICES FOR SHARING DATA ACROSS THE ENTEPRRISE David Caradonna Director, Global Business Value Consulting Date Washington, DC Forward-Looking

More information

State of Software Delivery Trends in the market now and in the future. XebiaLabs

State of Software Delivery Trends in the market now and in the future. XebiaLabs State of Software Delivery Trends in the market now and in the future www.xebialabs.com Copyright 2014 Table of Contents Executive Summary...3 Methodology...3 Key Takeaways...4 Survey Results...5 Description

More information

Fundamentals of Modernization: Analyze, Structure and Transform itour Poland November 13, 2017 Wisla, Poland

Fundamentals of Modernization: Analyze, Structure and Transform itour Poland November 13, 2017 Wisla, Poland Fundamentals of Modernization: Analyze, Structure and Transform itour Poland November 13, 2017 Wisla, Poland 0 Modernization 1 The Application Modernization Redbook An innovative approach, combining general

More information

An Agile Projects Introduction Course #PMCurrent-1

An Agile Projects Introduction Course #PMCurrent-1 An Agile Projects Introduction Course #PMCurrent-1 Aaron MacDaniel, PMP, CSM, MBA Lead Instructor - BetterPM.com An Innate Images, LLC Company 1 Course Agenda About BetterPM.com A typical Waterfall Project

More information

BMC - Business Service Management Platform

BMC - Business Service Management Platform 1 Value proposition BMC - Business Service Management Platform Service Stability and Process Control Self Service. Service Desk. Problem Resolution. Asset Management. Change and Release. Identity Management.

More information

Sample Exam ISTQB Agile Foundation Questions. Exam Prepared By

Sample Exam ISTQB Agile Foundation Questions. Exam Prepared By Sample Exam ISTQB Agile Foundation Questions Exam Prepared By November 2016 1 #1 Which of the following is the correct pairing according to the Agile Manifesto statement of values? a. Individuals and Interactions

More information

INTEGRATING SECURITY WITH DEVOPS TOOLCHAINS

INTEGRATING SECURITY WITH DEVOPS TOOLCHAINS SESSION ID: DEV-R02 INTEGRATING SECURITY WITH DEVOPS TOOLCHAINS Aaron Rinehart Chief Enterprise Security Architect UnitedHealth Group @aaronrinehart Dr. Chenxi Wang Founder, General Partner Rain Capital

More information

BUSINESS CASES & OUTCOMES

BUSINESS CASES & OUTCOMES BUSINESS CASES & OUTCOMES NARRATIVEWAVE BUSINESS CASES & OUTCOMES IMPROVED ACCURACY OF EVENT & ALARM ANALYSIS The traditional workflow of diagnosing events or alarms on large industrial assets is a manual

More information

Kanban kick- start (v2)

Kanban kick- start (v2) Kanban kick- start (v2) By Tomas Björkholm at Crisp, October 2011 INTRODUCTION... 1 AN APPROACH TO GET STARTED WITH KANBAN... 2 STEP 1 GET TO KNOW YOUR SYSTEM... 2 STEP 2 IDENTIFY YOUR SOURCES AND PRIORITIZE...

More information

Agile & Lean / Kanban

Agile & Lean / Kanban Agile & Lean / Kanban 0 What is Lean? 1 Agile Development Methods (Dogma) extreme Programming (XP) Scrum Lean Software Development Behavior Driven Development (BDD) Feature Driven Development (FDD) Crystal

More information

DevOps and Cloud: Tips and Techniques to Revolutionize Your SDLC

DevOps and Cloud: Tips and Techniques to Revolutionize Your SDLC DevOps and Cloud: Tips and Techniques to Revolutionize Your SDLC Andi Mann VP of Strategic Solutions, Office of the CTO CA Technologies @AndiMann Andi.Mann@ca.com Abstract (hidden slide) DevOps and Cloud:

More information

Application Lifecycle Management (ALM) Octane

Application Lifecycle Management (ALM) Octane Application Development, Test & Delivery Application Lifecycle Management (ALM) Octane Frequently Asked Questions March 2018 Fugitiure rese et ea imporem veruptia is vellatquo? The Digital Economy Is Redefining

More information

THE DEVOPS MATURITY CURVE. Justin Vaughan-Brown CA Technologies

THE DEVOPS MATURITY CURVE. Justin Vaughan-Brown CA Technologies THE DEVOPS MATURITY CURVE Justin Vaughan-Brown CA Technologies Today s Business Environment 2 2014 CA. ALL RIGHTS RESERVED. Today s Business Environment 3 2014 CA. ALL RIGHTS RESERVED. Today s Business

More information

Welcome to this IBM Rational podcast, The. Scaled Agile Framework in Agile Foundation for DevOps. I'm

Welcome to this IBM Rational podcast, The. Scaled Agile Framework in Agile Foundation for DevOps. I'm IBM Podcast [ MUSIC ] GIST: Welcome to this IBM Rational podcast, The Scaled Agile Framework in Agile Foundation for DevOps. I'm Kimberly Gist with IBM. Scaling agile in your organization can be a daunting

More information

Best Practices for IT Service Management in 2017+

Best Practices for IT Service Management in 2017+ Best Practices for IT Service Management in 2017+ Branko Tadić ITSM Solution Executive IBM Hybrid Cloud Europe branko.tadic@rs.ibm.com 2016 IBM Corporation 2016 IBM Corporation 2016 IBM Corporation 2016

More information

Standard Work and the Lean Enterprise Net Objectives Inc. All Rights Reserved.

Standard Work and the Lean Enterprise Net Objectives Inc. All Rights Reserved. Standard Work and the Lean Enterprise 2010 Net Objectives Inc. All Rights Reserved. Lean Thinking Lean Thinking provides foundational principles which involve the entire lifecycle of realizing business

More information

Introduction to Agile and Scrum

Introduction to Agile and Scrum Introduction to Agile and Scrum Matthew Renze @matthewrenze COMS 309 - Software Development Practices Purpose Intro to Agile and Scrum Prepare you for the industry Questions and answers Overview Intro

More information

l e a n Challenges for the Next Decade software development Agile and Beyond

l e a n Challenges for the Next Decade software development Agile and Beyond software development Challenges for the Next Decade Agile and Beyond mary@poppendieck.com Mary Poppendieck www.poppendieck.com Five Challenges 1. Design 2 Design is Essential Dieter Rams: Ten Principles

More information

CORE ELEMENTS OF CONTINUOUS TESTING

CORE ELEMENTS OF CONTINUOUS TESTING WHITE PAPER CORE ELEMENTS OF CONTINUOUS TESTING Today s modern development disciplines -- whether Agile, Continuous Integration (CI) or Continuous Delivery (CD) -- have completely transformed how teams

More information

Practical DevOps and ITSM for CX Success

Practical DevOps and ITSM for CX Success July 2014 Practical DevOps and ITSM for CX Success Barclay Rae SDI Mexico 28 th September 2017 Agenda Background 1 Introduction to DevOps 2 DevOps and ITSM 3 DevOps, ITSM and Customer experience 4 Summary

More information

Adop%ng DevOps Prac%ces

Adop%ng DevOps Prac%ces Adop%ng DevOps Prac%ces Adop%ng Devops prac%ces can be bo#om up or top down or some combina%on of both. However unless there is some buy in from management and alignment with the strategic goals of the

More information

A Design Approach to Bridge DevOps and Business Automation

A Design Approach to Bridge DevOps and Business Automation A Design Approach to Bridge DevOps and Business Automation Ron Murhammer ron@redhat.com NA Business Automation Services Lead David Bush dbush@redhat.com Business Automation Architect May 2, 2017 Background

More information

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Blueprint and Roadmap Service. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Cloud Blueprint and Roadmap Service 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Cloud Computing: Addressing Today s Business Challenges Business Flexibility & Agility Cost

More information

Effective Change Management Strategies A Maintenance Strategy for

Effective Change Management Strategies A Maintenance Strategy for Effective Change Management Strategies A Maintenance Strategy for Technical and Functional Teams Michael Parker VP of Professional Services, Newmerix Corp Your Speaker Michael Parker Newmerix VP of Professional

More information

Introduction to DevOps

Introduction to DevOps Introduction to DevOps 20. August 2015 Leif Sørensen, CD Coach, partner and co-founder at Praqma les@praqma.net Praqma Continuous Delivery & DevOps experts and evangelists Tools & Automation experts We

More information

DevOps Guide: How to Use APM to Enhance Performance Testing

DevOps Guide: How to Use APM to Enhance Performance Testing DevOps Guide: How to Use APM to Enhance Performance Testing CHAPTER 1: Introduction This short ebook discusses how combining performance test automation with application performance management (APM) solutions

More information

DevOps: Start-up Speed, Enterprise Scale

DevOps: Start-up Speed, Enterprise Scale DevOps: Start-up Speed, Enterprise Scale Presented by: Bernie Coyne IBM DevOps Evangelist coyneb@us.ibm.com @BernieCoyne IBM Corporation 1 https://www.youtube.com/watch?v=27ggp6bxr6a 2 Innovation is the

More information

Middleware Modernization: lay the foundation to your digital success

Middleware Modernization: lay the foundation to your digital success Middleware Modernization: lay the foundation to your digital success Agenda 1 Why modernize? 5 Platform services 2 What middleware capabilities would a digital enterprise need? 6 People and processes 3

More information

Achieving Balance: The New Pivotal Points of Software Development

Achieving Balance: The New Pivotal Points of Software Development White Paper Software Delivery & Testing Achieving Balance: The New Pivotal Points of Software Development A rational model of software is to design it quickly; the economic pressure to improvise presents

More information

Welcome to Lean Food Startup NYC Meetup April 9, 2013

Welcome to Lean Food Startup NYC Meetup April 9, 2013 Welcome to Lean Food Startup NYC Meetup April 9, 2013 Meetup 1: Startups as a set of untested hypotheses Meetup 1 Agenda Introductions Opening Address historical context of lean startup movement Explain

More information

DevOps and IT Service Management in the Land of Narnia. Initiate Project Intelligence

DevOps and IT Service Management in the Land of Narnia. Initiate Project Intelligence IT Agile Methodology Practices Webinar DevOps and IT Service Management in the Land of Narnia Initiate Project Intelligence Things to Know All participants will be on mute Questions are welcome Use the

More information

Figure 1: Travel Approval structured (BPMN standards based) process modeling

Figure 1: Travel Approval structured (BPMN standards based) process modeling Disclaimer: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development,

More information

Conversation-driven Development: ChatOps and White-box Processes

Conversation-driven Development: ChatOps and White-box Processes Conversation-driven Development: ChatOps and White-box Processes Janos Koppany CEO, Intland Software 3/8/2018 What we do Intland Software s ALM and DevOps ALM: lifecycle management with traceability and

More information

SESSION 802 Wednesday, November 4, 10:15am - 11:15am Track: Continual Service Improvement

SESSION 802 Wednesday, November 4, 10:15am - 11:15am Track: Continual Service Improvement SESSION 802 Wednesday, November 4, 10:15am - 11:15am Track: Continual Service Improvement Minimum Viable ITSM Donna Knapp Curriculum Development Manager, ITSM Academy dknapp@itsmacademy.com Session Description

More information

Achieve Competitive Advantage with IBM DevOps

Achieve Competitive Advantage with IBM DevOps Achieve Competitive Advantage with IBM DevOps Bridge the Gap between Development and Operations IBM Competitive Project Office Agenda Introduction Break Down the Barriers with Improved Planning and Collaboration

More information

11/13/ F O R R E S T E R. R E P R O D U C T I O N P R O H I B I T E D. 1

11/13/ F O R R E S T E R. R E P R O D U C T I O N P R O H I B I T E D. 1 1 What got you here, won't get you there An emergent architecture for managing Agile Charles Betz, Principal Analyst March 29, 2017 What I will talk about Session Description: In this session, you will

More information

How to suck up to your CFO. and other career advice

How to suck up to your CFO. and other career advice How to suck up to your CFO and other career advice They really do only care about the bloody Benjamins Top line growth Making (more) money Bottom line growth Making money efficiently Squeezing your budget

More information

Agile Business Analysis - Resurgence. Dorothy Tudor - TCC

Agile Business Analysis - Resurgence. Dorothy Tudor - TCC Agile Business Analysis - Resurgence Dorothy Tudor - TCC Business Analysis in an Agile World Webinar [2] Business Analysts WE ALWAYS KNEW THEY WERE COMING BACK! WE HAD 20 YEARS TO PREPARE SO DID THEY!

More information

Building High Performance Teams with Scrum

Building High Performance Teams with Scrum Building High Performance Teams with Scrum by Scrum.org Improving the Profession of Software Development Eat a live frog first thing in the morning and nothing worse will happen to you the rest of the

More information

Systems Modernization Strategies August 2017

Systems Modernization Strategies August 2017 Systems Modernization Strategies August 2017 Presented by: The included information is being presented to the Centers for Medicare & Medicaid Services (CMS) technical community in the presence of industry

More information

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED UForge AppCenter 3.8 Introduction March 2018 Copyright 2018 FUJITSU LIMITED Enterprise Cloud Application Journey 3 stages in transitioning legacy enterprise applications to cloud: Cloud-hosted applications:

More information

Implementing SAFe: A Roadmap

Implementing SAFe: A Roadmap Implementing SAFe: A Roadmap Effecting change to achieve the business benefits of SAFe By Dean Leffingwell Chief Methodologist and Creator of SAFe 2017 Scaled Agile, Inc. All Rights 2017 Scaled Reserved.

More information

SOA Today: How to get Started on an SOA Journey and Achieve Rapid Results. Jordan Braunstein Business Solutions Group Rolta TUSC

SOA Today: How to get Started on an SOA Journey and Achieve Rapid Results. Jordan Braunstein Business Solutions Group Rolta TUSC SOA Today: How to get Started on an SOA Journey and Achieve Rapid Results Jordan Braunstein Business Solutions Group Rolta TUSC October 28, 2009 Myth #1: Business is Constant Customer Demands Changing

More information

DevOps: Accelerating Application Delivery. DevOps on IBM i: Barriers, Techniques, and Benefits to the Business

DevOps: Accelerating Application Delivery. DevOps on IBM i: Barriers, Techniques, and Benefits to the Business DevOps: Accelerating Application Delivery DevOps on IBM i: Barriers, Techniques, and Benefits to the Business 0 Facts Source: Help System 2016 IBM i market place survey 1 Modernization Are you too busy

More information

A Guide to Branching and Merging Patterns

A Guide to Branching and Merging Patterns White Paper AccuRev A Guide to Branching and Merging Patterns White Paper A Guide to Branching and Merging Patterns Executive Summary Software configuration management (SCM) practices are at the forefront

More information

Assembly-line Driven Development. David P. Brown

Assembly-line Driven Development. David P. Brown Assembly-line Driven Development David P. Brown (sqa@compumonk.com) More With Less Feeling squeezed? Market rapidly changing Business forced to do more with less Current solutions not effective Is testing

More information

The Rationale For Continuous Delivery

The Rationale For Continuous Delivery The Rationale For Continuous Delivery Or What Does Good Look Like? Dave Farley http://www.davefarley.net @davefarley77 http://www.continuous-delivery.co.uk The State of Software Development The State of

More information

Using IBM UrbanCode Deploy to automate the migration and deployment of on-premise WebSphere application and configuration to IBM Bluemix

Using IBM UrbanCode Deploy to automate the migration and deployment of on-premise WebSphere application and configuration to IBM Bluemix Using IBM UrbanCode Deploy to automate the migration and deployment of on-premise WebSphere application and configuration to IBM Bluemix 2015 IBM Corporation WASaaS What is WebSphere as a Service on IBM

More information

Agile Software Requirements. Matthew Renze Iowa State University COMS 409 Software Requirements

Agile Software Requirements. Matthew Renze Iowa State University COMS 409 Software Requirements Agile Software Requirements Matthew Renze Iowa State University COMS 409 Software Requirements Purpose Introduce you to Agile software development Discuss Agile software requirements Overview What is Agile?

More information

COURSE BROCHURE. CERTIFIED DEVOPS MASTER Training & Certification

COURSE BROCHURE. CERTIFIED DEVOPS MASTER Training & Certification COURSE BROCHURE CERTIFIED DEVOPS MASTER Training & Certification What is DevOps? DevOps is an emerging set of principles, methods and practices for communication, collaboration and integration between software

More information

How to Optimize. Your Development Lifecycle by Combining Agile and DevOps

How to Optimize. Your Development Lifecycle by Combining Agile and DevOps How to Optimize Your Development Lifecycle by Combining Agile and DevOps Top development teams are combining agile sprints with DevOps integrated teamwork for more efficient development cycles. CONTENTS

More information

Lean Startup and the Process of Innovation DADDY DUCK INNOVATION LAB, INC.

Lean Startup and the Process of Innovation DADDY DUCK INNOVATION LAB, INC. Lean Startup and the Process of Innovation, INC. Topics covered Lean Startup Overview Startup and the Innovation Process Make Your Idea Tangible Lean Experiments Decisions The Art of the Pivot Continuous

More information

Agile Engineering. for Managers. Introducing agile engineering principles for non-coders

Agile Engineering. for Managers. Introducing agile engineering principles for non-coders Agile Engineering for Managers Introducing agile engineering principles for non-coders Ryan Shriver > Managing Consultant > rshriver@dominiondigital.com Leader in IT Performance Improvement > www.dominiondigital.com

More information

Architecting for Agility. William A. Estrem, Ph.D President

Architecting for Agility. William A. Estrem, Ph.D President Architecting for Agility William A. Estrem, Ph.D President Bill Estrem President, Metaplexity Associates Bill is the founder and President of Metaplexity Associates, Inc. a training and consulting firm

More information

Why Agile, Why Now By David Schroeder, PMP, PSM

Why Agile, Why Now By David Schroeder, PMP, PSM By David Schroeder, PMP, PSM Accelerating Corporate Transformation, i is the needed approach in business today, according to Harvard Business Review contributor and Corporate Transformation Resources president,

More information