"Concurrent" and "fault tolerant" are Elixir buzzwords that I heard again and
again without actually seeing these features in action. Even after writing a
fair amount of Elixir code, I still hadn't had an opportunity to meaningfully
use them. So how can we leverage…
This post was originally published on the Elixir School blog
[https://elixirschool.com/blog]. Elixir School is an open source Elixir
curriculum and we're looking for contributors! You can write a short TIL blog
post, a longer blog post, add a lesson, help with translation and more. Check…
Building an Elixir Umbrella App
In this series, we'll builld out an Elixir umbrella app with two child
applications. One of our child applications will be a Phoenix API with a React +
Redux front-end. Another child app will build out a YouTube API client written
in Elixir.
In…