Elixir Blog Posts

I wrote a post explaining why guard clauses are restricted to Kernel functions: http://keathley.io/2016/04/09/elixir-guard-clauses.html

4 Likes

A friend saw this on hacker news today:
http://www.evanmiller.org/elixir-ram-and-the-template-of-doom.html

5 Likes

My recap of Tomasz Kowal’s great talk at Lambda Days: Are Elixir and Elm the Perfect Couple?

1 Like

A continuation on my series:
Let’s Build Something: Elixir, Part 5a - Data Ingest, Consumption, and Validation

2 Likes

Creating Elixir Libraries as OTP Applications

3 Likes

There are many great articles linked to in this topic!

@AstonJ: is it maybe an idea to make a Wiki-page out of this topic, so people can add blog-articles, sorted by category, in the first post as well?

2 Likes

Great idea @Qqwy - I’ll do it now and change ownership of the post over to you :003:

2 Likes

Done :023: all yours :003:

2 Likes

How Honeybadger Uses Elixir To Monitor Heroku

http://blog.honeybadger.io/logplex-elixir/

3 Likes

“Process name registration in Elixir”

2 Likes

Type Checking in Elixir

5 Likes

Elixir’s Behaviours vs Protocols

4 Likes

Ways to use Elixirscript Today

http://bryaninspired.com/ways-to-use-elixirscript-today/

2 Likes

Building a bot for Facebook Messenger, using Elixir

3 Likes

Getting Started with Elixir Metaprogramming

2 Likes

The Elixir of concurrency by @cfenollosa

1 Like

A post was merged into an existing topic: Elixir Talks

ElixirConfEU 2016 afterthoughts


http://blog.plataformatec.com.br/2016/05/beyond-functional-programming-with-elixir-and-erlang/

3 Likes

Kudos on an excellent article @josevalim (and @rvirding).

1 Like