I'm a backend-leaning full-stack engineer building distributed systems in Java/Spring Boot and Node.js, currently focused on microservices, caching strategies, and API performance.
- π B.Tech CSE, Vasireddy Venkatadri Institute of Technology β CGPA 8.5/10.0 (2022β2026)
- πΌ Software Engineer Intern @ AscendSkills (FebβMay 2025) β cut API response latency 30% under load
- π Finalist, Adobe India Hackathon 2025 (national level) Β· 1st Place, VVIT Internal Hackathon
- π§© 400+ problems solved on LeetCode, including 75 DP and graph/backtracking problems
- π± Open-source contributor β merged PR to ApostropheCMS
- π Open to: Software Engineer roles β backend, full-stack, or distributed systems
Languages
Backend
Frontend
Data & Cloud/DevOps
| Domain | Proficiency | Details |
|---|---|---|
| Retrieval-Augmented Generation | Applied | Built an OCR + vector search + LLM pipeline (IntelliPDF) for citation-backed document Q&A |
| Vector Search | Applied | FAISS-based similarity search over 100+ page documents |
| Model Deployment | Applied | Optimized inference container to run within 2GB, no GPU required |
Veltrix β Microservices e-commerce backend
| Stack | Scale | Performance | Security | Impact | Repository |
|---|---|---|---|---|---|
| Java, Spring Boot, PostgreSQL, Kafka, Redis, Docker | 5 independent services (Order, Inventory, Payment, Notification, Auth) | 40% cut in request processing latency under async Kafka messaging | JWT + BCrypt auth, Redis-cached token checks | 60% reduction in repeated DB lookups | Veltrix |
A microservices-based e-commerce backend where independent services communicate asynchronously via Kafka rather than direct calls, reducing coupling and improving fault isolation. Authentication is handled with JWT and BCrypt, with token validation cached in Redis to avoid repeated database round-trips on every request.
IntelliPDF β Document Q&A pipeline
| Stack | Scale | Performance | Security | Impact | Repository |
|---|---|---|---|---|---|
| Python, FastAPI, React, FAISS, LLM, Docker | 100+ page PDFs | Answers with citations in under 60 seconds | N/A | Deployable on free-tier, GPU-less instances | IntelliPdf |
A document question-answering pipeline combining OCR, vector search (FAISS), and an LLM to produce cited answers over long PDFs. The Docker image was optimized to run within 2GB of memory, making it deployable on a free-tier instance without a GPU.
Alumni Engagement Platform β REST API platform
| Stack | Scale | Performance | Security | Impact | Repository |
|---|---|---|---|---|---|
| Node.js, Express, MongoDB, Redis | Auth, profiles, alumni interaction APIs | 30% improvement in p95 latency | Role-based access control, rate limiting | CI on every PR via GitHub Actions | alumni-platform |
A REST API platform for alumni engagement, with role-based access control and rate limiting on top of an Express/MongoDB stack. p95 latency was improved through Redis caching, compound indexing, and cursor-based pagination, with continuous integration running on every pull request.
Software Engineer Intern Β· AscendSkills Β· Feb 2025 β May 2025
Refactored backend API routes to reduce response latency under load.
- Reduced API response latency by 30% under load
- Refactored existing route handlers for maintainability and performance
Java Spring Boot API Performance
| Recognition | Details |
|---|---|
| Finalist β Adobe India Hackathon 2025 | National-level hackathon |
| 1st Place β VVIT Internal Hackathon | Institute-level competition |
Note: the snake animation needs a one-time GitHub Actions workflow set up on your profile repo to generate the SVG.
Learning: Distributed systems design, advanced caching strategies
Building: Microservices-based backend systems
Exploring: LLM-powered developer tooling
Open To: Software Engineer roles β backend, full-stack, distributed systems