Hack a Java application with the debugger
Use the debugger to find out how a Java application works under the hood, access its memory, and modify it without a single source file

Igor Kulakov
11,475 viewsUse the debugger to find out how a Java application works under the hood, access its memory, and modify it without a single source file

Marcus Hellberg
6,961 viewsVaadin 24.4: Vaadin Copilot, Hilla integration, and React support in Flow.

Oleksandr Hrebeniuk
7,440 viewsMigration from a monolithic architecture to microservices presents challenges, particularly in identifying and managing dependencies within …

Shai Almog
6,557 viewsIn this first part of our k8s debugging series we take an in-depth view of the underlying technologies from containers to orchestration.

Jonathan Ellis
106,976 viewsIndexing the entirety of English Wikipedia on a laptop has become a practical reality thanks to recent advances in the JVector library that …

Task scheduler in Java - JobRunr, a powerful java background job processing library. Learn how to enqueue tasks and schedule recurring …

Johannes Bechberger
7,582 viewsLearn about new support for XDP to create a simple package blocker for eBPF.

Johannes Bechberger
4,920 viewsThis week we generate the C code for struct and map definitions automatically, using annotation processors to simplify writing programs.

Ethan McCue
10,848 viewsbld is an up-and-coming build tool for the Java ecosystem. This article guides you through getting set up to use it in your own projects.

Johannes Bechberger
4,661 viewsLet's look into the eBPF memory layout and alignment of structs transferred between the kernel and user-land.