Skip to content
View adarsh-yadav1's full-sized avatar

Block or report adarsh-yadav1

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.

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
adarsh-yadav1/README.md

Typing SVG


whoami

public class Adarsh {

    String  degree   = "B.Tech CSE @ IIIT Guwahati";
    String  batch    = "2028";
    double  cgpa     = 9.27;
    String  location = "Lucknow, Uttar Pradesh";

    String[] passionateAbout = {
        "Backend Systems & APIs",
        "System Design",
        "Clean Architecture",
        "ML & AI Applications"
    };
}

achievements

🧠 DSA Problems πŸ“Š CGPA ⚑ Codeforces πŸ› CodeChef
350+ 9.27 / 10 1147 Max 3 β˜…
LeetCode Β· CF Β· GFG IIIT Guwahati Specialist Path Active

tech_stack

Languages

Java C++ Python C

Backend

Spring Boot Spring Security JWT REST API

Databases

MySQL PostgreSQL Redis

ML / Data

Scikit-learn NumPy Pandas

DevOps & Tools

Docker GitHub Actions Git


featured_projects

πŸ” Multi-Tenant Isolation Engine

Production-grade SaaS backend infrastructure with physical database isolation per tenant, token-bucket rate limiting via Redis/Bucket4j, and dynamic HikariCP pool routing. Built with Spring Boot 3, Flyway, Docker, and a full CI/CD pipeline publishing to GHCR.

What makes it different:

  • Every tenant = own MySQL database (zero cross-contamination possible)
  • Rate limits enforced per-tier in Redis (FREE: 60 req/min β†’ Enterprise: 2000 req/min)
  • Datasources added at runtime with zero downtime
  • GitHub Actions: build β†’ test β†’ multi-arch Docker image β†’ GHCR

Repo Spring Boot Redis Docker MySQL

πŸ₯ Hospital Management API

Production-style REST API with JWT authentication, role-based access control (Doctor / Patient / Admin), appointment conflict detection, and DTO-based pagination architecture.

What makes it different:

  • Conflict detection prevents double-booking at DB level
  • Role hierarchy enforced at filter chain, not controller level
  • Full audit trail on every appointment change

Repo Spring Boot PostgreSQL JWT

πŸ€– FinBot β€” AI Loan Automation

Hackathon project automating the end-to-end loan application process using AI β€” reducing manual review overhead and accelerating credit decisions.

Repo AI Python

πŸ’¬ Talk-To-Data

Natural language interface for querying structured datasets. Ask questions in plain English, get data-driven answers via NL2SQL pipeline.

Repo LLM Python

πŸ“§ Email Triage System

Automated NLP pipeline to classify and prioritize incoming emails β€” reducing inbox noise and improving response efficiency using text classification.

Repo NLP Python

🏠 House Price Prediction

Linear Regression model on 545+ records with full data pipeline: cleaning, encoding, feature scaling. RΒ² 0.61 Β· RMSE ~1M. Key predictors: area, bathrooms, air-conditioning.

Scikit-learn Pandas


github_activity

Streak

Top Languages


beyond_the_code

🎭  Club Coordinator @ Afsaane β€” The Drama Club, IIIT Guwahati
     Led 20+ member team across stage performances & cultural events
     Aug 2025 – Present

connect

Email GitHub Location


"First, solve the problem. Then, write the code."

Popular repositories Loading

  1. Talk-To-Data Talk-To-Data Public

    JavaScript 1

  2. MLProjects MLProjects Public

    Python

  3. FinBot FinBot Public

    It is a Hackathon Project which automates the Loan Process.

    Python

  4. TicTacToe TicTacToe Public

    JavaScript

  5. Portfolio Portfolio Public

    HTML

  6. house-price-prediction house-price-prediction Public

    Python