Apr 3 · 5 min read · I was surprised by how easy it was to set up and use Argo CD to deploy and manage a complex application with multiple services and dependencies, and I want to share my experience with others. Have you ever run into issues with deploying applications ...
Join discussionMar 18 · 15 min read · Automated Unit Tests, or AUT, are a concept that most developers do not initially see as beneficial. When I was introduced to AUT, my reaction was was, “I’m going to write buggy code, to test my buggy
Join discussion
Mar 6 · 11 min read · Every developer has heard the term CI/CD pipeline. Fewer can explain what actually happens when code is pushed to a repository. Is it magic? Automation? Just a script running on some server? When peop
Join discussion
Feb 13 · 3 min read · CI/CD Explained Clearly: A Practical Guide for Beginners In modern software development, speed and reliability are equally important. Teams are expected to deliver features quickly without compromising quality. This is where CI/CD becomes essential. ...
Join discussion