TL;DR Recently I've been hit by my laptop failure. I use it mostly for work related programming but it's my general computer as well. It took me 2 hours to go back to fully functional state with an older but still powerful desktop. It's not that bad, is it. Too long The main idea behind … Continue reading Hardware failure won’t stop me
Month: February 2016
Working remotely is great
2016 has brought many changes. One of these is my remote position for Particular Software. This post will cover some of aspects of my working remotely and won't cover me working for Particular per se. Transport I work fully remotely. I don't need to travel for 40 minutes to 1 hour in one direction just … Continue reading Working remotely is great
TeamCity queries with powershell (for sake of healthy develop)
In the last entry I've shown how to create a PowerShell based git hook, passing following parameters to the hook for sake of validating it. The parameters were: $local_sha - the signature of the local commit $remote_ref - the remote branch name $remote_sha - the signature of the remote commit This is more than enough … Continue reading TeamCity queries with powershell (for sake of healthy develop)