Writing on the Wall: Custom Whiteboards for Your Office

Back in September we outfitted out or office with walls full of long-awaited whiteboards. Whiteboards are great for brainstorming, and they make it easier[..]

Mark Van Holstyn

Clean Commits

Clean code is important in an agile environment. It's courteous to leave clean, expressive code for the next developer who has to dig through it. When[..]

Chris Rittersdorf

How Violent Is Your Communication?

I am in the process of reading a book that I am very excited about, "Coaching Agile Teams" by Lyssa Adkins. The reading is slow-going because each[..]

Paula Mierendorf

TextMate Evernote Clipper

I’m a really big fan of Evernote. It lets me loosely organize things I find important without much hassle. Not only does it support basic text notes, but[..]

Zach Dennis

Chinese Proverb

Recently while reading I found a venerable chinese proverb that reminded me of the our team here at MHS:

Zach Dennis

Celebration Retrospective

Recently, we finished a few large projects and headed off-site to celebrate and retrospect with ice cream from The Parlor at Cherry Hill Market. Thanks[..]

Paula Mierendorf

UNIX tee in real life

tee is a pretty sweet little unix utility that allows you to copy standard output and make a copy of it to one or more files. For example, let’s say that[..]

Zach Dennis

GLSEC 2009 Talk - Driving Behaviour w/ Cucumber

Last Tuesday I had the pleasure to speak at the Great Lakes Software Excellence Conference (GLSEC) about behaviour driven development (BDD). The topic of[..]

Zach Dennis

MHS volunteers at Givecamp

Our entire team of software developers at Mutually Human participated last weekend in GRGivecamp , which is a weekend initiative to build sites for[..]

John Hwang

Local Prototype JS API Docs

I like to have useful information accessible to me at a moment’s notice. I’m a fan of Sam Stephenson’s Prototype library and I really like the layout and[..]

Zach Dennis

Finding unmerged commits with git-unmerged

git-unmerged is a tool that helps you find commits that have not been merged into an upstream branch like master or origin/master. It displays useful[..]

Zach Dennis