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
Mercy Bassey in Containers and Virtualization A Unified Approach to Managing Deployments in Kubernetes with Kluctl Applications built today pass through different phases before going live; most organizations use development, testing, and production, while others employ... 30 September 2024 10 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
Bravin Wasike in Containers and Virtualization Docker Logging Guide Part 2: Advanced Concepts & Best Practices Welcome to part 2 of our Docker Logging Guide series. In this article, we will cover Docker logging in detail.... 05 July 2024 20 min read
Mercy Bassey in Containers and Virtualization Going serverless in Kubernetes with Knative Serverless computing has become increasingly popular in the field of cloud computing, with more organizations opting for cloud-based architectures. The... 26 June 2024 11 min read
Bravin Wasike in Containers and Virtualization Docker Logging Guide Part 1: Basic Concepts and Importance Docker has gained popularity as a containerization platform that allows you to develop, deploy, and execute applications faster. It packages applications... 17 June 2024 10 min read
Bravin Wasike in Containers and Virtualization How to Create Kubernetes Deployments and Services using YAML files and Kubectl This article is about how to create Kubernetes Deployments and Services using YAML files and Kubectl. You will also learn... 24 May 2024 8 min read
Containers and Virtualization Boemo Mmopelwa in Containers and Virtualization A Quick Guide on How to Containerize Your Application Using Docker Containerization has removed boundaries that limit developers from working on one application using different systems. Thus, boosting developer collaboration and... 10 May 2024 9 min read
Ben Johnston Building a Culture of Data: The Technical Aspects In the first part of this two-part series, I covered the mostly non-technical aspects of building a data culture. While... 19 April 2024 13 min read
Ben Johnston in Culture Building a Culture of Data One of the major trends in enterprise computing, and really in enterprises themselves is an increased emphasis on data. My... 04 April 2024 19 min read
Containers and Virtualization Bravin Wasike in Containers and Virtualization Kubernetes For Complete Beginners Container orchestration has become a cornerstone of modern application deployment. For beginners stepping into the world of modern application deployment... 14 March 2024 32 min read
Software Delivery Phil Factor in Software Delivery Database Feature Toggles In software development the concept of feature toggles are used to selectively turn on and off features. They are, for... 19 February 2024 15 min read
Testing Alex Bunardzic in Testing Why Test-Driven Development? (Part 2) As discussed in Part 1, by segregating our focus on developing code that behaves as expected from the focus on... 01 February 2024 11 min read
Bravin Wasike in Containers and Virtualization Deploying a Dockerized Application to the Kubernetes Cluster using Jenkins Jenkins serves as an open-source automation server with widespread application in the realm of software development, primarily focusing on continuous... 01 December 2023 19 min read
Containers and Virtualization Jagdish Mohite in Containers and Virtualization Docker Security Principles Overview Docker is an open-source platform that enables developers to automate the deployment and management of applications using containerization. It was... 24 November 2023 14 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
MySQL Muhammed Ali in MySQL Orchestrating a MySQL Container on Kubernetes If you’ve been using MySQL for a while and want to learn how to orchestrate MySQL containers, you’ve come to... 05 September 2023 9 min read
Testing Phil Factor in Testing Managing Test Data for Database Development In coming up with a strategy for managing test data, first you need to understand what the many test requirements... 17 July 2023 18 min read
Containers and Virtualization Boemo Mmopelwa in Containers and Virtualization Kubernetes Services: What Are They and How to Protect Them Kubernetes is a vast distributed platform that utilizes services to communicate internally and externally. Understanding different types of services and... 29 June 2023 9 min read