Projects
Full-stack and backend projects focused on async processing, secure APIs, testing, cloud deployment, and production-style architecture.
Task Processing System
A production-style task processing system built with ASP.NET Core, Azure SQL, and a background worker. Tasks are created through the API, stored in the database, and processed asynchronously through a queue-style workflow with retry logic, failure handling, and status tracking.
View RepoAPI processes tasks asynchronously using a background worker running in Azure.
Architecture: API → Azure SQL → Background Worker
Claim Management Platform
A full-stack application built with ASP.NET Core, React, TypeScript, and SQL Server. It includes JWT authentication, role-based authorization, protected routes, claim CRUD workflows, and automated testing across backend and frontend layers.
View RepoFraud Detection System
A full-stack application that simulates a fraud detection system by analyzing financial transactions and applying rule-based decision logic. Built with Asp.Net Core, React, and SQL Server.
View RepoNotes Memory Core – RAG Extension
A Retrieval-Augmented Generation system built with Go, pgvector, and OpenAI. It uses semantic search to retrieve relevant notes and passes that context into an AI response pipeline to generate grounded answers.
View RepoAI Summary Microservice
A standalone microservice built in Go that summarizes text using mock responses or OpenAI. It was designed with modular architecture, REST endpoints, validation, and service orchestration in mind.
View Repo