Tag: tools
All the articles with the tag "tools".
-
Git Tags and Release Management
Stop guessing what's in production — tags and releases bring order to chaos.
-
PR Templates and Issue Templates
Make every PR and issue consistent — templates your team will actually use.
-
Branch Protection Rules and PR Workflows
Your code deserves a bouncer — here's how branch protection keeps bad merges out.
-
Version Control for Infrastructure Code
Apply Git workflows and branching strategies to your IaC projects.
-
GitHub CODEOWNERS: Who Owns What in Your Repo
Stop guessing who should review — let CODEOWNERS handle it.
-
GitHub Actions and Job Scheduling, Part 3: The Migration
Real workflow examples for PowerShell, Ansible, and Packer — plus the incremental migration approach that kept everything running.
-
GitHub Actions and Job Scheduling, Part 2: The Solution
Docker-based self-hosted runners, vendor containers, and cron schedules in YAML. Here's the architecture that replaced hundreds of scattered jobs.
-
GitHub Actions and Job Scheduling, Part 1: The Problem
Scattered cron jobs, no visibility, and a prayer that things just work. Here's the job scheduling mess we inherited and why it had to change.
-
Managing Nutanix with Terraform: Automating Your Private Cloud
A practical guide to automating Nutanix infrastructure with Terraform — provider setup, VM deployment, and real-world patterns.
-
Ansible for Beginners: The Fastest Way to Automate Configs
A practical beginner's guide to Ansible — from first install to your first real playbook, with examples that go beyond 'install Nginx.'