VSCode & PHP XDebug from Localhost, WSL2 and Docker containers
VSCode seems to be one of the up and coming IDEs over the last year. I personally switched from Jetbrains IDEs to VSCode fo most of my development work at some point in 2020. Apparently up until now I have avoided running the PHP debugger Xdebug. I had to do a little search around to…
dockerit v0.0.5 (Easier than docker run)
dockerit is a small CLI tool that I have been working on during the start of 2021. It’s intended to make running one off commands and CLI tooling easier in docker. Rather than having to write a long string of parameters for docker run, instead you can just use dockerit. This applies to both CLI…
Programmatically convert Github master branch to main
Back in 2020 Github said that the default settings for new repositories would change. On Oct. 1, 2020, any new repositories you create will use main as the default branch, instead of master Some blog post on Medium Github provided some advice for renaming branches focused around how this can be done in the UI.…
Testing WDQS Blazegraph data load performance
Toward the end of 2020 I spent some time blackbox testing data load times for WDQS and Blazegraph to try and find out which possible setting tweaks might make things faster. I didn’t come to any major conclusions as part of this effort but will write up the approach and data nonetheless incase it is…