You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight Java library that ensures methods execute only once for duplicate requests. It uses customizable keys and storage providers to manage idempotency seamlessly across distributed systems.
Ledger-based financial transaction backend built with Node.js, Express, and MongoDB. Implements JWT authentication, ACID-compliant transactions, and idempotent APIs to ensure secure and consistent account transfers. Deployed on Render with MongoDB Atlas.
Enterprise-grade digital banking platform engineered with C# .NET Core, Angular, and SQL Server (SSMS). Features ACID-compliant payment orchestration, double-entry ledger integrity, T-SQL transaction management, and zero-trust RBAC security.
Production-grade idempotency middleware for Go. Safely coordinates concurrent HTTP retries to guarantee exactly-once execution and deterministic replays. Features conflict detection, panic recovery, and a transport-agnostic architecture designed to support custom distributed storage backends.