How to cleanup your docker registry
After running our own private docker registry for a while, we identified the problem that it never forgets its images.
After running our own private docker registry for a while, we identified the problem that it never forgets its images.
I did a short presentation (1.5 h) on functional programming with Scala for the software development teams at one of our customers.
We recently developed a multimedia learning application for video based training, which I presented at Emberfest 2013.
One of the best practices for installing RVM (BTW: one of the greatest tools available when working with Ruby) is to install it as regular user (and not as r...
The Ruby Version Manager (RVM) is a great tool if your Ruby and Rails applications are based on different versions of Ruby and/or use different gem sets.