Advent of Code 2024 – Day 16 – Reindeer Maze
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.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We look into the latest version of Java 24. In this version, there are a lot of new experiments and great features that we will see in …
I found out today that the java -version command doesn’t work as I expected and there is actually a lot more to this simple command than you think at first glance.
We solve todays challange at the advent of code 2020. Come join and have some fun.
In this video looks into how to expire objects from object storage and also move them to another storage class using rules and scheduled jobs inside the rados gateway program.