Pierre St-Aubin, Author at Microsoft Industry Blogs - Canada http://approjects.co.za/?big=en-ca/industry/blog Tue, 16 Oct 2018 13:28:03 +0000 en-US hourly 1 Transform Digitally by Creating Real Value http://approjects.co.za/?big=en-ca/industry/blog/retail/2018/07/27/transform-digitally-by-creating-real-value/ Fri, 27 Jul 2018 12:33:57 +0000 Every day, digital technologies are transforming business. How can organizations equip to keep pace?

The post Transform Digitally by Creating Real Value appeared first on Microsoft Industry Blogs - Canada.

]]>
The pace of Value

Every day, digital technologies are transforming business. How can organizations equip to keep pace?

Being first in the market with your offering is necessary to be successful in today’s fast paced economy. Fast followers may grab some of the market share from the leader, but the market maker will already have monetized on their offering. Truly innovative leaders have already planned how to disrupt their own offering. Like a chess match, thinking a few steps ahead yields more options for a winning play.

In a cloud world, technology-based product creation or product enhancements have never been so easy. Combining the power of cloud with slick development and product release mechanisms can ensure success for quickly introducing, enhancing, and shutting down innovative ideas. To succeed at this you need to be first to market, ready to fix what isn’t right, quick to enhance, and decisive on when to decommission.

The biggest challenge when moving forward with the release of new features is time. Releasing something before anyone else does allows you to stamp the market and provide a high value back to those sponsoring your work. Releasing something that everyone else is already doing, only allows you to play catch-up and has less value. Being first may also allow you to achieve more product iterations as you get feedback from real customers in real time. By the time your competitors catch up, you have moved onto the next high value idea and its development.

Develop and Release Quickly

Agile development shops are successful at developing and iterating on products. This practice allows for a close working relationship between development and the business, while product or feature releases happen in short sprints. As a developer you quickly discover if you understand the business’ needs or not, and you also have a chance to quickly make it right.

Problems arise when this is more than a development exercise; when you must get those feature releases out to monetize as soon as you know they are good enough.

If your IT organization is laden with process and used to manual promotions, you can develop using the Agile approach, but your new features will likely not make their way into the world with the velocity your business expects. Automating releases is key, and pipelines are a great way to do this. Consider these actions to achieve success:

  • Develop in close alignment with the business
  • Iterate often and don’t worry about designing everything up front
  • Automate testing and release of your features
  • Work in tight knit teams that provide new capabilities and support

How can DevOps accelerate digital product innovation? Read my next blog to find out.

The post Transform Digitally by Creating Real Value appeared first on Microsoft Industry Blogs - Canada.

]]>
DevOps: Accelerator for Digital Product Innovation http://approjects.co.za/?big=en-ca/industry/blog/retail/2018/07/27/devops-accelerator-for-digital-product-innovation/ Fri, 27 Jul 2018 16:29:41 +0000 Many organizations are trying to find ways to bridge the gap between developers and operations to facilitate productive and efficient workflows.

The post DevOps: Accelerator for Digital Product Innovation appeared first on Microsoft Industry Blogs - Canada.

]]>
Many organizations are trying to find ways to bridge the gap between developers and operations to facilitate productive and efficient workflows. DevOps is the practice of ensuring than an organization’s development and physical environments and process are set up to deliver new builds into production rapidly.

Changing roles – DevOps

Developers, especially those who work in an Agile shop, have little difficulty with the migration to DevOps. They’re used to being assigned to one application or set of capabilities, so they tend to be deep vertically into one technology limiting the scope of their reach within that application, suite or platform.

Infrastructure and security professionals have traditionally been more horizontally aligned. It is rare that the infrastructure disciplines limit their scope to a particular application. They usually provide services across multiple applications. These roles struggle more with being attached to one product/application team. Traditionally, these resources relied on standards, streamlined and repeatable processes to keep the quality and the value high. Similar access, bandwidth, compute, storage, security features are provided to every application using the shared resources. The value these roles brought to our organisations was in the efficiency in which we leveraged their resources (technology, process or human) and how well we spread them across all our offerings. The value equation has changed. Velocity is what drives business. Efficiency only saves costs. Making the market requires a different mindset, thus leveraging our resources differently.

DevOps Teams run the entire Application

Soup to Nuts. Development, QA, Infrastructure, Security, Operations are all accountable for one application, its feature iterations, its uptime, its performance; almost everything. Integrate Agile and the project team is measured on how well it was able to keep its commitments to release a feature within a set time frame. It’s about releasing to the user community within a sprint. This means that you will deploy new code into an existing environment to provide a new capability to the technology consumer within a short time frame. Moving code to production must be nimble and quick and must be able to rollback quickly without taking down the system.

Releasing a feature by infrastructure is now obsolete. A pipeline handles the integration of the code within the code base and a build will be automatically be generated. This new accountable application team becomes essential to the development and operations of the application. All roles on the team become part of support.

Infrastructure based roles assigned to DevOps teams will evolve their roles. While they will still have some purview over shared resources, they will be measured along with the rest of the team on how well features were deployed on a set timeline in their assigned vertical. They will care about they same things they always did, but automation will compel them to learn to code.

Cloud and Infrastructure as Code

While cloud can be managed through graphic user interfaces, to manage at scale and participate in automated deployments, people need to learn to provision and configure using infrastructure as code.

“Born in the cloud” applications are immutable and not reliant on their operating systems (OS), which means that should OSs be required, they can and should be rebuilt on the fly. They aren’t patched, and you don’t troubleshoot them. You rebuild them using the latest build and the app doesn’t care. But you need to deploy them through code as the application counters may trigger scale outs and scale backs of compute, storage etc. Under the conditions where an event is triggered, your “infrastructure as code” can be invoked.

Platform services in the cloud are the future. Typical Infrastructure as a Service requires more care and feeding then Platform services where compute, storage, operating system and other base components are tackled by the cloud provider. Code is key to managing these services.

Continuous Integration, Continuous Delivery (CICD) Pipelines

CICD pipelines are highly effective in the management of releasing a feature. They help us automate the code releases into production. As soon as the code for a set features is ready for production it can be integrated into an existing code base and delivered to the user facing environment. This is done with no down time typically and is fully automated. There is still quality assurance and user acceptance testing occurring in a pre-prod environment, but the whole code release occurs with no manual intervention.

Bottom Line: Innovative Digital Capabilities Drive Value

In a digital economy, innovative digital capabilities will drive value generation for companies developing new products or layering on value to existing ones. Financial benefit will be driven by getting out there first and iterating on versions quickly as you take feedback from your consumer. Being the first to innovate will require agility in IT and they will have to automate processes to ensure timeliness, accuracy and still protect your reputation. DevOps needs to permeate more traditional shops and siloed groups need to be united in the support of a platform or a specific application

The post DevOps: Accelerator for Digital Product Innovation appeared first on Microsoft Industry Blogs - Canada.

]]>