Media Summary: Ruby's current memory model assumes all objects live in fixed size slots. This means that object data is often stored outside of the ... Programs which manipulate other programs are extremely fun and incredibly powerful. To write them, we need a way to represent ... Problem Solving Through Pair Programming by Emily Harber Pair programming is your best tool for getting new team members ...
Rubyconf 2021 The Algorithm Ate - Detailed Analysis & Overview
Ruby's current memory model assumes all objects live in fixed size slots. This means that object data is often stored outside of the ... Programs which manipulate other programs are extremely fun and incredibly powerful. To write them, we need a way to represent ... Problem Solving Through Pair Programming by Emily Harber Pair programming is your best tool for getting new team members ... Elle Meredith In this talk we will discuss A Guided Read of Minitest by Nate Berkopec Minitest is a testing library of just 1500 lines of Ruby code. By comparison, Rspec ... Like most web applications, you run important jobs in the background. And today, some of your urgent jobs are running
By, Dinshaw Gobhai Sequential workflows are easy to write (top down), but hard to write well. State machine workflows start to ... Extremely Defensive Coding by Sam Phippen Defensive programming is one of those abstract ideas that seems great but is often ... Ruby has some of the best tooling in the business for working with iteration and data series. By leveraging its full power, you can ...