Lakshay Rewani
Aspiring DevOps Engineer.
Building scalable
infrastructure.
Specializing in OpenShift &
Cloud AI.
Lakshay Rewani
I am an aspiring DevOps Engineer and AI & Data Science student with hands-on experience in OpenShift administration, AWS EC2 cloud infrastructure, Docker containerization, and Ansible automation. Proficient in Linux system administration (RHCSA-certified), CI/CD scripting, and Java full-stack development, I am passionate about building reliable, automated, and scalable infrastructure.
Personal Profile
Technical Skills
DevOps & Cloud Infrastructure
CI/CD, Containers & IaC
Programming Languages
Databases, Web Servers & OS
ML, Frameworks & Developer Tools
Cluster ReplicaSet Controller
Cluster Resources
DIAGNOSTIC LOGS
Work Experience
Game Programming & Salesforce Architect Intern
TechForce Academy Australia | Remote
Credential ID: RlpCld • View Certificate- Engineered 3 interactive game modules using Unity 3D and C#, applying OOP design patterns to improve code reusability by 40%.
- Developed physics-based gameplay systems and mechanics, reducing bug count by 30% through structured debugging cycles.
- Collaborated in an agile remote team, delivering all milestones on schedule across an 8-week programme.
Education
B.Tech in Artificial Intelligence & Data Science
Arya College of Engineering & IT
Affiliated to Rajasthan Technical University | CGPA: 9.11 / 10
View Result →Certifications
Achievements & Hackathons
UPI Fraud Detection System
Participant | Hack Arya Verse 2.0 (Jaipur)
View Certificate →- Built a UPI Fraud Detection System on a dataset of 10,000+ transactions using Logistic Regression, Decision Tree, and Random Forest.
- Achieved 95% model accuracy; reduced false positives by 20% through feature engineering and hyperparameter tuning.
- Evaluated with precision, recall, and F1-score metrics; presented findings to a panel of industry judges.
Textile Management System
Participant | Hack Arya Verse 1.0 (Jaipur)
View Certificate →- Designed and delivered a full-stack Textile Management System managing 500+ SKUs, orders, and customer records within 24 hours.
- Boosted operational efficiency by 40% through automated inventory tracking and real-time data visualisation dashboard.
My Projects
A comprehensive showcase of automated CI/CD pipelines, highly available AWS architectures, and Java-based full-stack software.
Active Deployment Run
Simulated live validation of your workspace push. Stages execute tests, builds, and pushes.
Automated Multi-Server CI/CD Pipeline
Architected a multi-server CI/CD pipeline on AWS EC2. Integrated GitHub Webhooks to auto-trigger Jenkins builds, deploying containerized WordPress and MySQL via Docker Compose on dedicated Docker Agent EC2 instances with zero manual effort.
Automated Static Website Deployment
Built a CI/CD pipeline on AWS EC2 where GitHub Webhooks trigger Jenkins to auto-deploy static sites to production Nginx web servers using SSH file transfers and Bash scripting, reducing deployment time to under 60 seconds.
Highly Available Static Website
Designed fault-tolerant AWS infrastructure with Auto Scaling Groups, Launch Templates, and Application Load Balancers running Apache. Validated zero-downtime horizontal scaling and automatic replacement of unhealthy nodes.
BloodMate — Blood Bank Management System
Developed a JavaFX desktop application managing 1,000+ donor records with real-time blood inventory tracking, emergency response coordination, and role-based access controls across 5+ user roles.
Hospital Management System
Developed a GUI desktop application handling 500+ patient records, billing operations, appointment scheduling, and staff data with full JDBC/MySQL database integration.
WordPress Deployment on AWS (Ubuntu 22.04)
Deployed and configured a production-grade WordPress site on AWS EC2. Configured the LAMP stack, hardened SSH access, and applied security group rules to achieve 99.9% uptime over a 30-day monitoring period.
WordPress on Kubernetes (Minikube)
Advanced evolution from traditional LAMP deployment to container orchestration. Deployed WordPress and MySQL on Kubernetes using Minikube on AWS EC2, with PV/PVC for persistence, Kubernetes Secrets for secure credentials, and Kustomize for manifest management.
Django Social Media App on AWS (Production)
Successfully deployed a Django-based Social Media application in production on AWS EC2 Ubuntu using Gunicorn as WSGI server and Nginx as reverse proxy. Implemented systemd for service management, virtual environments, static file configuration, and AWS Security Groups for secure access.
Lost & Found — Campus Connect
A mobile-first web application that helps college students report lost items and post found items so that owners and finders can reconnect easily. Features include authentication, search/filter, image upload, and dark mode.
Docker CI/CD Pipeline
Automated CI/CD Pipeline for Dockerized Application Deployment Using Jenkins, GitHub, Docker Compose & Docker.
Multi-Server Jenkins CI/CD with Docker Agent
End-to-end automated CI/CD pipeline deploying Dockerized WordPress on AWS EC2 using Jenkins, Docker Agent, Docker Compose, and GitHub Webhooks. Every push to GitHub triggers automatic build and deployment with zero manual intervention.
Agency-MS (Textile Agency Management System)
A complete full-stack web application for managing raw cloth agency businesses. Features include client management, transaction tracking, inventory monitoring, payment processing, reports with Recharts, and role-based access control (Admin/Staff) with JWT authentication.
Clinic Website Template
A responsive clinic website template with modern, clean UI design built with HTML, CSS, and JavaScript.
FinFence - Financial Fraud Detector
A cutting-edge web application for real-time UPI transaction fraud detection. Features ML-powered predictions (scikit-learn DecisionTree), live transaction simulation via WebSocket, AI explanations with Hugging Face, advanced analytics dashboard, dark/light mode, and browser notifications.
Employee Management System
A comprehensive full-stack employee management system with JWT authentication, role-based access control (Admin/HR/Employee), attendance tracking, department management, performance reviews, and analytics. Built with React + TypeScript, Node.js + Express + TypeScript, and MySQL.
MyChatBot
My first AI chat bot built with Next.js, TypeScript, and assistant-ui framework, powered by OpenAI API.
Endless Runner Game (Unity)
An exciting endless runner game developed using Unity game engine with C# scripting.
EduNest - EdTech Platform
An educational technology platform with multiple projects including EduNest-EdTech, LangLearn AI Dashboard, and Voice Vista, built with JavaScript, TypeScript, and Python.
IaC Showcase
Interactive code examples for Terraform, Ansible, and Docker Compose.
# main.tf
provider "aws" {
region = "us-east-1"
}
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
name = "devops-vpc"
cidr = "10.0.0.0/16"
azs = ["us-east-1a", "us-east-1b", "us-east-1c"]
private_subnets = ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"]
public_subnets = ["10.0.101.0/24", "10.0.102.0/24", "10.0.103.0/24"]
enable_nat_gateway = true
single_nat_gateway = true
tags = {
Environment = "dev"
Project = "devops-portfolio"
}
}
output "vpc_id" {
value = module.vpc.vpc_id
}AWS Topology
Visual representation of a highly available cloud infrastructure design.
GitHub Activity
Real-time profile and repository information from GitHub.
DevOps Quiz
Test your DevOps knowledge with this quick quiz!
What does CI stand for in DevOps?
DevOps Console
Interactive terminal core. Query my experiences, skills, projects, or trigger a full deployment pipeline directly.
Get In Touch
Let's build something secure, scalable, and automated together. Reach out for opportunities or collaborations.