Blog
· 6 min read
Building a Real Ecommerce Platform from Scratch
What I learned building a full ecommerce platform with Stripe, PayPal, Redis-backed cart, and clean architecture, deployed with CI/CD to DigitalOcean.
dotnetangulararchitecture
· 6 min read
Building a Booking System That Does Not Double-Book
How I used distributed locking with Valkey, SignalR for real-time updates, and OpenTelemetry tracing to build a reservation system that handles concurrency correctly.
dotnetarchitecture
· 5 min read
Migrating Legacy .NET to Modern Architecture: What Actually Works
After migrating .NET applications across different industries, here are the patterns that consistently deliver results, and the mistakes that do not.
dotnetarchitecture