Tag: beginner
All the articles with the tag "beginner".
-
PR Templates and Issue Templates
Make every PR and issue consistent — templates your team will actually use.
-
Version Control for Infrastructure Code
Apply Git workflows and branching strategies to your IaC projects.
-
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.
-
GitHub Forks Explained
What's a fork, when should you use one, and how is it different from a clone? A quick guide.
-
Q1 Recap: Building the DevOps Foundation
Looking back at our first quarter — Git fundamentals, Ansible automation, Terraform basics, and Azure connectivity. What we learned and where we're headed next.
-
Azure for DevOps Engineers: Getting Started
A practical introduction to Microsoft Azure for DevOps engineers — understanding the account hierarchy, core services, networking, identity, and automation with Terraform.
-
Terraform Variables and Outputs Explained
A deep dive into Terraform variables, locals, and outputs — the building blocks that make your infrastructure code reusable and maintainable.
-
Terraform Basics: Providers, Resources, and State
Master the foundational concepts of Terraform — providers, resources, variables, outputs, and state — to build reproducible infrastructure from day one.
-
Infrastructure as Code: What, Why, and How
Learn the fundamentals of Infrastructure as Code (IaC), why it matters, and how to get started with modern tools like Terraform and Ansible.
-
Ansible for Beginners: Improving Patching with Ansible
Beginner-friendly intro to Ansible with a complete, safe workflow for monthly server patching—rolling updates, reboots, dry-runs, and simple reporting.