BEBrewing Elixirinbrewingelixir.com·Dec 9, 2023 · 21 min readIntro to Elixir Applications on KubernetesWelcome to this new series about running Elixir applications on K8s (short for Kubernetes) where we explore the world of Kubernetes through the eyes of an Elixir programmer to achieve even higher availability, reliability and robustness by levering m...01R
BEBrewing Elixirinbrewingelixir.com·Nov 26, 2023 · 9 min readCLI apps in Elixir. Part 2In this post, we'll explore each tool described in Part 1 to see for ourselves the benefits and limitations of each alternative with the hope we'll end up with enough knowledge to decide which one fits best for each use case. A nice approach to easil...00
BEBrewing Elixirinbrewingelixir.com·Nov 22, 2023 · 8 min readCLI apps in Elixir. Part 1From a programmer's perspective, one of the simplest and most flexible ways to interact with a computer is through a terminal. By only using plain text to get input and provide outputs, the program's interface not only becomes easy to reason about bu...01R
BEBrewing Elixirinbrewingelixir.com·Nov 12, 2023 · 10 min readUnlocking the Power of Elixir's EnumerablesDealing with data structures is at the core of any programming activity and high-level languages like Elixir provide well-structured constructs in the standard library to easily work with them. In this post, we'll go through how the Enum and Stream m...00