Advent of Code 2024 – Day 7 – Bridge Repair
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
Java 18 is released, and the new JDK will bring a lot of interesting features to java. We go through all the features in 18 and talk about the performance benefits and some important caviats to keep track on in your code.
We look closer at an encryption algorithm used in communication today in order to establish secrets at two endpoints.
In this video I’ll compare different JDKs and look at their performance depending on if they are containerized or run locally. We will compare oracle, apache, libertica and graal JDKs.
I’m trying to solve all the Advent of Code puzzles in this video series.
If you’ve added the JSP performance enhancements I’ve discussed in an earlier post. Then I talked about a flag that disabled JSP compilation. In order to run without compilation enabled you need to precompile your JSP files. This could be done with the JspBatchCompiler command found inĀ {WAS_ROOT}/bin This command has multiple parameters but only a…
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…