How is a high-performance, low-latency Java application affected by the JVM version used? Every nanosecond counts for trading and other applications where messages between two different threads are exchanged in about 250 ns! Read this article and find out which JDK variant comes out at the top!
In this article, we look at three options for creating Spring Boot projects with Maven and Eclipse: using Spring Initializr, using the STS plugin, and doing it manually.
Discover the importance of developers understanding underlying hardware and learn how some sectors benefit from fast software with predictable latencies.
Learn how you can achieve better design using object-oriented and functional approaches. This post includes examples with inheritance and functional interfaces.
Learn about a scenario where, at first glance, I needed an active-active Kafka cluster with bi-directional replication. What happened as I dove deeper?
In the second part of the ultra-fast series, In this article, learn a new database that can make your microservices scale up quickly in the Java world!
This article explores how to use method chaining to add routing information to serialized data structures in a lightweight fashion, where the routing information can be read separately by an intelligent message router.