Skip to content

Instantly share code, notes, and snippets.

@kevinkirkup
Forked from kevsmith/resources.md
Last active August 10, 2020 13:21
Show Gist options
  • Save kevinkirkup/2e7ff15f42984b8ae79f35114d0559ab to your computer and use it in GitHub Desktop.
Save kevinkirkup/2e7ff15f42984b8ae79f35114d0559ab to your computer and use it in GitHub Desktop.
Elixir & Erlang Resources

Titles

1a. Programming Elixir 1.6 by Dave Thomas

1b. Learn Functional Programming with Elixir by Ulisses Almeida

  1. Programming Phoenix 1.4 by Chris McCord, Bruce Tate, and Jose Valim

  2. Functional Web Development with Elixir, OTP, and Phoenix by Lance Halvorsen

  3. Metaprogramming Elixir by Chris McCord

Videos

Guides & Docs

Tooling

Frameworks

  • Ecto - database wrapper and query generator for Elixir.
  • OTP - Open Telecom Platform
  • ExUnit - ExUnit Unit Test framework.

Deeper down the rabbit hole...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment