How to Find & Fix Vulnerabilities with IntelliJ IDEA Ultimate
In this article, we're going to take a look at the Package Checker plugin, that's bundled with IntelliJ IDEA Ultimate!

Marit van Dijk
5,141 viewsIn this article, we're going to take a look at the Package Checker plugin, that's bundled with IntelliJ IDEA Ultimate!

Johannes Bechberger
4,399 viewsEver wanted to profile your application directly from your IDE? Here comes the Java JFR Profiler plugin, an open-source plugin for IntelliJ!

Johannes Bechberger
6,411 viewsHow do profilers like async-profiler work? How to write your own? This is the second part, covering wall-clock profiling.

Johannes Bechberger
9,287 viewsHow does debugging work under the hood? This article explains the basics of JDI and JDWP and gives the JDWP packets for an example program.

Sander Mak
7,988 viewsFinding the right tech stack is a context-dependent journey. There's no right or wrong, just a lot of different angles to explore!

Johannes Bechberger
8,851 viewsHow do profilers like async-profiler work? How to write your own? This series tries to write a tiny sampling-based profiler from scratch!

Rob Austin
5,199 viewsIn this article, we explore the challenges in developing a Graphical User Interface (GUI) for Financial Information Exchange (FIX) data.

Frank Delporte
4,757 viewsWe started with an instance to host foojay.social via toot.io that provides us 200Gb of storage space to handle 250 active users.
Peter Lawrey
6,238 viewsWhile having a class that directly extends Throwable is surprising, it is allowed and is also useful for providing additional information.

Johannes Bechberger
6,519 viewsUsing async-profiler can be quite a hassle, especially when trying to use it in a library. The new ap-loader project tries to fix this!