Skip to content
View gauravs19's full-sized avatar

Block or report gauravs19

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gauravs19/README.md

Gaurav Sharma

Solution Architect & Engineering Leader

I turn complex business problems into resilient, cost-optimized platforms — and build the tools that make good architecture repeatable.

A versatile, mature engineer with eighteen-plus years spanning financial services, payments, data platforms, and industrial IoT — equally at home in a CXO discovery workshop, a whiteboard design session, and a production incident. I design cloud-native, event-driven systems that hold up at real scale and take them end to end, with delivery across the US, UK, and Japan.

How I work

  • Architecture should execute, not just advise. A model that can't become requirements, code, and a review gate is an opinion, not a design.
  • Cost is a quality attribute. Build-vs-buy, FinOps, and TCO belong in the architecture, not the invoice.
  • The non-functionals are the design. Scalability, availability, fault tolerance, and observability decide whether a system survives production.
  • Domain before framework. Clear bounded contexts age better than clever technology.

Currently exploring

Agentic AI for architecture and delivery, LLM/RAG pipelines, and applied ML for predictive maintenance — and making enterprise-architecture practice more open, concrete, and tool-assisted.

Portfolio & case studies · CV · LinkedIn


Tools & field guides for enterprise architects

Most architecture guidance stops at the slide. I tend to build the opposite — small, open tools and concrete guides that turn principles into something you can run, score, and ship. Each one came out of a real gap in enterprise delivery: discovery, requirements, non-functionals, governance, observability, and presales.

Archpilot
Archpilot
Requirement-to-design pipeline
NFR Advisor
NFR Advisor
Quality-attribute advisor
EA Skill
EA Skill
Architecture diagrams as code
CADEX
CADEX
Presales deal qualification
Presales Playbook
Presales Playbook
Technical-selling field manual
pgvitals
pgvitals
PostgreSQL diagnostics toolkit

Selected work, by theme

Architecture-as-code & governance
ProjectWhat it is
archpilot ⭐8An agentic pipeline that takes a single requirement and produces deep discovery, EARS-compliant requirements, an HLD, an LLD per service, and a scored guardrail review — all enforced by 36 enterprise rule files.demo
archpilot-reviewer ⭐2A GitHub Action that runs architecture governance on every pull request, flagging drift from your standards before it reaches main.
archpilot-cliA command-line scaffolder that generates enterprise-architecture documents from the Archpilot standards library so teams start consistent.
enterprise-architecture-skill ⭐1A Claude Code skill that produces C4 + Structurizr, ArchiMate, TOGAF ADM, and arc42 artifacts — diagrams and decision records authored as code.demo
nfr-advisorTakes a system's context, ranks the non-functional requirements that apply, surfaces the trade-offs between them, generates testable scenarios, and exports the result as code.demo
cadexAn eight-axis risk model for presales: qualify a deal, match an engagement strategy, and pass a 42-point quality gate before committing.demo
Applied AI & machine learning
ProjectWhat it is
iiot-predictive-maintenanceNotebook-based predictive maintenance on real datasets (AI4I 2020, NASA C-MAPSS): remaining-useful-life prediction, failure classification, and autoencoder anomaly detection in PyTorch.
iiot-ai-ragTwo retrieval patterns built from scratch — document RAG over manuals and FMEA, and case-based RAG over sensor signatures — the GenAI companion to the predictive-maintenance work.
Reference architectures & blueprints
ProjectWhat it is
iiot-reference-architectureAn end-to-end reference architecture for industrial and enterprise IoT — edge to cloud, OT–IT data contracts, ingestion, storage, and analytics — drawn from delivering platforms at 100K-device scale.demo
cloud-native-observabilityA vendor-neutral catalog of what to measure and alert on across every layer, with SLO guidance and an operating methodology you can adopt as-is.
Writing & playbooks
ProjectWhat it is
presales-playbookThe missing manual for technical sellers — turning system architecture into commercial value through discovery, deal orchestration, and architecture defense.read
cloud-native-observabilityA reference catalog meant to be read end-to-end before you instrument a single service.
Developer tools & utilities
ProjectWhat it is
viewer2pdfA Node + Playwright CLI that captures canvas- and image-based document viewers — the kind that block download and print — into a clean PDF.
gs-themeA zero-dependency, zero-build GitHub Pages landing template: dark hero, sticky nav, five accent presets.
Built for family & learning
ProjectWhat it is
Little PlayersA hub of 23 free, colorful STEM-based learning games for kids across eight categories — simple, hands-on, and free to play.open
Chiranjeevis EternalAn interactive-fiction game set in Hindu mythology — the immortal Chiranjeevis stir as the Kali Yuga wanes. Built on the Ink narrative engine with a custom cinematic VFX layer.open
Kya BanaonA Hindu vegetarian family meal planner — breakfast, lunch, and dinner ideas with sattvic, kids-friendly, and seasonal filters.open

Tech I work with


Working on platform scaling, an enterprise AI rollout, or industrial IoT?  Let's talk →

Pinned Loading

  1. archpilot archpilot Public

    Open-source agentic pipeline that transforms a single high-level requirement into deep discovery, EARS-compliant requirements, HLD, LLD, and a scored guardrail review — enforced by 36 enterprise ru…

    Python 8 2

  2. enterprise-architecture-skill enterprise-architecture-skill Public

    Unified enterprise & software architecture Claude Code skill: C4+Structurizr, ArchiMate, TOGAF ADM, arc42+ADR. Diagram, document, review, and model the enterprise.

    Python 1

  3. pgvitals/pgvitals pgvitals/pgvitals Public

    40 copy-paste PostgreSQL diagnostic queries — one for every performance bottleneck. No extensions. No installation. Just SQL.

    Python 5 2

  4. presales-playbook presales-playbook Public

    The missing manual for technical sellers. Learn how to translate complex system architectures into undeniable commercial value.

    JavaScript 1

  5. cadex cadex Public

    Free, browser-only deal qualification framework for IT consulting presales. Score risk across 8 axes, match engagement strategy, run a 42-point quality gate — 25 minutes, no login, no data leaves y…

    TypeScript

  6. nfr-advisor nfr-advisor Public

    An interactive, structured advisor for non-functional requirements (NFRs). It takes a system's context → ranks the applicable quality attributes → surfaces trade-offs → turns them into measurable s…

    JavaScript