Jim Fitzpatrick Under-minding your assumptions This is about understanding that once one of your assumptions is wrong you have to assume there are others wrong also. Lately I was working to reconfigure a service which we had let slip out of date. ... Documentation Team Work May 4, 2021
Jim Fitzpatrick Projects are not just the end result What real is a project? In this post I will use the simpler example of git-grab to try explain how projects grow really complex before you even know whats happened. If you have not read the first post... Git-grab Programming Apr 5, 2021
Jim Fitzpatrick How to use Git revert This post is about getting a working knowledge of git revert and how/why it may be used. The target will be to gain a working knowledge of how to use git revert to roll back unwanted changes to a bran... Programming git Jan 13, 2021
Jim Fitzpatrick Git-grab, a side project introduction Git-grab is a side project that I work on in some of my spare time. It is an CLI tool written in python for managing git repos locations locally and here are some usefully links for getting started. I... Git-grab Programming Python Dec 9, 2020
Jim Fitzpatrick GoLang Unexpected Looping Behaviour To set this up, we are going to be working with a list of objects. Each item in this simple case only have a name. And the list is super large at four items long. On each of the items in the list we w... GoLang Programming Nov 19, 2020