Advent of Code 2023 – Day 9
I'm trying to solve all the Advent of Code puzzles in this video series.
I was looking into an performance issue the other day and came by some small interesting changes you could do to your Websphere Application Server to increase performance and remove locks. The first was located in the file Stores.war/WEB-INF/ibm-web-ext.xml a file that I’ve never looked at. Seems that the WAS developers enabled support for handling the…
We look into Ceph Rados and try to figure out how Ceph stores data. The main goal is to read data from one cluster as raw objects and write it back to another cluster.
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.
We solve todays challange at the advent of code 2020. Come join and have some fun.
I go through the basics of accessibility. Web Content Accessibility Guidelines (WCAG) 2.1 https://www.w3.org/TR/WCAG21/
We will compare java build tools. By comparing Ant vs Maven and Maven vs Gradle we will figure out if Gradle or Maven will be the best tool to use. Ant is the old build tool that is not used much but is still good to know about.