Our original panel podcast, Ruby Rogues is a weekly discussion around Ruby, Rails, software development, and the community around Ruby.
RR 376: "Ruby Performance" with Nate Berkopec
August 21, 2018
1:06:24
64.24 MB
Downloads: 0
Panel:
- Charles Max Wood
- Eric Berry
- David Richards
- Nate intro
- Ruby and Rails
- Was on Shark Tank
- What led you into Ruby performance?
- Always enjoyed the easily quantified parts of development
- Performance work is very cut and dry
- Why do you love Turbolinks?
- 100ms to Glass with Rails and Turbolinks – Turbolinks article
- The beauty of Turbolinks
- The Complete Guide to Rails Performance
- The two benefits to performance work
- Making things scalable and back-end
- End-user experience
- Compiling JavaScript
- Does Ruby performance on the back-end really matter for the majority of cases?
- Making the experience feel faster
- Search
- Admin actions
- What would you do when you have a N+1 query problem?
- Finding a N+1 and fixing it on the back-end
- How he fixes an N+1
- Bullet gem
- And much, much more!