Tag: #ci-cd
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 29 posts
DevOps/SRE Complete Guide: From CI/CD to Kubernetes and MLOps
A comprehensive guide covering DevOps and SRE fundamentals, Kubernetes operations, and AI/ML workflow automation with real-world code examples.
2026-03-17 · 13 min read #devops#sre#kubernetes#ci-cd#mlopsGitHub Actions Advanced CI/CD: Matrix Builds, Cache Strategies, and Security Hardening
Covers production-level CI/CD pipeline construction including GitHub Actions matrix build optimization, cache strategies, self-hosted runner configuration, reusable workflows, and security hardening.
2026-03-14 · 18 min read #github-actions#ci-cd#devops#automation#securityGitHub Actions Advanced Patterns: Reusable Workflows, Composite Actions, and Monorepo CI/CD Optimization
Covers advanced GitHub Actions patterns including pipeline templating with Reusable Workflows, reusable step composition with Composite Actions, and monorepo CI/CD optimization using path-filter, matrix, and caching stra
2026-03-12 · 16 min read #devops#github-actions#ci-cd#monorepo#reusable-workflowsArgoCD GitOps Complete Guide: Declarative Kubernetes Deployment with ApplicationSet, Sync Waves, and Hooks
A comprehensive guide to GitOps-based declarative Kubernetes deployment with ArgoCD. Covers ApplicationSet generators, Sync Waves, Hooks for deployment ordering, multi-cluster deployment, RBAC, secrets management, and mo
2026-03-12 · 13 min read #devops#argocd#gitops#applicationset#sync-wavesGitOps + Git Workflow Complete Guide — Branch Strategy, PR Rules, and Deployment Pipelines
A comprehensive guide covering GitOps core principles, Git Flow/Trunk-Based branch strategies, PR rules, and ArgoCD deployment pipelines — everything your team needs to implement a structured Git workflow.
2026-03-09 · 17 min read #devops#gitops#git#argocd#ci-cdGitHub Actions Advanced CI/CD Workflows — Matrix Builds, Reusable Workflows, Self-hosted Runners
A comprehensive guide to advanced GitHub Actions CI/CD workflows including matrix builds, reusable workflows, self-hosted runner configuration, caching strategies, and secret management with practical examples.
2026-03-09 · 18 min read #devops#github-actions#ci-cd#workflow#2026-03Managing CI/CD Pipelines as Code with Dagger: Same Pipeline from Local to CI
Learn how to write CI/CD pipelines in a programming language using Dagger and run them identically in both local and CI environments. Integration with GitHub Actions and GitLab CI is also covered.
2026-03-03 · 7 min read #devops#dagger#ci-cd#pipeline-as-code#containerThe Complete Guide to Helm Chart Authoring and Deployment Automation
A hands-on guide covering Helm Chart structure, values.yaml design, template authoring, hooks, dependency management, and CI/CD pipeline integration.
2026-03-03 · 6 min read #devops#helm#kubernetes#ci-cd#2026-03GitHub Actions Advanced CI/CD — Matrix, Cache, Self-hosted Runner
Master advanced GitHub Actions features with practical examples. Parallel builds with Matrix Strategy, build speed optimization with Cache, and cost reduction with custom environments using Self-hosted Runners.
2026-03-02 · 7 min read #github-actions#ci-cd#devops#automation#self-hosted-runner