{"id":246,"date":"2020-06-26T22:17:30","date_gmt":"2020-06-26T22:17:30","guid":{"rendered":"https:\/\/demo.mekshq.com\/awsm-wp\/?p=246"},"modified":"2024-08-01T08:03:45","modified_gmt":"2024-08-01T08:03:45","slug":"devops-the-silver-bullet-for-digital-transformation","status":"publish","type":"post","link":"https:\/\/dipankar.me\/yogesh\/devops-the-silver-bullet-for-digital-transformation\/","title":{"rendered":"DevOps: The Silver Bullet for Digital Transformation"},"content":{"rendered":"\n<p><strong>Digital Transformation<\/strong>\u00a0can be loosely defined as transforming the legacy systems running on old hardware, old programming stack to<strong>\u00a0<\/strong>a highly scalable and highly available platform something like Cloud, Big Data Cluster Computing platform using modern tools and technology.<\/p>\n\n\n\n<p><strong>DevOps<\/strong>\u00a0is a set of practices that combines software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality. (\u00a0<strong>Definition from Wiki<\/strong>\u00a0)<\/p>\n\n\n\n<p>Based on my experience working on multiple Digital Transformation Projects with and without DevOps I have come to a conclusion that to make\u00a0<strong>&#8220;Digital Transformation&#8221;<\/strong>\u00a0really successful DevOps is the key ingredient&#8230;rather I would say it is the\u00a0<strong>&#8220;Silver Bullet&#8221;<\/strong>\u00a0that can make a big difference<\/p>\n\n\n\n<p>Digital Transformation Projects is all about massive scaling and faster time to market<\/p>\n\n\n\n<p>Agile\/Scrum has offered a great way to improve software development practices, and DevOps offers the much-needed technology toolset and echo system for churning out iterations that creates value for customers. Now talking about Digital Transformation Projects, it is all about massive scaling and faster time to market, and it badly needs the ecosystem which is offered by DevOps<\/p>\n\n\n\n<p>Right Prioritization is Key for success of DevOps<\/p>\n\n\n\n<p>The waterfall was all about piling up features, requirements, and releasing all at once, but with DevOps, if right prioritization is done &#8211; in every iteration value flows from development to deployment stage directly to customers like a pipeline. Hence the concept of build and release pipeline came up and became immensely popular, Right prioritization of work is very important here.<\/p>\n\n\n\n<p>With CICD pipelines ( i.e Continuous Integration and Continuous Delivery ) at your disposal, DevOps enables development teams to deploy applications much faster, and with the advent of Cloud computing not only code deployment, but the infrastructure creation ( or infrastructure setup) can be done on a click of a button. Cloud virtually makes infinite infrastructure available to everyone across the globe &#8211; So this takes care of the massive scaling and time to market.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"255\" src=\"https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1591198093244-1024x255.jpeg\" alt=\"\" class=\"wp-image-537\" srcset=\"https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1591198093244-1024x255.jpeg 1024w, https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1591198093244-300x75.jpeg 300w, https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1591198093244-768x192.jpeg 768w, https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1591198093244-845x211.jpeg 845w, https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1591198093244-455x113.jpeg 455w, https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1591198093244-440x110.jpeg 440w, https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1591198093244-547x136.jpeg 547w, https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1591198093244.jpeg 1315w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>We have seen that with CICD and cloud computing, the time to market is super fast&#8230; but what about security<strong>?<\/strong>\u00a0<strong>DevOps has something called as DevSecOps<\/strong>. DevSecOps bring together the Security Team and the Development team to ensure the highest security standards are followed right from the inception of the project.\u00a0<strong>Examples are adding SonarQube, Blackduck, WhiteSource, Checkmarx, and other security tools in the CICD pipeline for early detection<\/strong>. Along with this unit testing, test automation and monitoring can be incorporated into the CICD pipelines, thus making it a continuous value-producing engine for the end-users<\/p>\n\n\n\n<p>BTW DevOps is not only about Continuous Integration \/ Continuous Deployment Pipelines, but it does much more, it creates an ecosystem for setting up high standards, right design from development, testing, deployment till monitoring, and for fixing the issues in production in quick time.<\/p>\n\n\n\n<p><strong>Now let&#8217;s look at different phases of DevOps<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Plan:<\/strong>\u00a0Tools like Azure DevOps (ADO), Jira, Collab, Assembla can help to make this phase as effective as possible<\/li>\n\n\n\n<li><strong>Code:<\/strong>\u00a0Software design, code development and maintaining the code in Git, GitLab, GitHub, Bitbucket or any other popular version control system<\/li>\n\n\n\n<li><strong>Build:<\/strong>\u00a0Compiling the developed software using CI pipelines and package management ( artifacts, NPM repository, etc), it also has triggers, gates, and approvals<\/li>\n\n\n\n<li><strong>Test:<\/strong>\u00a0Testing, quality assurance by integrating with the CI pipelines with automated quality gates<\/li>\n\n\n\n<li><strong>Release:<\/strong>\u00a0ready for release after successful testing, acceptance criteria can be integrated into CI pipelines<\/li>\n\n\n\n<li><strong>Deploy:<\/strong>\u00a0ready for seamless and automated deployments in Development, Test, Preproduction, and Production environments<\/li>\n\n\n\n<li><strong>Operate:<\/strong>\u00a0Once in production, the operations team will ensure the software running optimally all time<\/li>\n\n\n\n<li><strong>Monitor:<\/strong>\u00a0Continuous monitoring for performance, response time, errors, tools like Application Insight, Log Analytics and Splunk can be used here<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"554\" height=\"320\" src=\"https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1590932293060.jpeg\" alt=\"\" class=\"wp-image-538\" srcset=\"https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1590932293060.jpeg 554w, https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1590932293060-300x173.jpeg 300w, https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1590932293060-455x263.jpeg 455w, https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1590932293060-440x254.jpeg 440w, https:\/\/dipankar.me\/yogesh\/wp-content\/uploads\/2019\/02\/1590932293060-547x316.jpeg 547w\" sizes=\"(max-width: 554px) 100vw, 554px\" \/><\/figure>\n\n\n\n<p>All these phases are interconnected like if the planning and prioritization if not done properly, it can impact the design and coding phase resulting in poor standards, bad design, and coding will result in a software hard to build and test leading to manual testing. Also, the continuous deployment of such software will be extremely difficult. So getting right every activity in every iteration can work wonders and help create a great product<\/p>\n\n\n\n<p>Great products, architectures, features, requirements, design can be built best by self-organizing teams, so empowering teams and enabling them on DevOps path should be the number#1 focus of leaders<\/p>\n\n\n\n<p>Implementing and incorporating DevOps in the organization requires a shift in the organization\u2019s culture. With the right focus, the process can be gradually and systematically implemented. Major responsibility lies with the leadership to address the skill gap and help the team unlearn old ways and learn\/ relearn new ways of working.<\/p>\n\n\n\n<p>Companies such as Amazon, Netflix, Facebook do thousands of deployments per day. These deployments are fully automated, which would be impossible without DevOps, In my previous projects ( without DevOps and cloud ), I have seen deployments running for 4 days. With DevOps, I have experienced seamless delivery and rolling out of quality products to existing and 100s of new customers with a click of a button, completely automated.<\/p>\n\n\n\n<p>To become a market leader, organizations have to embrase and implement DevOps in a big way, small adaptions here and there will have limited benifits<\/p>\n\n\n\n<p>I would like to encourage all developers, testers, and leaders to embrace DevOps and Agile on top priority. All development teams should develop the DevOps skills, on top of this organization should set-up a\u00a0<strong>DevOps R&amp;D team<\/strong>\u00a0and continue to build expertise in DevOps, come up with design patterns for different implementations, come up with new automation techniques and keep on improving the DevOps practice (<strong><em>as there is no end to automation<\/em><\/strong>). Quick reality check for organizations doing Digital transformation is maturity level in DevOps, the one who has got it right are the one who has made a cautious decision to excel in DevOps<\/p>\n\n\n\n<p>Along with automation DevOps also bring huge cost savings options, if you don\u2019t need a particular server or pipeline, you can dismantle it and regenerate it when you require it.\u00a0<strong>Example<\/strong>: shutting down Dev\/POC\/Test environment over the weekend when not in use can bring huge cost savings<\/p>\n\n\n\n<p>By now it&#8217;s very clear that DevOps is one of the most sought after skills, for the last couple of years and in 2019, 2020 StackOverflow survey has rated DevOps as top skill. (<strong>Links available in 1st comment for your reference<\/strong>). DevOps is the future and it&#8217;s going to completely change the way we work, create new roles and responsibilities and we have to be ready for that. Example\u00a0<strong>Full Stack Development<\/strong>: here developer does everything from requirements gathering, development, deployment, testing through automation, another example is\u00a0<strong>Site Reliability Engineer<\/strong>: profile with a complete understanding of development, deployment, and monitoring<\/p>\n\n\n\n<p>If you are planning to learn DevOps but not sure where to start, do reach out to me. I will be more than happy to help you.&nbsp;For those already using DevOps, let me know if you agree with the bold statements made in the article, do share your experience and success stories, I would love to see your feedback and comments<\/p>\n\n\n\n<p>Thank you!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Digital Transformation\u00a0can be loosely defined as transforming the legacy systems running on old hardware, old programming stack to\u00a0a highly scalable and highly available platform something like Cloud, Big Data Cluster Computing platform using modern tools and technology. DevOps\u00a0is a&#8230;<\/p>\n","protected":false},"author":1,"featured_media":601,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[34],"class_list":["post-246","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ola-electric","tag-feb-2022-aug-2023"],"_links":{"self":[{"href":"https:\/\/dipankar.me\/yogesh\/wp-json\/wp\/v2\/posts\/246"}],"collection":[{"href":"https:\/\/dipankar.me\/yogesh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dipankar.me\/yogesh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dipankar.me\/yogesh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dipankar.me\/yogesh\/wp-json\/wp\/v2\/comments?post=246"}],"version-history":[{"count":3,"href":"https:\/\/dipankar.me\/yogesh\/wp-json\/wp\/v2\/posts\/246\/revisions"}],"predecessor-version":[{"id":539,"href":"https:\/\/dipankar.me\/yogesh\/wp-json\/wp\/v2\/posts\/246\/revisions\/539"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dipankar.me\/yogesh\/wp-json\/wp\/v2\/media\/601"}],"wp:attachment":[{"href":"https:\/\/dipankar.me\/yogesh\/wp-json\/wp\/v2\/media?parent=246"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dipankar.me\/yogesh\/wp-json\/wp\/v2\/categories?post=246"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dipankar.me\/yogesh\/wp-json\/wp\/v2\/tags?post=246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}