Problem-Solving
Consistency Wins! | 50 Days of Problem Solving in C#
I’m excited to share that I’ve earned the 50 Days Badge 2026 on LeetCode! 🎉 For the past 50+ days, I’ve been consistently solving problems using C#, sharpening my skills in:
Insights on software architecture, design systems, and the future of creative technology.
Problem-Solving
I’m excited to share that I’ve earned the 50 Days Badge 2026 on LeetCode! 🎉 For the past 50+ days, I’ve been consistently solving problems using C#, sharpening my skills in:
Software
Windows Presentation Foundation (WPF) is a powerful framework in the .NET ecosystem used to build rich, interactive, and visually appealing desktop applications for Windows. Even after many years, WPF remains a popular choice for enterprise software, internal tools, and feature-rich desktop systems where performance and flexibility matter.
APP
Creating a simple calculator app is one of the best ways to get started with .NET MAUI. It’s small, practical, and helps you understand how cross-platform apps work without getting overwhelmed. In this blog, I’ll explain the idea, structure, and learning outcomes of building a basic calculator—without diving into code.
Task
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.
ASP.NET 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.