Ruby Book Club Podcast

Follow Ruby Book Club Podcast
Share on
Copy link to clipboard

Where we discuss an hour of a Ruby book each week

Nadia Odunayo & Saron Yitbarek


    • Jan 21, 2018 LATEST EPISODE
    • infrequent NEW EPISODES
    • 29m AVG DURATION
    • 75 EPISODES


    Search for episodes from Ruby Book Club Podcast with a specific topic:

    Latest episodes from Ruby Book Club Podcast

    Ruby Book Club Wrap Up

    Play Episode Listen Later Jan 21, 2018 19:02


    In which Nadia and Saron wrap up the Ruby Book Club podcast! Hear why the show has come to an end, what Nadia and Saron have learnt over the last 2 years, and what they're planning to read next.

    Ruby Under A Microscope - Ep 26 (Ch 8 pg 211-217)

    Play Episode Listen Later Dec 10, 2017 27:41


    Nadia and Saron finish Chapter 8. They discuss the proc object, changing local variables after lambda has already been called, and calling lambda more than once in the same scope.

    Ruby Under A Microscope - Ep 25 (Ch 8 pg 203-211)

    Play Episode Listen Later Dec 3, 2017 23:20


    Nadia and Saron continue with Chapter 8. They look at lambdas and procs, including treating functions as first-class citizens, stack vs. heap memory, and how Ruby saves a string value.

    Ruby Under A Microscope - Ep 24 (Ch 8 pg 191-202)

    Play Episode Listen Later Nov 13, 2017 31:10


    Nadia and Saron start Chapter 8. They discuss blocks! We learn about closures and which is faster: a 'while' loop or passing a block to 'each'.

    Ruby Under A Microscope - Ep 23 (Ch 7 pg 180-189)

    Play Episode Listen Later Nov 6, 2017 18:58


    Nadia and Saron finish Chapter 7! They discuss how Ruby implements hash functions and hash optimisation in Ruby 2.0.

    Ruby Under A Microscope - Ep 22 (Ch 7 pg 166-180)

    Play Episode Listen Later Oct 29, 2017 21:34


    Nadia and Saron start Chapter 7. They talk about hash tables, including how we save and retrieve values from them, hash collisions, and rehashing.

    Ruby Under A Microscope - Ep 21 (Ch 6 pg 155-165)

    Play Episode Listen Later Oct 22, 2017 35:45


    Nadia and Saron discuss constant lookup and finish off Chapter 6.

    Ruby Under A Microscope - Ep 20 (Ch 6 pg 146-155)

    Play Episode Listen Later Oct 15, 2017 25:34


    Nadia and Saron discuss Module#prepend and dive deeper into how modules and submodules behave.

    Ruby Under A Microscope - Ep 19 (Ch 6 pg 142-146)

    Play Episode Listen Later Oct 8, 2017 24:24


    Nadia and Saron discuss the global and inline method caches, including modules into classes and one another.

    Ruby Under A Microscope - Ep 18 (Ch 6 pg 133 - 141)

    Play Episode Listen Later Oct 1, 2017 23:30


    Nadia and Saron start Chapter 6! They discuss how Ruby implements modules and the method lookup algorithm.

    Ruby Under A Microscope - Ep 17 (Ch 5 pg 125 - 131)

    Play Episode Listen Later Sep 25, 2017 27:24


    Nadia and Saron continue Chapter 5. They look at the RClass structure some more and look at where Ruby saves class methods. Then they review key takeaways from Chapter 5.

    Ruby Under A Microscope - Ep 16 (Ch 5 pg 115-125)

    Play Episode Listen Later Sep 10, 2017 21:53


    Nadia and Saron continue Chapter 5. They look at the RClass structure, including inheritance, class instance variables vs. class variables, getting and setting class variables, and constants.

    Ruby Under A Microscope - Ep 15 (Ch 5 pg 108-115)

    Play Episode Listen Later Sep 4, 2017 25:33


    Nadia and Saron finish continue Chapter 5, where they delve a bit deeper into the internal structure of a Ruby class, discuss generic objects, look at objects that are so simple that they don’t need a structure, the mystery of instance variables on generic objects, and more.

    Ruby Under A Microscope - Ep 14 (Ch 4, pg 99 - Ch 5, pg 108)

    Play Episode Listen Later Aug 27, 2017 27:13


    Nadia and Saron finish off Chapter 4 and start Chapter 5. They look at how Ruby implements keyword arguments and start to look at the inside of a Ruby object, focusing on 'klass' and 'ivptr'.

    Ruby Under A Microscope - Ep 13 (Ch 4, pg 90-99)

    Play Episode Listen Later Aug 21, 2017 33:44


    Nadia and Saron continue with Chapter 4, looking at how Ruby implements for loops internally, the send instruction, calling normal Ruby methods, and calling built-in Ruby methods.

    Ruby Under A Microscope - Ep 12 (Ch 4, pg 86-90)

    Play Episode Listen Later Aug 13, 2017 34:19


    Nadia and Saron get stuck into Chapter 4. They look at how Ruby executes if statements, how Ruby jumps from one scope to another, and catch tables.

    Ruby Under A Microscope - Ep 11 (Ch 3 & 4, pg 75-86)

    Play Episode Listen Later Aug 7, 2017 19:51


    Nadia and Saron pick up where they left off in Chapter 3 and dive deeper into special variables, summarize what they've learnt in chapter 3, and look ahead to Chapter 4.

    Ruby Under A Microscope - Ep 10 (Pat's Notes)

    Play Episode Listen Later Jul 30, 2017 13:59


    Nadia and Saron take a break from the book to look at some helpful notes that Pat Shaughnessy put together for them based on questions they had in Episodes 7 and 8.

    Ruby Under A Microscope - Ep 9 (Ch 3, pg 67-75)

    Play Episode Listen Later Jul 23, 2017 39:03


    Nadia and Saron look at local and dynamic access of variables in chapter 3 of Ruby Under A Microscope.

    Ruby Under A Microscope - Ep 8 (Ch 3, pg 61-66)

    Play Episode Listen Later Jul 16, 2017 30:41


    Nadia and Saron look at executing a call to a block, paying particular attention to control frame structures, how YARV instructions are constructed, and benchmarking Ruby 2.0 and 1.9 against Ruby 1.8.

    Ruby Under A Microscope - Ep 7 (Ch 3, pg 55-61)

    Play Episode Listen Later Jul 9, 2017 24:15


    Nadia and Saron start chapter 3, which explores the step after compilation: code execution.

    Ruby Under A Microscope - Ep 6 (Ch 2, pg 45-53)

    Play Episode Listen Later Jul 2, 2017 27:57


    Nadia and Saron finish off Chapter 2 of 'Ruby Under A Microscope', looking at the Local Table.

    Ruby Under A Microscope - Ep 5 - Interview with author, Pat Shaughnessy

    Play Episode Listen Later Jun 26, 2017 33:03


    Nadia and Saron interview Pat Shaughnessy, author of Ruby Under A Microscope, about writing the book, what got him interested in Ruby internals, and why Ruby is still one of his favorite languages.

    Ruby Under A Microscope - Ep 4 (Ch 2, pg 34 - 44)

    Play Episode Listen Later Jun 18, 2017 24:05


    Nadia and Saron continue on with Chapter 2. They look at how Ruby compiles a simple script and compiling a call to a block.

    Ruby Under A Microscope - Ep 3 (Ch 1, pg 22 - Ch 2, pg 34)

    Play Episode Listen Later Jun 10, 2017 23:16


    Nadia and Saron continue with Chapter 1 and dig into parsing. They also take a look ahead at Chapter 2, which covers compilation.

    Ruby Under A Microscope - Ep 2 (Ch 1, pg 9-21)

    Play Episode Listen Later Jun 4, 2017 31:52


    Nadia and Saron continue with Chapter 1 of "Ruby Under A Microscope". They explore parsing in more detail, looking at the LALR algorithm and Ruby's grammar rules.

    Ruby Under A Microscope - Ep 1 (Foreword, Intro, Ch 1 pg 3 - 9)

    Play Episode Listen Later May 28, 2017 23:09


    Nadia and Saron start a brand new book, "Ruby Under A Microscope" by Pat Shaughnessy. They review the Foreword, Introduction, and start Chapter 1 which is about tokenization and parsing.

    Refactoring Ruby - Ep 12 (Ch 6, pg 160-166)

    Play Episode Listen Later Mar 12, 2017 16:32


    Nadia and Saron finish Chapter 6 of Refactoring Ruby. They discuss Isolate Dynamic Receptor and Move Eval from Runtime to Parse Time.

    Rebroadcast - Sandi Metz and Katrina Owen Interview

    Play Episode Listen Later Mar 9, 2017 66:02


    In this rebroadcast, Nadia and Saron interview Sandi Metz and Katrina Owen on their book, 99 Bottles of OOP.

    Refactoring Ruby - Ep 11 (Ch 6, pg 152-160)

    Play Episode Listen Later Feb 26, 2017 23:49


    Nadia and Saron continue with Chapter 6 discussing Dynamic Method Definition and Replace Dynamic Receptor with Dynamic Method Definition.

    Refactoring Ruby - Ep 10 (Ch 6, pg 142 - 152)

    Play Episode Listen Later Feb 19, 2017 31:16


    Nadia and Saron continue discussing Chapter 6, covering the methods Introduce Named Parameter, Remove Named Parameter, and Remove Unused Default Parameter.

    Refactoring Ruby - Ep 9 (Ch 6, pg 133-142)

    Play Episode Listen Later Feb 12, 2017 25:30


    Nadia and Saron discuss three more refactoring methods in Chapter 6: Replace Loop with Collection Closure Method, Extract Surrounding Method, and Introduce Class Annotation.

    Refactoring Ruby - Ep 8 (Ch 6, pg 124-132)

    Play Episode Listen Later Jan 24, 2017 24:08


    Nadia and Saron look at Remove Assignments to Parameters, Replace Method with Method Object, and Substitute Algorithm.

    Refactoring Ruby - Ep 7 (Ch 6, pg 111-124)

    Play Episode Listen Later Jan 15, 2017 28:21


    Nadia and Saron continue Chapter 6 of Refactoring: Ruby, "Composing Methods." They discuss the Replace Temp with Query, Replace Temp with Chain, Introduce Explaining Variable, and Split Temporary Variable.

    Refactoring Ruby - Ep 6 (Ch 6, pg 101-110)

    Play Episode Listen Later Jan 8, 2017 22:10


    Nadia and Saron jump to Chapter 6 of Refactoring: Ruby, "Composing Methods." They discuss the Extract Method, the Inline Method, and Inline Temp.

    Refactoring Ruby - Ep 5 (Ch 2, pg 61-72)

    Play Episode Listen Later Jan 1, 2017 28:49


    Nadia and Saron finish off Chapter 2 of Refactoring: Ruby. They discuss problems with refactoring, when you shouldn't refactor, and how refactoring ties into design.

    Refactoring Ruby - Ep 4 (Ch 2, pg 51-61)

    Play Episode Listen Later Dec 25, 2016 27:24


    Nadia and Saron continue reading Chapter 2, Principles of Refactoring. They discuss the origin of refactoring, why and when you should refactor, why refactoring works, and how to broach the subject in the workplace.

    Refactoring Ruby - Ep 3 (Ch 1, pg 18-50)

    Play Episode Listen Later Dec 18, 2016 28:52


    Nadia and Saron finish off the refactoring example in Chapter 1.

    Refactoring Ruby - Ep 2 (Ch 1, pg 7-18)

    Play Episode Listen Later Dec 14, 2016 14:50


    Nadia and Saron begin refactoring the movie rental example in Chapter 1.

    Refactoring Ruby - Ep 1 (Foreword - Ch 1, pg 7)

    Play Episode Listen Later Dec 4, 2016 28:35


    Nadia and Saron start a new book — Refactoring: Ruby Edition. They discuss the Foreword, the Preface, and the first 7 pages of Chapter 1.

    99 Bottles - Ep 18 (5.5-5.7)

    Play Episode Listen Later Nov 28, 2016 23:58


    Nadia and Saron discuss Creating BottleNumbers (5.5), Recognizing Liskov Violations (5.6), and the Summary (5.7).

    99 Bottles - Ep 17 (5.2.5-5.4)

    Play Episode Listen Later Nov 20, 2016 25:10


    Nadia and Saron discuss Trusting The Process (5.2.5), Appreciating Immutability (5.3), and Assuming Fast Enough (5.4).

    99 Bottles - Ep 16 (5.2.3 - 5.2.4)

    Play Episode Listen Later Nov 13, 2016 19:09


    Nadia and Saron discuss Extracting BottleNumber (5.2.3) and Removing Arguments (5.2.4).

    99 Bottles - Ep 15 (5.1.3-5.2.2)

    Play Episode Listen Later Nov 6, 2016 24:06


    Nadia and Saron discuss Enumerating Flocked Method Commonalities (5.1.3), Insisting Upon Messages (5.1.4), Modeling Abstractions (5.2.1), and Naming Classes (5.2.2).

    99 Bottles - Ep 14 (5.1.1 - 5.1.2)

    Play Episode Listen Later Oct 30, 2016 23:57


    Nadia and Saron discuss Identifying Patterns in Code (5.1.1) and Spotting Common Qualities (5.1.2).

    99 Bottles - Ep 13 (4.8-4.10)

    Play Episode Listen Later Oct 23, 2016 25:22


    Nadia and Saron discuss Discovering Deeper Abstractions (4.8), Depending on Abstractions (4.9), and the summary to Chapter 4 (4.10).

    99 Bottles - Ep 12 (4.5-4.7)

    Play Episode Listen Later Oct 16, 2016 24:53


    Nadia and Saron discuss Seeking Stable Landing Points (4.5), Obeying the Liskov Substitution Principle (4.6), and Taking Bigger Steps (4.7).

    99 Bottles - Ep 11 (4.1-4.4)

    Play Episode Listen Later Oct 9, 2016 27:30


    Nadia and Saron start Chapter 4, 'Practicing Horizontal Refactoring'. They look at 'Replacing Difference With Sameness' (4.1), 'Equivocating About Names' (4.2), 'Deriving Names From Responsibilities' (4.3), and 'Choosing Meaningful Defaults' (4.4).

    99 Bottles - Ep 10 (3.7-3.8)

    Play Episode Listen Later Oct 2, 2016 27:47


    Nadia and Saron discuss Unearthing Concepts (3.7), and Summary (3.8).

    99 Bottles - Ep 9 (3.1-3.6)

    Play Episode Listen Later Sep 25, 2016 26:12


    Nadia and Saron discuss 'Listening To Change' (3.1), 'Starting with the Open/Closed Principle' (3.2), 'Recognizing Code Smells' (3.3), 'Identifying the Best Point of Attack (3.4), 'Refactoring Systematically' (3.5), and 'Following the Flocking Rules' (3.6).

    99 Bottles - Ep 8 (2.10-2.13)

    Play Episode Listen Later Sep 20, 2016 18:07


    Nadia and Saron discuss 'Writing Cost-Effective Tests' (2.10), 'Avoiding the Echo-Chamber' (2.11), 'Considering Options' (2.12), and 'Summary' (2.13).

    Claim Ruby Book Club Podcast

    In order to claim this podcast we'll send an email to with a verification link. Simply click the link and you will be able to edit tags, request a refresh, and other features to take control of your podcast page!

    Claim Cancel