Pattern Matching in Elixir
One of the cool things about Elixir is the pattern matching, in this post we will be able to understand about Pattern Matching and how …
Codeminer42’s Engineering Blog
One of the cool things about Elixir is the pattern matching, in this post we will be able to understand about Pattern Matching and how …
After reading some tutorials about building APIs with Phoenix Framework, I saw that most of the posts are out of date. So, I decided to …
In this post we will learn a little bit about Elixir basic types, strings, atoms, integers, float, booleans, lists and tuples. I will be using …