Summary: The Pickaxe Book - part 1

Language consists of a system: Semantics studies the aspects of meaning. Syntax studies the structure, principles and relationships. Quick reference Structure: Read documentation (API) Debu...
0 Read More

Enhanced debugging for Stimulus

Enhanced debugging for Stimulus
This article was originally published on Rails DesignerStimulus has a basic debug mode that shows if Stimulus is running and lists which controller are initialized and connected. But when you work wit...
0 Read More

The Beauty of Ruby and Trees

There’s something magical about Ruby.Beyond the frameworks, beyond Rails, beyond technicalities like garbage collection, VM internals, or compilation steps — there’s an aesthetic pleasure in Rub...
0 Read More

The Testing Psyche

The Testing Psyche
I'm only seeing dots when my Ruby RSpec test suite is running. But a lot is going on in my brain.Are the failing tests related in an easy-to-fix way or not? These are either very easy to fix, because ...
0 Read More