Subscribe to masimplo.com

Stay up to date! Get all the latest & greatest posts delivered straight to your inbox

Tools

A collection of 8 posts

A picture is a thousand words. GreenShot cover image
Tools

A picture is a thousand words. GreenShot

As a developer, taking screenshots has been a recurrent need for me. Whether it’s to demonstrate something to a colleague, include it in a…

Listing global npm installed packages cover image
Tips,  Tools

Listing global npm installed packages

Now 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…

Teamcity agent as Docker container cover image
Tools,  Docker

Teamcity agent as Docker container

Updating teamcity agents with external project dependencies (e.g. gulp cli or nodejs version) can be a pain, especially if you have many…

Removing sensitive data from github cover image
Tools,  Security,  Tips

Removing sensitive data from github

Today I accidentally pushed a commit containing an API key to github. It wasn’t an important API key, but could be. Reverting the commit…

NVM is hands down the best way to install nodejs cover image
Tools

NVM is hands down the best way to install nodejs

With NodeJS rapidly releasing newer version since the node community got back on its feet, it is now necessary to have an easy way to…

Removing remote and local git tags cover image
Tips,  Tools

Removing remote and local git tags

When 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…

Git rerere to the rererescue cover image
Tools,  Tips

Git rerere to the rererescue

When working on a feature branch you are sometimes isolated by all the fun that happens on the develop and master branches. You are…

Batch resize pictures on Mac using Preview cover image
Tips,  Tools

Batch resize pictures on Mac using Preview

Resizing 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…