Junior Software Engineer specializing in backend systems and LLM/RAG applications
Remote, USASoftware Engineering Intern1 years experienceJuniorTechnologyIT Services & ConsultingSaaS
ScreenedIdentity Verified
Connect with Anirudh
Anirudh already has a relationship with Reval, so a warm intro from us gets a much better response than cold outreach.
Recommended
Already have an account?
About
Full-stack engineer who built a cloud storage app feature (file upload/management) with Next.js App Router + TypeScript and owned post-launch improvements. Also has internship experience building a geospatial AI chatbot: designed Postgres/PostGIS data models and optimized spatial queries, and implemented an LLM workflow orchestrated with LangChain/LangGraph plus a RAG pipeline grounded in OpenStreetMap data to reduce hallucinations.
Experience
Software Engineering InternPotters Tech
Associate Software DeveloperValtech India
Education
Arizona State Universitymaster, Computer Science (2026)
Manipal Institute of Technologybachelor, Computer and Communications Engineering (2022)
Key Strengths
Shipped end-to-end full-stack file upload & management feature in Next.js/TypeScript and owned post-launch debugging/iteration
Balanced SSR for auth-aware initial loads with client-side updates for interactive actions to improve perceived performance
Optimized React rendering so only affected list rows re-render (reduced unnecessary re-renders and refetches)
Designed and optimized Postgres/PostGIS geospatial schema and queries (GiST index, ST_DWithin), validated with EXPLAIN ANALYZE
Built durable LLM query-processing workflow (parse → retrieve → rank → generate) with retries and idempotency via request IDs
Improved chatbot reliability by grounding responses with a RAG pipeline over Postgres/OpenStreetMap data