← experimental
Contents
  1. Background
  2. Core Positions
  3. Books

Books in this wiki: Mastering Api Architecture

Background

Daniel Bryant is a Principal Technologist at Datawire (creators of Ambassador and Telepresence) and a Java Champion. He has been a regular speaker and writer on microservices, API gateways, service meshes, and cloud-native architecture. He has written extensively on rate limiting, API security, and cloud-native patterns. He co-authored Mastering API Architecture with James Gough and Matthew Auburn.

Core Positions

  • API gateway and service mesh selection are Type 1 (irreversible) decisions that warrant careful analysis, not convenience shopping.
  • Security is an architectural concern, not a specialist team's responsibility alone; threat modeling should be integrated into the SDLC from the start.
  • The north–south / east–west traffic distinction is fundamental: different trust models, protocols, and technologies apply to each.

Books

Mastering Api ArchitectureMastering API Architecture (2022)

Bryant's contributions emphasise security (threat modeling with STRIDE/DREAD, OAuth2 and JWT), API gateway taxonomy and history, and the operational concerns of running API infrastructure at scale. His work on rate limiting (cited within the book) informs the book's practical treatment of denial-of-service mitigation.