Claude Code + NVIDIA NIM API + LiteLLM + Terraform MCP: A Full Stack AI Dev Setup May 30, 2026·18 min read·11
Building an End-to-End AI Agent: Claude Code+ MCP + AWS Bedrock + Confluence for Enterprise Knowledge DiscoveryApr 13, 2026·11 min read·12
How Git Worktree Saved Me From Constant Branch-Switching ChaosStop cloning the same repository multiple times. Learn how Git Worktree lets you work on multiple branches simultaneously without interrupting your workflow. Introduction If you've been working with Jul 7, 2026·5 min read·1
🚀Stop AI Hallucinations: Build a Real-World RAG System with Amazon Bedrock (Step-by-Step)Mar 30, 2026·10 min read·31
Mega Project Spotlight: Full-Stack DevSecOps Pipeline for EKS with GitHub Actions & TerraformMay 2, 2025·18 min read·469
Automating EKS Deployment with Terraform and GitHub Actions – The DevOps Wayhttps://github.com/user-attachments/assets/b93fa528-6778-4c97-94ee-6e36c7f4fa8e Project Overview This project outlines the step-by-step process of setting up a CI/CD pipeline using GitHub Actions. It shows how to automate an application's build, tes...Apr 23, 2025·12 min read·134
Zero Trust Identity: Implementing Azure AD Federation with AWS IAM Roles0. Introduction to Federation Architecture Federation allows centralized user authentication across multiple service providers through a trusted identity provider. This document explains how to implement SAML 2.0-based federation between Azure Active...Apr 7, 2025·8 min read·7
Seamlessly Integrate On-Premises Active Directory with Azure ADPrerequisites Azure Subscription: Ensure you have an active Azure subscription. Azure AD Tenant: Create an Azure AD tenant if you don't have one. Azure AD Connect: Download and install Azure AD Connect on a server in your on-premises environment. ...Apr 2, 2025·6 min read·4
Configuring SAML and SCIM: Microsoft Entra ID to AWS IAM Identity Center (formerly AWS SSO)https://github.com/mrbalraj007/Azure_DevOps_Projects/blob/main/AWS-SSO-Integrate-with_Azure_AD/Azure%20AWS%20SSO.gif Introduction Integrating Azure Active Directory (Azure AD) with Amazon Web Services (AWS) allows organizations to unify authenticatio...Apr 2, 2025·4 min read·12
Seamless Multi-Cloud Deployment with Azure DevOps, Terraform, and AnsibleOverview This project shows how to set up multi-cloud automation using Azure DevOps, Terraform, and Ansible. The aim is to automate the deployment of a .NET application across both AWS and Azure environments. The project is divided into four parts, e...Feb 27, 2025·9 min read·32
Implementing CI/CD with Azure DevOps: Azure Artifacts and Release PipelinesOverview This document provides a step-by-step guide on setting up a CI/CD pipeline using Azure Artifacts and Azure DevOps. The project involves deploying a sample Nike landing page using Tailwind CSS. Key Points Introduction to Azure Artifacts: Az...Feb 10, 2025·8 min read·33