Creating Scalable OpenAI GPT Applications in Java
Learn how to integrate the ChatGPT engine into your Java applications in a scalable way by sending prompts to the engine only when …

Denis started his professional career at Sun Microsystems and Oracle, where he built JVM/JDK and led one of the Java development groups. After learning Java from the inside, he joined the world of distributed systems and databases, where he has remained ever since.

Learn how to integrate the ChatGPT engine into your Java applications in a scalable way by sending prompts to the engine only when …

Explore how to best use compact Java Records as Data Transfer Objects (DTOs) for database and API calls in Spring Boot 3 with Hibernate 6.

Explore how solid-state drives (SSDs), the default storage medium for on-disk data, use garbage collection.

Let’s create a Java application with YugabyteDB distributed database to see if garbage is generated in response to application requests.

Let’s create a simple Java application and see how the application generates garbage at the relational database level.