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
Put Elixir and OTP into action as you build a concurrent, fault-tolerant application from scratch in this 6-hour video course from The Pragmatic Studio. By developing a real app with real code, you'll gain practical experience putting all the pieces together to craft applications the Elixir/OTP way.
112
+
Put Elixir and OTP into action as you build a concurrent, fault-tolerant application from scratch in this 6-hour video course from The Pragmatic Studio. By developing a real app with real code, you'll gain practical experience putting all the pieces together to craft applications the Elixir/OTP way.
113
113
114
114
The first half of the course focuses on core Elixir facets, principles, and techniques. In the second half, we go beyond the basics and focus on what sets Elixir/OTP apart: concurrent processes, the actor model, OTP behaviors, and fault recovery.
115
115
@@ -123,7 +123,7 @@ If you're new to Elixir, you'll get step-by-step guidance in an engaging format
Elixir flashcards are a set of beautifully crafted, professionally printed, poker sized flashcards to help you master the Elixir language.
126
+
Elixir flashcards are a set of beautifully crafted, professionally printed, poker sized flashcards to help you master the Elixir language.
127
127
128
128
Flashcards are a great way to highlight knowledge gaps, identify misconceptions or false beliefs, and help you memorise key concepts.
129
129
When used in groups or teams, flashcards can help spark interesting discussions, and help bring people together to learn in a fun way by playing games.
@@ -144,8 +144,9 @@ Elixir koans is a fun, easy way to get started with the Elixir programming langu
144
144
145
145
<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>
146
146
147
-
Exercism.io provides free code practice and mentoring across a range of languages. This is the Elixir track.
148
-
The site has a guided series of exercises with varying difficultly that are mentored by volenteers. The exercises range from Hello World to some OTP examples. Once you have completed an exercise you can see other students solutions.
147
+
Exercism.io is an open source platform that provides free practice and mentoring in many languages, including Elixir.
148
+
It features exercises of varying difficulty, from string processing to using OTP, that are mentored by volunteers.
149
+
Once you have completed an exercise you can also view other students' solutions.
0 commit comments