Tag: Elixir
All the articles with the tag "Elixir".
Elixir FTP Client: GenServer - Part 1
Posted on:2024-11-23 | 12 min readLearn how to leverage Erlang + Elixir's GenServer to build a robust FTP Client.
Sorting a list of Structs or Maps by two dates in Elixir
Posted on:2024-06-08 | 3 min readLearn how to sort by two dates by using `Enum.sort_by/3` function and a custom Module implementing `compare/2` fn.
Integrate Slack into the Elixir's logging system
Posted on:2024-02-23 | 4 min readLog information to STDOUT and Slack by using the new Erlang/OTP log handlers.
Automatically update your Elixir dependencies
Posted on:2023-12-29 | 2 min readReceive PRs updating your dependencies, including private hex packages, repositories, and organizations.
Elixir/Phoenix database auto-migrations on deployment
Posted on:2023-10-09 | 1 min readRun your database ecto migrations on every release.