Projects
A comprehensive collection of work in network automation, cloud infrastructure, security, and research.
AWS HPC ML Fabric Network Automation
Production-ready MVP for automated ML fabric rack decommission. Delivered end-to-end automation project reducing manual decommission time by 70% (7+ hrs to 2 hrs per rack). Integrated AWS HPC network fabric concepts with cloud services utilizing 7+ AWS proprietary tools.
Link AWS ML 10p10u Network FabricReVEX (ReAct for Vulnerability Exploitability eXchange)
DSPy-optimized ReAct agent framework for exploitability verification of container vulnerabilities. Software Composition Analysis (SCA) scanners frequently produce false positives, creating noise that hinders timely remediation. ReVEX addresses this problem by automating vulnerability verification through a DSPy-optimized ReAct agent that determines whether a reported CVE is truly exploitable within a given container image. The agent integrates NVD intelligence, SBOM verification, and code reachability analysis to produce a VEX-aligned exploitability assessment (affected or not_affected).
GitHub Poster"2DSCP" 2D Cutting Stock Problem
RL for Unique 2D Cutting Stock Problems. This project explores the latest advancements in artificial intelligence, focusing on the intersection of machine learning algorithms and reinforcement learning techniques.
View PreprintLLMs Comparative Analysis
Enhancing Agile Development: A Comparative Analysis of LLMs for User Story Generation. A comprehensive comparison of various Large Language Models, evaluating their performance, capabilities, and limitations across different tasks and domains.
View PublicationAWS Multi-Region VPC Network with Terraform
Infrastructure as Code for scalable multi-region AWS architecture. Automated deployment of VPC peering across 3 regions with 9 EC2 instances. Demonstrates IaC best practices, network segmentation, and inter-region connectivity using Terraform.
GitHub Article (medium)Kubernetes Voting Application
Microservices architecture with container orchestration. Distributed voting app deployed on Kubernetes with Python Flask, Node.js, Redis, and PostgreSQL. Demonstrates K8s deployment, service discovery, and stateful workload management.
GitHub Setup Guide