Skip to content

Instantly share code, notes, and snippets.

@ndisampson
Last active January 24, 2025 14:26
Show Gist options
  • Save ndisampson/e0bed289ab576d7acf248be91fc0fb2d to your computer and use it in GitHub Desktop.
Save ndisampson/e0bed289ab576d7acf248be91fc0fb2d to your computer and use it in GitHub Desktop.

Given one of our video pages https://www.wired.com/video, how would you add infinite scroll to the page? So when a user scrolls down on the page, they get the next 12 most-recent videos. Please share your screen to write notes as we talk through your solution.

  • Please describe your implementation assuming this is a Ruby on Rails application.
  • Talk through all the parts of the application stack.
  • Feel free to focus on the parts of the stack where you’re most comfortable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment