Explore my complete portfolio of projects
.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.
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.
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.
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.
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.