Ayaan Qureshi
ayaan
Infra and release engineering. Automate it once, then write it down.
Incident Timeline
ayaan/incident-timeline
Assemble a timeline from logs, alerts and chat, then draft the blameless writeup around it.
ayaan/incident-timelineAssemble a timeline from logs, alerts and chat, then draft the blameless writeup around it.
Env Var Audit
ayaan/env-var-audit
List every environment variable a service reads, which are required, and which have silent defaults.
ayaan/env-var-auditList every environment variable a service reads, which are required, and which have silent defaults.
Rollback Plan
ayaan/rollback-plan
Write the rollback for a deploy before it ships — what to revert, in what order, and what can't be undone.
ayaan/rollback-planWrite the rollback for a deploy before it ships — what to revert, in what order, and what can't be undone.
Dockerfile Slim
ayaan/dockerfile-slim
Shrink a container image: layer order, build caching, and what has no business in a runtime image.
ayaan/dockerfile-slimShrink a container image: layer order, build caching, and what has no business in a runtime image.
CI Triage
ayaan/ci-triage
Read a failing CI run and separate real failures from flakes, infrastructure and timeouts.
ayaan/ci-triageRead a failing CI run and separate real failures from flakes, infrastructure and timeouts.
Release Notes
ayaan/release-notes
Turn a git log into release notes grouped by what changed for users, not by commit order.
ayaan/release-notesTurn a git log into release notes grouped by what changed for users, not by commit order.