A defined focus
See the topic, intended reader and module outline before choosing a guide.
A STUDY IN RUBY
Explore the language behind the code. Ruby study guides that connect clear explanations, worked examples and independent practice.
Find your starting point ↗
RUBY / THE LANGUAGE OF OBJECTSideas = ["read", "write", "reflect"]
ideas.each do |step|
puts "Time to #{step}."
end01 / OUR MISSION
Ruby brings ideas into focus through readable expressions and objects with clear responsibilities. Our mission is to make those ideas easier to study: explain the reasoning, show the moving parts, and leave room for practice.
Get to know Rubeqavar ↗02 / THE COURSE COLLECTION
Start with the basics or focus on a specific topic.
Each guide has its own scope.
Loading the course collection…
03 / MADE FOR INDEPENDENT STUDY
See the topic, intended reader and module outline before choosing a guide.
Read concepts alongside worked examples and return to the parts you want to revisit.
Use exercises and project briefs to explore how the ideas behave in code.
Work through digital materials in your own order, with time to pause and take notes.
A GOOD PLACE TO BEGIN