Foojay Podcast #58: How Java Developers Can Secure Their Code
Three years after Log4Shell caused a significant security issue, we still struggle with insecure dependencies and injection problems...

Three years after Log4Shell caused a significant security issue, we still struggle with insecure dependencies and injection problems...

If raccoons were software engineers, they would feel at home inside many enterprise systems. These systems are often full of unused and dead …

Trouble finding memory leaks in a Java program? Learn how allocation profiling can reveal bugs and help you troubleshoot Java performance.

Learn how embracing failure can improve your app's quality, leading to early error detection, robust error handling & better overall …

Discover effective strategies for debugging serverless and AWS Lambda. Serverless can be painful, but not a bottomless pit of despair.

Explore the power of Wireshark and tcpdump for network analysis in our comprehensive guide, unveiling tips for effective troubleshooting.

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

In this first part of our k8s debugging series we take an in-depth view of the underlying technologies from containers to orchestration.

This is part 2 of the interviews we recorded at the JCON conference earlier this month in Germany. In this episode, you get two main topics: …

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