Skip to content
View nagendramohan's full-sized avatar

Block or report nagendramohan

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

Hi, I'm Nagendra Mohan 👋

Software Engineer with 13 years of experience building distributed systems at scale.

Currently at Amazon, designing multi-region services and driving large-scale system migrations. Previously at IBM Labs, building CI/CD infrastructure for enterprise platforms.


What I work on

  • Distributed Systems — Multi-region services with sub-second latency, state-machine workflows, cross-partition data delivery
  • Large-Scale Migrations — Migrated 8 major versions of a search engine (50+ components) while maintaining zero-downtime capability
  • Infrastructure as Code — CDK/CloudFormation for multi-region ECS deployments, cross-account IAM, DNS delegation
  • Developer Tooling — Release automation, operational dashboards, AI-powered oncall tooling

Tech Stack

Languages:    Java · Python · TypeScript · Shell
Cloud:        AWS (ECS, DynamoDB, SQS, S3, Lambda, IAM, CDK, CloudWatch)
Systems:      Elasticsearch/OpenSearch · Multi-region architecture · State machines
Infra:        CDK · CI/CD pipelines · Containerization · Multi-arch builds (x86/ARM)

Open Source Contributions

Merged fixes to widely-used projects:

  • uutils/coreutils (Rust reimplementation of GNU coreutils):
    • #14574ln: fixed a data-loss bug where ln -f deleted the destination when the link failed
    • #14076cp: honor --reflink=never on macOS
    • #14075printf: plain-text help headings
  • OpenSearchDiskThresholdMonitor read-block auto-release (#22610)
  • is-it-fixable — a CLI I built and published to npm that scores whether an open GitHub issue is worth working on (deterministic rubric, TypeScript)

Interested in: distributed-systems reliability, the OpenSearch/coreutils ecosystems, and developer tooling.


What I'm exploring

  • System design for real-time computation at global scale
  • Shadow testing frameworks for safe production migrations
  • AI-powered developer experience tooling

Connect

Pinned Loading

  1. is-it-fixable is-it-fixable Public

    Is this GitHub issue actually fixable and worth your time? A CLI that scores each open issue (TAKEN / CONTENTIOUS / STALE / CLEAN) with transparent evidence — closed-unmerged PRs, maintainer "won't…

    TypeScript