Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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 1

  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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.