Introduction
I’m on my journey to learn the Elixir programming language and I’m really enjoying the process so far.
Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
Switching from a Object-Oriented approach to a functional approach makes me appreciate the benefits of immutable data and function composability.
I decided to document my progress in my blog, specifically I would like to write about any non-trivial …
Read More