Skip to content
View titanShubh's full-sized avatar
💻
💻

Block or report titanShubh

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
titanShubh/README.md
Typing SVG
Profile Views   GitHub Followers

name        : Shubh Gupta
alias       : titanShubh
college     : IET Lucknow, B.Tech CSE (2023–2027)
focus       : ["GenAI Engineering", "Multi-Agent Orchestration", "SDE", "Competitive Programming"]
building    : Multi-agent AI systems, RAG pipelines, LLM-powered apps
ask_me_about: ["LangChain", "LangGraph", "RAG", "Vector DBs", "DSA", "System Design"]
reach_me_at : [LinkedIn, LeetCode, Codeforces, CodeChef, AtCoder]
fun_fact    : "I treat every CP problem like a production bug 🐛"
status      : "Actively seeking GenAI & SDE internships/roles 🚀"

🧠 Tech Arsenal

🤖 AI / GenAI & Agentic Systems

Python LangChain LangGraph OpenAI Anthropic HuggingFace FastAPI

🗄️ Vector DBs & Storage

Qdrant ChromaDB Pinecone Weaviate

⚙️ Languages & SDE

C++ Java C JavaScript SQL

🗃️ Databases & Caching

PostgreSQL Redis SQLite MongoDB

🛠️ Tools, Data & DevOps

Docker Git Vercel Render Pandas Plotly


🏆 Competitive Programming

Platform Profile Rating & Level
titan_2 🔵 Expert (1794)
guptashubh6386 🟡 Guardian (2245)
shubh_titan 🔶 5-Star
unknown_AC 🔵 2 Kyu Blue (1617)

Solved 2500+ algorithmic problems across platforms

🎯 Key Contest Highlights

  • 🏆 Global Rank 38 in CodeChef Starters 169 (Rated, Division 2)
  • 🏆 Global Rank 199 in Codeforces Round 1029 (Div. 3)
  • 🏆 Global Rank 358 in LeetCode Weekly Contest 422 (26,000+ participants)
  • 🏆 Global Rank 2881 in Meta Hacker Cup 2024 (20,000+ participants globally)

🚀 Key Projects

🤖 Multi-Agent Competitive Programming Coach

Architected a stateful multi-agent system utilizing LangGraph and LangChain.

  • Deployed a central Supervisor Agent that dynamically routes queries across seven specialized nodes (Problem Analyzer, Complexity Analyzer, Learning Memory, etc.).
  • Engineered an asynchronous FastAPI backend using SQLModel and Server-Sent Events (SSE) to stream structured reasoning logs with sub-100ms latency.
  • Configured Qdrant Cloud Vector Database for semantic problem retrieval integrated with PostgreSQL for persistent tracking.

🌐 NexusAI — Enterprise Agentic Orchestration Platform

A high-performance stateful multi-agent system designed for automated query routing.

  • Utilized LangGraph to analyze query intent and orchestrate execution across specialized SQL, RAG, and Python Pandas nodes.
  • Built a secure, self-healing SQL executor using SQLAlchemy 2.0 with an AST-based validator to prevent injections.
  • Built a spreadsheet analytics sandbox utilizing Pandas and Plotly to render statistical charts dynamically.

🛡️ Network Sentinel — Full-Stack Security Assessment Platform

A multi-threaded port scanner and real-time vulnerability analysis engine.

  • Engineered a socket-level host discovery engine using ThreadPoolExecutor in Python.
  • Implemented bidirectional WebSockets communication to stream live scan telemetry and latencies to a React dashboard.
  • Containerized the application stack (FastAPI, Nginx, SQLite, React) using Docker Compose.

📊 GitHub Stats




🏆 GitHub Trophies


🐍 Contribution Snake

github contribution snake animation

📊 3D Contribution Graph

⚡ Auto-updates daily via GitHub Actions


🤝 Connect With Me

LinkedIn LeetCode Codeforces Gmail GitHub



⚡ "The best way to predict the future is to build it with AI." — titanShubh

Pinned Loading

  1. FileDefender FileDefender Public

    An audit-ready, production-grade File Integrity Monitoring (FIM) system built using Python (FastAPI) and React.

    JavaScript

  2. Multi-Agent-Competitive-Programming-Coach Multi-Agent-Competitive-Programming-Coach Public

    A stateful multi-agent AI system built using LangGraph and LangChain to act as an interactive competitive programming coach.

    Python

  3. Network-Sentinel Network-Sentinel Public

    A multi-threaded port scanner and real-time vulnerability analysis engine built with FastAPI, React, and WebSockets.

    JavaScript

  4. NexusAI NexusAI Public

    A high-performance stateful multi-agent system designed for automated enterprise query routing, RAG execution, and sandbox analytics.

    Python