Overview
Technical skills
Timeline
• Architected DevBoard, a full-stack developer community platform with session-based authentication via Passport.js
• Owned feedback and bookmark modules: 5-star ratings, sorting, and an accessible modal for a Lighthouse score of 100
• Owned end-to-end development of a SaaS insurance Claims product built on Python, Django, Django REST Framework, PostgreSQL, and AWS, shipping 17+ features annually for 8 enterprise clients generating $25M+ in ARR
• Optimized the payment release workflow across microservices by designing new REST APIs and refactoring call patterns to eliminate over-fetching, cutting workflow load time by 32%
• Migrated system and admin authentication from password-based credentials to OAuth 2.0 via AWS Secrets Manager, replacing 100% of static credentials and reducing credential-exposure risk
• Built automated Selenium and TypeScript test suites into a Jenkins CI/CD pipeline, expanding application test coverage by 60% and catching regressions before they reached production
• Containerized and shipped 12+ production releases and hotfixes with Docker and Kubernetes in an Agile/Scrum environment, sustaining zero major rollbacks across deployments
• Maintained 24/7 on-call support for severity-1 incidents with a 15-minute average response time, debugging and resolving 40+ high-severity defects annually to keep production stable
• Crafted Samvaad, a web application that converts English speech into Indian Sign Language for hearing-impaired users
• Designed NLP pipeline (Web Speech API + syntactic parsing) translating English to ISL syntax with 500+ sign gestures
• Engineered a full-stack CRM platform with Java, Spring Boot, and React spanning 6 core modules and 30+ REST endpoints to manage the complete sales lifecycle from lead capture to customer conversion
• Implemented JWT-based authentication with Spring Security and BCrypt password hashing, enforcing role-based access control across 3 user roles
• Modeled a normalized PostgreSQL schema with JPA/Hibernate mappings and DTO-mapped services, ensuring data integrity across the platform’s relational entities
• Built a lead-to-customer conversion flow and dashboard visualizing revenue, pipeline, and task metrics with Chart.js
• Built a computer-vision pipeline (PoseNet, TensorFlow + ml5.js) matching webcam pose to references at <200ms latency
• Applied cosine-rule joint-angle math across 17 skeletal keypoints to score posture, flagging bad form at 92–98% accuracy
• Rendered color-coded skeletal overlays for live form correction, running full inference in-browser with zero install
Node JS• Middle
Zustand
Tailwind CSS
Express
Prisma
React.js
Vite
React Query
Axios
Zod
- Lead development of internal web apps or APIs that combine React frontends with Node/TypeScript backends (dashboard tools, admin consoles, internal automation UIs).
- Implement AI orchestration prototypes or integrations where LLM outputs drive backend workflows and tool-calls, including mock execution and retryable pipelines.
- Build feature-rich SPA pages with pagination, filtering and accessible components, and own the end-to-end client-server contract using Prisma or similar ORMs.
- Expand into production hardening tasks: add automated tests, CI pipelines, and measurable performance reviews (bundle analysis and RUM) to increase reliability and scalability.
TypeScript• Middle • 4y+ • 3 projects
Rest API
- Develop backend orchestration, retryable pipelines, and data ingestion services - extend the triage.service.ts pattern into production-grade job handling with queued workers.
- Build API-first features and robust API contracts - add schema validation and contract tests for endpoints defined in controllers (e.g., email.controller.ts).
- Add test automation and CI - introduce unit and integration tests, API contract checks, and a CI workflow that captures artifacts and run selective test matrices.
- Implement observability and SLOs for the orchestration pipeline - add structured logging, metrics, and simple load tests to validate scale assumptions.
Java• Junior • 5y+ • 2 projects
- Develop LLM orchestration and AI-to-business workflows (tool-call orchestration, model response parsing) leveraging the existing groq.service.ts and triage.service.ts patterns.
- Build resilient worker/queue-based processing (e.g., background job queue with visibility/timeouts) to replace Promise.all batch concurrency for large-scale email ingestion.
- Harden data-layer operations by introducing explicit DB transactions for multi-step writes and a migration history (Prisma migrations) around triage/tool-call flows.
- Implement API-level improvements: versioning, pagination, idempotency keys for processing endpoints and structured error schemas.
