Articles, Home

Jakarta EE Projects Summary

Some people were complained that it’s difficult to find information about all Jakarta EE projects and their transfer status. I collected this information in the table below. For today it’s the most…

Articles, Home

From Java to Kotlin and Back Again

Kotlin is popular, Kotlin is trendy. Kotlin gives you compile-time null-safety andless boilerplate. Naturally, it’s better than Java. You should switch to Kotlin or dieas a legacy coder. Hold on, or maybe you shouldn’t? Before you start writing in Kotlin,read the story of one project. The story about quirks and obstacles becoming soannoying that we decided to rewrite.

articles home

Java 8 idioms

A collection of short explorations that invite you to rethink the Java conventions you have come to take for granted.

articles home

Java & Docker: Java 10 improvements strengthen the friendship!

Till JDK 10, running java applications in linux containers was a bit tricky and requires additional setup to avoid surprises. These issues does not affect only older versions of Java (prior to 10), but also some tools that collect information from the execution environment like top, free and ps. That’s