Articles sharing what I've discovered. I hope they make you more awesome!
They Are Not Resources – We Are People
September 29, 2012
Headcount, resources
chat leadership teamwork
“Debugger” Statement Makes Javascript Development Easier
September 27, 2012
JavaScript debugging is challenging. Our favorite language has a big help - it’s the “debugger” keyword.
code frontend
My 5 Year Old Daughter Learns to Program
September 12, 2012
Being a life-long programmer I always wondered how I could share my passion for building software with my child.
code frontend learning
Google Chrome Dev Tools Pro-Tips
August 25, 2012
Not only is Chrome an exceptional web browser, it’s a built-in expando debugger.
code frontend
Date Handling in JavaScript is Hard – Make It Easy With Moment.js
April 10, 2012
I have several web app projects that all deal with timestamps. Dealing with all this stuff is horribly boring. Moment.js makes is easy!
code frontend tools