Hello! I'm Ross. I build web apps.

My name is Ross Kaffenberger.

I share what I learn about building software with Ruby on Rails.

Check out my old posts, series, talks, and projects. You can also connect with me on GitHub, Twitter, and Medium.

Extracting data from an API can get messy once pagination is involved. We'll look at a few ways of dealing with this complexity, including "recursive each" and Kernel#to_enum method to enumerate paginated resources