Join guest chef Nat Budin to see how a traditional RESTful API can lead to an inefficient client/server conversation. You'll see what a GraphQL alternative looks like, and then get …
Month: June 2019

Episode #581
Async with Multiplexing
In our quest to coordinate asynchronous tasks, we've attempted a polling approach. Unfortunately, this strategy has some significant efficiency drawbacks. This time, we'll apply a technique known as "multiplexing", to …

Episode #580
Savon & SOAP APIs
Learn how to build well-tested interfaces to legacy SOAP-based legacy web APIs from your Ruby application, from guest chef Beth Haubert!

Episode #579
Aphorism to Empiricism
Join guest chef Kerri Miller for a whirlwind tour of three essential utilities for evaluating specific qualities of a Ruby codebase. See how to map out the dependencies in a …