Getting Started with Open Policy Agent (OPA): Installation, Setup, and Real-World ExampleSep 14, 2025·5 min read
Multi-Cloud, Multi-Environment Terraform Architecture: Terragrunt and Real-World StrategiesJun 17, 2025·9 min read
Build Serverless CSV Cleaning Pipeline with Azure Functions In this project, I will be creating a serverless data pipeline on Azure. When a CSV file is uploaded to Azure Storage, an Azure Function automatically triggers, cleans the data by removing extra spaceMar 15, 2026·6 min read
Automate the Shutdown and Start of Idle Non-Prod Resources to Optimize CostsIn this project, we will see how we can automate the process of both shutting down and starting non-prod resources based on schedules. Often, we have different environments for testing, but we keep them running all the time, even though we only need ...Apr 6, 2025·3 min read
The Power of Words: AI-Driven Journaling with AWS ✨An intelligent journaling app that analyzes your entries, uplifts you during tough times, and celebrates your achievements. Whether you're feeling low or experiencing a joyful moment, the AI provides thoughtful reflections to motivate, encourage, and...Mar 16, 2025·4 min read
AI-Powered Sentiment Analysis for Product Reviews & VisualizationIn this project, we will create an automated pipeline for analyzing the sentiment of product reviews. Instead of building a full application, we will upload product reviews in JSON format to an Amazon S3 bucket. As soon as a new file is uploaded to S...Jan 18, 2025·4 min read
CI/CD pipeline for Terraform ProjectIn this article, we will be creating an automated CI/CD pipeline for a Terraform project, with a focus on adhering to security and coding best practices. The pipeline will be designed to trigger automatically upon code push to GitHub, and will encomp...Mar 27, 2024·4 min read
Monitoring AWS Services Using CloudWatchIn this article we will explore monitoring using AWS CloudWatch and creation of CloudWatch alarms for various AWS services leveraging AWS SNS (Simple Notification Service) and SES (Simple Email Service) to send emails to the team. Prerequisite: AWS ...Jan 30, 2024·7 min read
Architect two tier Secure and Scalable AWS Infrastructure with TerraformIn this article, we will design an architecture that meets security, availability and scalability requirements and also streamlines deployment and management processes. We will create AWS Route53 for DNS management, Application Load Balancer (ALB) fo...Aug 16, 2023·8 min read