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
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
18 Dec
2013

Format your .Net exceptions to see the StackTrace.

TL;DR Check out a dinky little Exception Message Beautifier site I threw together so you can quickly format .net exception messages and easily see the StackTrace.   Go to the site: CLICK HERE   Background Over the years, I?ve worked on projects where application exceptions were saved to a SQL database. When querying the logs […]

Read More
29 Nov
2013

Convert an existing WinJS app to use TypeScript

Category:General PostTag: :

I recently published a little sample project up in the ToTypeScriptD github organization that walks through converting a new Windows 8 WinJS application to TypeScript. It’s intended to show some of the basic first steps it takes to convert a project over to TypeScript and also how you can leverage ToTypeScriptD to help automatically generate […]

Read More