Java 24 – Experimental Escalation
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 ...
We try to build a video lightbox for youtube videos. Showing thumbnails, on click open the video and play from the beginning.
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…
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.
I show off an open-source project I started writing a RabbitMQ executor in Java. This little tool is something you can deploy on a machine in order to execute workloads from a RabbitMQ queue. The executor will run the commands defined by a file and return the result to another queue.
We look at the last release of lit-html and what have been added to the latest API.
We talk about JMeter a tool to test your sites throughput and load metering. Setting up a test plan and running it against your site with login.