Best Linux distributions for server and cloud
Finding a perfect OS for server and cloud deployment isn’t easy. The choice depends on specific business needs. In this article, we summarize the benefits and drawbacks of the most popular Linux distributions.
HotSpot vs OpenJ9 — choosing the right JVM
OpenJ9 is said to be more performant than HotSpot. But the data is based on the comparison of tuned OpenJ9 with the default Hotspot. See what happens if we add similar parameters to the former....
How to deploy Docker containers to AWS
We continue our series on building Java microservices. In this part, you will find out the easiest way of dockerizing Spring Boot applications without the need for Dockerfile.
New JEP for classfile API in Java
A new JEP will introduce a modern internal API into Java, which will enable the developers to work with class files in a reliable and convenient way.
Java 19 features: the latest news
The upcoming Java release due in September includes new and upgraded functionalities. This article analyzes all seven JEPs in-depth.
Containerizing Spring Boot apps with Docker
We continue our series on building Java microservices. In this part, you will find out the easiest way of dockerizing Spring Boot applications without the need for Dockerfile.