Photo by Madalyn Cox on Unsplash

3 Must-Read Classic Books about Ruby and Ruby on Rails in 2021

An exhaustive book list about Ruby and Ruby on Rails

Tech - RubyCademy
Published in
2 min readOct 1, 2021

--

Introduction

We all want to become better programmers, and there is a tonne of books that’ll help you along your journey. In this blog, We’re going to list 3 Ruby and Ruby on Rails books that can have a big impact on your thought process as a Rubyist.

Eloquent Ruby by Russ Olsen

This book will help you to start writing code the “Ruby way”.

Indeed, it’s easy to write correct Ruby code but to gain the fluency needed to write great Ruby code, you must go beyond syntax and absorb the “Ruby way” of thinking and problem-solving. In Eloquent Ruby, Russ Olsen helps you write Ruby as true Rubyists do.

Here is a link to acquire this book:

Practical Object-Oriented Design: An Agile Primer Using Ruby by Sandi Metz

The book to learn to write long-term maintainable code for your Ruby and Ruby on Rails application.

Ruby’s widely admired simplicity has a downside: too many Ruby and Rails applications have been created without concern for their long-term maintenance or evolution. The Web is awash in Ruby code that is now virtually impossible to change or extend. This text helps you solve that problem by using powerful real-world object-oriented design techniques, thoroughly explained via simple and practical Ruby examples.

Here is a link to acquire this book:

Agile Web Development With Rails 6

Learn how to write Ruby on Rails applications the way the Rails core team recommends it.

If you’re new to Rails, you’ll get step-by-step guidance. If you’re an experienced developer, get the comprehensive, insider information you need for the latest version of Ruby on Rails. The new edition of this award-winning classic is completely updated for Rails 6 and Ruby 2.6+, with information on system testing, Webpack, and advanced JavaScript.

Here is a link to acquire this book:

Ruby Mastery

We’re currently finalizing our first online course: Ruby Mastery.

Join the list for an exclusive release alert! 🔔

🔗 Ruby Mastery by RubyCademy

Also, you can follow us on x.com as we’re very active on this platform. Indeed, we post elaborate code examples every day.

💚

--

--