Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
History
Music
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts123/v4/a1/a5/b9/a1a5b98e-5167-dbaa-595d-53c0594a16ee/mza_5743571937047922655.png/600x600bb.jpg
Ruby Book Club Podcast
Nadia Odunayo & Saron Yitbarek
75 episodes
2 months ago
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.
Show more...
Technology
RSS
All content for Ruby Book Club Podcast is the property of Nadia Odunayo & Saron Yitbarek and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
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.
Show more...
Technology
Episodes (20/75)
Ruby Book Club Podcast
Ruby Book Club Wrap Up
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.
Show more...
7 years ago
19 minutes 2 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 26 (Ch 8 pg 211-217)
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.
Show more...
7 years ago
27 minutes 41 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 25 (Ch 8 pg 203-211)
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.
Show more...
7 years ago
23 minutes 20 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 24 (Ch 8 pg 191-202)
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'.
Show more...
7 years ago
31 minutes 10 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 23 (Ch 7 pg 180-189)
Nadia and Saron finish Chapter 7! They discuss how Ruby implements hash functions and hash optimisation in Ruby 2.0.
Show more...
8 years ago
18 minutes 58 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 22 (Ch 7 pg 166-180)
Nadia and Saron start Chapter 7. They talk about hash tables, including how we save and retrieve values from them, hash collisions, and rehashing.
Show more...
8 years ago
21 minutes 34 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 21 (Ch 6 pg 155-165)
Nadia and Saron discuss constant lookup and finish off Chapter 6.
Show more...
8 years ago
35 minutes 45 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 20 (Ch 6 pg 146-155)
Nadia and Saron discuss Module#prepend and dive deeper into how modules and submodules behave.
Show more...
8 years ago
25 minutes 34 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 19 (Ch 6 pg 142-146)
Nadia and Saron discuss the global and inline method caches, including modules into classes and one another.
Show more...
8 years ago
24 minutes 24 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 18 (Ch 6 pg 133 - 141)
Nadia and Saron start Chapter 6! They discuss how Ruby implements modules and the method lookup algorithm.
Show more...
8 years ago
23 minutes 30 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 17 (Ch 5 pg 125 - 131)
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.
Show more...
8 years ago
27 minutes 24 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 16 (Ch 5 pg 115-125)
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.
Show more...
8 years ago
21 minutes 53 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 15 (Ch 5 pg 108-115)
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.
Show more...
8 years ago
25 minutes 33 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 14 (Ch 4, pg 99 - Ch 5, pg 108)
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'.
Show more...
8 years ago
27 minutes 13 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 13 (Ch 4, pg 90-99)
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.
Show more...
8 years ago
33 minutes 44 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 12 (Ch 4, pg 86-90)
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.
Show more...
8 years ago
34 minutes 19 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 11 (Ch 3 & 4, pg 75-86)
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.
Show more...
8 years ago
19 minutes 51 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 10 (Pat's Notes)
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.
Show more...
8 years ago
13 minutes 59 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 9 (Ch 3, pg 67-75)
Nadia and Saron look at local and dynamic access of variables in chapter 3 of Ruby Under A Microscope.
Show more...
8 years ago
39 minutes 3 seconds

Ruby Book Club Podcast
Ruby Under A Microscope - Ep 8 (Ch 3, pg 61-66)
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.
Show more...
8 years ago
30 minutes 41 seconds

Ruby Book Club Podcast
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.