This page contains all of the materials for our lessons. We've done this course multiple times in the past (the first time in June 2015). Please refer to our Meetup page to join us on a Monday. Where and when we meet you can see on the meetup page as well.
Please also check out the curriculum of our Berlin colleagues.
Other recommended sources of Ruby materials are _why's poignant guide to Ruby and Learn Ruby the Hard Way.
A more general list of recommended resources (online courses, books, tutorials and more) can be found in this blog post: Leigh Halliday: Best Ruby & Ruby on Rails Resources
This lesson is all about explaining what Ruby Monstas is and getting you ready to learn to program! We'll also look into our first basic Ruby topics: IRB, Numbers, Strings and Methods!
In this lesson we learn about the workflow to use while programming. And we take a look at some more basic Ruby topics: Variables, puts and gets.
In this lesson we learn about our first collection type, Arrays, which are really just lists of things.
In this lesson we learn about a different collection type: Hashes.
Here's where it gets really interesting: Control Structures allow us to change the order in which things are done in our program.