Skip to content
View HimClix's full-sized avatar

Block or report HimClix

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

Typing SVG

LinkedIn   Gmail   GitHub   Profile Views


$ whoami

type Engineer struct {
    Name        string
    Role        string
    Company     string
    Experience  string
    Focus       []string
    CurrentlyOn []string
    Mindset     string
}

me := Engineer{
    Name:       "Himanshu Asati",
    Role:       "Senior Software Development Engineer",
    Company:    "Razorpay (Payments & Onboarding Engineering)",
    Experience: "3.8+ years",
    Focus: []string{
        "Distributed Systems", "Fintech Infra", "Event-Driven Architecture",
        "Payment Lifecycle Engineering", "AI-Native Tooling",
    },
    CurrentlyOn: []string{
        "Acquiring-stack migrations (Go-native)",
        "RBI-compliant merchant onboarding pipelines",
        "Agentic SDLC workflows (Claude Code + MCP)",
    },
    Mindset: "Systems first. Code second. Architecture that evolves without going down.",
}

My interest sits at the intersection of distributed infrastructure, fintech reliability, and AI-native engineering. I'm drawn to problems where the architecture has to evolve without the system going down — and to tooling that makes engineers faster without making them dependent.


🛠️ Tech Stack

Languages & Frameworks

Go SQL Fiber Gin Gorilla Mux

Databases & Search

Redis MongoDB PostgreSQL MySQL ScyllaDB Elasticsearch OpenSearch

Messaging & Streaming

Kafka RabbitMQ

Cloud & Infrastructure

GCP Azure Docker Git

AI & Agentic Engineering

Claude Code MCP LangChain Cursor


📊 GitHub Stats

  

GitHub Streak

trophy


🏢 Experience

Razorpay  ·  Senior Software Development Engineer

Feb 2025 – Present  |  Bengaluru, India

Core member of the Payments & Onboarding Engineering team — full payment lifecycle from merchant activation through payment creation, settlements, and reconciliation.

  • Amazon COD Migration — Moved payment-link checkout flows to Go-native acquiring stack; backward-compatible API contracts + dual-write cutover of live transaction traffic with zero downtime
  • Video KYC Pipeline — RBI-compliant merchant identity verification; idempotent event-driven webhooks with 3rd-party KYC integrations; funnel observability for merchant activation drop-off
  • Business Verification Platform — GSTIN/CIN lookup via MCA APIs; OpenSearch with custom analyzers; resolved checkout gateway timeout → API latency 20s → 2s
  • AI TechSpec Generator — 7-agent LangChain orchestration at Hack:O(n) 2025; Claude Code + Cursor SDLC workflows for automated PR reviews and production issue detection
  • Authored HLD/LLD docs across payment gateway integrations, distributed pipelines, and compliance workflows
  • Owns on-call rotations for critical payment workflows; debugs real-time transaction failures under live traffic

Jio Platforms Limited  ·  Software Development Engineer I

Aug 2022 – Jan 2025  |  Navi Mumbai, India

2024 (Sep–Jan 2025) — WhatsApp-based Wi-Fi access & lead capture for Jio World Centre (Meraki + FreeRADIUS); JioCX Email Billing Portal processing 200M+ daily transactions; activity log system tracking 1M+ API calls/day via Kafka + Elasticsearch

2023–2024 — Founding developer of JioCX email team; built JioSwift (transactional), JioCampaigns (promotional), and SMTP-as-a-Service; Kafka for high-throughput messaging; mentored new hires, led code reviews

2022–2023 (GET) — JioWorks multi-tenant project management from scratch; RBAC, 2FA, notification systems, custom reporting


🚀 Projects

💳 Payment Links @ Razorpay

Hosted payment solution for POS merchants — card, UPI, EMI, Amazon COD. Go microservices with Kafka event processing and dual-write migration of 100% live traffic.

Go Kafka Dual-write Zero-downtime

🔍 Business Directory @ Razorpay

22.6M government-verified GSTIN/CIN records. MCA webhook ingestion, Redis deduplication, OpenSearch full-text. p99: 20s → 2s. Launched at Razorpay FTX 2026.

Go OpenSearch Redis Kong

🪪 Merchant Onboarding 2.0

RBI-compliant video KYC for digital merchant identity. Idempotent webhook pipeline with 3rd-party integrations. 42.8% conversion visibility via funnel analytics.

Go Webhooks Event-driven KYC

🤖 AI TechSpec Generator

7-agent LangChain pipeline at Hack:O(n) 2025. Claude Code + Cursor agentic SDLC with GitHub PR automation. 70% reduction in feature delivery cycle.

LangChain Claude Code MCP Cursor

📧 JioSwift

Transactional email service under JioCX CPaaS. Optimized Go APIs with advanced concurrency. 80% faster response times, 200% throughput improvement. 1K req/sec load tested.

Go Concurrency CPaaS

📣 JioCampaigns

Bulk email platform + delivery analytics. Go + GCS pipeline scaling 10x. Kafka-backed user tracking at 10K+ TPS with file validation and SMTP integration.

Go Kafka GCS Analytics


📈 By the Numbers

40,000 TPS Peak throughput engineered
100M / day Daily writes sustained
20s → 2s p99 latency cut (10×)
200M+ / day Transactions processed (Jio Billing)
1M+ / day API calls tracked via Kafka + ES
22.6M records Business entities indexed
30+ System design docs authored

🏆 Highlights

🥇   1st Prize — JioCX WhatsApp Hackathon 2024   |   🛠️   Hack:O(n) 2025 — AI TechSpec Generator (7-agent LangChain)   |   🚀   Razorpay FTX 2026 — Business Directory launch


🌱 What I'm Exploring

Agentic workflows × multi-agent systems × where AI reshapes how software gets built
— not just what it builds.

MCP (Model Context Protocol) for developer tooling
Context Engineering + Sub-agents for autonomous SDLC
Event-driven architecture patterns in fintech

🤝 Let's Talk

If you work on distributed systems, payment infra, or AI-native dev tooling — I'd enjoy the conversation.

LinkedIn    Email


Pinned Loading

  1. System-Design System-Design Public

    25 8

  2. agentic-ai-system-design-primer agentic-ai-system-design-primer Public

    Learn how to design production-grade AI agent systems — patterns, architecture, tradeoffs, and real-world case studies

    2

  3. himclix.github.io himclix.github.io Public

    Himanshu Asati - Backend Engineer Portfolio

    JavaScript

  4. fuse fuse Public

    Go config management with built-in validation, secret masking, and source tracking. Drop-in Viper replacement. One struct, one call.

    Go 1

  5. rexa rexa Public

    High-performance pure-Go regex engine with PCRE features. Drop-in regexp replacement that beats stdlib 2-50x.

    Go 1