Menu

Close
  • Home
  • About
  • 7 Days of Ruby
  • Rails in 7 Days
  • Books
Subscribe
Blog Logo Menu

7-days-of-ruby

A 9-post collection

Page 1 of 2 Older Posts »

Congratulations! You’ve just finished 7 Days of Ruby course.

If you made it to this point, you already know the basics of programming in Ruby. This is huge! We covered a lot of complicated concepts... »

Author image Alex Tamoykin on 7-days-of-ruby 20 Feb 2014

Day 7: Iterators and Inheritance

Iterators Iterators make you life as a developer easier. It’s like while loop construct, but you don’t have to worry about an exiting condition. Isn’t it... »

Author image Alex Tamoykin on 7-days-of-ruby 15 Feb 2014

Day 6: Classes, Methods and Objects

Classes You’ve made it to this point, congratulations! We’ve covered a lot of basics. Now we’re approaching Classes and Objects. It’s a cornerstone of the most... »

Author image Alex Tamoykin on 7-days-of-ruby 14 Feb 2014

Day 5: Arrays and Hashes

Moving on. In order to build programs we need some building blocks (aka Data Structures). As I mentioned, Ruby is simple. There are only two data... »

Author image Alex Tamoykin on 7-days-of-ruby 12 Feb 2014

Day 4: Control Structures – Loops

while Let’s imagine that you’re the world known runner. You’re about to run 5 laps at the upcoming Olympics. Before running, you remind yourself that you... »

Author image Alex Tamoykin on 7-days-of-ruby 12 Feb 2014
Page 1 of 2 Older Posts »
Alex Tamoykin © 2020
Proudly published with Jekyll using Jasper