Skip to content
View roopamgarg's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Organizations

@IOSD @Bugs403

Block or report roopamgarg

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

Hi, I'm Roopam ๐Ÿ‘‹

Software Engineer โ€” I don't just code features, I build systems.

Scalable architecture. Clean code. Thoughtful design. Reliable systems.

Currently at Observe.AI ยท Based in ๐Ÿ‡ฎ๐Ÿ‡ณ India ยท Open to work


๐Ÿ’ผ Experience

  • Software Engineer 2 @ Observe.AI (2024 โ€“ Present)
  • Software Engineer @ Juspay (2022 โ€“ 2024)
  • Software Developer Intern @ Appdesk (2021 โ€“ 2022)

๐Ÿ›  Tech Stack

TypeScript JavaScript Node.js Python PostgreSQL MongoDB Redis Docker Kubernetes AWS Kafka


๐Ÿ“ซ Let's connect

Portfolio LinkedIn Email


const buildSystem = (requirements) => {
  const analyze = breakDown(requirements);
  const design  = createArchitecture(analyze);
  const build   = implement(design);
  const test    = ensureReliability(build);
  return deploy(test);
};

Pinned Loading

  1. StoryLens StoryLens Public

    Narrative Checker is a system for extracting structured narrative events from free-form stories and visualizing the result as interactive graphs with diagnostics.

    1

  2. webcam-usage-tracker webcam-usage-tracker Public

    A privacy-focused macOS desktop application that monitors which apps are using your webcam, how long they use it, and logs every session. All without ever accessing your camera feed.

    Rust 1

  3. web-vital-guardian web-vital-guardian Public

    A Node.js library that automatically runs user interaction scenarios and measures Web Vitals performance metrics using Playwright.

    HTML

  4. cursor-agent-sdk cursor-agent-sdk Public

    Embeddable SDK for local Cursor agent interaction directly inside your project

    TypeScript

  5. delegated-payments-protocol delegated-payments-protocol Public

    The open standard for delegated AI financial actions.

    TypeScript