scala-logo The most part of time when I'm coding I use Java. So it's my main programming language. It satisfies me in all aspects, but I notice that Java is too verbose sometimes. That's why I have switched to Scala. So all free time I spend now for learning Scala. I'm going to publish some notes in my blog, hence you are welcome to visit new page of my blog which will be dedicated to Scala. The first serious article will be about Scala OOP.

Hibernate-logo Not so long time ago I have to work with in-memory database. This activity was related to integration testing. As you know, it is a normal practice to use in-memory data bases for the integration testing. There are several reasons for this: portability, well grained environment infrastructure, high performance, consistency of original data base.

Close