This article addresses design patterns and compares them with the other pattern types. It also analyzes some statements and beliefs around them. Read all
Learn different strategies to implement virtual threads, a framework in Java 19 that allows us to dramatically facilitate programming a thread-per-task model. Read all
In this article we are going to look at how we can use Kafka’s JDBC Source Connector to query a large table/view in batches both for new records and updated ones and publish them to a topic using Avro Schema. Read all
This article will give you a hands-on approach to implementing the CRUD Operations: Create, Read, Update and Delete through various example codes. Read all
Tracepoints (AKA Logpoints) are slowly gaining some brand name recognition. But some still don't know about the whole non-breaking breakpoints family. Read all
The Jakarta EE Ambassadors are thrilled to see Jakarta EE 10 being released! This is a milestone release that bears great significance to the Java ecosystem. Read all
A developer and Java expert gives an overview of the instanceof operator in the recent versions of Java and how it can be used to improve your code. Read all