Posts tagged "elixir"

Elixir in times of microservices

Since microservices have been a common topic lately, there are a lot of questions about how Elixir fits in microservice architectures. On this post, I won’t focus on the merits of microservices, as many have already discussed that to exhaustion. In particular, Martin Fowler’s entry on the topic aligns well with my thoughts and is … »

Adding MySQL support to Ecto

A few months ago, I started learning Elixir by reading and doing the exercises from Dave Thomas’ book ‘Programming Elixir’. I was having a lot of fun on it, but I was missing a real project to put my hands on. At that time, José Valim was in Brazil and I had the chance of … »

Elixir in production interview: Garth Hitchens

Elixir running in an embedded device A few weeks ago we had the opportunity to interview Garth Hitchens about his experience with shipping Elixir software. Garth manages a development team at Rose Point Navigation Systems. They’re using Elixir to develop embedded software for navigation devices for marine markets. Watch the video below or read the … »

Companies using Elixir in production

One of the common questions we usually hear from people starting their journey in Elixir is: “who else is using it?”. We ourselves know that more and more companies are already using Elixir in production, but that information is not easily accessible… yet. A few weeks ago we tweeted: Companies using #elixirlang in production, a … »

Introducing reducees

Elixir provides the concept of collections, which may be in-memory data structures, as well as events, I/O resources and more. Those collections are supported by the Enumerable protocol, which is an implementation of an abstraction we call “reducees”. In this article, we will outline the design decisions behind such abstraction, often exploring ideas from Haskell, … »

Plataformatec at Erlang Factory San Francisco 2015

Two weeks ago José Valim and I went to Erlang Factory San Francisco and we had a great time. Erlang Factory San Francisco is one of the biggest events in the Erlang community. One of the things that got me most excited about it was how many people were excited and talking about Elixir throughout … »