Advent of Code 2024 – Day 5 – Print Queue
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
We look at a regular expression to parse a URL in detail so we can reason about regex.
We talk about how I write my Java code and why I have chosen to write my code in a specific way. This is my opinion. I’m interested in yours if you have differing opinions.
We solve todays challange at the advent of code 2020. Come join and have some fun.
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…
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 set up a simple Polymer 3.0 element and then transform it to use lit-html