April 13, 2026·Luca Berton·DevOps
GitHub Actions CI/CD for Terraform
Automate Terraform with GitHub Actions. Plan on PR, apply on merge, remote state locking, and secure secrets for IaC pipelines.
GitHub Actions
Terraform
CI/CD
March 20, 2026·Luca Berton·DevOps
CI/CD Pipeline Tutorial from Scratch
Build a complete CI/CD pipeline from scratch with GitHub Actions. Lint, test, build, and deploy your application — fully automated on every push to your.
CI/CD
GitHub Actions
DevOps
February 20, 2026·Luca Berton·MLOps
CI/CD for ML on Kubernetes
Build a CI/CD pipeline for ML models using GitHub Actions, MLflow, Docker, and Kubernetes. Automate the path from training to production.
CI/CD
MLOps
GitHub Actions
February 19, 2026·Luca Berton·DevOps
Terraform CI/CD Pipelines
Build CI/CD pipelines for Terraform using GitHub Actions. Automate plan, apply, and destroy workflows with safety checks.
Terraform
CI/CD
GitHub Actions
February 15, 2026·Luca Berton·DevOps
GitHub Actions CI/CD Advanced Guide
Advanced GitHub Actions for CI/CD. Matrix builds, reusable workflows, dependency caching, artifacts, environments, and self-hosted runners.
GitHub Actions
CI/CD
Automation