Nothing here yet.
Sep 14, 2025 · 5 min read · In this article, I will walk you through the process of installing Open Policy Agent (OPA) and demonstrate how to use it effectively. We will begin with the installation steps, then explore the basics of OPA policies and their structure. I will cover...
Join discussion
Jun 17, 2025 · 9 min read · In my last article, I shared a folder structure to organize Terraform code for multi-cloud and multi-env setups. It keeps things clean and scalable. But there is still a lot of repetition like writing provider.tf, backend.tf, and variables again and ...
Join discussion
Jun 7, 2025 · 5 min read · When working with multiple cloud providers like AWS and Azure, and managing different environments like dev, test, and prod, having a well-structured Terraform setup becomes really important. It helps keep everything organized, reduces mistakes, and ...
SSSudhir and 1 more commented
May 4, 2025 · 4 min read · In this project, we will explore how to automate the deployment process of AWS Lambda functions using GitHub Actions. AWS Lambda functions are a key component of serverless applications, but managing their deployment can often be time-consuming and e...
Join discussion