available for new roles

Milan Panda

Full Stack Software Engineer

I build and own products end-to-end: React/Next.js frontends, Python backends, and AWS infrastructure. Production experience shipping RAG systems built for low latency and reliability. Currently at Adapts AI.

01 selected-work

Selected Work

Togglebit

Feature flag SaaS: ship safely with percentage rollouts and segment targeting, no redeploys.

  • Published a TypeScript SDK (<2kb gzipped) with separate client/server entry points for React hooks and Server Components
  • Redis-cached evaluation API with a JSONB rule engine for sub-millisecond flag evaluation
  • Multi-tenant dashboard: Clerk auth, 4-role RBAC, per-environment flags, audit logging

// Next.js · FastAPI · PostgreSQL · Redis · Docker

Knowrix

RAG knowledge platform: ingest documents, web content, and repos into a vector store for semantic search.

  • Hybrid retrieval (dense vector search + reranking) with streaming responses for lower perceived latency
  • Async ingestion pipeline via background workers; large sources don't block the app
  • Multi-tenant by design: auth, workspace isolation, API-level access control

// Next.js · FastAPI · Qdrant · Redis · Docker

02 lab

Lab

Interactive tools and frontend experiments. Open one and start building.

03 experience

Experience

2024–present

Adapts AI · Full Stack Software Engineer · Remote (US)

  • Own backend systems and infrastructure powering the core product
  • Built the end-to-end RAG pipeline: ingestion, retrieval orchestration, response generation
  • Built and maintain integrations with Jira, Confluence, Notion, Azure DevOps, GitLab, GitHub, and Bitbucket
  • Shipped IDE extensions for VS Code and Cursor
  • Designed serverless architecture on Lambda + API Gateway with DynamoDB access patterns tuned for high-throughput workloads

Jun 2022 – Sep 2023

Quantiphi · Framework Engineer · Bangalore, Karnataka, India

  • Owned and upgraded internal tools, platforms, and services for Joyup, shipping three products end-to-end
  • Built an analytics dashboard in React for internal reporting
  • Built the client-side web app from scratch as the web equivalent of the Prodeus Chrome extension, translating UI/UX mockups into a full application
  • Built an MVP dashboard (effectively a lightweight CMS) powering a branded online ordering menu
  • Fixed React rendering bottlenecks as data volume grew and refactored Redux architecture to remove prop-drilling and duplicated logic
04 skills

Skills

Languages

Python, TypeScript, JavaScript

Frontend

React, Next.js, Tailwind CSS

Backend & Infra

REST APIs, Serverless (Lambda, API Gateway), AWS CDK, Docker, Distributed Systems

Data

PostgreSQL, DynamoDB, MongoDB

AI Systems

RAG, LangChain, OpenAI SDK, Claude SDK, AWS Bedrock