Featured Projects
DevSecOps solutions and infrastructure projects showcasing enterprise-scale implementations
Architected DevSecOps infrastructure with Kubernetes for Dubai's groundbreaking AI platform, implementing GitOps workflows, blue-green deployments, and auto-scaling for seamless performance. Enhanced disaster recovery capabilities and monitoring systems.
Mshfa - SaaS Healthcare Platform
Case StudyIntegrated DevSecOps and GitOps with Kubernetes to automate and secure deployments for Kuwait's leading healthcare platform. Ensured HIPAA compliance, 99.9% availability, and implemented comprehensive monitoring for critical medical services. The platform is no longer live.
Implemented secure, scalable infrastructure for Saudi Arabia's national esports platform with DevSecOps practices. Deployed zero-downtime releases, auto-scaling capabilities, and comprehensive monitoring to handle massive concurrent users during tournaments.
Terraform Azure Private Infrastructure
Open SourceA production-ready, modular Terraform configuration for Azure that minimizes public exposure end-to-end: App Service behind an Application Gateway with SSL termination, a primary-replica MySQL setup, Redis Cache and Blob Storage on private endpoints, and multi-subnet VNet isolation, with dynamic resource naming to avoid collisions.
Kubernetes On-Premise
Open SourceMIT-licensed Bash script that fully automates deploying a Kubernetes cluster on bare-metal or VMs across Ubuntu 18.04/20.04/22.04, installing the container runtime plus Flannel networking, the Dashboard, MetalLB, and metrics-server through a simple interactive prompt.
NFS Server & Kubernetes Persistent Volumes
Open SourceShell scripts and Kubernetes manifests that stand up an NFS server and client, then wire it into a cluster as dynamically-provisioned Persistent Volumes and Claims so pods can share durable storage.
SQL Script Management Tool
Open SourceA .NET MVC 6.0 app (Entity Framework Code-First) for managing SQL Server connection strings and batch-running SQL scripts, with multi-file upload, automated timestamp-based file organization, Live/Prelive environment tagging, and per-run error/success logging.
Terraform EC2 Automation
Open SourceA clean, modular Terraform project (providers, variables, security groups, outputs) that provisions an AWS EC2 instance with an SSH key pair end-to-end — init, plan, apply, connect, and teardown.
Lambda SNS Monitoring
Open SourceA Python AWS Lambda function that watches another Lambda's CloudWatch Logs and publishes an SNS notification the moment it executes, with IAM roles scoped for least-privilege log access.
Lightsail Snapshot Automation
Open SourceA Python 3.9 Lambda function that sweeps every Amazon Lightsail region, finds running instances, and creates timestamped snapshots automatically — a scheduled backup safety net with no manual console work.