Skip to content
View AbhinavJD7's full-sized avatar

Highlights

  • Pro

Block or report AbhinavJD7

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

About Me

struct Dev {
    name: &'static str,
    role: &'static str,
    langs: [&'static str; 4],
}

fn main() {
    let me = Dev {
        name: "Abhinav Rai",
        role: "Software Engineer | Web3 + AI Dev",
        langs: ["Java", "TypeScript", "Rust", "Python"],
    };

    println!("Hi, I'm {} \n{}", me.name, me.role);
    println!("I am currently into: {}", me.langs.join(", "));
}

Tech Stack

Languages & Frameworks



Web3, AI & Infrastructure



Databases & Tools


Contribution Graph

Abhinav's github activity graph

github-snake

Random Dev Quote


Pinned Loading

  1. chatbotRC chatbotRC Public

    TypeScript

  2. solana-wallet solana-wallet Public

    TypeScript

  3. juspay/neurolink juspay/neurolink Public

    One TypeScript interface for 24+ LLM providers — swap providers without rewriting. MCP-native (connect any MCP server), voice (TTS/STT/realtime), RAG, memory, file processors. Production-origin: po…

    TypeScript 126 126

  4. auto-ticket-router auto-ticket-router Public

    Enterprise client support ticket triage system built with Python (FastAPI), React, PostgreSQL, and Redis. Features a custom priority-queue algorithm for SLA-based routing.

    TypeScript

  5. portfolio_dapp portfolio_dapp Public

    TypeScript

  6. solana-indexer solana-indexer Public

    Rust