Articles tagged microservices
-
Designing a Decision-as-a-Service Platform
The design constraints and trade-offs behind a two-service Decision-as-a-Service platform with a custom JSON-to-DRL DSL — so business teams can ship rules without engineers in the loop.
-
Orchestrating a Place-Order Flow Across Five Spring Boot Services with Temporal
A walk-through of a Spring Boot sample project where five services coordinate a place-order flow entirely via Temporal - no HTTP between services, each service owns its own task queue, and the workflow itself is the transport.