Elixir
-
Web Dev
Linking, Monitoring, and Supervising in Elixir
One of the benefits of microservices is that part of the system can go down without bringing the entire system…
Read More » -
Ruby
Concurrency Abstractions in Elixir
Elixir gives you the tools to easily write concurrent code. In an earlier post, I introduced concurrency in Elixir by…
Read More » -
Ruby
Understanding Elixir Types
When I first started getting into Elixir, one thing that never quite made sense to me was the type system.…
Read More » -
Web Dev
Comparing Elixir and Go
Elixir and Go have both grown significantly in popularity over the past few years, and both are often reached for…
Read More » -
Ruby
Statefulness in a Stateless Language: Elixir
Elixir is blazing fast and highly concurrent. It’s functional, but its syntax is simple and easy to read. The language…
Read More »