Projects
A selection of the things I build and maintain. For everything else, see my GitHub profile.
amqp-contract
Contract-first testing for AMQP-based messaging. Define your messages once, generate types, and catch breaking changes before they reach production.
- Stack. TypeScript, AMQP / RabbitMQ
- Docs. btravers.github.io/amqp-contract
- Source. github.com/btravers/amqp-contract
temporal-contract
A contract-testing framework for Temporal workflows and activities. Brings the same type-safe, contract-first approach to durable workflow orchestration.
- Stack. TypeScript, Temporal
- Docs. btravers.github.io/temporal-contract
- Source. github.com/btravers/temporal-contract