Wayne Allen's Weblog
pragmatic agility
-
Portland, OR XP Users Group Meeting - Mar 8
XPDX is having their next meeting Tuesday March 8. If you are in the Portland, OR area next week come on by. My buddy Mark Clerget is going to talk about running an agile project in a government environment. This post is a result of some of the work they did to fit into the culture of the existing PMO.
-
Published in Cutter IT Journal
My article on peer reviews has finally been published by Cutter IT Journal. Unfortunately a subscription is required to view it. I'm working on making it available freely.
-
Engineering, Craft or What?
Patrick Logan writes about the debate regarding whether software development is a craft or engineering. He has an interesting spin in that what makes software seem "craft-like" is the informalities.
-
David St Lawrence on Self Publishing
David St Lawrence has a series on the ongoing process of self publishing his book "Danger Quicksand - Have A Nice Day". Since I look into self publishing every few years or so for myself or clients I am finding David's ideas and resources to be right on target, not to mention that the self publishing option seems to be getting better every year. If you are remotely interested in this topic you need to read part I, part II and part III and any future posts.
-
Clarke Ching's Secret Ingredient
A teaser from Clarke's book. If you want to know what the secret ingredient is take a look at his Sticky Minds article.
-
Watch Out World - I'm now Certified!
Just got word today that I am now a Certified Scrum Master!
-
Why Technology Kingdoms Rise and Fall
My guild brother Mark Clerget has a great post about Why Technology Kingdoms Rise and Fall.
-
Variable Naming (Hungarian revisited)
A friend asked me today if I preferred to add a scoping prefix to variable with class scope like so:
-
Extracting Column Names for a Table in SQL as a CSV String
I had a need (creating CSV BCP files) that required knowing the column names of a MS SQL table in the order they were created. Some inspiration from Mark Clerget and a little fooling around with SQL Query Analyzer resulted in the following.
-
Approaching System Boundaries with TDD
Bill Caputo has a wonderfully clear explanation of how to address questions regarding using TDD at system boundaries.