diff --git a/images/learning/toy-robot.png b/images/learning/toy-robot.png new file mode 100644 index 000000000..f87cff542 Binary files /dev/null and b/images/learning/toy-robot.png differ diff --git a/learning.markdown b/learning.markdown index 3bbeecb6b..a689a8c06 100644 --- a/learning.markdown +++ b/learning.markdown @@ -103,6 +103,16 @@ Elixir’s straightforward syntax and this guided tour give you a clean, simple
+

The Toy Robot Walkthrough

+ +Toy Robot + +The Toy Robot 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. + +
+ ## Video/Interactive Resources

Pragmatic Studio's Elixir/OTP Course