Tenth and last article in the Prepare for a Ruby job interview series. In this one, we'll take a look at the Big O Notation and what is Algorithm Complexity.
Big O Notation & Complexity in Ruby
October 5, 2014 by Thibault
October 4, 2014 by Thibault
This guide is the first part of a series, Prepare for a Ruby job interview, that will teach you (or help you remember) some basic stuff that you should know as a Ruby developer.
READ MORETenth and last article in the Prepare for a Ruby job interview series. In this one, we'll take a look at the Big O Notation and what is Algorithm Complexity.
October 5, 2014 by Thibault
Ninth article in the Prepare for a Ruby job interview series. In this one, we'll study two algorithms that are asked quite often in interviews : FizzBuzz and Fibonacci!
October 5, 2014 by Thibault
If you are planning to learn Ruby on Rails or if you are still on the learning journey, books should be an important part of the process. Some people like screencast, other only learn by coding pet projects.
October 5, 2014 by Thibault
Eighth article in the Prepare for a Ruby job interview series. In this article, we will go over some random Ruby tricks and information.
October 5, 2014 by Thibault
Seventh article in the Prepare for a Ruby job interview series. In this article, we're going to talk about *, A.K.A the Splat operator, which is a great tool as we'll see.
October 4, 2014 by Thibault
Second article in the Prepare for a Ruby job interview series. Today, we're gonna talk about Inheritance, Encapsulation and Polymorphism.
October 4, 2014 by Thibault
Sixth article in the Prepare for a Ruby job interview series. In this article, we're going to talk about the Blocks in Ruby : Procs and Lambas.
October 4, 2014 by Thibault
Fifth article in the Prepare for a Ruby job interview series. In this article, we'll take a look at the main loops in the Ruby language.
October 4, 2014 by Thibault