← All tags

DevOps 🦾

DevOps 🦾

All my posts about DevOps

24 posts

DevOps posts covering the practices and tooling that hold modern software delivery together - pipelines, containers, infrastructure as code, observability, and the cultural side that decides whether any of it actually lands. Drawn from a couple of decades of running and shipping platforms, with the warts.

When the Sandworm Came for My Secrets: Lessons from Shai-Hulud 2.0

When the Sandworm Came for My Secrets: Lessons from Shai-Hulud 2.0

How a sophisticated npm supply chain attack via a trojanized kill-port package compromised my development environment, exposing API keys to attacker-controlled repositories - and what I'm doing differently now.

8 min readSecurity 🔐

Rotating Azure DevOps SSH Keys: How to Update Your Git Remotes and SSH Config

Rotating Azure DevOps SSH Keys: How to Update Your Git Remotes and SSH Config

Learn how to rotate expired Azure DevOps SSH keys, update your SSH configuration, and fix Git remote authentication quickly and securely.

5 min readAzure ☁️

How to Install Ansible on a Mac: A Modern Approach

How to Install Ansible on a Mac: A Modern Approach

A guide to installing and managing Ansible on macOS using Conda, with tips for handling collections and dependencies.

3 min readAnsible 👨‍💻

Azure DevOps Ansible Pipeline; Boosting Efficiency with Caching

Azure DevOps Ansible Pipeline; Boosting Efficiency with Caching

Discover how to optimize your Azure DevOps Ansible pipeline with caching techniques. Learn to reduce execution time, improve efficiency, and maintain security checks in your infrastructure as code deployments.

9 min readAnsible 👨‍💻

VSCode + Bicep on an M1 Mac

VSCode + Bicep on an M1 Mac

Learn how to run Bicep on an M1 Mac using VSCode, addressing the .Net 5.0 runtime issue with Rosetta 2 and Homebrew.

4 min readmacOS 🍏

Tracking costs in Terraform using Infracost

Tracking costs in Terraform using Infracost

Track Terraform costs with Infracost. Install, register, and monitor changes in your Azure DevOps pipeline efficiently.

16 min readTerraform 👨‍💻

Azure DevOps Terraform Pipeline  with Checkov & Approvals

Azure DevOps Terraform Pipeline with Checkov & Approvals

Setting up an Azure DevOps pipeline for Terraform deployments with Checkov scans, validation, and manual approval steps.

15 min readTerraform 👨‍💻

Azure DevOps Multi-Stage Pipelines

Azure DevOps Multi-Stage Pipelines

Learn how to implement multi-stage pipelines in Azure DevOps for efficient deployment workflows with approval gates and infrastructure setup.

8 min readAzure ☁️

Azure DevOps Terraform Pipeline

Azure DevOps Terraform Pipeline

Learn to create a robust Azure DevOps pipeline for Terraform deployments, managing infrastructure as code efficiently with Azure CLI and Terraform tasks.

6 min readTerraform 👨‍💻