Quote of the day
“Some of us have great runways already built for us. If you have one, take off. But if you don’t have one, realize it is your responsibility to grab a shovel and build one for yourself and for thos...
“Some of us have great runways already built for us. If you have one, take off. But if you don’t have one, realize it is your responsibility to grab a shovel and build one for yourself and for thos...
TL;DR A checklist of key decisions to make when migrating large repositories to Git. Sharing field notes on the key decisions to make when migrating large repositories to GitHub. GitHub is used a...
TL;DR Sharing a story of rapid development and iterations with GitHub Copilot. Once a upon a time with bash It all started with wanting to make my CICD optimization ideas into real-life implemen...
TL;DR Got a bill shock? Here’s a value stream approach to analyse Actions minutes consumption. First, know your CICD value stream. If none, it’s time to define it. Next, identify where along the fl...
For practising DevSecOps, SAST with CodeQL can be very valuable to prevent potential losses for the organisation. For organisation with strong security culture, the benefits exceed the initial and ...
Workflows for CICD are also known as pipelines. They compose activities such as integrate, build, test, package, release, and deploy. In most DevOps tools, these activities are orchestrated by agen...