Elixir + Phoenix Tutorials & Courses
Elixir is a fast, productive and readable language that runs on top of the Erlang VM. Phoenix is Elixir's awesomely productive, full-featured web framework.
Elixir Tutorials
- Unbelievably Clean Concurrent Code in Elixir Using the Task Module
- Benchmark Your Elixir Code with Benchee
- How to change the prompt in
IEx
with examples - What does the ? operator do in Elixir?
- How to split an integer into its parts using Elixir
- How to stop
IO.inspect/2
from printing'ABC'
instead of[65, 66, 67]
- How to match any Unicode letter with Regex in Elixir
Exercism Elixir Solutions & Tutorials
- Concurrency in Elixir and the Keys to Solving “Parallel Letter Frequency”
- Tournament Problem - Exercism Elixir Solution & Tutorial
- Grade School Problem - Exercism Elixir Solution & Tutorial
- Isogram Problem - Exercism Elixir Solution & Tutorial
- Beer Song Problem - Exercism Elixir Solution & Tutorial
- Triangle Problem - Exercism Elixir Solution & Tutorial
- Hamming Problem - Exercism Elixir Solution & Tutorial
- All Your Base Problem - Exercism Elixir Solution & Tutorial
- Roman Numerals Problem - Exercism Elixir Solution & Tutorial
- Phone Number Problem - Exercism Elixir Solution & Tutorial
- RNA Transcription Problem - Exercism Elixir Solution & Tutorial