Skip to content
View CinematicGenius007's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report CinematicGenius007

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

Ayush Saini, but on GitHub

Software engineer. Debugger. Builder of things that usually behave in production because I have already argued with them in staging.

PortfolioLinkedInEmail

What I usually do here

  • Make backend-heavy systems less mysterious.
  • Build product features end-to-end without acting surprised when edge cases exist.
  • Move between React, TypeScript, C#, Go, Java, and server-side glue code without needing a dramatic transition period.
  • Debug issues that begin with "this should not be possible" and end with "okay, now it makes sense."
  • Help teams ship reliably, review sanely, and panic less.

My operating system

const ayush = {
  mode: "shipping and investigating",
  strongestMove: "debugging complex systems",
  enjoys: [
    "production mysteries",
    "backend architecture",
    "feature ownership",
    "mentoring people",
    "turning vague bugs into boring fixes",
  ],
  frontendEnergy: "calm and intentional",
  backendEnergy: "let me see the logs",
  codeReviewStyle: "kind, direct, and allergic to avoidable nonsense",
};

Toolbox

Languages: JavaScript, TypeScript, C#, Go, Java, C/C++
Frameworks: React, Next.js, Vite, Express.js
Passive Buffs: ownership, reliability, debugging patience, production empathy

Things I am disproportionately useful for

  • Untangling messy bugs in large codebases.
  • Owning critical features without making them everyone else's long-term problem.
  • Translating product ambiguity into technical decisions.
  • Supporting junior engineers without turning mentorship into theatre.
  • Keeping systems maintainable after the exciting part of shipping is over.

Current side quest

Building software, helping build teams, and trying to keep my GitHub profile at the exact intersection of competent and unserious.

Contact spell

function summonAyush(topic) {
  if (topic.includes("debugging") || topic.includes("systems")) {
    return "I am already interested.";
  }

  if (topic.includes("building") || topic.includes("product")) {
    return "Let's talk.";
  }

  return "Still probably let's talk.";
}

If you want to collaborate, hire, build, fix, or just compare notes on engineering pain that became engineering taste:

Pinned Loading

  1. CinematicGenius007 CinematicGenius007 Public

    Config files for my GitHub profile.

    TypeScript 2

  2. to-do-api to-do-api Public

    This is supposed to be the backend for the to-do-app

    JavaScript

  3. to-do-app to-do-app Public

    This is react frontend for the todo app

    JavaScript