Category – Elixir
2 posts tagged with "Elixir" (See all categories)

DDay10 - |> The pipe operator

04/12/20191 Min Read — In Elixir

So far I have mainly developed software using OOP languages like Java, Python or Scala. All these languages share some common OOP concepts such as classes for defining custom types, methods for…

DDay9 - What Elixir is about

04/11/20192 Min Read — In Elixir

Today I started my journey with Elixir! Therefore, I decided to go with Dave Thomas's video course 'Elixir for Programmers' for several reasons: This course assumes that you already have programming…