ToolsA picture is a thousand words. GreenShotAs a developer, taking screenshots has been a recurrent need for me. Whether it’s to demonstrate something to a colleague, include it in a…
Tips, ToolsListing global npm installed packagesNow that yarn is all the hype, I am guessing a lot of people would want to reinstall their global packages using yarn. In order to find the…
Tools, DockerTeamcity agent as Docker containerUpdating teamcity agents with external project dependencies (e.g. gulp cli or nodejs version) can be a pain, especially if you have many…
Tools, Security, TipsRemoving sensitive data from githubToday I accidentally pushed a commit containing an API key to github. It wasn’t an important API key, but could be. Reverting the commit…
ToolsNVM is hands down the best way to install nodejsWith NodeJS rapidly releasing newer version since the node community got back on its feet, it is now necessary to have an easy way to…
Tips, ToolsRemoving remote and local git tagsWhen I first set up a teamcity build server I thought it would be a good idea to tag my git commits with the build number that teamcity…
Tools, TipsGit rerere to the rererescueWhen working on a feature branch you are sometimes isolated by all the fun that happens on the develop and master branches. You are…
Tips, ToolsBatch resize pictures on Mac using PreviewResizing images can be a tedious task, especially if you have a large batch of them. But with the help of Preview on Mac, it’s a breeze…