What is a Hackathon?
I talk about my experience at a hackathon last weekend.
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.
I’m trying to solve all the Advent of Code puzzles in this video series.
We try to build page that drops some balls for New Years eve. This is stream content cut down for value.
We look at the last release of lit-html and what have been added to the latest API.
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.