ThinkingElixir 040: Mental Models for Elixir and LiveView 14th episode - Using macros for refactoring in Elixir - crypto trading in Elixir

Create ZIP archives with Elixir

I had to work with ZIP files in Elixir today. You can easily create an archive both on disk or in memory with Erlang’s :zip module.