Back to Home

All Projects

Explore my complete portfolio of projects

Filter by Technology

Airline Booking System
01
Featured
View Details

Airline Booking System

Jun 2025

.NET 9 • Go • PostgreSQL • Redis • Docker • Stripe

Architected a hybrid microservices system to decouple critical payment flows, ensuring zero downtime for bookings. Implemented CQRS with MediatR to separate read/write concerns, reducing search query latency by 40% and enabling linear read scalability.

.NETGoMicroservices +1
Click to explore
Book Tracking System
02
Featured
View Details

Book Tracking System

Nov 2025

Angular 20 • ASP.NET Core 10 • PostgreSQL • Docker

Engineered a high-performance REST API serving complex analytics. Optimized database queries using covering indexes and selective projection, reducing average response time from 300ms to <20ms for P99 requests.

AngularASP.NET CoreChart.js +1
Click to explore
NovaDB
03
View Details

NovaDB

Oct 2025

C++17 • CMake • Custom SQL Parser

Designed a high-performance database engine optimizing disk I/O and query latency. Features a custom B-Tree Indexing structure and crash-safe Write-Ahead Log (WAL) verified against power loss scenarios for ACID compliance.

C++DatabaseSystems Programming
Click to explore
Hirfa
04
Featured
View Details

Hirfa

May 2025

ASP.NET Core MVC • Entity Framework Core • PostgreSQL

A service marketplace platform connecting clients with providers. Designed comprehensive data models for service lifecycle management, handling quotes, invoices, and dispute resolution workflows.

ASP.NET CoreMVCPostgreSQL
Click to explore
Nova Language (Supernova Compiler)
05
View Details

Nova Language (Supernova Compiler)

Oct 2025

C++11 • Custom Lexer & Parser

Architected a statically-typed compiled language with a custom single-pass compiler pipeline. Implemented Lexical Analysis, Recursive Descent Parsing, and Code Generation from scratch to minimize runtime overhead.

C++CompilerLanguage Design
Click to explore