Codeminer42's Engineering Blog

Elixir

  • Building a Phoenix API

    · 6 min read · by Luiz Varela

    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 write a blog post that…

  • Getting Started with Elixir

    · 3 min read · by Luiz Varela

    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 Elixir 1.0.2 . To install…