The Wayback Machine - https://web.archive.org/web/20160429124057/http://xml.sys-con.com/node/3758879

Welcome!

Industrial IoT Authors: Jason Bloomberg, Scott Allen, Tim Hinds, SmartBear Blog, Elizabeth White

Related Topics: @DevOpsSummit, Microservices Expo, Linux Containers, Containers Expo Blog

@DevOpsSummit: Blog Feed Post

There’s No C in DevOps | @DevOpsSummit @XebiaLabs #DevOps #Microservices

I confess to often talking about the need for culture-change in software development organizations

There's No C in DevOps, But There Should Be
By Dave Farley

These days I mostly make my living as a consultant. Consultants in general are probably not the best loved group in the world. It is common to think of consultants wafting-in to your organization, telling you things that you already know and advising you to "change your culture", whatever that means. Subsequently they depart, no-doubt with a fat fee, and leave you as you were before with the same problems and no progress made.


The ‘C' Word - Culture
I confess to often talking about the need for culture-change in software development organizations. I hope though that what I mean is something more concrete.

Software development is an interesting human activity. It is technically complex, we create the most complex systems (apart from other human beings) that humans have ever produced. It is fragile, there is little in human experience that is quite so intolerant of tiny errors as software. Every piece of software that we create is an exercise in discovery, if it wasn't we would just re-use what we had from before. It is a creative discipline in both the literal and figurative sense. We do this in collaboration with lots of other people and the fate of the organizations that we operate in often rides on what we build.

The trouble is that, as an industry the software development industry has rarely delighted its users. This isn't really a problem of software itself, but rather the ways in which we have undertaken its development.

We can all think of examples of great software done well, but in nearly all of those cases, the way in which these "exceptional development teams" approached the problems that they faced was different to what most of us have been taught and what the majority of organizations that create software do.

In practice, it is my opinion that the majority of our industry has grown up doing things in inefficient and ineffective ways. This isn't a small thing. This isn't a "buy this technology and it will make it all work" kind of problem. There are some very basic, very fundamental things that you need to get right for software development to work effectively. In large part, this is at the level of the ‘Culture', there is that word again, of the organizations that want to create great software.

Geocentricism
If software development projects were normal things then we would expect to see as many projects finish ahead of schedule, below budget and exceeding the expectations of their users as projects finishing behind schedule, over budget and disappointing or being ignored by their users.

We would expect to see a "normal distribution" - the blue line in the diagram below. (See Figure 1)

Instead I believe that we have come to expect, in most organizations, something more like the red line.

We have built an industry that assumes that late delivery, cost-overruns, low quality and features that users don't like or don't want is normal. This is crazy! These are not essential properties of software development.

PastedGraphic-1[1] copy 2

Figure 1 - Software Projects success should be a normal distribution

I believe that what this is telling us is that we have got this badly wrong. We have entirely the wrong model for how software development should work.

It is a bit like this (http://www.malinc.se/math/trigonometry/geocentrismen.php). When people thought that everything rotated around planet Earth, geocentricism, then it was impossible to imagine how the complex paths of the planets could arise. As soon as you change perspective, in this case to heliocentricism, you get to think about the problem differently. All becomes clearer and simpler. Now we can reason, now we can calculate, now we can predict. Now we can evolve the next step. Newton can describe the inverse-square law, Einstein can later describe warps in space-time. Without that first step, of discarding a viewpoint that makes the world look more complex rather than less, progress is stalled.

We have grown a culture around software development that does to software development what geocentricism did to cosmology. We can't see the beauty and simplicity because it is hidden by the complexity of our own creations and assumptions. This isn't just about how we write code or how we manage deployments or even whether or not Developers and Operations people sit together. Rather this is about how the whole organization thinks about change. How we constitute and organize teams. How we apply governance to projects. How we regulate them. It is about how we deliver new ideas to our users. This stuff is fundamental.

I argue that all organizations that create software want the same thing. They want to have an idea. Get that idea, in the form of working software, into the hands of their users and see what their users make of it.

This is my definition of what Continuous Delivery is all about. This is more than a tool or a process. This is a change in the whole culture surrounding software development.

I think that one form of geocentricism is project-based working. The data is in, we are terrible at predicting the outcome of software projects! So maybe the idea of software projects is wrong. If we look at some of those "exceptional development teams" they don't very often have a project focus. Instead they are in it for the long haul, they are focussed on products and look after the software for its whole life. If we change our culture to think of an on-going relationship with our software and our users, things start to make more sense.

Cross-Functional Teams & User Acceptance Testing
Projects lead us to think in terms of budgets and timescales. What if, instead, we did all of our work as a series of small, maybe even tiny, changes. We could quickly decide if each change is worth a try. Maybe we could even do simple versions of a change to see if our users liked it, thus avoiding costly development of features that no one ever wanted.

How do we cope with big problems? We subdivide them. Mostly though we sub-divide them along technical boundaries or job-function boundaries. This creates silos and breeds a whole raft of complexity to surround it. Do you work in an organization with front-end and back-end development teams? How about a separate QA or Ops team?

As soon as you organize like this you have built a cross-team dependency in to almost every new requirement.

How about we change our culture. Instead of dividing our teams by technology or job function we establish cross-functional teams responsible for an independent area of the business. In such an environment each new requirement usually has a natural home in one team. This simplifies the work of planning, but also simplifies the work within  the team. Allowing them more autonomy and enabling them to make decisions that will make them more efficient and improve quality, or even just meet their users needs.

I once worked on a software project where the development team was disbanded before User Acceptance Testing was carried out - Cargo cult process of the highest order! So there was an expensive, slow, late, manual process to evaluate whether or not the software that the team had built was fit for purpose, but there was no development team, except for me and two others, left to address any concerns. Had the users decided that we had completely misunderstood some key aspect of the system there was nothing we could do about it.

shutterstock_309062636

How about we change culture, instead of waiting until the end to see if users are happy, why don't we ask them as soon as we possibly can? If we can deliver new changes to them quickly then we can learn from them. If the nature of our software is such that we can't do that, then we need to find a, simple, alternative. Maybe we can have representatives of the users on our team using the software all the time as it is developed?

You can't "inspect quality in to a product". Quality is "built-in". User Acceptance Testing, in fact any form of manual regression testing is another of those assumptions built in to our industry that needs challenging. Instead of looking at code after it is finished, how about we think in terms of "Executable Specifications" for the behavior of our systems. Let us not waste time defining the behavior of our system in a document. Let us instead, make those definitions Executable and run them every time that we make a change to our software so that we can be certain that our system still fulfills its needs. Get developers into the loop and get them thinking of asserting the behaviors of the code that they write as they write it.

If you have read anything about Agile development or Continuous Delivery these ideas should be familiar to you. But make no mistake, this is a culture change. We need to look at software development and think again. We need to challenge the assumptions that constrain us. It is *not* acceptable or normal to have hundreds of bugs in production. It is not an inevitable characteristic of software. We can't plan reliably, so let us work in ways that don't need us to.

These ideas are not new. I believe that if you look at the history of outstanding software development, then it won't be planned, waterfall, manually tested. It will be evolutionary, incremental, experimental and iterative. It will have been carried out in a manner totally alien to the majority of software development process in our industry. Success has been an outlier that required people to break convention. Let us work to make that success curve more evenly weighted.

It is time to change the culture of our industry.


Ready to make some enterprise changes in 2016? Learn from the best with our on-demand "Top Enterprise DevOps Lessons For 2016" by Andrew Phillips.

The post There's No C In DevOps, But There Should Be appeared first on XebiaLabs.

Related posts:

Read the original blog entry...

More Stories By XebiaLabs Blog

XebiaLabs is the technology leader for automation software for DevOps and Continuous Delivery. It focuses on helping companies accelerate the delivery of new software in the most efficient manner. Its products are simple to use, quick to implement, and provide robust enterprise technology.

@ThingsExpo Stories
Digital payments using wearable devices such as smart watches, fitness trackers, and payment wristbands are an increasing area of focus for industry participants, and consumer acceptance from early trials and deployments has encouraged some of the biggest names in technology and banking to continue their push to drive growth in this nascent market. Wearable payment systems may utilize near field communication (NFC), radio frequency identification (RFID), or quick response (QR) codes and barcodes...
SYS-CON Events announced today that DatacenterDynamics has been named “Media Sponsor” of SYS-CON's 18th International Cloud Expo, which will take place on June 7–9, 2016, at the Javits Center in New York City, NY. DatacenterDynamics is a brand of DCD Group, a global B2B media and publishing company that develops products to help senior professionals in the world's most ICT dependent organizations make risk-based infrastructure and capacity decisions.
SYS-CON Events announced today TMCnet has been named “Media Sponsor” of SYS-CON's 18th International Cloud Expo, which will take place on June 7–9, 2016, at the Javits Center in New York City, NY, and the 19th International Cloud Expo, which will take place on November 1–3, 2016, at the Santa Clara Convention Center in Santa Clara, CA. Technology Marketing Corporation (TMC) is the world's leading business-to-business and integrated marketing media company, servicing niche markets within the com...
The IoT has the potential to create a renaissance of manufacturing in the US and elsewhere. In his session at 18th Cloud Expo, Florent Solt, CTO and chief architect of Netvibes, will discuss how the expected exponential increase in the amount of data that will be processed, transported, stored, and accessed means there will be a huge demand for smart technologies to deliver it. Florent Solt is the CTO and chief architect of Netvibes. Prior to joining Netvibes in 2007, he co-founded Rift Technol...
Join IBM June 8 at 18th Cloud Expo at the Javits Center in New York City, NY, and learn how to innovate like a startup and scale for the enterprise. You need to deliver quality applications faster and cheaper, attract and retain customers with an engaging experience across devices, and seamlessly integrate your enterprise systems. And you can't take 12 months to do it.
This is not a small hotel event. It is also not a big vendor party where politicians and entertainers are more important than real content. This is Cloud Expo, the world's longest-running conference and exhibition focused on Cloud Computing and all that it entails. If you want serious presentations and valuable insight about Cloud Computing for three straight days, then register now for Cloud Expo.
IoT device adoption is growing at staggering rates, and with it comes opportunity for developers to meet consumer demand for an ever more connected world. Wireless communication is the key part of the encompassing components of any IoT device. Wireless connectivity enhances the device utility at the expense of ease of use and deployment challenges. Since connectivity is fundamental for IoT device development, engineers must understand how to overcome the hurdles inherent in incorporating multipl...
Machine Learning helps make complex systems more efficient. By applying advanced Machine Learning techniques such as Cognitive Fingerprinting, wind project operators can utilize these tools to learn from collected data, detect regular patterns, and optimize their own operations. In his session at 18th Cloud Expo, Stuart Gillen, Director of Business Development at SparkCognition, will discuss how research has demonstrated the value of Machine Learning in delivering next generation analytics to im...
Manufacturers are embracing the Industrial Internet the same way consumers are leveraging Fitbits – to improve overall health and wellness. Both can provide consistent measurement, visibility, and suggest performance improvements customized to help reach goals. Fitbit users can view real-time data and make adjustments to increase their activity. In his session at @ThingsExpo, Mark Bernardo Professional Services Leader, Americas, at GE Digital, will discuss how leveraging the Industrial Interne...
The paradigm has shifted. A Gartner survey shows that 43% of organizations are using or plan to implement the Internet of Things in 2016. However, not just a handful of companies are still using the old-style ad-hoc trial-and-error ways, unaware of the critical barriers, paint points, traps, and hidden roadblocks. How can you become a winner? In his session at @ThingsExpo, Tony Shan will present a methodical approach to guide the holistic adoption and enablement of IoT implementations. This ov...
SYS-CON Events announced today that Stratoscale, the software company developing the next generation data center operating system, will exhibit at SYS-CON's 18th International Cloud Expo®, which will take place on June 7-9, 2016, at the Javits Center in New York City, NY. Stratoscale is revolutionizing the data center with a zero-to-cloud-in-minutes solution. With Stratoscale’s hardware-agnostic, Software Defined Data Center (SDDC) solution to store everything, run anything and scale everywhere...
Angular 2 is a complete re-write of the popular framework AngularJS. Programming in Angular 2 is greatly simplified – now it's a component-based well-performing framework. This immersive one-day workshop at 18th Cloud Expo, led by Yakov Fain, a Java Champion and a co-founder of the IT consultancy Farata Systems and the product company SuranceBay, will provide you with everything you wanted to know about Angular 2.
SYS-CON Events announced today that Men & Mice, the leading global provider of DNS, DHCP and IP address management overlay solutions, will exhibit at SYS-CON's 18th International Cloud Expo®, which will take place on June 7-9, 2016, at the Javits Center in New York City, NY. The Men & Mice Suite overlay solution is already known for its powerful application in heterogeneous operating environments, enabling enterprises to scale without fuss. Building on a solid range of diverse platform support,...
You deployed your app with the Bluemix PaaS and it's gaining some serious traction, so it's time to make some tweaks. Did you design your application in a way that it can scale in the cloud? Were you even thinking about the cloud when you built the app? If not, chances are your app is going to break. Check out this webcast to learn various techniques for designing applications that will scale successfully in Bluemix, for the confidence you need to take your apps to the next level and beyond.
The increasing popularity of the Internet of Things necessitates that our physical and cognitive relationship with wearable technology will change rapidly in the near future. This advent means logging has become a thing of the past. Before, it was on us to track our own data, but now that data is automatically available. What does this mean for mHealth and the "connected" body? In her session at @ThingsExpo, Lisa Calkins, CEO and co-founder of Amadeus Consulting, will discuss the impact of wea...
Whether your IoT service is connecting cars, homes, appliances, wearable, cameras or other devices, one question hangs in the balance – how do you actually make money from this service? The ability to turn your IoT service into profit requires the ability to create a monetization strategy that is flexible, scalable and working for you in real-time. It must be a transparent, smoothly implemented strategy that all stakeholders – from customers to the board – will be able to understand and comprehe...
So, you bought into the current machine learning craze and went on to collect millions/billions of records from this promising new data source. Now, what do you do with them? Too often, the abundance of data quickly turns into an abundance of problems. How do you extract that "magic essence" from your data without falling into the common pitfalls? In her session at @ThingsExpo, Natalia Ponomareva, Software Engineer at Google, will provide tips on how to be successful in large scale machine lear...
SYS-CON Events announced today that Ericsson has been named “Gold Sponsor” of SYS-CON's @ThingsExpo, which will take place on June 7-9, 2016, at the Javits Center in New York, New York. Ericsson is a world leader in the rapidly changing environment of communications technology – providing equipment, software and services to enable transformation through mobility. Some 40 percent of global mobile traffic runs through networks we have supplied. More than 1 billion subscribers around the world re...
SYS-CON Events announced today that Fusion, a leading provider of cloud services, will exhibit at SYS-CON's 18th International Cloud Expo®, which will take place on June 7-9, 2016, at the Javits Center in New York City, NY. Fusion, a leading provider of integrated cloud solutions to small, medium and large businesses, is the industry's single source for the cloud. Fusion's advanced, proprietary cloud service platform enables the integration of leading edge solutions in the cloud, including cloud...
There is an ever-growing explosion of new devices that are connected to the Internet using “cloud” solutions. This rapid growth is creating a massive new demand for efficient access to data. And it’s not just about connecting to that data anymore. This new demand is bringing new issues and challenges and it is important for companies to scale for the coming growth. And with that scaling comes the need for greater security, gathering and data analysis, storage, connectivity and, of course, the...