Skip to content
View UdaySharmaGitHub's full-sized avatar
:octocat:
Creating Something
:octocat:
Creating Something

Block or report UdaySharmaGitHub

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

Hi there ✨,I'm Uday Sharma

Typing SVG

About Me

Roles

  • I'm an 🤖 Agentic AI Developer and 💻 Software Engineer, passionate about building intelligent, autonomous systems that solve complex enterprise problems at scale. 🚀
  • I Specialize in tackling enterprise-scale automation and decision-making challenges using multi-agent LLM systems 🧠.
  • I focus on overcoming limitations of traditional pipelines by designing scalable, stateful AI architectures (⚡ RAG & GraphRAG) that enable efficient knowledge retrieval, reasoning, and workflow orchestration across distributed systems. 🌐

🚀 Building intelligent, autonomous systems that solve complex enterprise problems at scale
🧠 Tackling enterprise-scale automation with multi-agent LLM systems that go beyond traditional pipelines
🕵️ Building AI Agents & Agentic AIstrong> — autonomous, goal-driven systems that plan, reason, and execute complex tasks end-to-end
Designing scalable AI architecturesstrong> — RAG, GraphRAG, stateful agents — for knowledge retrieval, reasoning & orchestration
🌐 Orchestrating workflowsstrong> across distributed systems with efficient, production-grade AI infrastructure

Ask me About

%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#0D1117', 'lineColor': '#3B4252', 'textColor': '#E6EDF3', 'fontSize': '16px', 'fontFamily': 'Segoe UI, sans-serif'}, 'flowchart': {'nodeSpacing': 30, 'rankSpacing': 60, 'padding': 20, 'curve': 'basis'}}}%%
graph TB
    Me(("💡Current Skills"))

    %% Tier 1 — Domain Hubs (hexagons)
    AI{{"🤖 AI & Agents"}}
    KR{{"📚 Knowledge & RAG"}}
    ML{{"🧠 ML & NLP"}}
    PL{{"💻 Programming"}}
    EN{{"⚙️ Engineering"}}
    PT{{"☁️ Platforms & Tools"}}

    %% Tier 2 — Leaf Nodes
    A1(("🕵️ AI Agents &\nAgentic AI"))
    A2(("🦜 LangChain &\nLangGraph"))
    A3(("✍️ Prompt\nEngineering"))

    K1(("🔍 RAG &\nGraphRAG"))
    K2(("🗂️ Knowledge Base &\nKnowledge Graph"))

    M1(("🤖 Machine Learning\nLLM & AI"))
    M2(("💬 Natural Language\nProcessing"))

    P1(("🐍 Python"))
    P2(("☕ Java &\nSpring Boot"))
    P3(("🟨 JavaScript &\nTypeScript"))

    E1(("🏗️ Architecture &\nPipeline Design"))
    E2(("🧮 Data Structures\n& Algorithms"))

    T1(("🔷 LLM and AI Core"))
    T2(("🦙 Llama Index"))

    %% Hub connections from center
    Me === AI
    Me === KR
    Me === ML
    Me === PL
    Me === EN
    Me === PT

    %% AI cluster
    AI --- A1
    AI --- A2
    AI --- A3
    A1 --- A2
    A2 --- A3

    %% Knowledge cluster
    KR --- K1
    KR --- K2
    K1 --- K2

    %% ML cluster
    ML --- M1
    ML --- M2
    M1 --- M2

    %% Programming cluster
    PL --- P1
    PL --- P2
    PL --- P3
    P1 --- P2
    P2 --- P3

    %% Engineering cluster
    EN --- E1
    EN --- E2
    E1 --- E2

    %% Platforms cluster
    PT --- T1
    PT --- T2
    T1 --- T2

    %% Cross-domain bridges (Obsidian-style weak links)
    A1 -..- M1
    A2 -..- K1
    A2 -..- T2
    A3 -..- M2
    K1 -..- M1
    K2 -..- E1
    M1 -..- P1
    P1 -..- T1
    P1 -..- E2
    E1 -..- A1
    T1 -..- M1

    %% ── Styles ──
    classDef hub fill:#19FFD6,stroke:#0FF,stroke-width:4px,color:#0D1117,font-weight:bold,font-size:18px
    classDef aiHub fill:#7C3AED,stroke:#A78BFA,stroke-width:3px,color:#FFFFFF,font-weight:bold,font-size:16px
    classDef krHub fill:#D97706,stroke:#FBBF24,stroke-width:3px,color:#FFFFFF,font-weight:bold,font-size:16px
    classDef mlHub fill:#0E7490,stroke:#22D3EE,stroke-width:3px,color:#FFFFFF,font-weight:bold,font-size:16px
    classDef plHub fill:#DC2626,stroke:#F87171,stroke-width:3px,color:#FFFFFF,font-weight:bold,font-size:16px
    classDef enHub fill:#16A34A,stroke:#4ADE80,stroke-width:3px,color:#FFFFFF,font-weight:bold,font-size:16px
    classDef ptHub fill:#EA580C,stroke:#FB923C,stroke-width:3px,color:#FFFFFF,font-weight:bold,font-size:16px

    classDef ai fill:#2E1065,stroke:#8B5CF6,stroke-width:2px,color:#E9D5FF,font-size:14px
    classDef knowledge fill:#451A03,stroke:#F59E0B,stroke-width:2px,color:#FEF3C7,font-size:14px
    classDef ml fill:#083344,stroke:#06B6D4,stroke-width:2px,color:#CFFAFE,font-size:14px
    classDef prog fill:#450A0A,stroke:#EF4444,stroke-width:2px,color:#FEE2E2,font-size:14px
    classDef eng fill:#052E16,stroke:#22C55E,stroke-width:2px,color:#DCFCE7,font-size:14px
    classDef platform fill:#431407,stroke:#F97316,stroke-width:2px,color:#FFEDD5,font-size:14px

    class Me hub
    class AI aiHub
    class KR krHub
    class ML mlHub
    class PL plHub
    class EN enHub
    class PT ptHub
    class A1,A2,A3 ai
    class K1,K2 knowledge
    class M1,M2 ml
    class P1,P2,P3 prog
    class E1,E2 eng
    class T1,T2 platform

    linkStyle 0,1,2,3,4,5 stroke:#19FFD6,stroke-width:3.5px
    linkStyle 6,7,8,9,10 stroke:#8B5CF6,stroke-width:2px
    linkStyle 11,12,13 stroke:#F59E0B,stroke-width:2px
    linkStyle 14,15,16 stroke:#06B6D4,stroke-width:2px
    linkStyle 17,18,19,20,21 stroke:#EF4444,stroke-width:2px
    linkStyle 22,23,24 stroke:#22C55E,stroke-width:2px
    linkStyle 25,26,27 stroke:#F97316,stroke-width:2px
    linkStyle 28,29,30,31,32,33,34,35,36,37,38 stroke:#3B4252,stroke-width:1px,stroke-dasharray:4
Loading

🌐 Socials:

Uday Sharma Uday Sharma UdaySharmaGitHub Uday Sharma Topmate Uday Sharma

All Badges🎯

  • @LeetCode

My Stats

An image of @udaysharma2003's Holopin badges, which is a link to view their full Holopin profile

💻 Tech Stack:

📊 GitHub Stats:

Uday Sharma streak
Uday Sharma Github Stats Uday Sharma Top Languages

❤ Views and Followers

GitHub Badge

Popular repositories Loading

  1. DSA-CPP DSA-CPP Public

    Complete Data Structures and Algorithms using C++ with codes and Notes

    C++ 5

  2. HTML-CSS-Projects HTML-CSS-Projects Public

    100+ HTML5 and CSS3 Projects

    HTML 5

  3. LeetCode-Problems LeetCode-Problems Public

    Solved LeetCode Problems 🔥 and POTDs 🚀

    C++ 5 1

  4. UdaySharmaGitHub UdaySharmaGitHub Public

    3

  5. Full-Stack-Java-Developer Full-Stack-Java-Developer Public

    Java 3

  6. HashedBit-Assignments HashedBit-Assignments Public

    All HashedBit Innovation Software Developer internship Assignments

    JavaScript 2