What Is Elixir Closure
elixir, functional programming
TL;DR In the previous post, we introduced Elixir First Class functions, Lambdas. Let’s see what Elixir Closure is. This post is part of the functional language series, and it is…
elixir, functional programming
TL;DR In the previous post, we introduced Elixir First Class functions, Lambdas. Let’s see what Elixir Closure is. This post is part of the functional language series, and it is…
TL;DR Based on this excellent blog post, Many to many relationships with Ecto by Nuno Marinho, we successfully implemented many-to-many relations in our application. However, we needed a feature that…
elixir, functional programming
TL;DR In the previous post, we explained Elixir Strings. Let’s introduce Elixir First Class functions, Lambdas. This post is part of the functional language series, and it is based on…
elixir, functional programming
TL;DR In the previous post, we explained how Elixir handles fundamental computer datatype, binaries. This was a great introduction to Elixir Strings. This post is part of the functional language series,…
TL;DR This post explains how to change default Elixir Arc S3 Signed Link expiration time. Elixir Arc Elixir Arc is a valuable Elixir library that enables developers to store files…
elixir, functional programming
TL;DR In the previous post, we explained how to use maps in Elixir. Today we discuss how Elixir handles fundamental computer datatype, binaries. This post is part of the functional…
elixir, functional programming
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…
elixir, learn testing, testing tool
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…