The Problem Our service built with Phoenix framework logged the following message: [gist id=”f255983a1df14cdd7f0a5038f7ff5d8e”] The source that recorded this error was the plug_cowboy function early_error. Logs are integrated with Datadog,…
TL;DR You are working on a Phoenix application that uses Elixir Gettext for translations. As all team members are doing changes on translation files, you have a lot of merging…
TL;DR Swagger allows you to describe the structure of your JSON APIs so that machines can read them. Phoenix Swagger is an Elixir library that helps you to integrate Swagger…