DevOps, IaC & Automation
Infrastructure as code and automated release cycles.
| Resource | Description |
|---|---|
| Terraform Registry | Primary source for official providers and modules—look here first to avoid reinventing the wheel |
| Argo CD | GitOps standard for Kubernetes (~50% market share)—declarative, auditable deployments |
| GitHub Actions | CI/CD powerhouse—focus on reusable workflows for scalable pipelines |
| K9s | Terminal UI for Kubernetes—essential for debugging pods and logs efficiently |
| Prometheus + Grafana | Industry-standard monitoring and alerting stack for cloud-native observability |
| HashiCorp Vault | Secrets management for dynamic cloud environments—critical for security |
| Infracost | Cloud cost estimates in Pull Requests—enables FinOps before deployment |
| DORA Research | Google's research on metrics that drive high-performing teams |
| The Twelve-Factor App | Foundational methodology for building portable, scalable SaaS applications |
| Gremlin | Chaos engineering platform for building resilient systems through failure simulation |