Skip to content

[WRITING]TECHNICAL ARTICLES & NOTES

Engineering Field Notes

Reflections on software ergonomics, distributed systems, resilient API design, and production AI.

FEB 20266 min readArchitecture

How I Reduced Payment Region Setup from 6 Weeks to 15 Days

Inside the blueprint automation system I built at Juspay to provision the Singapore payment stack — including lessons on parameterized infrastructure, idempotent pipelines, and service coupling.

#Payment Systems#DevOps#Infrastructure#Automation
Read Article
JAN 20267 min readBackend

Building Reliable Payment APIs

Idempotency, state machines, and reconciliation — the three pillars of payment API reliability I've learned building high-scale transaction flows at Juspay.

#Payments#APIs#Distributed Systems#Reliability
Read Article
DEC 20256 min readAI

What I Learned Shipping AlgoMentor

Building a production AI mock interview platform taught me that structured LLM outputs, TTS latency buffering, and adaptive question generation require completely different engineering instincts than typical CRUD apps.

#LLM#AI#Next.js#Production
Read Article
OCT 20255 min readArchitecture

Backend-Driven Localization for Payment Pages

How I built a backend HTML translation framework at Juspay that enabled instant multilingual rollout across all payment page products without per-language frontend deployments.

#Localization#Backend#Architecture#Payments
Read Article