My Posts

Tackle the difficult problems first with #MonkeyFirst

I was listening to the audiobook for “Questions Are the Answer” by Hal Gregerson and it mentioned an approach used by the X lab at Alphabet nicknamed “MonkeyFirst”.


Read More

Consensus 2019 - Conference Notes

These are my notes from attending the Consensus 2019 conference in New York - there is a good chance that some of the notes I made are incorrect.


Read More

Lazy programmers can be the most productive

There is often a work culture that you should be busy all the time - if you are a programmer you should always be typing and producing code. Programming is a mental process and so requires thinking. Sometimes a little thought upfront saves a lot of pain and work down the line.


Read More

A clear desk helps avoid being the bottleneck

I really like Seth Godin’s blog - I could easily link to his posts every day - however occasionally a post really stands out for me. A recent post called Bottlenecks had an interesting observation that was a different way of thinking about them.


Read More

Technical debt is like Tetris

This article uses a really neat analogy with Tetris for illustrating the impact of technical debt. Leaving gaps is akin to leaving technical debt in the code base and makes subsequent changes more difficult or slower to ship.


Read More

Empowering problem solvers - not offering solutions

There is a natural reaction for people when faced with a problem to offer solutions. This can be especially true for managers.


Read More

It always pays to leave well

When someone leaves a company there are two sides to it.


Read More

How to run a planning workshop

We have just completed a two week exercise with the whole development team to identify, design and estimate the next phase of work. It started as an organic process as we found the best way to do this and then developed into a repeatable process for the latter functionality.


Read More

The battle of real versus artificial deadlines

This excellent article looks at the different types of deadlines and the impact they have. The key point for me, and not something I had seen previously defined, is the distinction between real and artificial deadlines:


Read More

Places to name things

This one is just for future reference for me that I may find useful one day - a website full of resources that may be useful for naming things.


Read More