1 Mar
2014

rake, psake, grunt, gulp, jake, make, cake, brunch, ant, bash, maven, or fabric. as long as you putOnAHelmet

Category:General PostTag: , :

A standard task I began placing in my projects lately is one that easily integrates with my build tool of choice (rake, psake, etc…) and when run, installs a git pre-commit hook into my local copy of the repo that will run tests before code is committ. I’ve fancied calling the task putOnAHelmet. Come checkout […]

Read More
16 Feb
2014

10 Tips for Nailing UI Voice and Style

Category:General PostTag: :

Clearly and concisely articulating oneself through writing can open professional opportunities you never even knew existed. That clarity and conciseness really only comes with practice, but we can all use some great tips to get us started. This quick-tips writing poster came through my email recently and I tracked down it?s creators, Kylie Hansen and […]

Read More
15 Feb
2014

Segregate your code commits into tiny topical changes.

If your not using source control for your coding projects, get off my lawn. 😛 (#JustHadToSayIt) Now that I’m only reaching people who use source control (serious developers), I’d like to ask that you focus hard to only commit changes that belong to a single topic at a time. Think SRP for code commits/check-ins. What […]

Read More
17 Jan
2014

Awesome talks

There are a lot of screencasts, recordings of user group gatherings and conference talks available online. I try to commit myself watching at least two new talks every week, and I’ve been doing this for quite some time now. I created this list of online talks that I really enjoyed watching. I’ll also be updating […]

Read More
2 Jan
2014

Clojure Kata #2 – The Bowling Game

Category:UncategorizedTag: :

As mentioned in the previous blog post, I?ve been learning Clojure and I decided to do so while practicing a couple of coding katas. The second kata that I want to walk through is the bowling game. First, we needed to decide which testing framework to use. Our choice fell on Midje, whose syntax looked […]

Read More