Posts in English

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, … »

Nobody told me Minitest was this fun

Ever since I started working with Ruby I have been using RSpec to test my apps and gems without giving minitest much thought. Recently I started a new non-Rails project and decided to give Minitest a try just for the fun of it. Migrating from one tool to another was refreshingly fun due to the … »

What I have learned in my first three months at Plataformatec

It hasn’t passed too much since I’ve begun working at Plataformatec, but I’ve learned a lot already! I work with great professionals which are gathered not only by common goals but also by an awesome culture. I’ll list a few points that I think are being great so far. Be pragmatic and agile Plataformatec is … »

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 … »