Projects

Selected work.

A selection of projects that show how I approach backend and integration problems, from architecture and implementation to reliability and testing.

01Integration Platform

OrderFlow Integration Platform

Problem

External systems need to submit orders without being tightly coupled to downstream processing.

Solution

An asynchronous integration platform that separates order intake from processing and accounts for duplicate messages, retries and failures.

  • Asynchronous Integration
  • Reliable Messaging
  • Clean Architecture
  • Observability
  • Automated Testing