If you had the chance to watch Disney+ WHAT IF? then you would know that in multiverse somewhere there is a version of Ultron that is too powerful for anyone to counter. In elixir-verse its the same with UltronEx. In one elixir-verse UltronEx runs on plug/cowboy with Javascript glue…
Ahsan Nabi Dar
VP, Engineering @ Wego. Programming , travel and sports, The 3 constants in life.
Elixir logging to (multiple) file(s) using metadata_filter
This is a follow up post for JSON Logging in Elixir using a custom formatter [https://geeks.wego.com/json-logging-in-elixir-using-a-custom-formatter/] where we looked in to how to log request logs to a file using a custom formatter. We require below hex dependencies in our project to log request logs and…
JSON logging in Elixir using a Custom Formatter
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…
Working with Elixir Releases and performing CI/CD in containers
Elixir has seen fast adoption in Wego [https://www.wego.com] with multiple services already in production after the weekend project UltronEx [https://geeks.wego.com/ruby-vs-elixir-ultron-is-dead-long-live-ultronx/] became a daily driver for monitoring real time data [https://geeks.wego.com/realtime-dashboard-with-websocket-in-elixir/] it has spurred a movement to explore new options…
Real time Dashboard with WebSocket in Elixir
Real time Dashboard with WebSocket in Elixir…