Creating a RabbitMQ test setup with vagrant
In this post I’ll provide a writeup on how I created a test setup for a project I’m working on. The project uses RabbitMQ to distribute tasks to a worker, and the production system is a cluster of...
In this post I’ll provide a writeup on how I created a test setup for a project I’m working on. The project uses RabbitMQ to distribute tasks to a worker, and the production system is a cluster of...
In this post I show how to install and use veewee to create a new base box for vagrant. Then I’ll show how to use this new base box to create a vagrant setup. Installing to a ruby rvm gemset D...
In this post I’ll explore how groovy may be used to script Windchill PDMlink. Setting up the classpath To have acces sto the PDMlink libraries, I’ll add a locally mounted codebase directory to ...
I finally came around to switch from bash to zsh. While reading hacker news I found a nice little setup on github: oh-my-zsh Installation Installation was quite easy: $ brew install zsh $ c...
In my constant task to hone and resharpen my tools, I’ve started some experiments with groovy. Groovy is a scripting language which runs on top of the JVM like Jython or jRuby. But unlike other...