Some neat Vagrant tricks

I've been using Vagrant for a while now (though I'm not a Vagrant expert at all) and I've found myself setting some configuration over and over again as well performing some tasks on every new virtual machine the very same way I'd do on a physical one. Things I like to set on a new… Continue reading Some neat Vagrant tricks

On commenting code: external vs internal documentation

In my day job, I sometimes have to write scripts in order to automate things that either happen too often to be handled manually or need to be handled in the shortest amount of time possible.But more often, I am tasked with modifying the behavior of an already existing script and/or adding new functionalities.Needless to… Continue reading On commenting code: external vs internal documentation