Creating Your Swiss Army Knife on Java Test Stack

What are the excellent libraries for a Java project? A good project must have tests to increase quality. In this video, learn about those three libraries and how to take advantage of them. Read all

A Seemingly Simple Question: What Are Design Patterns?

This article addresses design patterns and compares them with the other pattern types. It also analyzes some statements and beliefs around them. Read all

Hidden Classes in Java 15

Learn the reasoning behind and how to implement and track hidden classes starting with Java 15, using SourceBuddy for assistance and clarity. Read all

Handling Virtual Threads

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

Insight Into Developing Quarkus-Based Microservices

Read all

Event-Driven Fractals

Let's take a look at purely functional event-driven automata in Scala. Read all

Kafka JDBC Source Connector for Large Data

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

How Are CRUD Operations Used for File Handling in Java?

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

When Breakpoints Don't Break

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

Jakarta EE 10 Has Landed!

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

Preventing SQL Injections in Java With JPA and Hibernate

Preventing SQL Injections in Java using SQL Parameters with the Java Persistence API (JPA) and Hibernate ORM. Read all

Brewing Patterns in Java: An Informal Primer

Jump into learning about pattern matching, records, and sealing in Java and see how the language has evolved and where it is going. Read all

Using Multiple Azure Storage Accounts From a Single Spring Boot App

Read all

 

 

 

 

Top