Selected Work

Case studies from production systems and research.

Deep dives into problems I've solved and systems I've built.

Amdocs Corporation

Oracle Database Optimization for Telecom CRM

Situation

JCOM's CRM platform served 10M+ subscribers but critical subscriber lookups were taking 12+ seconds as data volumes grew beyond initial capacity planning.

Task

Optimize performance across 20+ high-traffic queries without disrupting live production systems serving 50K+ daily transactions.

Action

Analyzed execution plans via Oracle AWR reports, restructured PL/SQL stored procedures from row-by-row to set-based, added composite indexes on frequently joined columns, and implemented query result caching.

Result

Reduced average query execution time from 12s to 4.8s — a 60% improvement — with 99.7% uptime maintained throughout the optimization process.

60%Faster queries
10M+Subscribers
99.7%Uptime

Amdocs Corporation

Microservices Containerization & AWS Deployment

Situation

Deployment cycles took 45+ minutes with manual configuration, creating bottlenecks during release sprints and increasing risk of configuration drift between environments.

Task

Containerize 3 production Java/Spring Boot microservices and establish a repeatable, automated deployment pipeline on AWS.

Action

Created multi-stage Dockerfiles to minimize image size, configured Docker Compose for local development parity, and set up automated deployments to AWS EC2 with health checks and rollback.

Result

Reduced deployment time from 45 minutes to 8 minutes per release — an 82% improvement — while completely eliminating configuration drift across environments.

82%Faster deploys
3Services
8 minDeploy time

Research · Springer Publication

Thyroid Disease Classification with XGBoost & SHAP

Situation

Existing ML models for thyroid diagnosis achieved moderate accuracy but lacked the interpretability needed for clinical adoption by healthcare professionals.

Task

Develop a high-accuracy, interpretable classification system that clinicians could understand and trust for thyroid disease diagnosis decisions.

Action

Built XGBoost pipeline with SHAP (SHapley Additive exPlanations) for model interpretability. Processed 7,200 patient records with feature engineering, cross-validation, and hyperparameter tuning.

Result

Achieved 97.6% classification accuracy with full SHAP-based explainability, enabling transparent clinical decision support. Published in Springer conference proceedings.

97.6%Accuracy
7,200Patients

Personal Project

Blockchain Crowdfunding Platform

Situation

Traditional crowdfunding platforms charge 5–10% fees, lack transparency in fund management, and create trust issues between project creators and backers.

Task

Build a decentralized alternative on Ethereum providing transparent, trustless fund management with zero intermediary fees.

Action

Developed Solidity smart contracts implementing withdrawal pattern for security, built React frontend with Web3.js wallet integration, and deployed on Ethereum testnet via Hardhat.

Result

Fully functional dApp supporting campaign creation, ETH contributions, milestone-based fund release, and automated refunds — all enforced on-chain with zero platform fees.

0%Platform fees
100%On-chain