Five Things You Need To Know About CI/CD Integration

02/27/2020 - 19:11
When you are first learning and digging into coding, there is a lot of information available to you. It might even seem overwhelming, there are so many acronyms to keep track of. You might see CI/CD Integration for the first time and become confused as to what that means or what the difference really is.  Continuous Integration (CI) is when a development team merges code changes multiple times a… Read more

Executing Deployment and Release Strategies

10/25/2019 - 10:37
Software application development is an arduous process involving a lot of forward and backward movements. When a website is built from scratch or is revamped after a long time, a process of strategies is put into play. From the new additions to the changes that are implemented on the website, the most crucial part is the deployment and release of those changes.  There are important decisions… Read more

The Road to Progressive Delivery

09/09/2019 - 18:08
Rapid and efficient delivery of a software system to the customers is vital if an organization wants to establish an indelible presence in the market. A continuous deployment process with no interruptions makes the difference. The companies acquiring a top position in the distributed systems chart perform thousands of deploys in a day without breaking. Netflix and Expedia are two such elite… Read more

Fusing Security and Compliance in CI/CD Pipelines

09/05/2019 - 17:46
As organizations are adopting cloud infrastructure, newer technologies and their practices came along to enable the code being written frequently. It added a layer of reliability and security in continuous integration rather than building an on-premise solution.  Traditionally, this wasn’t possible with no-access to the infrastructure and thus, no feedback was available on the security measures… Read more

How CI/CD Pipelines Perform for DevOps and Cloud-native Teams

08/08/2019 - 16:35
Great production is marked with precision, on-time delivery, and reliability whereas building a product includes modernizing the approach with automation.  The adoption of CI/CD pipelines within the DevOps practices has indicated a remarkable growth for many enterprises. Being at the core of DevOps, the production cycles of CI (Continuous Integration) and CD (Continuous Delivery) are both said… Read more

How to implement Continuous Deployment with Drupal

10/26/2018 - 18:46
The Guardian, one of the most trusted news media, took a different approach for their membership and subscriptions apps. Rather than emphasising on lengthy validation in staging environments, The Guardian’s Continuous Deployment pipeline places greater focus on ensuring that the new builds are really working in production. Their objective was to let the developers know that their code has run… Read more

Anatomy of Continuous Delivery with Drupal

10/25/2018 - 21:51
Audi’s implementation of Continuous Delivery into its marketing has had an astronomical impact on its competitive advantage. For instance, when Audi released its new A3 model along with all other new releases, it wanted to communicate the new features, convey the options, and assist people in understanding the differences among body types, engines and things like that. Continuous Delivery turned… Read more
Subscribe to Continuous deployment