by David | Sep 26, 2015 | Development, Environment
I was sure I had already made a post on this subject for my own reference but as it seems I haven’t here it goes. I’m not a great fan of passwords as I’ve got about three million or some such at this point so if there’s a way of not...
by David | Sep 7, 2014 | Automation, Development, Environment, Tooling, Tools
When working with git and node js you end up using the command line quite a lot. As a Windows grown developer this is kind of a strange sensation really, you quickly start to appreciate why those Linux guys constantly advocated the bash and you also understand...
by David | Aug 16, 2014 | Automation, Environment
I got it into my head earlier this evening that maybe I couldn’t reach my files that should be registered in the PATH variable because it had been truncated, after all when I ran ECHO %PATH% I did get a truncated text. However that is probably just due to the...
by David | Aug 10, 2014 | Deployment, Development, General, Tooling, Tools
There’s always that time when you set up a new environment and want to get to that file registered in %PATH%, like msbuild in the developers console or something. You Google or dir /s and eventually find that files but always wonder, is there...