Looked at a few Ruby learning resources last week. The same range of books and tutorials always pop in the first page of any search result, yet I've found them not that useful. Dunno if I'm in some search bubble.
Browsed already a few "classical" Ruby resources, and they were not what I was expecting them to be:
-
https://poignant.guide/ too childish, nice as entertaining/art or as a philosophical reflection, but it only makes sense if one already knows Ruby, so you won't learn that much Ruby from it, though a very entertaining fantasy-novel/comics read

- the POODR book, way too verbose, I don't really need 2 pages of text to explain me how the bicycle gears work, also I'm not in the agile cult and such, also, that bicycle was tediously hammered back and forth throughout the entire book, a nope for me, too verbose
- found a very promising one, seems very interesting: "Ruby Under a Microscope", by Pat Shaughnessy. Browsed it yesterday, but didn't start reading more into it (at first they are all promising). This book assumes one is already familiar with Ruby (which I'm not so much yet), so I'm not very sure if that would be a good read for me.
All the Ruby learning resources tried so far were to me not exactly what I was expecting.
I did program before, so don't need an entire chapter book about variables. Though, I would appreciate a brief bullet points list, so to notice if there is anything new/different about Ruby variables. And so on, similar for all the rest of the Ruby language and concepts. Not pretending to be a programmer, but I did programmed before (hobby level) in many languages over the last 30+ years or so.
In this spirit, any recommended learning resources for Ruby (books/videos/tutorials/whatever, or maybe should I just read the
https://ruby-doc.org/ )?
So far I like Ruby a lot!

What to read, what exercises to do, to come up to speed with the Ruby language? Asking about learning Ruby with the purpose of writing small hobby projects at home, so I can automate my lab instruments and Arduinos and such, tools around the home lab written and maintained by a single guy.
Not planing to become a programmer in some multinational corporation, thought I would VERY MUCH like for my Ruby programs to last as many years as possible, and to be backwards compatible along time, and across various Linux distributions.
