Blog

Insights on software architecture, design systems, and the future of creative technology.

Dec 27, 2025

Task

EazyPay Payment API

I successfully completed a .NET-based payment verification and GST calculation system using the ICICI Bank EazyPay Verification API. The application allows users to search transactions using Transaction ID, verify payment status via API, calculate GST dynamically, and store/update/delete records securely using SQL Server stored procedures. This project demonstrates real-world usage of ASP.NET Core Web Forms / MVC, REST API consumption, financial calculations, and database optimization.

Read Article
Dec 27, 2025

ASP.NET API

NZ Walks API

I designed and developed a RESTful Web API for NZ Walks using ASP.NET Core, following clean architecture principles, Entity Framework Core, Repository Pattern, and DTO-based data transfer. The purpose of this API is to manage regions data efficiently by providing full CRUD operations (Create, Read, Update, Delete) in a scalable and secure way. This API can be consumed by web apps, mobile apps, or frontend frameworks such as Angular, React, or Blazor.

Read Article