Pushing new repository to gitolite server
I am playing around with git and gitolite recently. Setting up a git server using gitolite is very simple. Authentication is done using ssh, configuring the repositories can all be done from the client...
View ArticleContinuous Deployment: Zero-Downtime Refactorings
Over at Kreuzverweis we have been practicing continuous deployment from the very beginning and also dam simple is continuously deployed. The theory of continuous deployment is, e.g., described by...
View ArticleScala Dynamics at Work: A KISSmetrics Library
With Scala 2.10 a pretty cool feature is available by default (it was available as an experimental feature before), namely Scala Dynamics. With Scala Dynamics, you can intercept calls to non existing...
View ArticleLazy Migrations in MongoDB with Scala Salat
In this post I’ll outline how we perform lazy migration with MongoDB using Salat, a case class serialization library for Scala. Salat in conjunction with a REST-like storage layer make for a very good...
View Article