Java

Video Thumbnail
Video

Trade-offs, bad science, and polar bears: The world of Java optimization

Holly Cummins

This talk introduces the basic principles of optimization and pitfalls to avoid. We’ll dive into why the exact same techniques that make Quarkus rocket-fast were considered a terrible idea fifteen years ago; why fast benchmarks make for slow programs; why Project Loom may not be the speedup you’re hoping for; and why—even though it can be easy to get wrong—optimization really, really matters.

data image
Topic

Databases

Databases form the foundation of efficient application development, enabling

Topic Thumbnail
Topic

Red Hat & Node.js

Node.js. is an open source JavaScript runtime environment designed to build

Featured image for best of application development 2023.
Article

Our top application development articles of 2023

Colleen Lobner

Our 10 most popular articles about application development this year include Java 21 features, Podman Desktop, OpenTelemetry observability, and more.

Featured image for Quarkus and MongoDB.
Article

Getting started with MongoDB and Quarkus

Hans-Peter Grahsl

Explore the basics of using MongoDB and Quarkus to write cloud-native Java applications and extensions that simplify deploying containerized apps on Kubernetes.

java feature image
Topic

All things Java

Create Java applications for anything and everything with Red Hat’s runtimes and

Featured image for Java topics.
Article

Beyond Loom: Weaving new concurrency patterns

Ben Evans

Explore new concurrency patterns enabled by virtual threads in Java 21, along with two related features: Structured Concurrency and Scoped Values.

OpenJDK
Article

How we solved a HotSpot performance puzzle

Ashutosh Mehra

Dive into just-in-time (JIT) compilation with HotSpot, OpenJDK's Java virtual machine, and explore techniques for debugging unexpected warm-up behavior.

Java + Quarkus 2
Article

Integrate your Quarkus application with GPT4All

Alex Soto Bueno

GPT4All is an open source tool that lets you deploy large language models locally without a GPU. Learn how to integrate GPT4All into a Quarkus application.