Sublime
An inspiration engine for ideas


Practical Object-Oriented Design in Ruby: An Agile Primer (Addison-Wesley Professional Ruby Series)
amazon.com
The Well-Grounded Rubyist (2009) by David A. Black and Eloquent Ruby (2011) by Russ Olsen. Both books are introductory primers designed to introduce the reader to common Ruby concepts and techniques, as well as basic reference texts.
Josh Kaufman • The First 20 Hours: How to Learn Anything . . . Fast!

Announcing Observable 2.0
observablehq.com
And there’s an attr_writer method, too: class Ticket attr_writer :price end With that single line, we wrote (or, rather, Ruby wrote for us) our price= setter method. One line takes the place of three. In the case of the reader methods, one line took the place of nine!
Joe Leo • The Well-Grounded Rubyist
Polished Ruby Programming: Build better software with more intuitive, maintainable, scalable, and high-performance Ruby code
amazon.com
akhil-gautam/nextjs-on-rails: Next.js + Ruby on Rails API - GitHub
github.com