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

Organizations

@flagright

Block or report amandugar

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
amandugar/README.md
╔═══════════════════════════════════════════════════════════════╗
β•‘                                                               β•‘
β•‘   β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ•—   β–ˆβ–ˆβ•—                       β•‘
β•‘  β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ•—  β–ˆβ–ˆβ•‘                       β•‘
β•‘  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β–ˆβ–ˆβ–ˆβ–ˆβ•”β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β–ˆβ–ˆβ•— β–ˆβ–ˆβ•‘                       β•‘
β•‘  β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘                       β•‘
β•‘  β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ•β• β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•‘                       β•‘
β•‘  β•šβ•β•  β•šβ•β•β•šβ•β•     β•šβ•β•β•šβ•β•  β•šβ•β•β•šβ•β•  β•šβ•β•β•β•                       β•‘
β•‘                                                               β•‘
β•‘         backend engineer Β· distributed systems                β•‘
β•‘         real-time data Β· fintech infrastructure               β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

Profile Views


$ whoami
> aman dugar

$ cat /etc/profile.d/stack.conf
ROLE="Backend Engineer"
FOCUS="Distributed Systems Β· Real-time Data Β· Infra"
LOCATION="Bengaluru, India"
TRANSACTIONS_PER_MONTH="100M+"
UPTIME="99.99%"

$ ./describe --current
Building fault-tolerant systems that process money at scale.
Obsessed with correctness, latency, and the code paths nobody sees.

architecture.ts

const aman = {
  role:      "Backend Engineer @ Flagright",
  domain:    ["AML/Compliance", "Fintech", "Risk Infra"],

  languages: ["TypeScript", "JavaScript"],
  backend:   ["Node.js", "Serverless", "Fargate"],

  databases: {
    analytics:    "ClickHouse",   // billions of records, single-digit ms queries
    document:     "MongoDB",
    kv:           "DynamoDB",
    search:       "OpenSearch",
  },

  streaming:    ["Kinesis", "SQS", "Lambda"],
  infra:        ["AWS (9 regions)", "CDK", "Terraform"],
  ai_ml:        ["Claude API", "RAG pipelines", "Voyage embeddings"],

  currentlyBuilding: [
    "AML investigation automation engine (aif-evo)",
    "AI-powered knowledge bot over private codebases",
    "Multi-region transaction monitoring at scale",
  ],

  principles: [
    "Measure before optimizing",
    "Simple > clever",
    "Design for failure modes",
    "Correctness is non-negotiable when it's money",
  ],
} as const;

systems_designed/

System Scale Stack
Transaction Monitoring Rules Engine 100M+ txns/month Node.js Β· ClickHouse Β· DynamoDB
AML Investigation Automation Multi-tenant SaaS TypeScript Β· MongoDB Β· Claude API
Multi-Region AWS Infra 9 AWS regions CDK Β· Fargate Β· Kinesis
Sanctions Screening Pipeline Real-time batch Lambda Β· S3 Β· OpenSearch
RAG Knowledge Bot Private codebase Q&A Voyage Β· OpenSearch Β· Slack

git log --oneline --domains

[ClickHouse]  Migrated analytics from MongoDB β†’ ClickHouse, 40Γ— query speedup
[Auth]        Rebuilt PropelAuth RBAC V2 β€” multi-tenant permission system
[Infra]       Provisioned 9-region AWS deployment via CDKTF
[AI/ML]       Built hybrid search RAG pipeline (Voyage + OpenSearch + Claude)
[Rules]       Rewrote V8 rules engine β€” pluggable, tenant-scoped, streaming-aware
[SAR]         Designed SAR/iSTR regulatory reporting pipeline from scratch
[Sanctions]   Two-level hit cache, pMap concurrency, checkpoint-based resumption
[AIF-EVO]     NarrativeContextBuilder β€” LLM handles prose, all figures pre-injected

stats/

GitHub Stats

Top Languages


contact.json

{
  "email":    "amandugar@gmail.com",
  "linkedin": "https://linkedin.com/in/amandugar",
  "open_to":  ["Staff Eng roles", "Backend Infra", "Fintech/AI infra"]
}

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                                         β”‚
β”‚   good systems scale.                   β”‚
β”‚   great systems stay simple while       β”‚
β”‚   handling the chaos underneath.        β”‚
β”‚                                         β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Pinned Loading

  1. 5X5-Matrix-of-Motors 5X5-Matrix-of-Motors Public

    C++

  2. 5X5-Matrix-of-Motors-PCF8575 5X5-Matrix-of-Motors-PCF8575 Public

    C++

  3. aman-dugar-website aman-dugar-website Public

    JavaScript

  4. automobiles-app automobiles-app Public

    Jupyter Notebook

  5. stock-data-rearragement-frontend stock-data-rearragement-frontend Public

    JavaScript

  6. xane-ai/machine-find-details xane-ai/machine-find-details Public

    TypeScript