Available for opportunities

Sabari Sri

Full Stack Developer & DevOps Engineer

Building real-world systems from hospital management platforms to fully automated cloud infrastructure. Passionate about databases, DevOps automation, and shipping things that actually work.

📁 GitHub Profile View Projects ↓
What I Know
Skills & Technologies
🗄
DBMS / MySQL
💚
Node.js
Express.js
🔨
Terraform
AWS EC2 / VPC
🐳
Docker
🔄
Jenkins CI/CD
🌐
HTML / CSS / JS
What I Built
Projects
DevOps
☁ Automated Cloud Infrastructure

Fully automated AWS infrastructure using Terraform. One command creates a VPC, subnet, internet gateway, security group, and EC2 instance then auto-deploys this portfolio via Docker. You are viewing it live right now.

Terraform AWS EC2 Docker Nginx Jenkins Bash
Full Stack
🏥 PATIGO - Hospital Orchestrator

A workflow-driven hospital management system that automates patient journeys across registration, consultation, lab, pharmacy, and billing using event-driven queues and role-based real-time dashboards.

Node.js Express MySQL RBAC Event Bus REST API
How This Page is Served
Live Infrastructure
# This exact server was built by running one command:
$ terraform apply

# Resources created automatically in ~2 minutes:
aws_vpc = "10.0.0.0/16"
aws_subnet = "10.0.1.0/24 (us-east-1a)"
aws_internet_gateway = attached
aws_security_group = port 80, 22 open
aws_instance = t3.micro (Free Tier)
docker container = nginx:latest serving this page

# Zero manual steps. Zero clicking. Pure automation.