Banking APIs
Suryoday Small Finance Bank - Secure Banking API Platform
10 months
A banking API build where response time and database load mattered every day, not just during demos.
Problem
Transaction and authentication endpoints were doing too much database work during peak usage.
My part
Built .NET APIs, tightened SQL access, and added Redis caching in the right read paths instead of caching everything blindly.
Result
Reduced database query load by roughly 95 percent on targeted flows and improved API latency during busy periods.