You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elixir-School is an open and community driven effort inspired by Twitter's Scala School. The site's content consists of peer-reviewed lessons on various Elixir topics that range in difficulty. The lessons are currently available in over 10 languages to help make programming Elixir more accessible to non-English speakers.
55
-
56
-
<divclass="clear"></div>
57
-
58
50
<h4class="resource">Joy of Elixir</h4>
59
51
60
52
<aclass="cover"href="http://joyofelixir.com"title="Joy of Elixir"><imgsrc="/images/learning/joy-of-elixir.jpg"alt="Joy of Elixir"width="190" /></a>
@@ -84,7 +76,7 @@ If you're a new Elixir developer who's gone through some basic Elixir tutorials
@@ -120,7 +112,7 @@ Learn different ways of writing concurrent code in Elixir and increase your appl
120
112
121
113
<divclass="clear"></div>
122
114
123
-
<h4class="resource">Erlang in Anger</h4>
115
+
<h4class="resource">Erlang in Anger<spanclass="free">free</span></h4>
124
116
125
117
<aclass="cover"href="http://www.erlang-in-anger.com"title="Erlang in Anger – by Fred Hebert"><imgsrc="/images/learning/erlang-in-anger.png"alt="Erlang in Anger cover"width="190" /></a>
126
118
@@ -130,6 +122,14 @@ This book intends to be a little guide about how to be the Erlang medic in a tim
Elixir-School is an open and community driven effort inspired by Twitter's Scala School. The site's content consists of peer-reviewed lessons on various Elixir topics that range in difficulty. The lessons are currently available in over 10 languages to help make programming Elixir more accessible to non-English speakers.
Pattern matching is a really powerful language feature. It is built in to almost every corner or Elixir. In order for you to even <em>read</em> Elixir code and follow along, you have to understand Pattern Matching.
170
170
@@ -174,21 +174,21 @@ The course covers getting setup with Elixir, the data types, how to pattern matc
174
174
175
175
<divclass="clear"></div>
176
176
177
-
## Screencasts
178
-
179
177
<h4class="resource">LearnElixir.tv</h4>
180
178
181
179
<aclass="cover"href="http://www.learnelixir.tv"title="Your video guide to Elixir: Learn it step by step.">
LearnElixir.tv is a screencast series which provides in-depth, step-by-step videos about Elixir's main features. Videos range from 7 to 15 minutes in length, and are posted weekly.
183
+
LearnElixir.tv is a video course which provides in-depth, step-by-step videos about Elixir's main features. Videos range from 7 to 15 minutes in length.
186
184
187
185
It's intended to help beginners get familiar with all of Elixir's features by building their knowledge incrementally. Experienced Elixir developers might also learn a trick or two.
<aclass="cover"href="http://alchemist.camp"title="Alchemist Camp: Learn Elixir and Phoenix by building things"><imgsrc="/images/learning/alchemist-camp.png"alt="Alchemist Camp cover"width="190" /></a>
206
206
@@ -225,15 +225,15 @@ Combined with books, tutorials and screencasts, using flashcards is the killer c
<aclass="cover"href="https://exercism.io/tracks/elixir"title="Elixir Track on Exercism.io"> <imgsrc="https://assets.exercism.io/tracks/elixir-bordered-turquoise.png"alt="Exercism.io Elixir track"width="190" /></a>
239
239
@@ -243,7 +243,7 @@ Once you have completed an exercise you can also view other students' solutions.
243
243
244
244
<divclass="clear"></div>
245
245
246
-
<h4class="resource">Running in Production Podcast</h4>
246
+
<h4class="resource">Running in Production Podcast<spanclass="free">free</span></h4>
247
247
248
248
<aclass="cover"href="https://runninginproduction.com/tags/elixir"title="Running in Production Podcast"><imgsrc="/images/learning/running-in-production-logo.jpg"alt="Running in Production Podcast"width="190" /></a>
0 commit comments