Skip to content

Commit 31b2990

Browse files
Cohen-Carlislejosevalim
authored andcommitted
Update learning.md for exercism.io (elixir-lang#1194)
1 parent 113dca5 commit 31b2990

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

learning.markdown

+5-4
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Elixir’s straightforward syntax and this guided tour give you a clean, simple
109109

110110
<a class="cover" href="https://pragmaticstudio.com/elixir" title="Pragmatic Studio's Elixir/OTP Course"><img src="/images/learning/pragmaticstudio-elixir.png" alt="Pragmatic Studio's Elixir/OTP Course" width="190" /></a>
111111

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.
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.
113113

114114
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.
115115

@@ -123,7 +123,7 @@ If you're new to Elixir, you'll get step-by-step guidance in an engaging format
123123

124124
<a class="cover" href="https://elixircards.co.uk/" title="Elixir Flashcards"><img src="/images/learning/flashcards_army.jpg" alt="Elixir Flashcards" width="190" /></a>
125125

126-
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.
127127

128128
Flashcards are a great way to highlight knowledge gaps, identify misconceptions or false beliefs, and help you memorise key concepts.
129129
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
144144

145145
<a class="cover" href="https://exercism.io/tracks/elixir" title="Elixir Track on Exercism.io"> <img src="https://assets.exercism.io/tracks/elixir-bordered-turquoise.png" alt="Exercism.io Elixir track" width="190" /></a>
146146

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.
149150

150151
<div class="clear"></div>
151152

0 commit comments

Comments
 (0)