Bravin Wasike in CI/CD Demystifying Continuous Integration vs. Continuous Delivery: Part 2 Welcome to part 2 of our Demystifying Continuous Integration vs. Continuous Delivery series. In Part 1 of the series, we... 08 November 2024 27 min read
Bravin Wasike in CI/CD Demystifying Continuous Integration vs. Continuous Delivery: Part 1 Continuous Integration (CI) and Continuous Delivery (CD) are fundamental to DevOps and agile methodologies. They ensure that software is developed,... 04 October 2024 16 min read
Bravin Wasike in CI/CD Why Every Project Needs a CI/CD Pipeline No Matter How Small Have you ever experienced a scenario as a developer when a seemingly simple weekend bug fix throws your entire project... 09 August 2024 15 min read
CI/CD Bravin Wasike in CI/CD How to Set up Jenkins CI/CD on Kubernetes Cluster using Helm Jenkins is an open-source multi-platform software for continuous integration/continuous delivery and deployment (CI/CD) in DevOps. It is one of the... 15 September 2023 9 min read
CI/CD Mercy Bassey in CI/CD Introduction to Using Bitbucket and CI/CD for Your App If you have been in the DevOps space, you should know about version control and must have worked with 0ne.... 28 April 2023 18 min read
CI/CD Sebastian Meine Liz Baron in CI/CD How to successfully deploy databases with external references Database objects often have references to external databases which makes continuous integration problematic. In this article Liz Baron and Sebastian... 29 September 2021 8 min read
CI/CD Siddharth Rao in CI/CD Continuous deployment at scale More organisations are adopting DevOps, but what happens as the codebase grows? In this article, Siddharth Rao gives advice on... 20 October 2020 6 min read
Editorials Grant Fritchey in Editorials Why is database continuous integration important? A very common tenet used when building out a DevOps style approach to automated deployment is the concept of failing... 21 September 2020 7 min read
.NET Michael Sorens in .NET Git Strategizing: Branch, Commit, Review, and Merge Git stands out among source control systems as providing great support for branching and merging. However, as with any complex... 03 April 2018 26 min read