Backend Engineer · System Builder · Startup Founder

Building production systems that solve real problems

I design and build scalable backend systems, from AI-powered platforms to complex infrastructure. I think deeply about architecture, trade-offs, and what it takes to ship systems that work in production.

Featured Projects

Production systems solving real-world problems

Camp View

3D campus navigation with real-time pathfinding

Three.jsPythonFastAPIPostgreSQL
Production3D GraphicsPathfinding

FireVision

Real-time fire detection using computer vision

PyTorchOpenCVFastAPIRedis
AIComputer VisionReal-time

Tectovia Quiz

AI-powered adaptive quiz generation platform

Node.jsPostgreSQLOpenAI APIRedis
DST FundedAIProduction

GASC Sync

Unified college management platform

DjangoPostgreSQLCeleryRedis
ProductionEnterpriseScalable

Experience

Building production systems that scale

Founder & Backend Engineer

2023 - Present
RexinTech

// Problem Statement

Building scalable AI and system solutions for startups

// Technical Contributions

  • Architected and deployed multiple production systems serving 10k+ users
  • Built AI-powered platforms with real-time processing capabilities
  • Designed fault-tolerant architectures with 99.9% uptime
  • Led technical decisions for database design, API architecture, and DevOps

// Impact: Secured DST funding for flagship product, reached production scale

Backend Engineer

2022 - 2023
Beaver Health AI

// Problem Statement

Building healthcare data processing pipelines at scale

// Technical Contributions

  • Developed HIPAA-compliant data processing pipelines handling 1M+ records
  • Optimized database queries reducing API response time by 60%
  • Implemented distributed caching strategy improving throughput 3x
  • Built automated testing framework achieving 90%+ code coverage

// Impact: Reduced infrastructure costs by 40% while improving performance

// System Design

Deep dives into architecture decisions

Scalable Video Processing Pipeline

Process real-time video streams for fire detection with sub-second latency while handling multiple concurrent streams

>> Architecture

  • 1.Message queue (Redis) for stream ingestion and load distribution
  • 2.Worker pool with auto-scaling based on queue depth
  • 3.Optimized ML inference using ONNX runtime and GPU acceleration
  • 4.WebSocket server for real-time alert delivery
  • 5.PostgreSQL for alert storage with time-series optimization

>> Key Decisions

  • Redis over Kafka: Lower latency for real-time processing, simpler ops
  • ONNX runtime: 3x faster inference than PyTorch for production
  • Worker auto-scaling: Maintain <100ms latency during traffic spikes

>> Trade-offs

  • Memory vs Latency: Keep 3 video frames in memory for temporal analysis
  • Accuracy vs Speed: Optimized model to 95% accuracy for 10x throughput
  • Cost vs Reliability: Redundant workers increase cost but prevent alert drops

>> Scalability

Horizontal scaling of workers handles 100+ concurrent streams. Queue prevents backpressure. Redis Cluster for HA.

Multi-Tenant SaaS Architecture

Build college management system supporting 50+ institutions with data isolation, custom configurations, and shared infrastructure

>> Architecture

  • 1.Shared database with tenant_id partitioning for cost efficiency
  • 2.Row-level security (RLS) policies for data isolation
  • 3.Redis for per-tenant configuration caching
  • 4.API gateway with tenant routing and rate limiting
  • 5.Background workers for async operations (email, reports)

>> Key Decisions

  • Shared DB over database-per-tenant: 10x cost savings, acceptable security with RLS
  • PostgreSQL partitioning: Query performance scales linearly with tenant count
  • Redis caching: Reduced DB load by 70% for config-heavy operations

>> Trade-offs

  • Isolation vs Cost: Shared DB reduces cost but requires strict RLS policies
  • Flexibility vs Complexity: Custom per-tenant configs increase system complexity
  • Performance vs Consistency: Eventual consistency for non-critical updates

>> Scalability

Partitioned tables scale to 1000+ tenants. Read replicas for analytics. Sharding strategy planned for 10k+ tenants.

Education

Academic foundation and continuous learning

Bachelor of Technology

2019 - 2023
University Name

Computer Science and Engineering

// Key Achievements

  • Graduated with honors, maintaining 8.5+ GPA
  • Led multiple team projects on distributed systems and web applications
  • Published research paper on machine learning optimization

Higher Secondary Education

2017 - 2019
School Name

Science (Physics, Chemistry, Mathematics)

// Key Achievements

  • Scored 95%+ in board examinations
  • Participated in national level coding competitions

Skills

Technologies I work with

// Backend

Python
Node.js
FastAPI
Django
Express
GraphQL
REST APIs

// Databases

PostgreSQL
Redis
MongoDB
MySQL
SQLite

// DevOps

Docker
AWS
CI/CD
Nginx
Linux
Git

// AI / ML

PyTorch
OpenCV
ONNX
OpenAI API
Hugging Face

Resume

Detailed overview of my experience, projects, technical skills, and achievements in backend engineering and system design

Get in Touch

Open to discussing backend systems, architecture, and new opportunities

Built with Next.js · Designed for engineers