Third article in the Prepare for a Ruby job interview series. In this article, we will see what is Duck Typing.
Ruby & Duck Typing
October 4, 2014 by Thibault
September 22, 2014 by Thibault
When you first create a Rails app, you can just follow the conventions provided by Ruby on Rails and your development will be smooth and nice. But after months, or years, your app can become cumbersome.
READ MOREThird article in the Prepare for a Ruby job interview series. In this article, we will see what is Duck Typing.
October 4, 2014 by Thibault
Fourth article in the Prepare for a Ruby job interview series. In this article, we will study `Include` and `Extend` and see the differences between those two.
October 4, 2014 by Thibault
Hi! This is my first review. I thought I would start with a book that really helped me when I was trying to get better with Ruby on Rails.
September 29, 2014 by Thibault
September 29, 2014 by Thibault
I've talked about Active Model Serializers and Jbuilder. Now, I'd like to share with you how you can serialize your models in JSON without using any external gem, just Plain Old Ruby Objects.
September 10, 2014 by Thibault
After talking about Active Model Serializers, let's see an alternative: JBuilder.
September 3, 2014 by Thibault
These days, people are crazy about single page applications. And for good reason ! But building this kind of application requires a backend that can communicate through JSON. Let's see how we can do that with Rails.
September 2, 2014 by Thibault
September 1, 2014 by Thibault