Skip to content
View Urvish2007's full-sized avatar
🌴
In Delution :)
🌴
In Delution :)

Highlights

  • Pro

Block or report Urvish2007

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
Urvish2007/README.md
header typing

views

About Me

{
  "name": "Urvish Babariya",
  "role": ["Backend Developer", "Gen-AI Developer"],
  "education": "B.Tech ICT @ Dhirubhai Ambani University",

  "currentlyBuilding": {
    "PharmaChain": "3-tier pharma supply-chain platform, Spring AI compliance copilot (RAG + pgvector + Groq)",
    "CodeMentorPRO": "Adaptive AI coding mentor with LangChain + Groq, deployed on Hugging Face Spaces",
    "LowLatencyAlgorithms": "Low latency algorithms"
  },

  "programming": {
    "codeforces": "Pupil (max 1360)",
    "codechef": "3-Star (max 1612)",
    "leetcode": "Knight (max 1956)",
    "problemsSolved": "1800+"
  },

  "learning": ["Low-latency systems", "AI Agents (ReAct)", "Scalable backend architectures", "Generative AI"]
}

Tech Stack

Languages

Java C C++ Python SQL

Backend

Spring Boot Spring Security Spring Data JPA Hibernate REST APIs Microservices

Gen-AI & Agents

Spring AI LangChain LangGraph Gradio RAG

Databases

PostgreSQL MySQL pgvector ChromaDB

Tools & DevOps

Git GitHub Docker GitHub Actions Maven JWT Postman JUnit Testcontainers Linux

tech stack gif

Featured Repos

PharmaChain

Source

A full-stack pharmaceutical supply-chain platform (React/TypeScript + Spring Boot 3) with PostgreSQL triggers enforcing FDA-style compliance. JWT auth with 5-role RBAC, an append-only SHA-256 cryptographic audit ledger, IoT cold-chain telemetry, and a Spring AI compliance copilot combining RAG (pgvector + Ollama) with Groq tool-calling for natural-language inventory queries. Validated with Testcontainers and shipped via GitHub Actions + Docker.

Spring Boot 3 React PostgreSQL Spring AI RAG Docker

CodeMentor-PRO

Source · Demo

An AI code explainer that adapts to skill level (beginner / intermediate / expert) using Groq-hosted LLMs via LangChain for structured, line-by-line reasoning, deployed through an interactive Gradio interface on Hugging Face Spaces for real-time, adjustable-depth explanations.

Python LangChain Groq Gradio

Classic Tetris Game

Source

A fully playable, terminal-based Tetris game in C++ built around clean OOP classes for game state and falling blocks — real-time keyboard controls, 2D piece rotation, collision detection, line clearing, and live scoring.

C++ OOP Data Structures

GitHub Stats

stats streak top langs activity graph
pikachu bye bye gif



"Consistency over motivation."


Thanks for stopping by — feel free to connect or check out a repo.

Pinned Loading

  1. PharmaChain-DB PharmaChain-DB Public

    A 3-tier enterprise backend managing the pharmaceutical manufacturing lifecycle. Built with Java 21, Spring Boot 3, and React, it enforces strict FDA compliance via PostgreSQL triggers and features…

    Java 1 1

  2. CodeMentor-PRO-Adaptive-Code-Explainer CodeMentor-PRO-Adaptive-Code-Explainer Public

    AI coding mentor that actually runs your code before judging it — level-adaptive explanations, execution-verified error detection, cleanup, and optimization review.

    Python