Skip to content

Commit 26174bf

Browse files
radarJosé Valim
authored andcommitted
Add Toy Robot book to learning (elixir-lang#1324)
1 parent ce91c5b commit 26174bf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

‎images/learning/toy-robot.png‎

511 KB
Loading

‎learning.markdown‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@ Elixir’s straightforward syntax and this guided tour give you a clean, simple
103103

104104
<divclass="clear"></div>
105105

106+
<h4class="resource">The Toy Robot Walkthrough</h4>
107+
108+
<aclass="cover"href="http://leanpub.com/elixir-toyrobot"title="The Toy Robot Walkthrough - Elixir Version"><imgsrc="/images/learning/toy-robot.png"alt="Toy Robot"width="190" /></a>
109+
110+
<ahref="http://leanpub.com/elixir-toyrobot">The Toy Robot</a> is a common interview exercise for new programmers. This short book will take you through how to implement it in Elixir in a BDD-style, with some great explanations and imagery along the way.
111+
112+
If you're a new Elixir developer who's gone through some basic Elixir tutorials and you're looking for the next thing to build your skills, this book is a great start. It covers the Toy Robot exercise from start to finish, testing with Elixir features such as ExUnit and Doctests along the way.
113+
114+
<divclass="clear"></div>
115+
106116
## Video/Interactive Resources
107117

108118
<h4class="resource">Pragmatic Studio's Elixir/OTP Course</h4>

0 commit comments

Comments
(0)