10 private links
Another good article on writing these objects and what kind of little monsters they can evolve into.
Next time I want to look for best practices, I will search for "api wrapper in ruby" instead of "API client", because the former yields more results.
The paper illustrating some concepts from the people who created the object-oriented paradigm. A great read according to Avdi Grimm.
to watch later
Ruby love for classes and all we are all trying to get to the same place (separation of concerns).
FizzBuzz in Ruby with nothing (except Proc)
Curated collection of ruby gems
The best one:
<% -%>
Avoids line break after expression
Crystal looks like a very cool way to program Ruby-like with C performance
pretty cool cheatsheet for byebug
TL;DR lengthy paper about RoR applications and possible attacks. Good read for any dev.
Best regex for removing comment blocks in a file
A short guide on how to write your own DSL (Domain-Specific Language) using Ruby