Skip to content
Talha Gökgöz

Work

Two backend projects about reliable delivery, concurrency, and the systems around them.

NotifyRail .NET

Repository

A notification delivery simulator focused on idempotent intake, queue claiming, retries, provider callbacks, delivery reports, and OTP verification.

  • .NET 10
  • ASP.NET Core
  • PostgreSQL
  • EF Core
  • xUnit
  • Docker

An event-driven delivery platform exploring transactional outbox, sagas, idempotent consumers, and concurrency control across microservices.

  • Java 21
  • Spring Boot
  • RabbitMQ
  • PostgreSQL
  • Testcontainers
  • Docker