Posts | Benjamin Rae

All the articles I've posted.

  • The Joy of Tinkering

    Published: at 11:59 PM

    Discover the joy of tinkering. Inspired by a post I read on the habits of great software engineers, I try to explore what I think it means to be a tinkerer and why I think you should be one too.

  • Creating A Portable Git Config (.gitconfig)

    Published: at 11:59 PM

    I got sick of having to change my Git configuration regularly for different machines, depending if I was working on a personal or a professional project, so I decided to sit down and create a portable Git config file.

  • Make your Node package executable

    Published: at 07:59 PM

    As I was working on a kata, as I do in my spare time, yeah, I'm a loser. I realised that I didn't know how to make my Node applications executable. So I decided to find out how and share it with you.