Skip to content

Commit 3b40011

Browse files
committed
Tidy up learning resources
1 parent 50599d9 commit 3b40011

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

learning.markdown

+6-6
Original file line numberDiff line numberDiff line change
@@ -107,23 +107,23 @@ If you're new to Elixir, you'll get step-by-step guidance in an engaging format
107107

108108
<div class="clear"></div>
109109

110-
<h4 class="resource">grox.io's Multi-Format Elixir Course</h4>
110+
<h4 class="resource">grox.io's Elixir Course</h4>
111111

112112
<a class="cover" href="https://grox.io/language/elixir/course" title="grox.io's Multi-Format Elixir Course"><img src="/images/learning/groxio-elixir.png" alt="grox.io's Multi-Format Elixir Course" width="190" /></a>
113113

114-
Learning complex concepts like programming languages is best with multiple formats. Groxio's learning method embraces an interactive mini-book for beginners, video overviews for novices, an online book for presenting higher level concepts, videos with live coding to simulate advanced pair programming through projects meaningful to beginners and experts.
114+
Learning complex concepts like programming languages is best with multiple formats. Groxio's learning method embraces an interactive mini-book for beginners, video overviews for novices, an online book for presenting higher level concepts, videos with live coding to simulate advanced pair programming through projects meaningful to beginners and experts.
115115

116-
The Elixir module is a full program with a book with 80 pages, 8 videos, dozens of exercises, and two full test-first projects. Beginners can learn the language, and experts can fill in typical blind spots like writing sigils, building macros, and using streams.
116+
The Elixir module is a full program with a book with 80 pages, 8 videos, dozens of exercises, and two full test-first projects. Beginners can learn the language, and experts can fill in typical blind spots like writing sigils, building macros, and using streams.
117117

118118
<div class="clear"></div>
119119

120-
<h4 class="resource">grox.io's Multi-Format OTP Course</h4>
120+
<h4 class="resource">grox.io's OTP Course</h4>
121121

122122
<a class="cover" href="https://grox.io/language/otp/course" title="grox.io's Multi-Format OTP Course"><img src="/images/learning/groxio-otp.png" alt="grox.io's Multi-Format OTP Course" width="190" /></a>
123123

124-
The best seller <a href="https://pragprog.com/book/jgotp/designing-elixir-systems-with-otp">Designing Elixir Systems with OTP</a> teaches OTP from a design perspective by showing a system for breaking projects into layers. This course builds on those layering concepts with a 60 page book, 12 videos, projects, and curated links to go into deeper detail for tricky OTP concepts.
124+
This course teaches OTP from a design perspective by showing a system for breaking projects into layers. This course builds on those layering concepts with a 60 page book, 12 videos, projects, and curated links to go into deeper detail for tricky OTP concepts.
125125

126-
Understand how back-pressure works, step inside supervision trees, and learn to build your dynamic supervisors. Learn OTP for the first time, or solidify your intuition by building the base concepts by reading a book, watching videos, and working through guided projects using Groxio's blend of media, designed to take you from novice to expert.
126+
Understand how back-pressure works, step inside supervision trees, and learn to build your dynamic supervisors. Learn OTP for the first time, or solidify your intuition by building the base concepts by reading a book, watching videos, and working through guided projects using Groxio's blend of media, designed to take you from novice to expert.
127127

128128
<div class="clear"></div>
129129

0 commit comments

Comments
 (0)