Jorge Vásquezjorgevasquez.blog·Apr 21, 2023Teach Your Web API To Speak Loud And Clear CLI!Most Scala-based backend applications are web APIs, which typically use the HTTP protocol and the JSON format. As a developer, it's crucial to test your APIs during development. One option is to call them from the command line using tools like curl, ...zio-http-cli
Jorge Vásquezjorgevasquez.blog·Mar 11, 2022A Prelude of Purity, scaling back ZIOSome parts of our applications don't need to be asynchronous or interact with the outside world: it's enough that they are stateful, possibly with the ability to handle failures, context, and logging. Although you can use ZIO 2 or monad transformers ...zio-prelude