Tuesday, August 2, 2011

Setup Maven checkstyle plugin

When your project start to grow and new developers join your team you need keep your project from turning into a mess. One of steps to avoid it - bringing style conventions. In this post I will describe how to setup a Maven plugin that checks style of your project's code. Installing and configuring should take no more than three hours.

Thursday, July 28, 2011

How to migrate from git to Mercurial

In this post I'll describe how to migrate from git to Mercurial. In all this process should take approximately 20 minutes.

Sunday, July 3, 2011

Create runnable Scala .jar with Maven

Hello.


Today I want to describe how you can create executable jar file with Maven, so you can build it and run on any computer, even without Scala installed there.


Tuesday, June 28, 2011

How to create reStructuredText docstring stubs in PyCharm

In this post I'll give a little advice how to configure PyCharm IDE to create reStructuredText docstrings.