Recent Posts

Hello eBPF: Recording data in basic eBPF maps (2)

Welcome back to my article series on eBPF. Last week, I introduced eBPF, the series, and the project and showed how you can write a simple eBPF application with Java that prints “Hello World!” whenever a process calls execve: public class HelloWorld { public static void main(String[] args) { try (BPF b = BPF.builder(“”” int hello(void *ctx) { bpf_trace_printk(“Hello, World!”); …

Read More »

A Day in the Life of a Software Engineer in a Scrum Team Part-2

Welcome back to the journey through the world of Scrum! If you’ve read Part 1, you’re already familiar with the basics of Scrum and how it can help teams manage their work efficiently. Now, let’s dive deeper and explore a day in the life of Alex, a software engineer in a Payment Scrum Team. Alex is part of an elite …

Read More »

Payara Platform Roadmap 2024

Now that New Year is here, we reflect on 2023 and look ahead to what you can expect from our entire suite of Payara products in 2024. What is the future for Payara Community, Enterprise and Payara Cloud? Read below to find out more about Payara Rodmap in the coming months –  Java 21 compatibility, the upcoming Jakarta EE 11 …

Read More »