Ale, music and enjoying life.
Change config file Depending on your Git setup (mines Git for Windows). You’ll need to locate your .gitconfig file (mine’s %userpath%/.gitconfig and make the necessary changes below. Note that the “prompt = false” stops the Y/N prompt for each difftool file compare in the…
Docker As part of a project myself and a colleague were about to commence work on he’d created a docker image of a lightweight Linux image serving SFTP endpoints to replicate the Dev eco system. It was working like a dream. We were setting…
Mocking a Cast on a Mocked Interface The Setup var mockedInterface = new Mock<IInterface>(); mockedInterface.As().Setup(i => i.MethodOnTheInterface()); Easy as that! Been working with Moq a fair bit recently. Some other Moq tips and tricks here.
A wet July day Off the train at Hebden Bridge at around 7 to be met by a torrent of rain. Dashing down the high street and into the new (?) Vocation pub where we meet up with the usual crew for a rather…
404 Not Found on http.get request I was playing around with Angular and rather than calling a fully blown API endpoint I was using a sample JSON file within an API folder in my solution. Despite pointing the http.get at the correct location and…