Codeschool Elixir courses
Just a short message here for everyone who is interesed in Elixir language.
Guys from Codeschool have created new path Elixir
and already have two courses:
I have just checked free introduction course and I can approve - quality of course is good as always. These guys know how to teach programming :)
1
2
3
4
5
6
7
defmodule Codeschool do
def learn_elixir do
visit_codeschool
|> start_elixir_course
|> be_good_at_elixir
end
end