Skip to content
View Infinimus01's full-sized avatar
πŸ’­
β˜• Brewing code & coffee. Life is enjoy.
πŸ’­
β˜• Brewing code & coffee. Life is enjoy.

Block or report Infinimus01

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

Amlendu Pandey

Backend Engineer β€” Fintech Infrastructure & Distributed Systems
LinkedIn β€’ Email β€’ Twitter


About

Backend engineer specializing in fintech infrastructure and distributed payment systems.

I build production-grade backend systems focused on reliability, low latency, and financial correctness β€” idempotency, circuit breakers, reconciliation, and fraud detection. Currently working on high-frequency trading infrastructure and open-source payment tooling.


PayCore β€” Distributed Payment Infrastructure

β†’ View Project

A production-grade distributed payment system built to solve real fintech reliability problems:

  • Circuit Breaker (CLOSED β†’ OPEN β†’ HALF-OPEN) β€” prevents cascading failures when downstream services degrade. Tested full lifecycle under real service outage.
  • Smart Retry with Error Classification β€” non-retryable errors (insufficient funds, card expired) abort immediately. Retryable errors use exponential backoff with jitter β€” eliminates thundering herd on recovery.
  • End-to-End Idempotency β€” dual-layer: Redis fast-path + PostgreSQL unique constraints as truth-path fallback. Guarantees exactly-once processing under concurrent duplicate requests.
  • Reconciliation Engine β€” cross-checks payment records against append-only wallet ledger. Detects 4 mismatch types including completed payments with no wallet debit and failed payments with unexpected charges. Processes records in 17ms.
  • Redis-backed Anomaly Detection β€” 4 real-time fraud rules (velocity, large amount, failed streak, duplicate amount). Non-blocking by design β€” flags attacks without rejecting legitimate payments.
  • Load tested with k6 β€” 50 concurrent users, 51 req/sec, p50=9ms, p95=32ms.

Stack: Node.js TypeScript PostgreSQL Redis Docker


Skills

Area Technologies
Backend Node.js, TypeScript, Express, REST APIs
Fintech Payment Systems, Idempotency, Circuit Breaker, Distributed Locking, ACID Compliance
Databases PostgreSQL, Redis, MongoDB, MySQL
Infrastructure Docker, AWS (ECS, ECR, CloudWatch), GCP, CI/CD
Observability Prometheus, Grafana, Signoz
Languages TypeScript, JavaScript, Python, C++

Other Projects

  • token-management-api β€” Distributed token system with Redis + Docker for short-lived secure access control
  • Incident_tracker β€” Incident management and tracking prototype
  • MCP-Gemini-Tool-Agent β€” AI command agent using Google Gemini and Model Context Protocol for real-world task execution

Open Source


Achievements

  • LeetCode 1850+ (Top 5%) β€” Codeforces 1400+ β€” GFG Institute Rank #3
  • Written technical articles on distributed systems and fintech engineering

Open to backend engineering roles in fintech, infrastructure, and distributed systems.

Pinned Loading

  1. distributed-payment-system- distributed-payment-system- Public

    Production-grade distributed payment infrastructure- Circuit Breaker, Smart Retry, Reconciliation Engine & Anomaly Detection. Built for fintech teams. Node.js Β· PostgreSQL Β· Redis Β· Docker

    JavaScript

  2. token-management-api token-management-api Public

    Distributed token management API built with Redis and Docker for secure, short-lived access control.

    TypeScript

  3. NexusTimer NexusTimer Public

    Forked from bryanlundberg/NexusTimer

    Nexus Timer is a powerful and minimalist training tool for SpeedCubing.

    TypeScript

  4. MCP-Gemini-Tool-Agent MCP-Gemini-Tool-Agent Public

    An AI-powered 🎟️ command agent that uses Google Gemini and Model Context Protocol to execute real-world tasks like tweeting, via structured tool calling and real-time interaction.

    JavaScript 1