Skip to content
View arpit9616's full-sized avatar

Organizations

@TekMonks @mool-town

Block or report arpit9616

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



About Me

type TScale = `${number}${"K" | "M" | "B"}+`;
type TLatency = `<${number}ms`;
type TYoE = `${number}+ yrs`;

interface IEngineer {
  roles: readonly ["Engineering Manager", "Individual Contributor"];
  yoe: TYoE;
  impact: {
    ai: { dailyTokens: TScale; stack: string[] };
    fintech: { users: TScale; stack: string[] };
    adtech: { dailyRequests: TScale; p99: TLatency };
  };
}

const arpit: IEngineer = {
  roles: ["Engineering Manager", "Individual Contributor"],
  yoe: "8+ yrs",
  impact: {
    ai: {
      dailyTokens: "400M+",
      stack: [
        "LangChain",
        "LangGraph",
        "OpenAI",
        "Anthropic",
        "Gemini",
        "Azure AI Foundry",
        "Vertex AI",
        "DeepSeek",
        "Kimi",
      ],
    },
    fintech: {
      users: "500K+",
      stack: [
        "Credit Card",
        "Health Insurance",
        "Wallet",
        "Flexi Deposit",
        "Mutual Funds",
        "Neo Bank",
        "Account Aggregator",
        "Payments",
      ],
    },
    adtech: { dailyRequests: "2B+", p99: "<100ms" },
  },
} satisfies IEngineer;

Tech Stack

Languages & Runtimes

TypeScript   Node.js   Go

Databases & Messaging

PostgreSQL   MongoDB   MySQL   Redis   Kafka

Infrastructure & Cloud

Linux   Git   Docker   GCP   AWS   DigitalOcean

GitHub Stats

GitHub Streak

Contribution Graph

Activity Graph

Pinned Loading

  1. paginate_gorm paginate_gorm Public

    Gorm pagination library in Go.

    Go 3

  2. echo-server echo-server Public

    TCP/UDP Echo Servers implemented in Node.JS

    JavaScript 2

  3. flocking-simulation flocking-simulation Public

    A flocking simulation in JavaScript using p5.js

    JavaScript 2

  4. minesweeper minesweeper Public

    Recreating the minesweeper game in JavaScript using p5.js

    JavaScript 1