Elixir Digest
Digests » 282
sponsor
Get discovered by one of the thousands of hiring managers using Vettery to grow their companies’ tech teams with Elixir developers (like you). Here’s how it works: once you create a profile, hiring managers can extend interview requests based on desired salary, top skills, and career preferences. Sign up today - it’s completely free for job-seekers!
this week's favorite
Real-time collaboration with Elixir at Slab
Slab is a knowledge base and team wiki that democratizes knowledge. Jason Chen started Slab in August 2016, after picking Elixir and Phoenix as the best tools to build real-time collaborative applications.
Circuit Breaker Pattern in Elixir
A circuit breaker is used to detect failures and to encapsulate the logic of preventing a failure from constantly recurring during maintenance, temporary external system failure, or unexpected system difficulties.
Elixir Community Voices: Lars Wikman
Elixir Community Voices is a series of interviews with the people behind the Elixir and Erlang community. If you are an individual or a team investing in the Elixir ecosystem, I would love to hear and share your story.
Things I wish I can use in React/Javascript from Elixir
First, I would like to say that this is not a list of complaints but more of a wish list. I have no problem with Javascript and I think each language has it's own strength.
This post demonstrates how to order an Ecto query by a text field by sending the order raw sql query through Ecto.Query.API.fragment/1.