Java agent to detect blocking calls from non-blocking threads. - reactor/BlockHound... (more…)
Read more »
Java started its journey with the slogan: Write once, run anywhere. But now, It’s JavaScript — not you, Java. (more…)
Read more »
A Java based bot request/response model to interact with telegram webhooks. - r0hi7/TeleDot... (more…)
Read more »
The JVM’s garbage collectors make use of Thread-Local Allocation Buffers (TLABs) to improve allocation performance. In this article we’re going to understand what TLABs are, how they affect the code generated by the JIT for allocation and what the resulti... (more…)
Read more »
Protect java app by encrypting classes, run with Custom JRE, Anti-Decompilation and Anti-Attach. For more information: https://protector4j.com... (more…)
Read more »