Building containers with Singularity
We use singularity to create containers both in an interactive mode and also using definition files to build them automaticly.
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’m trying to solve all the Advent of Code puzzles in this video series.
We look into how to set up FastCGI Process Manager (FPM). What configuration options and considerations are important.
Are you curious about how programming languages work? In this video, we explore the RosettaCode website and showcase a variety of coding tasks and examples in different programming languages. By examining real-world code, you’ll gain insights into the unique features and best practices of each language. Plus, we walk through some coding examples to demonstrate…
In this video we look into Java 17, what is new with the 17 release of java that will come to a download site near you on the 14th of september.
We look into the slim framework version 4 and do a quick review. I looked into the slim framework back in 2019 and this is a revisit where I review the changes and see if the latest version 4 has improved from the earlier slim releases.