Reverse Engineering – The art of understanding
We will reverse engineer some code to figure out how it works and talk about different techniques to understand code.
We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into how to use the amazon s3 object storage API. After that, we changed it over to use our Ceph cluster and store objects in that storage engine. The s3 API is straightforward to use, and many storage engines support it out of the box.
We’re looking into a solution using log4j to consolidate our logs in an third-party system using Application server and IBM has disabled the support for log4j in the application servers logging framework. I tried to reverse this process and check what was needed to enable this feature again. First of we need the log4j framework…
I’m trying to solve all the Advent of Code puzzles in this video series.
The next release of OpenJDK is number 15. I will title this release unsafe garbage as it focuses on garbage collection and removing usages of unsafe methods. We also look at string blocks and records.