cleaning the campground
January 10, 2015If you work in a code base with many other contributors, you may have learned the scouting philosophy to “leave the campground cleaner than…
If you work in a code base with many other contributors, you may have learned the scouting philosophy to “leave the campground cleaner than…
I was recently fixing a failing test and discovered that Ruby and Rails implement and in confusing and occasionally opposite ways. In…
Many developers embrace test-driven development (TDD) as an ideal but rarely put it into practice. I often find myself writing code that…
I recently upgraded my home hardware from an Asus 10.1” netbook to a 15” MacBook Pro, and once I adjusted to being able to open more than…
“Nothing is miserable unless you think it so; and on the other hand, nothing brings happiness unless you are content with it.” —Buddha In…
I have once more been working my way through Sandi Metz’ Practical Object-oriented Design in Ruby (POODR) for a few weeks, and developed a…
Last year, I was wrapping up a stint at code school, and I picked up the challenge of building a programming language. It was a very large…
4 phases: Understand the problem - see clearly what is required Find connections and make a plan Carry out the plan Look back at the…
I am working with a data dump from a meteor project, and while retrieving and displaying the existing collection was no problem at all, I…
Sorting shouldn’t be difficult, but through my experience learning meteor I discovered that if mongo likes sort commands one way: meteor…