TL;DR In the previous post, we explained the Elixir Immutability concept. This post is part of the functional language series, and it is based on the remarkable book Elixir In…
TL;DR Swagger allows you to describe the structure of your JSON APIs so that machines can read them. Phoenix Swagger is an Elixir library that helps you to integrate Swagger…
TL;DR In our Phoenix project, we are using an excellent Arc and Arc Ecto library that enables us to integrate S3 file storage into Ecto Schemas. This post is how…
TL;DR This post is short report about Zagreb Elixir Meetup #1. Elixir is functional programming language, it uses Ruby code style, and it runs on BEAM (Erlang) virtual machine. Very…
TL;DR In order to improve as software tester I have been learning Elixir. The best way to recap your knowledge is to listen experts from that field. Host Eva, from…
TL;DR In this post I present Blitzy, not so simple HTTP load tester in Elixir. This is my open source contribution to original Blitzy, simple HTTP load tester in Elixir….
TL;DR I started my Elixir functional language learning path. My goal is to learn Phoenix framework, and this is precondition. I will explain why I found that Elixir School is not…