Day: July 16, 2016

Three Common Web Architecture Styles

When talking to clients about the architectural details of an implementation, one of the first questions I ask is: “What architectural style is appropriate for this Web solution?†It turns out this question stumps most of my audience. Not many system architects and developers think about it. Instead, they implement solutions using whatever components and […]

Hypermedia Workflow Questions

Following a talk I gave about hypermedia APIs, I received a question from an Abiel Woldu on how to handle hypermedia support when the same backend operation is called from different workflows. Here’s part of the Abiel’s email: “Say you have an end point for validating address; call it /validateAddress. Now this endpoint is called […]