You re going to be a software company. You re going to need DevOps. by John Michelsen, Chief Technology Officer, CA Technologies

Size: px
Start display at page:

Download "You re going to be a software company. You re going to need DevOps. by John Michelsen, Chief Technology Officer, CA Technologies"

Transcription

1 About the author John Michelsen is the chief technology officer of CA Technologies, responsible for technical leadership and innovation, further developing the company s technical community, and aligning its software strategy, architecture and partner relationships to deliver customer value. In 1999, John founded ITKO, and built LISA from the ground up to optimize today s heterogeneous, distributed application environments. The company was acquired by CA Technologies in Prior to ITKO, John led SaaS and E-commerce transformations for global enterprises at Trilogy and Agency.com. He also founded a boutique custom software firm that focused on distributed, mission-critical application development projects for customers like American Airlines, Citibank and Xerox. John earned degrees in business and computer science from Trinity University and Columbus University. He has authored a best practices book, Service Virtualization: Reality is Overrated. He has multiple patents and contributed to dozens of leading technical journals and publications on topics ranging from hierarchical database techniques and agile development to virtualization. You re going to be a software company. You re going to need DevOps. by John Michelsen, Chief Technology Officer, CA Technologies All of our customers face the challenge that they re becoming software companies. Citi s CEO, Michael Corbat, told 2014 s Mobile World Congress that his company 1 wasn t a bank anymore: we re a technology firm that has a banking license. That s what all our customers are going through. They know that their competitive edge depends on developing high quality software quickly and getting it to their customers in the form factor they want. If you re a bank, it doesn t matter how old your bank is, what your assets are, what your history is, how many tellers you have, or what your community of customers used to be like. The younger customers don t consider any of that. They want instant services and products on their phone or tablet, or they won t look at you. Banks are where that consumer action has hit hardest, but it s true everywhere. The next generation of automotive competition won t be on color or speed, but connectivity: how well you can do in your car, what you do in Starbucks or at home. Google doesn t want to build driverless cars because it likes cars. It wants you to use Gmail while you commute. Every company must think of itself as a software company, competing with other software companies, because it s true for your competitors, too. That means making software faster, better and more cheaply. You can t put users through the experience of buggy software. You can t take too long to fix stuff. You can t let it cost too much to deliver. All of these things will put you at a competitive disadvantage. It doesn t matter what you re selling. The challenge for everyone is this: to be a world-class software company. I ve learned something very interesting, which is common for all companies: no matter what their job is, they have to treat software delivery just like every other supply chain, refining and combining raw goods and services until they re suitable for consumption. Everything has to be integrated, and all the functions in a company have to work within that delivery system. That s as true for aviation or consumer goods as it is for companies that have always been software companies. Supply chain optimization is how modern industry works when it makes physical stuff. But before that became the norm, companies tried to optimize each component in the supply chain individually. They ended up with warehouses full of spare parts but no widgets to sell in shops. What had to happen was to integrate everything in the chain, taking each stage and plugging it into the next.

2 If you re making shoes, the buyers of the raw leather had to talk to the leather treatment works, who had to talk to the packers, who had to talk to the shippers. They had to get closer together. The way companies make software hasn t been like that. It s been largely suboptimal. Design development, testing, delivery-- they ve all been separate parts of the supply chain, all working in silos. You can make them work really well by themselves, but that s not good enough. They have to be brought closer together, integrated horizontally. Many IT organizations have been very focused on Agile software development, helping developers to create more code more quickly. But if the rest of the supply chain isn t optimized, software still won t be delivered faster. It ll be that warehouse of spare parts waiting for assembly, waiting for the delivery truck while the shelves in the shops stay bare. We have to force these parts to work together. That s what DevOps means, to any company. You can t buy DevOps. CA Technologies can t sell you DevOps. It s a concept. It doesn t come in a box. What we can do for you, and for the industry, is to be thought leaders on how to get DevOps right. We can deliver the capabilities that let our customers reach their goal of becoming world-class at software. What does it mean to have those capabilities? What capabilities we can deliver? Practitioners in each of the disciplines in software delivery -- the designers, developers, testers and administrators -- must start to think quite differently. Even if they have thought about optimizing their own silo, being better at developing or better at testing, they must think more. DevOps means thinking about the others. Let s take something that was once thought as good and now is bad. Take the tradition of the heroic ops guy. When the ops guy is really proud of himself for finding an issue at the eleventh hour - I protected the business by stopping this from going out - he s probably expecting a medal. Instead, he should be fired. If you stop a release, you re not doing your job. You ve failed. Your job is ensuring that stuff gets delivered. In order to encompass that goal, operations has to get closer to development, to prevent critical issues long before the eleventh hour. Validation for production has to take place during development, during coding. The ops guy used to shoot releases for not working. Now, he has to make sure it never happens. The challenge of DevOps is most obvious for the operations side, but there are challenges on the development side too. It used to be okay that developers furiously created a bunch of code and gave it to someone else to test. They threw it

3 over a wall and went home. However, today s code is built from many components, and without end-to-end visibility, you will be building disaster. Such blind development results in poor quality components that are only fully tested once the final product is assembled. Only then do you realize the components don t work. You identify bugs far too late, and the shelves stay empty while your code goes back over the wall to repeat the cycle. You can t run that way. Would Intel blame Dell for the poor quality of component manufacture? Would they ever give Dell a chip and ask if it works? Never in a million years. Intel makes sure their chips work before they re ever taken to a factory and plugged into a motherboard. Developers have to build effective components that work before they re assembled. Service virtualization is how you do this. You take your end environment, the place where your stuff has to work, and you virtualize it. You give virtual copies to everyone and say Test in there. If you have a test lab where the final assembled product is tested, virtualize that. Let everyone work in parallel, test in parallel, then you will have no surprises when you get to the real world. That takes us to the next area where DevOps changes the game: testing. The classic approach - and CA Technologies knows this, because we make software - is that most of the testing is done by people. That s wrong. It doesn t work that way in other industries. One way to make high quality cars would be to build them first without testing anything, and get all the bugs out on a 10,000 mile test drive. but no cars would ever get into the showroom. Each component in a car is known to work before it gets bolted in, because it s been tested when it was made. So we have to make engineering do the validation, and that testing has to be automated. When our quality engineers put their hands on keyboards, it s to build the automation that proves the system works. It s not to do the testing itself. We hear from our customers, and know from our own experience, that most development cycles are 70 percent testing. It doesn t matter if you completely optimize code creation, you re only going to see 30 percent improvement overall. You can t move the needle through DevOps without removing manual testing, without directly addressing that 70 percent. That means automation. You get more bang per buck by fixing the testing, especially if that testing is highly repetitive, which it often is. Generally, development is different every time you do it; testing is much the same. Automate where it matters. Such an approach to automation is fundamental to continuous delivery, which underpins DevOps. This automation has to work if you re going to be that worldclass software company. Continuous delivery means building the environment that supports your application code, and promoting changes across that environment as they re demanded. That needs all of the management technology that CA Technologies is already known for.

4 While application delivery is the center of the DevOps target, everything has to be a part of the philosophy. Security is terribly important. If you don t fully integrate security, you re being irresponsible. You can t automate your process, leave security to one side and think you won t increase your exposure. If you think: Hey, we have a security team over there. We ll hand them the complete product to test, will you get a safe product delivered on time? Of course not. Either you won t hit your cadence, or you ll ship unsafe code. Neither is good. Security has to be written in at development, and it has to be tested alongside everything else during development. Components must be secure. What can you leave out? Nothing. Mobile, cloud, mainframe, business management - our security and IT business management portfolio are essential to make DevOps happen. DevOps as a term is too limiting a factor. The idea has to extend to everything you do that involves software. Which is everything. Exclude nothing. That s why CA Technologies belongs in the center when customers start thinking about DevOps. It s a new philosophy that needs good tools. We have those tools and know how they can work for people. That s why CA Technologies belongs in the center when customers start thinking about DevOps. In part, we know because we ve been using them in new ways ourselves. Our internal IT group has been using DevOps principles with our own tools, and the results have been astonishing. We took one 12-hour deployment task and cut it down to nine minutes. We ve seen test times go from weeks to days, or even hours. None of this would be any good if it made bad products. However, in the vast majority of cases - over 90%, according to research sponsored by CA quality shoots up when you use these technologies. 2 The problem isn t that people won t test. It s that they can t test enough. There are always environmental and resource constraints. Take away the challenge of having to do repetitive testing, and a lot more testing gets done. Doing things the old way, if we make a big change to a product, it takes thousands of hours to rebuild, retest and redeploy. That s a huge drag on agility. None of that time is getting new ideas into action. It s stopping new ideas from getting out there. But we know from our customers that DevOps can take those thousands of hours down to a couple of days. One of my favorite customer stories illustrates how this works -- not just technically, but how it fits in with partnerships between different companies in this business. It showed us that we were on the right track. It s something we did for a major US telco backbone provider, who went to their main systems integrators, and said: Hey, we ve gone Agile but it s not working well. Our quarterly releases are coming out every five months, and with so few new features, the business won t take them. We can t move the needle. Fix it. When you ve got lots of development worked outsourced, the integrator tends to get the blame when things aren t working well. The SI needed a dramatic result,

5 knew we had had some success elsewhere with this sort of issue, and asked us to help. We can t sell by having massive account teams for each customer, so our MSPs (Managed Service Providers) are really important to us. They know when we ve got a good fit for someone. The customer had a component problem. Every one of their component builders was dependent on other component builders. Everyone was waiting on everyone else. Development was taking way too long and there was no reliable way to test until assembly. When the product was built, it was of poor quality. So, we put in the tools and the thinking to test during development, to automate, to remove all that interdependence. When we were through, the same teams working just as hard as before delivered releases 40 percent faster. Seventy percent of test time was reduced. Fifty percent more stories, new things the user could do that they couldn t before, were delivered. And it was all high quality. Component-based testing and automating the test function really delivered. The result was that the quarterly cadence was fulfilled, and then some. Planning got better. Goals got hit. Promises were kept, and the business learned it could rely on its software team to deliver. This is one of the reasons I m so excited to be here and working on this, working with everyone else in CA Technologies. It s not often you get to be a part of a huge transformation of an industry, becoming a part of a team making an enormous impact. It ll be felt throughout the entire world of software, and through that to the whole world of industry and enterprise. Software is rewriting business, and we re writing the software to do it. References 1 Keynote Speech, 2 TechInsights Research: What Smart Businesses Know About DevOps, conducted for CA Technologies by Vanson Bourne, 2013

6 Connect with CA Technologies at ca.com CA Technologies (NASDAQ: CA) helps customers succeed in a future where every business from apparel to energy is being rewritten by software. From planning to development to management to security, at CA we create software that fuels transformation for companies in the application economy. With CA software at the center of their IT strategy, organizations can leverage the technology that changes the way we live from the data center to the mobile device. Learn more about CA Technologies at CA. All trademarks, trade names, service marks and logos referenced herein belong to their respective companies. ITIL is a Registered Trade Mark of AXELOS Limited. The statements and opinions expressed in this document are those of the author(s) and are not necessarily those of CA. CA and the authors assume no responsibility for consequences resulting from the publication of or use of this document, and are not responsible for, and expressly disclaim liability for, damages of any kind.

Crossing the DevOps Chasm

Crossing the DevOps Chasm SOLUTION BRIEF Application Delivery Solutions from CA Technologies Crossing the DevOps Chasm Can improved collaboration and automation between Development and IT Operations deliver business value more

More information

My DevOps Journey by Billy Foss, Engineering Services Architect, CA Technologies

My DevOps Journey by Billy Foss, Engineering Services Architect, CA Technologies About the author My DevOps Journey by Billy Foss, Engineering Services Architect, CA Technologies I am going to take you through the journey that my team embarked on as we looked for ways to automate processes,

More information

Service Virtualization and implementation

Service Virtualization and implementation WHITE PAPER Key Capabilities of a Service Virtualization Solution January 2013 eliminate software development and testing constraints with service virtualization John Michelsen CTO/CA Technologies agility

More information

DevOps and Continuous Configuration Automation by Didier De Cock, Senior Principal Consultant, CA Technologies

DevOps and Continuous Configuration Automation by Didier De Cock, Senior Principal Consultant, CA Technologies About the author DevOps and Continuous Configuration Automation by Didier De Cock, Senior Principal Consultant, CA Technologies Introduction Didier De Cock is a Senior Principal Consultant within CA s

More information

Agile Infrastructure Monitoring for the Application Economy

Agile Infrastructure Monitoring for the Application Economy Agile Infrastructure for the Application Application The Application Is Here Is Your IT Approach Ready? The application economy has taken hold with everything driven by connected applications that run

More information

Eliminate Software Development and Testing Constraints with Service Virtualization

Eliminate Software Development and Testing Constraints with Service Virtualization WHITE PAPER June 2012 Eliminate Software Development and Testing Constraints with Service Virtualization John Michelsen CA SVP and Distinguished Engineer, ITKO Founder Table of Contents Section 1: Create

More information

HOW TO. to Executives. You know that marketing automation is the greatest thing since sliced bread. After all, what else can help you...

HOW TO. to Executives. You know that marketing automation is the greatest thing since sliced bread. After all, what else can help you... HOW TO Sell Marketing to Executives Automation You know that marketing automation is the greatest thing since sliced bread. After all, what else can help you... 1 making inroads with the corner office

More information

The Service Provider s Speed Mandate and How CA Can Help You Address It

The Service Provider s Speed Mandate and How CA Can Help You Address It The Service Provider s Speed Mandate and How CA Can Help You Address It Welcome to the Application Economy Innovative services and business models continue to hit the market, which creates both unprecedented

More information

An Oracle White Paper April 2013. How to Sell Marketing Automation to Executives

An Oracle White Paper April 2013. How to Sell Marketing Automation to Executives An Oracle White Paper April 2013 How to Sell Marketing Automation to Executives Introduction You know that marketing automation is the greatest thing since sliced bread. After all, what else can help your

More information

RESEARCH PAPER NOVEMBER 2014. Mobility: Why Your Customers Aren t Satisfied and What to Do About It

RESEARCH PAPER NOVEMBER 2014. Mobility: Why Your Customers Aren t Satisfied and What to Do About It RESEARCH PAPER NOVEMBER 2014 Mobility: Why Your Customers Aren t Satisfied and What to Do About It 2 RESEARCH PAPER: MOBILITY: WHY YOUR CUSTOMERS AREN T SATISFIED AND WHAT TO DO ABOUT IT Mobility: Why

More information

Club Accounts. 2011 Question 6.

Club Accounts. 2011 Question 6. Club Accounts. 2011 Question 6. Anyone familiar with Farm Accounts or Service Firms (notes for both topics are back on the webpage you found this on), will have no trouble with Club Accounts. Essentially

More information

Book 3 Cost Estimating in an Agile Development Environment. (early release)

Book 3 Cost Estimating in an Agile Development Environment. (early release) Book 3 Cost Estimating in an Agile Development Environment (early release) Book 3: Cost Estimating in an Agile Development Environment In this third book I ll use the slides I gave at a speech several

More information

CIO 24/7 Podcast No.6 Cloud Computing

CIO 24/7 Podcast No.6 Cloud Computing CIO 24/7 Podcast No.6 Cloud Computing Welcome to edition six of Accenture s CIO 24/7 podcast. We bring you practical real world insight on IT delivery and strategy straight from the leaders of Accenture

More information

How to Meet EDI Compliance with Cloud ERP

How to Meet EDI Compliance with Cloud ERP How to Meet EDI Compliance with Cloud ERP Lincoln: This is Trek Talk, the Cloud ERP podcast and today s topic is Advantages of an EDI Compliant Cloud ERP. With cloud ERP you can meet your goals for EDI

More information

Seven Things You Must Know Before Hiring a Real Estate Agent

Seven Things You Must Know Before Hiring a Real Estate Agent Seven Things You Must Know Before Hiring a Real Estate Agent 1 Introduction Selling a home can be one of the most stressful situations of your life. Whether you re upsizing, downsizing, moving across the

More information

Seven Things You Must Know Before Hiring a Real Estate Agent

Seven Things You Must Know Before Hiring a Real Estate Agent Seven Things You Must Know Before Hiring a Real Estate Agent Seven Things To Know Before Hiring a Real Estate Agent Copyright All Rights Reserved 1 Introduction Selling a home can be one of the most stressful

More information

How To Develop An Application

How To Develop An Application What is Application Lifecycle Management? David Chappell Sponsored by Microsoft Corporation Copyright 2014 Chappell & Associates Defining application lifecycle management (ALM) isn t easy. Different people

More information

can I consolidate vendors, align performance with company objectives and build trusted relationships?

can I consolidate vendors, align performance with company objectives and build trusted relationships? SOLUTION BRIEF Vendor Performance Management can I consolidate vendors, align performance with company objectives and build trusted relationships? agility made possible CA Business Service Insight helps

More information

MIDDLETOWN FAMILY FINDS ITS NICHE IN NURSING FIELD

MIDDLETOWN FAMILY FINDS ITS NICHE IN NURSING FIELD MIDDLETOWN FAMILY FINDS ITS NICHE IN NURSING FIELD Posted: April 25, 2015 By SALLY VOTH The Winchester Star The McNeely family (from left) Linda, Jennifer, Kyle and Keith, are shown at Winchester Medical

More information

5 Steps to Adopting Agile IT Infrastructure Monitoring Necessary for a Customer-Driven World

5 Steps to Adopting Agile IT Infrastructure Monitoring Necessary for a Customer-Driven World 5 Steps to Adopting Agile IT Infrastructure Monitoring Necessary for a Customer-Driven World Fueling the Application Experience If you ve seen recent car ads, you know they re as likely to promote applications

More information

(Dev + Ops) ITSM = Calamity

(Dev + Ops) ITSM = Calamity (Dev + Ops) ITSM = Calamity Randy Steinberg RandyASteinberg@gmail.com DevOps Defined A cultural and professional movement that stresses communication, collaboration, and integration between software developers,

More information

A FinCo Case Study - Using CA Business Service Insight to Manage Outsourcing Suppliers

A FinCo Case Study - Using CA Business Service Insight to Manage Outsourcing Suppliers WHITE PAPER August 2012 A FinCo Case Study - Using CA Business Service Insight to Manage Outsourcing Suppliers Erik Hille Senior Principal Product Marketing Manager Table of Contents Executive Summary

More information

Business Mastery: Smart Strategies Every Business Owner Needs to Promote, Protect and Prosper

Business Mastery: Smart Strategies Every Business Owner Needs to Promote, Protect and Prosper Business Mastery: Smart Strategies Every Business Owner Needs to Promote, Protect and Prosper Susan Wilson Solovic Sponsored by: AT&T 2012 Susan Wilson Solovic, all rights reserved Business Mastery: Smart

More information

solution brief September 2011 Can You Effectively Plan For The Migration And Management of Systems And Applications on Vblock Platforms?

solution brief September 2011 Can You Effectively Plan For The Migration And Management of Systems And Applications on Vblock Platforms? solution brief September 2011 Can You Effectively Plan For The Migration And Management of Systems And Applications on Vblock Platforms? CA Capacity Management and Reporting Suite for Vblock Platforms

More information

The One Key Thing You Need to Be Successful In Prospecting and In Sales

The One Key Thing You Need to Be Successful In Prospecting and In Sales The One Key Thing You Need to Be Successful In Prospecting and In Sales The secret key to being successful in prospecting and in sales found in this report will work in ANY INDUSTRY for any product or

More information

Email Marketing Now let s get started on probably the most important part probably it is the most important part of this system and that s building your e-mail list. The money is in the list, the money

More information

Using SQL Monitor at Interactive Intelligence

Using SQL Monitor at Interactive Intelligence Using SQL Monitor at Robbie Baxter 93% of Fortune 100 companies use Red Gate's software Using SQL Monitor at Robbie Baxter Database Administrator Summary Business communications software company has used

More information

DEFINITELY. GAME CHANGER? EVOLUTION? Big Data

DEFINITELY. GAME CHANGER? EVOLUTION? Big Data Big Data EVOLUTION? GAME CHANGER? DEFINITELY. EMC s Bill Schmarzo and consultant Ben Woo weigh in on whether Big Data is revolutionary, evolutionary, or both. by Terry Brown EMC+ In a recent survey of

More information

Clinical Trials. Clinical trials the basics

Clinical Trials. Clinical trials the basics Clinical Trials Clinical Trials This brochure is for people making decisions about cancer treatment. You may be thinking about a clinical trial for you or your child but need to know more before you decide.

More information

How Best Collateral Turned Document Sharing Into an Engagement Engine for 75+ Employees

How Best Collateral Turned Document Sharing Into an Engagement Engine for 75+ Employees Best Collateral www.bestcollateral.com Industry: Finance / Retail Region: California How Best Collateral Turned Document Sharing Into an Engagement Engine for 75+ Employees Locations: 9 Employees: 75+

More information

You Rely On Software To Run Your Business Learn Why Your Software Should Rely on Software Analytics

You Rely On Software To Run Your Business Learn Why Your Software Should Rely on Software Analytics SOFTWARE ANALYTICS You Rely On Software To Run Your Business Learn Why Your Software Should Rely on Software Analytics March 19, 2014 Underwritten by Copyright 2014 The Big Data Group, LLC. All Rights

More information

Cloud Computing (In Plain English)

Cloud Computing (In Plain English) Cloud Computing (In Plain English) Application Service Provider, Software as a Service, Grid Computing, Utility Computing, Platform as a Service......all these terms and more, at one time or another have

More information

CA Workload Automation for SAP Software

CA Workload Automation for SAP Software CA Workload Automation for SAP Software 2 The Application Economy Spurs New SAP System Workload Challenges Business is being shaped more and more by what has become an application-based world. In this

More information

agility made possible

agility made possible SOLUTION BRIEF Mainframe Software Rationalization Program want to reduce costs and rationalize your mainframe software change management environment? agility made possible CA Endevor Software Change Manager

More information

Unbreak ITSM: Work the Way People Do

Unbreak ITSM: Work the Way People Do Unbreak ITSM: Work the Way People Do New Pressures from the Application Economy What happened? Just yesterday your IT organization was the master of its domain. When users had a problem or request, they

More information

Reputation Marketing

Reputation Marketing Reputation Marketing Reputation Marketing Welcome to our training, We will show you step-by-step how to dominate your market online. We re the nation s leading experts in local online marketing. The proprietary

More information

Redefining Infrastructure Management for Today s Application Economy

Redefining Infrastructure Management for Today s Application Economy WHITE PAPER APRIL 2015 Redefining Infrastructure Management for Today s Application Economy Boost Operational Agility by Gaining a Holistic View of the Data Center, Cloud, Systems, Networks and Capacity

More information

How to Study Mathematics Written by Paul Dawkins

How to Study Mathematics Written by Paul Dawkins How to Study Mathematics Written by Paul Dawkins Before I get into the tips for how to study math let me first say that everyone studies differently and there is no one right way to study for a math class.

More information

TechInsights Report: Cloud Succeeds. Now What?

TechInsights Report: Cloud Succeeds. Now What? WHITE PAPER TECHINSIGHTS REPORT MAY 2013 TechInsights Report: Cloud Succeeds. Now What? Cloud success exceeds initial expectations. IT management and security tools now more important than ever. agility

More information

Product Information Malpractice. The single biggest threat to omnichannel commerce

Product Information Malpractice. The single biggest threat to omnichannel commerce Product Information Malpractice The single biggest threat to omnichannel commerce You don t need us to tell you this: Selling online has completely changed the dynamics of retail and consumer products.

More information

WSI White Paper. Prepared by: Baltej Gill Social Media Strategist, WSI

WSI White Paper. Prepared by: Baltej Gill Social Media Strategist, WSI Understanding the Buzz Around Social Media WSI White Paper Prepared by: Baltej Gill Social Media Strategist, WSI Introduction You might have heard that social media can help build your brand, promote your

More information

5 questions every customer asks about CA Services?

5 questions every customer asks about CA Services? Product or Service what are headline here 5 questions every customer asks about CA Services? agility made possible question 1 why should we use CA Services? answer Meet the CA Services experts on LinkedIn

More information

Business Agility SURVIVAL GUIDE

Business Agility SURVIVAL GUIDE Business Agility SURVIVAL GUIDE 1 Every industry is subject to disruption. Only a truly agile business is equipped to respond.* Agile firms grow revenue 37% faster. Agile firms generate 30% higher profits.**

More information

Copyright (c) 2015 Christopher Small and The Art of Lawyering. All rights reserved.

Copyright (c) 2015 Christopher Small and The Art of Lawyering. All rights reserved. Copyright (c) 2015 Christopher Small and The Art of Lawyering. All rights reserved. 1 In this special report, I ll be sharing with you the ten biggest mistakes that lawyers make when marketing their law

More information

INNOVATOR S PLAYBOOK A TALK WITH GLOBAL LEADERS BRITISH TELECOM (BT)

INNOVATOR S PLAYBOOK A TALK WITH GLOBAL LEADERS BRITISH TELECOM (BT) INNOVATOR S PLAYBOOK A TALK WITH GLOBAL LEADERS BRITISH TELECOM (BT) INNOVATOR S PLAYBOOK A TALK WITH GLOBAL LEADERS BRITISH TELECOM (BT) How does one of the biggest telecommunications organizations in

More information

A: We really embarrassed ourselves last night at that business function.

A: We really embarrassed ourselves last night at that business function. Dialog: VIP LESSON 049 - Future of Business A: We really embarrassed ourselves last night at that business function. B: What are you talking about? A: We didn't even have business cards to hand out. We

More information

Elevating the Customer Experience in the Mobile World

Elevating the Customer Experience in the Mobile World Elevating the Customer Experience in the Mobile World Mobile devices are now an ever-present feature of our daily lives Tablets, phones, watches we rely on them and the applications and services that they

More information

When Toyota met e-commerce: Lean at Amazon

When Toyota met e-commerce: Lean at Amazon FEBRUARY 2014 When Toyota met e-commerce: Lean at Amazon Marc Onetto Amazon s former head of global operations explains why the company was a natural place to apply lean principles, how they ve worked

More information

can you effectively plan for the migration and management of systems and applications on Vblock Platforms?

can you effectively plan for the migration and management of systems and applications on Vblock Platforms? SOLUTION BRIEF CA Capacity Management and Reporting Suite for Vblock Platforms can you effectively plan for the migration and management of systems and applications on Vblock Platforms? agility made possible

More information

How Can Central IT Use Cloud Technologies to Revolutionize Remote Store Operation?

How Can Central IT Use Cloud Technologies to Revolutionize Remote Store Operation? SOLUTION BRIEF CA APPLOGIC CLOUD PLATFORM FOR ENTERPRISE How Can Central IT Use Cloud Technologies to Revolutionize Remote Store Operation? agility made possible CA AppLogic combines applications, virtual

More information

SOLUTION BRIEF CA SERVICE MANAGEMENT - SERVICE CATALOG. Can We Manage and Deliver the Services Needed Where, When and How Our Users Need Them?

SOLUTION BRIEF CA SERVICE MANAGEMENT - SERVICE CATALOG. Can We Manage and Deliver the Services Needed Where, When and How Our Users Need Them? SOLUTION BRIEF CA SERVICE MANAGEMENT - SERVICE CATALOG Can We Manage and Deliver the Services Needed Where, When and How Our Users Need Them? SOLUTION BRIEF CA DATABASE MANAGEMENT FOR DB2 FOR z/os DRAFT

More information

successful tips for CLOSING LEADS

successful tips for CLOSING LEADS successful tips for CLOSING LEADS www.insurancequotes.com information@insurancequotes.com 1860 Blake Street, Suite 900 Denver, CO 80202 drumming up new business on the internet With so much information

More information

7 Deadly Sins of the DIY Cloud

7 Deadly Sins of the DIY Cloud 7 Deadly Sins of the DIY Cloud Uncovering the Hidden Impact of Custom App Development in the Cloud The Do-It-Yourself Cloud Revolution Cloud computing has brought a revolution to application development.

More information

Capturing Business from Real Estate Agents and Consumer Marketing. Mark McElroy - President & CEO Pavaso, Inc.

Capturing Business from Real Estate Agents and Consumer Marketing. Mark McElroy - President & CEO Pavaso, Inc. Capturing Business from Real Estate Agents and Consumer Marketing Mark McElroy - President & CEO Pavaso, Inc. Overview The CFPB has made it about as clear as possibly can be made: Marketing Service Agreements

More information

10 Critical Requirements for Cloud Applications. How to Recognize Cloud Providers and Applications that Deliver Real Value

10 Critical Requirements for Cloud Applications. How to Recognize Cloud Providers and Applications that Deliver Real Value 10 Critical Requirements for Cloud Applications How to Recognize Cloud Providers and Applications that Deliver Real Value 1 10 Critical Requirements for Cloud Applications How to Recognize Cloud Providers

More information

Continuous Integration Optimizing Your Release Management Process

Continuous Integration Optimizing Your Release Management Process Continuous Integration Optimizing Your Release Management Process Continuous Integration? Why should I care? What s in it for me? Continuous Integration? Why should I care? What s in it for me? The cost

More information

WHY IT ORGANIZATIONS CAN T LIVE WITHOUT QLIKVIEW

WHY IT ORGANIZATIONS CAN T LIVE WITHOUT QLIKVIEW WHY IT ORGANIZATIONS CAN T LIVE WITHOUT QLIKVIEW A QlikView White Paper November 2012 qlikview.com Table of Contents Unlocking The Value Within Your Data Warehouse 3 Champions to the Business Again: Controlled

More information

The Future of Workload Automation in the Application Economy

The Future of Workload Automation in the Application Economy The Future of Workload Automation in the Application Economy Success Requires Agility in the Application Economy The link between data center operations and business agility has never been stronger. If

More information

How To Choose A Search Engine Marketing (SEM) Agency

How To Choose A Search Engine Marketing (SEM) Agency How To Choose A Search Engine Marketing (SEM) Agency Introduction During the last four years, in both good and bad economies, Search Engine Marketing (SEM) has continued to grow. According to MarketingSherpa

More information

SaaS or On-Premise? How to Select the Right Paths for Your Enterprise. David Linthicum

SaaS or On-Premise? How to Select the Right Paths for Your Enterprise. David Linthicum SaaS or On-Premise? How to Select the Right Paths for Your Enterprise David Linthicum SaaS or On-Premise? How to Select the Right Paths for Your Enterprise 2 Executive Summary The growth of Software- as-

More information

How Can I Deliver Innovative Customer Services Across Increasingly Complex, Converged Infrastructure With Less Management Effort And Lower Cost?

How Can I Deliver Innovative Customer Services Across Increasingly Complex, Converged Infrastructure With Less Management Effort And Lower Cost? solution brief September 2012 How Can I Deliver Innovative Customer Services Across Increasingly Complex, Converged Infrastructure With Less Management Effort And Lower Cost? Converged Infrastructure Management

More information

What Are Certificates?

What Are Certificates? The Essentials Series: Code-Signing Certificates What Are Certificates? sponsored by by Don Jones W hat Are Certificates?... 1 Digital Certificates and Asymmetric Encryption... 1 Certificates as a Form

More information

BettyNet: Getting Started Guide

BettyNet: Getting Started Guide BettyNet: Getting Started Guide www.dentbetty.com Welcome! Welcome to BettyNet, the DentBetty network! This guide will help you get up and running as quickly as possible. Got questions? No problemo! Just

More information

Work Smarter, Not Harder: Leveraging IT Analytics to Simplify Operations and Improve the Customer Experience

Work Smarter, Not Harder: Leveraging IT Analytics to Simplify Operations and Improve the Customer Experience Work Smarter, Not Harder: Leveraging IT Analytics to Simplify Operations and Improve the Customer Experience Data Drives IT Intelligence We live in a world driven by software and applications. And, the

More information

We found a few things during the review but here was the major issue.

We found a few things during the review but here was the major issue. C a s e S t u d y 1 Buy-Sell Way Out of Whack Valuation We recently worked with two partners who owned a private business. These two had started the business from scratch and over the years had built the

More information

Building Social Media Success. Gaining referrals and revenues in the digitized world

Building Social Media Success. Gaining referrals and revenues in the digitized world Building Social Media Success Gaining referrals and revenues in the digitized world INTRODUCTION: Marketing Where the Customer Talks Back Imagination is a powerful thing. Michael Chrisman of Bookbinders

More information

Using Logistics to Grow Your Business

Using Logistics to Grow Your Business Using Logistics to Grow Your Business USING LOGISTICS TO GROW YOUR BUSINESS Y ou want your business to grow and logistics can help you achieve your objective. I ve put together this short guide for you

More information

The State of SEO. within Retail Ecommerce Research Report. August 2014. www.onehydra.com

The State of SEO. within Retail Ecommerce Research Report. August 2014. www.onehydra.com The State of SEO within Retail Ecommerce Research Report August 2014 www.onehydra.com Something s not quite right in SEO I don t think there s an ecommerce business in the world today that doesn t want,

More information

CA ERwin Data Modeling's Role in the Application Development Lifecycle

CA ERwin Data Modeling's Role in the Application Development Lifecycle CA ERwin Data Modeling's Role in the Application Development Lifecycle Hybrid Data Protection DH010SN CA ERwin Data Modeling's Role in the Application Development Lifecycle Donna Burbank CA Technologies

More information

WHITE PAPER NOVEMBER 2014. Eliminate Software Development and Testing Constraints with Service Virtualization

WHITE PAPER NOVEMBER 2014. Eliminate Software Development and Testing Constraints with Service Virtualization WHITE PAPER NOVEMBER 2014 Eliminate Software Development and Testing Constraints with Service Virtualization 2 WHITE PAPER: KEY CAPABILITIES OF A SERVICE VIRTUALIZATION SOLUTION Table of Contents Executive

More information

Cloud Less Talk, More Action. Find your starting place and take action that makes sense for your organization.

Cloud Less Talk, More Action. Find your starting place and take action that makes sense for your organization. Cloud Less Talk, More Action Find your starting place and take action that makes sense for your organization. Logicalis White Paper: VMware Cloud March 2014 It seems like most of what you hear about the

More information

can you simplify your infrastructure?

can you simplify your infrastructure? SOLUTION BRIEF CA Virtual Desktop Automation for Vblock Platforms can you simplify your infrastructure? agility made possible You Can. With services that increase the speed of virtual provisioning on Vblock

More information

5 Ways to Improve the Quality and Efficiency of your Mobile Testing

5 Ways to Improve the Quality and Efficiency of your Mobile Testing 5 Ways to Improve the Quality and Efficiency of your Mobile Testing Dennis Schultz, IBM Solution Architect Rational Emerging Technologies Team dennis.schultz@us.ibm.com dennisschultz.wordpress.com 20 February

More information

Comparative Rating in the Real-time World

Comparative Rating in the Real-time World Comparative Rating in the Real-time World S p e c i a l R e p o r t In case you haven t noticed, comparative rating is changing. Real-time rating is now a part of WinRater and soon will become the standard.

More information

9 Principles of Killer Dashboards SELL. SERVICE. MARKET. SUCCEED.

9 Principles of Killer Dashboards SELL. SERVICE. MARKET. SUCCEED. 9 Principles of Killer Dashboards SELL. SERVICE. MARKET. SUCCEED. The information provided in this e-book is strictly for the convenience of our customers and is for general informational purposes only.

More information

How To Build An Open Cloud

How To Build An Open Cloud Why the future of the cloud is open Gordon Haff EXECUTIVE SUMMARY Choosing how to build a hybrid cloud is perhaps the most strategic decision IT leaders will make this decade. It s a choice that will determine

More information

FIVE WAYS TO MAKE YOUR SUPPLY CHAIN MORE DYNAMIC

FIVE WAYS TO MAKE YOUR SUPPLY CHAIN MORE DYNAMIC SUPPLY CHAIN WHITE PAPER FIVE WAYS TO MAKE YOUR SUPPLY CHAIN MORE DYNAMIC Keeping tabs on your company s supply chain is no small task when you ve got hundreds, if not thousands, of bits of data whirling

More information

A to Z Information Services stands out from the competition with CA Recovery Management solutions

A to Z Information Services stands out from the competition with CA Recovery Management solutions Customer success story October 2013 A to Z Information Services stands out from the competition with CA Recovery Management solutions Client Profile Industry: IT Company: A to Z Information Services Employees:

More information

#HelloDisruptors. #HelloDisruptors. NetSuite presents Joe Del Preto Vice President, Global Controller, Groupon

#HelloDisruptors. #HelloDisruptors. NetSuite presents Joe Del Preto Vice President, Global Controller, Groupon #HelloDisruptors #HelloDisruptors NetSuite presents Joe Del Preto Vice President, Global Controller, Groupon JOE DEL PRETO Vice President, Global Controller Groupon SPEEDY SUCCESS GROUPON SETS UP A SOLID

More information

Pay per Click Success 5 Easy Ways to Grow Sales and Lower Costs

Pay per Click Success 5 Easy Ways to Grow Sales and Lower Costs Pay per Click Success 5 Easy Ways to Grow Sales and Lower Costs Go Long! The Benefits of Using Long Tail Keywords clogged sewage line, I ll see a higher conversion How many keywords are in your pay-per-click

More information

Misconceived. Misdirected. Mismanaged. Why too many companies miss the real value of Lean. A paper by Mark Hughes & Jonathan Gray, Vice Presidents

Misconceived. Misdirected. Mismanaged. Why too many companies miss the real value of Lean. A paper by Mark Hughes & Jonathan Gray, Vice Presidents Lean Transformation Journey Misconceived. Misdirected. Mismanaged. Why too many companies miss the real value of Lean. A paper by Mark Hughes & Jonathan Gray, Vice Presidents Give Lean the Right Focus

More information

How To Benefit From An Automated Deployment

How To Benefit From An Automated Deployment White Paper The Benefits of Deployment Automation The Benefits of Deployment Automation Executive Summary Getting quality software into production quickly and efficiently is a major priority for organizations

More information

6 Steps To Success With Your Web Agent Solutions Website

6 Steps To Success With Your Web Agent Solutions Website 6 Steps To Success With Your Web Agent Solutions Website By Jay Kinder and Michael Reese Introduction Congratulations on your decision to join the Web Agent Solutions family. It s an enormously effective

More information

Software Lifecycle Integration. A Quality Management Discipline

Software Lifecycle Integration. A Quality Management Discipline Table of Contents Overview Defects aren t the only shared artifact Methods of sharing artifacts among systems Using Tasktop Sync The Quality Management System as a Dashboard 1 2 2 3 4 Overview The testing

More information

Top salespeople frequently outperform the bottom by a factor of 4 to 1 The Two Critical Reasons You Need a Formal Sales Process

Top salespeople frequently outperform the bottom by a factor of 4 to 1 The Two Critical Reasons You Need a Formal Sales Process Top salespeople frequently outperform the bottom by a factor of 4 to 1 The Two Critical Reasons You Need a Formal Sales Process www.vantagepointperformance.com $400 Million of Chaos If there is one component

More information

The 10 Most Costly Mistakes You Can Make When Selling Your Home

The 10 Most Costly Mistakes You Can Make When Selling Your Home The 10 Most Costly Mistakes You Can Make When Selling Your Home When you are getting ready to put your property on the market, there is a myriad of things to think about, to prepare for and to organize.

More information

One View Of Customer Data & Marketing Data

One View Of Customer Data & Marketing Data One View Of Customer Data & Marketing Data Ian Kenealy, Head of Customer Data & Analytics, RSA spoke to the CX Network and shared his thoughts on all things customer, data and analytics! Can you briefly

More information

FULFILLING EXPECTATIONS: THE HEART OF OMNICHANNEL RETAILING

FULFILLING EXPECTATIONS: THE HEART OF OMNICHANNEL RETAILING FULFILLING EXPECTATIONS: THE HEART OF OMNICHANNEL RETAILING Creating the supply chain visibility, accuracy, control and flexibility retailers need to meet the demanding fulfillment expectations of the

More information

Copyright 2010 You have giveaway rights to this report. Feel free to share.

Copyright 2010 You have giveaway rights to this report. Feel free to share. Article Marketing Magic Copyright 2010 You have giveaway rights to this report. Feel free to share. Table of Contents What Is Article Marketing?...3 The History of Article Marketing...7 Article Marketing

More information

How to Survive and Thrive in the Application Economy. ca.com

How to Survive and Thrive in the Application Economy. ca.com How to Survive and Thrive in the Application Economy 2 RESEARCH PAPER: HOW TO SURVIVE AND THRIVE IN THE APPLICATION ECONOMY SEPTEMBER 2014 How to Survive and Thrive in the Application Economy Executive

More information

CASE STUDY. MatrixOneSource Provides High-Touch Customer Service Using 8x8 Integrated Solutions. MatrixOneSource, business process outsourcing

CASE STUDY. MatrixOneSource Provides High-Touch Customer Service Using 8x8 Integrated Solutions. MatrixOneSource, business process outsourcing MatrixOneSource Provides High-Touch Customer Service Using 8x8 Integrated Solutions MatrixOneSource, business process outsourcing 8x8 s Integrated Unified Communications and Contact Center Enable BPO Service

More information

SPENCER S TIPS: 7 Costly Mistakes Parents Make When Buying Insurance for Teen Drivers.

SPENCER S TIPS: 7 Costly Mistakes Parents Make When Buying Insurance for Teen Drivers. SPENCER S TIPS: 7 Costly Mistakes Parents Make When Buying Insurance for Teen Drivers. Insurance Insider Reveals Little Known Secrets: This report reveals the common mistakes Parents make that not only

More information

FOR. 14 Recommendations from a Top Futures Broker. Stuart A. Vosk. Center for Futures Education, Inc.

FOR. 14 Recommendations from a Top Futures Broker. Stuart A. Vosk. Center for Futures Education, Inc. BASIC TRAINING FOR FUTURES TRADERS: 14 Recommendations from a Top Futures Broker Stuart A. Vosk Center for Futures Education, Inc. P.O. Box 309 Grove City, PA 16127 Tel.: (724) 458-5860 FAX: (724) 458-5962

More information

RESEARCH PAPER OCTOBER 2014. DevOps: The Worst-Kept Secret to Winning in the Application Economy

RESEARCH PAPER OCTOBER 2014. DevOps: The Worst-Kept Secret to Winning in the Application Economy RESEARCH PAPER OCTOBER 2014 DevOps: The Worst-Kept Secret to Winning in the Application Economy 2 RESEARCH PAPER: DEVOPS: THE WORST-KEPT SECRET TO WINNING IN THE APPLICATION ECONOMY DevOps: The Worst-Kept

More information

white paper Inventory Control: Control it before it controls you

white paper Inventory Control: Control it before it controls you white paper Inventory Control: Control it before it controls you Introduction The purpose of this paper is to offer up ideas and discussion points on the importance of inventory control for businesses.

More information

Building a Roadmap to Robust Identity and Access Management

Building a Roadmap to Robust Identity and Access Management Building a Roadmap to Robust Identity and Access Management Elevating IAM from Responsive to Proactive From cases involving private retailers to government agencies, instances of organizations failing

More information

YouTube Channel Authority - The Definitive Guide

YouTube Channel Authority - The Definitive Guide YouTube Channel Authority - The Definitive Guide So what exactly is YouTube channel authority and how does it affect you? To understand how channel authority works, you first need a basic understand of

More information

how can I improve performance of my customer service level agreements while reducing cost?

how can I improve performance of my customer service level agreements while reducing cost? SOLUTION BRIEF CA Business Service Insight for Service Level Management how can I improve performance of my customer service level agreements while reducing cost? agility made possible By automating service

More information

Maximize strategic flexibility by building an open hybrid cloud Gordon Haff

Maximize strategic flexibility by building an open hybrid cloud Gordon Haff red hat open hybrid cloud Whitepaper Maximize strategic flexibility by building an open hybrid cloud Gordon Haff EXECUTIVE SUMMARY Choosing how to build a cloud is perhaps the biggest strategic decision

More information