Don't be so hasty to jump straight into prototyping with code...
Month: November 2017

Episode #506: Whole Values in Rails with Justin Weiss
In this long-requested episode, guest chef Justin Weiss returns to teach you how to integrate the Whole Value pattern into Rails applications.

Episode #505: Subprocesses Part 15: Capture
Ruby's backtick operator is great for quick-and-dirty output capture, but what do you use when you need more power?

BRUNCH #40
Technical interviews, static vs dynamic, and functional programming definitions.

Episode #504: Disposable Object
Treat your objects as disposable to cut down on mutable-state-based bugs.

Episode #503: Subprocesses Part 14: Advanced Wait
Learn the nuances of Ruby's Process.wait, Process.wait2, and Process.waitall system calls, and how to choose between them based on your use case.