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... »
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... »
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... »
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... »
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... »
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... »