Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file addedimages/learning/toy-robot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions learning.markdown
Original file line numberDiff line numberDiff line change
Expand Up@@ -103,6 +103,16 @@ Elixir’s straightforward syntax and this guided tour give you a clean, simple

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

<h4 class="resource">The Toy Robot Walkthrough</h4>

<a class="cover" href="http://leanpub.com/elixir-toyrobot" title="The Toy Robot Walkthrough - Elixir Version"><img src="/images/learning/toy-robot.png" alt="Toy Robot" width="190" /></a>

<a href="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.

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.

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

## Video/Interactive Resources

<h4 class="resource">Pragmatic Studio's Elixir/OTP Course</h4>
Expand Down