• Windows bash git and execute permissions

    In Go development it’s important to be able to connecting ussing SSH with github if that is where your  sources are. A very good explanation of hooking up visual studio code using SSH with github using Pageant and Putty can be found on http://www.cgranade.com/blog/2016/06/06/ssh-keys-in-vscode.html Next to that, on Windows the file permissions for running scripts…

  • The developer font: Fira code

    Programming for such a long time and only now found the Fira Code font. Some screenshots to show how nice this looks. Example for an if statement where we check for nil, using a “not same” or “not equal”: if err != nil { continue } The != sign reads as a not equal character.…