Portfolio

Software

Complete project portfolio across backend engineering, databases, networking, cloud infrastructure, and applied research systems.

c_toralizer

Minimal preload-based networking shim that transparently routes TCP traffic through a SOCKS4 proxy by intercepting connect() at runtime.

CSOCKS4LD_PRELOADDYLDLinux
systems programmingnetworkinglinux
  • transparent TCP tunneling with runtime interception
  • lightweight C implementation with low overhead
  • works with many CLI tools where library injection is allowed
  • clear boundary conditions documented for SOCKS4

PostgreSQL Locks & Partitions

Database systems lab reproducing lock-manager behavior on partitioned PostgreSQL schemas under concurrent load.

PostgreSQLPythonBashSQLAlchemy
databasesperformancebackend
  • benchmarked lock behavior across partition/index fan-out
  • simulated high-concurrency query/update workloads
  • built lock-inspection scripts over pg_locks and blockers
  • documented production tradeoffs for schema partitioning

Column vs Row-Oriented Databases

Comparative benchmark project evaluating OLTP/OLAP behavior across row-oriented and column-oriented storage engines.

PostgreSQLDuckDBPythonSQL
databasesbenchmarkingsystems
  • 5M-row workload with repeatable benchmark scripts
  • measured ingest, lookup, and aggregate query performance
  • analyzed index behavior and storage-layout implications
  • mapped findings to system design decisions

AI-Powered Healthcare Platform (Hackathon)

Real-time triage backend with asynchronous event streaming for high-volume healthcare intake simulation.

DjangoKafkaPyTestDocker
backendevent-drivenhealth-tech
  • Django REST APIs for triage workflows
  • Kafka event streaming for async processing
  • PyTest-backed reliability checks
  • containerized deployment and CI integration

Generative AI Voice Agent Application

Voice-agent platform with REST/WebSocket backends and deployment automation across cloud environments.

Next.jsFastAPIAWSJenkinsKubernetes
ai engineeringbackenddevops
  • FastAPI services with WebSocket support
  • retrieval-augmented workflows and observability dashboards
  • Jenkins CI/CD and AWS test environment provisioning
  • reproducible containerized deployments

Business Manager Network

Full-stack business platform with modular API architecture, analytics dashboards, and cloud deployment.

ReactDjango RESTPostgreSQLAWSNginx
full-stackcloudbackend
  • modular React frontend + Django REST backend
  • AWS EC2/Amplify + RDS deployment
  • Nginx + Gunicorn production setup
  • analytics dashboard and Route 53 DNS configuration

Enterprise Network Infrastructure Mega Lab

Dual-office enterprise network simulation implementing routing, switching, failover, security, and wireless controls.

Cisco Packet TracerVLANsOSPFHSRPBGPACLsDHCPNATIPv6
networkingpacket tracerrouting-switching
  • core/distribution/access layer topology design
  • configured HSRP failover, OSPFv2, Rapid PVST+, and BGP peering
  • implemented ACLs, DHCP snooping, and port security
  • configured wireless controller and authentication flows

Cloud & DevOps Infrastructure Automation

Infrastructure-as-code project automating secure cloud provisioning, deployment workflows, and observability.

KubernetesTerraformAnsibleAWSPrometheusGrafanaLinux
clouddevopsinfrastructure
  • automated AWS provisioning with least-privilege IAM and VPC isolation
  • Kubernetes deployment workflows with rollback-safe releases
  • Prometheus/Grafana monitoring and alert visibility
  • Git-driven CI/CD automation and server hardening

Brain Tumor MRI Classification

Computer vision pipeline for classifying brain tumor MRI images into four categories.

PyTorchCNNMedical ImagingPython
machine learningcomputer visionresearch
  • CNN training with augmented MRI datasets
  • structured batching and transform pipelines
  • validation metrics and visual prediction overlays
  • achieved 86% validation accuracy