u n
All posts in the "uncategorized" category.
-
GitHub Actions for Terraform and Ansible
Plan in the PR, apply on merge — GitHub Actions patterns for IaC.
-
GitHub Actions Reusable Workflows
Stop copying YAML — reusable workflows keep your pipelines clean.
-
Git Stash, Cherry-Pick, and Bisect
Three Git commands that will save your day — stash, cherry-pick, and bisect.
-
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.
-
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.'