-
Core Java
Become a Master of Java Streams – Part 5: Turn Joined Database Tables into a Stream
Is it possible to turn joined database tables into a Java Stream? The answer is yes. Since we got this…
Read More » -
Core Java
JDK 14: Records, Text Blocks, and More
Today’s Mark Reinhold post “JEPs proposed to target JDK 14: 305, 343, 359, 366, & 368” proposes targeting five more…
Read More » -
Core Java
JDK 14: CMS GC is OBE
JDK 14 Early Access Build #23 (2019/11/13) is now available. One of the more noteworthy changes with this build is…
Read More » -
Core Java
jstat – Analysis
jstat is a simple utility tool, that is present in JDK to provide JVM performance-related statistics like garbage collection, compilation…
Read More » -
Enterprise Java
CUBA Platform: TypeScript SDK and REST API
In this article, we will talk about the feature of the CUBA platform that exists for quite a long time,…
Read More » -
Enterprise Java
Microservices in Publish-Subscribe communication using Apache Kafka as a Messaging Systems and validated through Integration Test
Publish-Subscribe Messaging systems play an important role in any enterprise architecture as it enables reliable integration without tightly coupling the…
Read More » -
Enterprise Java
Memory wasted by Spring Boot Application
One of the widely wasted resources in the world today is Memory. Due to inefficient programming, surprising (sometimes ‘shocking’) amount…
Read More » -
Core Java
Supporting Java 8
Although Java has version 13 released as for now, there are a lot of production installations running with Java 8.…
Read More » -
Agile
Complexity Accidental vs Essential
Today it is hard to find team or organization that is not following agile but building software has not become…
Read More »