dick.codes
rails ruby learning career product tools workflow postgres performance ai opinion personal fitness

Showing posts tagged with ruby

View all posts

Improving Your Development Cycle with REPLs

rubytoolsworkflow

Iterate faster by using vim, tmux, and vim-slime to write and debug your code in a Read, Eval, Print Loop (REPL).

Polymorphic Relationships in ActiveRecord

railsruby

Discover how polymorphic relationships in ActiveRecord can elegantly separate billing accounts from collaborative groups - a practical guide based on real-world implementation.