Skip to main content

Get Your Head Out of the Cloud

Two weeks ago, I was at a large pharmaceutical client talking to a senior IT executive when the word "cloud" was mentioned in passing. He chuckled and responded that this was simply the nom du jour for something that has been in use for a number of years now. For example...

Client / Server. When Microsoft DNA became popular with redundant web, application and database servers this was, in essence, a cloud albeit one that was limited in its ability to scale since you couldn't rapidly add new machines to the mix as demand required it. (And DNA wasn't the first time this setup was used either - Microsoft simply made it sound fashionable.)

Application Service Provider (ASP). This was, in reality, a variant of Client / Server because essentially it was the exact same architecture run instead on another company's infrastructure. From a conceptual perspective, however, this was very similar to cloud computing as it's defined today: your application is deployed elsewhere allowing you to avoid having to invest in the infrastructure required to run it internally.

Service Oriented Architecture (SOA). "Do you want to be able to run your application where changes in the location of various subsystems won't affect its ability to execute? Then SOA is for you!" Of course, this wasn't the primary advantage of SOA but it was certainly mentioned as one of the primary advantages. This is similar in concept to a private cloud, in my opinion.

"But The Cloud is 'on demand computing'!" you exclaim. Do you really think that an application's architecture is going to change just because you run it internally, at an ASP, or on Amazon's EC2? Of course not. This is strictly a question of where the infrastructure resides and who is responsible for maintaining it.

Yet it's funny that, in spite of the fact that these architectural designs have been in play for a few decades now, the press would have you believe that "the cloud" is worthy of a Nobel Prize or something equivalent. When you read articles like this recent one on CIO.com where people like RedMonk's analyst Stephen O'Grady makes a statement like, "We are founded upon the idea that developers are the single most important constituency in technology," it sounds an awful lot like someone is trying to coerce the rest of the world into giving developers the respect that is probably due them (but never happens). Do I smell an attempt at World Domination by the geeks in the world?

Regardless of what the cloud really means, it is imperative that this one fact is never overlooked: the business has needs that need to be met. And while I love the concept ("something borrowed, something blue") and think that there are some very exciting cloud management solutions out there (AppLogic's 3Tera, for example) that probably wouldn't exist without first having the excitement around the concept of "the cloud," if I ever forget that "it's all about the business (duh!)" then I've lost all relevancy in the world of IT.

After all, it's the business that pays my paycheck and not the developers no matter how RedMonk or any analyst firm would want you to believe.

Popular posts from this blog

It's Easier to Fail at DevOps than it is to Succeed

Slippery when wet Since the term DevOps was coined in Belgium back in 2009, it is impossible to avoid the term whether in discussions with colleagues or in professional trade magazines.  And during the years while this movement has gained momentum, many things have been written to describe what elements of a DevOps strategy are required for it to be successful. Yet in spite of this, there is an interesting data point worth noting: not many organizations feel there is a need for DevOps.  In a Gartner report entitled DevOps Adoption Survey Results (published in September 2015),  40%  of respondents said they had no plans to implement DevOps and 31% of respondents said they hadn't implemented it but planned to start in the 12 months after the survey was conducted. That left only 29% who had implemented DevOps in a pilot project or in production systems, which isn't a lot. "Maybe it's because there truly isn't a need for DevOps," you say.  While t...

So What is this IPaaS Stuff, Anyway?

 In my last post , I discussed how no-code/low-code platforms fulfill rapid development of business applications - addressing the needs of the Citizen Developer (a Gartner term  first used around 2009).  I also commented on how this specific objective limits their ability to provide true integration capabilities, which require the flexibility to adapt to the myriad variations of infrastructure.  This is a concern because companies often have acquired legacy systems via M&A activity while simultaneously investing in new technology solutions, resulting in a mishmash of systems with multiple ways of accessing them. In this post, I'd like to examine how the needs of the latter group are met by describing some key capabilities that are "must-haves" for any company looking to execute on a digital transformation strategy.  In order to do this, let's define who the target user base is for such a technology platform. Disclaimer:   I work for MuleSoft (a division...

Application Development Done Right

In a previous article, entitled DevOps as the Ultimate Panacea? , I described how developing code without thinking about the current needs of the end user as well as the future needs once they've become accustomed to using your application ends up not only frustrating them but also can result in customer churn and ultimately lower revenues.  In this article, I'd like to describe something simple that I came across today that shows a definite degree of effort to do quite the opposite. Recently, we had a severe snowstorm, one with blizzard-like conditions, which is unheard of in central New Jersey.  Being responsible adults, my wife and I went to the grocery store to stock up on essentials (read:  chips, chocolate, etc.) in case we get stuck at home. As we were ringing up our order, the cashier mentioned to us that the store has a mobile application.  Since both of us are in technology oriented professions, we were skeptical about the need for a grocery store mob...