GoLang AWS SQS Poller

January 28, 2017

I recently took up learning Go. While trying to find something to rewrite I go, I noticed at work that we had a poller running in ruby that would take messages out of a SQS queue and pass them along to another server. This small project seemed like the best thing to rewrite. It is a considerably small service and I was able to map out everything in about 2 hours. ... Read more

Dynamic Vagrant Shares

May 14, 2014

At SugarCRM, we are deploying Vagrant stacks as part of the DevOps Initiative. How ever we ran into a few problems with defining shares. Since no two engineers work the same or have the same setup we couldn't define shares that were hard coded in the Vagrantfile. We had to come up with a way to do shares that end user could customize easily. While looking for solutions someone pointed out that the Vagrantfile is just Ruby and we could use YAML to define the shares. ... Read more

© 2017-2019 h2ik | Build With Hugo