Advent of Code 2024 – Day 14 – Restroom Redoubt
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
In this video we will check for php compatibility on one of my old project and different versions of WordPress. First we need the CodeSniffer tooling, we will download it will wget. wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar Next we make the CodeSniffer checker executable. chmod +x phpcs.phar The plugin is fetched directly from github release page. Currently the…
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
I talk about a project I’ve started to work on. The specific technologies I’ve looked into and tried to implement.
We solve the day 4 challenges for the Advent of Code.
Quick note just to save this small information. IBM support is telling us that it’s impossible to use Commerce Developer with an external Solr server. After some research I found which config file to change in order to change which server it will call. [WCDEV_INSTALL]\wasprofile\config\cells\localhost\nodes\localhost\servers\server1\namebindings.xml This file has multiple entries for configuring the search. Changing…
In this video I go through a minimal client storing data in Azure Blob Storage. Talking about the differences with S3 and what to look out for and challenges to get it working.