Motivation – A High Five in Agile and Exercise

I’ve been exercising the last 4 weeks and today I had a bit of a ah-ha moment on my morning run. Starting a running routine is tough work, and I get frustrated often when I cannot make my goal and have to slow down. However, there are a few things I do that have helped [...]

Brain Dump Post

I don’t have anything really planned for this post so I’m just gong to brain dump for a while. I could start with some interesting weather updates – it’s been raining. This is really good for our area and I think I’ll get out tomorrow (weather allowing) and burn some stuff I’ve had in the [...]

Reusing Tools From Subversion Controlled Directories

Sometimes I want to take a tool from one project that is under subversion and use it in another. The problem is with the existing .svn directories. Because the files are already in one repository, copying directly from there to another project will cause conflicts in the other repository. There are quick and easy ways [...]

Getting Started with Basic Agile Development – The Technical

I recently helped a friend out with the technical side of going “agile”. This meant setting up some project source control and automation for build and test. I have a pretty advanced automation setup on most of my projects right now. It’s far from perfect (I don’t have nightly releases being tagged, etc), but it [...]

CodeKata Blog

A friend of mine recently mentioned the idea of doing a code dojo – getting together with other professional programmers and writing code to throw away. The code is not written to address any specific problem, but to teach everyone good programming practices. It’s great to know theory in computer science, but to practice it [...]