Deep-dive articles written by our Java experts — click any card to read the full article.
Project Loom finally arrives in LTS. Discover how Virtual Threads eliminate the need for reactive programming in most server-side Java applications.
A complete walkthrough of securing REST endpoints using the new SecurityFilterChain approach — WebSecurityConfigurerAdapter is gone for good.
The N+1 query problem silently kills performance. Learn how to detect it with Hibernate statistics and fix it using fetch joins and entity graphs.