Skip to content
View Abhinav1190P's full-sized avatar
🏠
Working from home
🏠
Working from home
  • home
  • Mumbai

Block or report Abhinav1190P

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Abhinav1190P/README.md
Abhinav Pandey — Full-Stack Software Engineer, Agentic AI & RAG Systems

Portfolio LeetCode LinkedIn Email Profile views

At a glance

Manual turnaround Page load Table scale Dashboard reach Defects closed RAG accuracy
↓ 20% ↓ 25–30% 5,000+ rows/table 50+ users · 6+ teams 40+ resolved 85% → 92%

Metrics from production work at IQVIA (agentic AI for ROM/estimation) and DocMind's 13-question retrieval eval harness.

Toolbox

frontend    react · redux-saga · mui data grid · react router
backend     node.js · express · .net 8 · fastapi
agentic-ai  langchain · tool-calling agents · vector re-ranking · groq/llama
data        mongodb · atlas vector search · sql server
cloud       aws (ec2 · s3 · lambda · iam · cloudwatch) · docker · firebase
quality     jwt/oidc · swagger/openapi · jest · gitlab api v4 ci/cd

Experience

12/2024 → Present Software Engineer, IQVIA India Agentic AI for ROM estimation & capacity forecasting (8+ projects) · pagination for 10+ tables at 5,000+ rows · KPI dashboards for 50+ users · .NET 8 microservices with JWT/OIDC
12/2023 → 02/2024 Full Stack Dev Intern, Krunk.AI Bootstrapped a React app end-to-end; Firebase auth across 8+ modules
11/2022 → 01/2023 Chrome Ext. Dev Intern, ClickUp "To-Doist for ClickUp" — 50+ pilot testers
2024 B.E., Mumbai University

Featured Projects


react node/express python · fastapi langchain mongodb atlas

A tool-calling RAG agent that grounds itself in your documents first, and only reaches for outside help when it has to.

flowchart LR
    U([User Query]) --> A{Agent Loop}
    A -- "1: retrieve" --> D[(MongoDB Atlas<br/>Vector Search)]
    D -- "re-ranked context<br/>cross-encoder" --> A
    A -- "2: fallback" --> W[[Web Search<br/>Tavily]]
    A -- "3: fallback" --> C[[Sandboxed<br/>Calculator]]
    W --> A
    C --> A
    A --> G([Groq / Llama<br/>Generation])
    G --> R([Grounded Answer<br/>+ Citations + Trace])

    style A fill:#04241c,stroke:#00e676,color:#f4f6fb
    style G fill:#04241c,stroke:#00c9a7,color:#f4f6fb
    style R fill:#04241c,stroke:#00e676,color:#f4f6fb
Loading
  • Cross-encoder re-ranking on retrieval lifted answer accuracy 85% → 92% on a 13-question evaluation harness built to score retrieval + generation quality
  • Full execution trace — which tool fired, why, with what result — surfaced in the UI, not buried in logs
  • Diagnosed and resolved production issues (memory limits, rate limiting, Docker) across three independently deployed services on Render

🛒 Subs4Sale — Freelancer Marketplace

react node.js express mongodb socket.io

A Fiverr-style freelancer–client marketplace built solo, end to end — listings, real-time chat, transactions, and reviews on one MERN codebase.

flowchart LR
    subgraph Client["React Frontend"]
        UI[Browse / Gig Listings]
        ChatUI[Real-time Chat]
        AuthUI[Sign Up / Login]
    end

    subgraph Server["Node.js + Express API"]
        AuthSvc[Auth Service]
        ListingSvc[Listings API]
        TxnSvc[Transactions API]
        ReviewSvc[Ratings & Reviews API]
        Socket[[Socket Layer]]
    end

    DB[(MongoDB)]

    AuthUI --> AuthSvc --> DB
    UI --> ListingSvc --> DB
    UI --> TxnSvc --> DB
    UI --> ReviewSvc --> DB
    ChatUI <--> Socket --> DB

    style Server fill:#04241c,stroke:#00e676,color:#f4f6fb
    style DB fill:#04241c,stroke:#00c9a7,color:#f4f6fb
Loading
  • Designed the full MongoDB schema architecture from scratch — users, gigs, transactions, and reviews as independently queryable collections
  • Built secure authentication, a real-time chat layer, and end-to-end transaction workflows (request → accept → pay → review)
  • React.js frontend consuming a self-built Node.js/Express REST API; published and documented on GitHub for others to reference

LeetCode


LeetCode stats

Solve with me on LeetCode


Accomplishments


🥇 Smart India Hackathon 2022 — Winner

AICTE Grievance Management Portal

A time-bound, automated resolution workflow for student grievances — recognized as the winning solution among 200+ competing teams nationwide.

🥈 Tantrotsav Hackathon — First Runner-Up

MERN Social Media App

Secure authentication, real-time messaging, and Cloudinary/Zeegocloud integration, built under hackathon time pressure.

Team with the winning cheque on stage at the Smart India Hackathon 2022 Grand Finale
🏆 On stage at the SIH 2022 Grand Finale, Software Edition — team win, ₹1,00,000 prize


Live stats

GitHub metrics (auto-refreshes every 6h via .github/workflows/metrics.yml)
metrics

Requires enabling the included lowlighter/metrics workflow and adding a METRICS_TOKEN secret (a classic PAT with repo + read:user) — see setup notes below.

contribution snake Generated by .github/workflows/snake.yml on push to output

Pinned Loading

  1. Subs4Sale Subs4Sale Public

    JavaScript 1

  2. DocMind DocMind Public

    JavaScript