A typical Dockerized CI/CD pipeline, often orchestrated by tools like Jenkins, GitLab CI/CD, GitHub Actions, or Azure DevOps, follows these stages: Code Commit and Trigger: The process begins when a developer commits code to a version control system (VCS) like Git. This commit, particularly to a designated branch triggers the CI/CD pipeline automatically via a web Read More …
Day: May 27, 2025
Dark Future
My latest music video for “Dark Future” is out now, offering a unique visual journey that parallels the song’s genesis. This track was born from a deep dive into the world of future bass, specifically inspired by the insightful techniques and concepts explored in the Native Instruments blog series on how to craft the genre. Read More …
Docker for IT Professionals
Docker containers has moved beyond a buzzword to become a cornerstone of modern infrastructure and software deployment. At its core, Docker addresses long-standing challenges in application portability, dependency management, and environmental consistency, offering a totally new way to approach to how we build, ship, and run software. Historically, the phrase “it works on my machine” Read More …