Posts tagged "devops"
15 articles
Embedding Feature Flags into a DevOps Workflow for Safer Releases
Learn how to integrate feature flags with CI/CD pipelines and GitOps workflows for progressive delivery.
Building Secure and Maintainable Terraform Modules
Learn how to structure Terraform modules for long-term maintainability, apply security best practices, and handle updates without breaking production. Covers versioning strategies, the moved block, migration patterns, and secure secret management.
AI in Infrastructure as Code: Justin O'Connor on Accelerating the Right Way
Justin O'Connor, Director at KPMG and Founder at Onward Platforms, on why AI will create more code, not fewer engineers, and the critical balance between speed and expertise.
AI in Infrastructure as Code: Kief Morris on Navigating the Limits of Automation
Kief Morris, Distinguished Engineer at Thoughtworks, shares insights on balancing AI's speed with infrastructure consistency, reliability, and governance.
AI in Infrastructure as Code: Petar Nikov on Avoiding AI Pitfalls
Petar Nikov, founder of Cloud Solutions, shares why AI should accelerate, not replace, infra decisions, and how teams can build better guardrails around speed.
Progressive Delivery Best Practices with Continuous Deployment
A technical guide to implementing safe deployment strategies like canary releases, blue-green deployments, and feature flags in enterprise CI/CD pipelines.
Managing Terraform Modules at Scale
Learn how to design, version, and automate Terraform modules for long-term maintainability. Covers module organization, lifecycle management, security patterns, and migration strategies for production infrastructure.
What is Terraform Cache?
This blog explores Terraform caching, offering insights on optimizing initialization, minimizing redundant downloads, and setting up a local cache for centralized projects.
Top 10 Tools for OpenTofu in 2024
This blog will look at the top 10 tools for OpenTofu in 2025. These tools help you improve security, control costs, and keep your code clean and organized. This blog will explain what each tool does, how it can help you, and provide simple hands-on examples.
When to Use Terraform Taint Instead of Destroy or State RM
This blog explores Terraform Taint, highlighting its purpose, practical use cases, and how it compares to alternatives like terraform destroy. Backed by real-world scenarios and community discussions, this guide helps you understand when and why taint is the preferred choice for resource recreation.