A Beginner's Guide to IntelliJ Profiler
Learn how to troubleshoot and optimize Java code with IntelliJ Profiler – using createDirectories() as an example.

Igor Kulakov
8,607 viewsLearn how to troubleshoot and optimize Java code with IntelliJ Profiler – using createDirectories() as an example.

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

Nicolas Frankel
4,780 viewsHow I first limited my usage of BPMN and then unlocked its true power when I benefited from persistent storage.

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

Wouter Nederhof
4,481 viewsWireQuery is a tool that helps you solve user-reported issues by combining session replay with capturing API calls. In this article, I will …

Igor Kulakov
10,618 viewsLearn how to use IntelliJ IDEA's Pause – a lesser known feature that will help you diagnose UI freezes, deadlocks, livelocks, and more

Gerhard Fuchs
9,450 viewsUsers of the Java development tool FEPCOS-J can create a multithreaded server in Java without thread or network programming. Read more.

Igor Kulakov
8,003 viewsEver wondered if AI can localize an entire project? Let’s walk through the process end-to-end using Spring Petclinic as an example

Shai Almog
7,370 viewsExplore the journey of building gdocweb: a developer's insight into choosing Java 21, Spring Boot 3.x, and navigating tech stack challenges.

Gerhard Fuchs
5,383 viewsAn example shows how Java developers can build native executables of declaratively composed networked systems by using FEPCOS-J and GraalVM.