Grab Bag of Ruby and Ruby on Rails Tricks
Play
12:35 CC

Grab Bag of Ruby and Ruby on Rails Tricks

#158 Nov 4, 2018 free
In this episode, we look at various tips and tricks.

Importing and Exporting CSV Data
Play
5:33 CC

Importing and Exporting CSV Data

#35 Jun 26, 2016 free
Basics on importing and exporting CSV Data using Ruby and without gems.

Interview with Riaz Virani
Play
20:30 CC

Interview with Riaz Virani

#188 May 15, 2019 free
Riaz talks about his experience with organizing and hosting the Atlanta Ruby Users Group meetup. We discuss sponsors, hidden costs of hosting meetups and general tips for guests.

Emojis from Scratch
Play
19:35 CC

Emojis from Scratch

#227 Feb 2, 2020 free
In this episode, we look at attaching emojis to our comments model, allowing them to fill in some emotional cues.

Benchmark Ruby Code
Play
12:39 CC

Benchmark Ruby Code

#262 Oct 4, 2020 free
It's easy to accidentally write slow code in our applications. In this episode, we look at how we can benchmark our code and examples of some methods which are slower than others.