Jim Fitzpatrick Know Your Editor There are many editor's and IDE's out there that people can use. I don't want to say what you should use, that's up to you. What I am going to say is use their features to your advantage. For me ther... Editors Programming Tooling Jun 21, 2021 Programming
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 Programming
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 Programming
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 Programming
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 Programming