Elixir, the Phoenix framework, and the Erlang VM allows us to make production ready systems fast, easily, and with very few moving parts. At this point, you can see where we’re going with this. Let’s use what comes out of the box with Elixir to create a link shortener.
#elixir #phoenix #erlang #shortener
#elixir #phoenix #erlang #shortener
freeCodeCamp.org
How to write a super fast link shortener with Elixir, Phoenix, and Mnesia
Let's start this month’s tutorial with two statements that are going to get me in trouble:
From the beginning, Discord has been an early adopter of Elixir. The Erlang VM was the perfect candidate for the highly concurrent, real-time system we were aiming to build. We developed the original prototype of Discord in Elixir; that became the foundation of our infrastructure today. Elixir’s promise was simple: access the power of the Erlang VM through a much more modern and user-friendly language and toolset.
8 minute read
#Elixir #Erlang
8 minute read
#Elixir #Erlang
Discord Blog
How Discord Scaled Elixir to 5,000,000 Concurrent Users
From the beginning, Discord has been an early adopter of Elixir. The Erlang VM was the perfect candidate for the highly concurrent…