QFM006: Elixir Reading List - February 2024
Source: Photo by Cristian Escobar on Unsplash
Here is everything I found interesting about the Elixir programming ecosystem during February 2024.
This month's reading list highlights include Merquery an interactive HTTP client integrated with Livebook, and the critique piece Elixir Nitpicks which offers an insightful comparison of Elixir with Rust, discussing the language's strengths and weaknesses in error handling, state management, and more. The video Elixir: The Wickedly Awesome Batch and Stream Processing Language You Should Have in Your Toolbox illustrates Elixir's powerful application in data engineering, particularly in stream and batch processing within Apple's ads platform.
A common theme across February's links is the emphasis on Elixir's role in simplifying complex processes, whether through innovative tooling like PhoenixTest for HTTP requests and feature testing, or application in real-world healthcare scenarios such as Waterpark.
See the Slideshare version of the post, or read on.
Enjoy!

Links
This is a video demo of the Erlang programming language. It's a little bit dated (at times, almost comically so) as if it were taken from a 1980s BBC documentary on "_Amazing Future Technologies of The Future_" `/s` but it is interesting to see how *early* the [creators of Erlang](https://www.erlang-factory.com/conference/NYC2013/speakers/joearmstrong){:target="_blank"} and the BEAM were to high-performance distributed computing. We have certainly come a long way from these early days to [Elixir today](https://www.netguru.com/blog/10-companies-use-elixir){:target="_blank"}.
This article discusses the advantages of using Elixir for shell scripting, highlighting its versatility, the ease of debugging, testing, and adding dependencies. The author provides examples of their own scripts for various tasks and outlines a detailed template for creating more complex scripts in Elixir, emphasising the ecosystem's developer-friendly features and efficient handling of common scripting needs.
This article offers a candid critique of Elixir through the author's experience, comparing it primarily with Rust. It covers various aspects like error handling, state management, and imports, highlighting Elixir's strengths and weaknesses. The author discusses the language's dynamic typing, the challenges of error handling, the complexity of state management, and the nuances of using macros and domain-specific languages. Despite the critiques, the piece concludes with a positive outlook on Elixir's ecosystem and its utility in web development.
PhoenixTest offers a unified method for writing feature tests for both LiveView and static pages, streamlining navigation and interaction across page types without worrying about their underlying technology, thus simplifying testing processes from a user perspective.
Chris Keathley's amusing and engaging presentation at GigCityElixir23 delves into the "Philosophy of Elixir Design", offering insights into the rationale and strategic choices that shape the Elixir programming language's development and architecture.
In this talk, Bryan Hunter discusses HCA's Waterpark and its impressive development and astounding impact on healthcare and its significant contributions to enhancing healthcare efficiency and outcomes through innovative use of distributed actor systems.
Regards,
M@
Originally published by M@ on Medium.
Was this useful?