RailsConf 2022 - Experimental Patterns in ActiveRecord by John Crepezzi

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=-nrQDbRK5TM



Duration: 32:34
140 views
5


ActiveRecord provides a great deal of flexibility and speed of implementation for developers making new apps. As our teams and codebase grow and our services need to continue to scale, some of the patterns we use can start to get in our way. We've seen a bit of that at GitHub, and as a result have been experimenting with some new ways to work with ActiveRecord queries, reduce N+1s, and isolate model details.

In this talk, I'll go over some the problems we've been facing, cover how we've been addressing them so far, and show some new experiments & patterns I've been working through.




Other Videos By Confreaks


2023-01-16RailsConf 2022 - Pictures Of You, Pictures Of Me, Crypto Steganography by Sean Marcia
2023-01-16RailsConf 2022 - Reflecting on Active Record Associations by Daniel Colson
2023-01-16RailsConf 2022 - More Engineers, More Problems: Solutions for Big Teams - Chime -
2023-01-16RailsConf 2022 - Building a diverse engineering team - Wrapbook - Zaid Zawaideh & Jessica Lawrence
2023-01-16RailsConf 2022 - Opening Keynote: The Journey to Zeitwerk by Xavier Noria
2023-01-16RailsConf 2022 - The Little Engines That Could by Mina Slater
2023-01-16RailsConf 2022 - Ooops! You named it wrong. What now? by Ian Norris & Melissa Hunt Glickman
2023-01-16RailsConf 2022 - A Rails Developer’s Guide To The Ruby VM by Maple Ong
2023-01-16RailsConf 2022 - Ruby Archaeology by Nick Schwaderer
2023-01-16RailsConf 2022 - Keynote: A tech görl origin story by Crystal Tia Martin
2023-01-16RailsConf 2022 - Experimental Patterns in ActiveRecord by John Crepezzi
2022-12-05PSHSummit 2022 - Trauma Informed SRE by Lesley Cordero
2022-12-05PSHSummit 2022 - Publishing and Managing Modules with an Internal Repository by Kevin Marquette
2022-12-05PSHSummit 2022 - Debug Now! Zap bugs out of PowerShell by Jaap Brasser
2022-12-05PSHSummit 2022 - Azure Functions PowerShell: The Missing Manual by Justin Grote
2022-12-05PSHSummit 2022 - PKI for Mere Mortals by James Ruskin and Stephen Valdinger
2022-12-05PSHSummit 2022 - Succeed in PowerShe'll: Optimize-Career-ErrorAction Continue - Panel
2022-12-05PSHSummit 2022 - PowerShell For Every System by April Edwards
2022-12-05PSHSummit 2022 - PowerShell Tooling by Steven Bucher
2022-12-05PSHSummit 2022 - Idempotence isn't a dirty word by James Ruskin
2022-12-05PSHSummit 2022 - I like good Docs, and I cannot lie by Stephen Vaidinger



Tags:
RailsConf
Rails
RubyonRails
DHH