Blogs

Developer success == individual * environment - Code with Jason
In my experience, one of the common characteristics of a bad developer environment is chaos. There’s no development methodology, there’s no issue tracking, there’s no intelligent long-term project planning. Everybody just kind of does stuff.If a r...

Turn off the bits of Rails you don't use - Andy Croll
The Rails Framework consists of multiple subsystems that work together. The names of these systems typically begin with “Action” or “Active” e.g. Active Record, Active Support, Action Pack, etc.You can see the individual component gems as director...








Ruby Garbage Collection Deep Dive: Generational Garbage Collection | Jemma Issroff
This is the third post in the Ruby GC Deep Dive series. It’ll make most sense if you check out the previous two first:GC::INTERNAL_CONSTANTS lays out necessary definitions to understand the Ruby Object SpaceTri-Color Mark and Sweep explains the ov...