Elixir logging is awesome and extensible. You can write your own backend or a Formatter and make endless combinations with unlimited possibilities. JSON logs are the norm nowadays and there are plenty of ways to get JSON logs in #elixir. Ink :muscle: is an awesome hex package to make that…
2 posts tagged
JSON
Schema first JSON API with MSON and JSON Schema
APIs have become a rising web standard with an increase in client apps ranging from Web to mobile apps. At Wego [https://www.wego.com] our analytics API has been at the core of delivering value to the user and business at the same time. Around 2 years ago we…