How to test accessibility on Android
We talk about what an accessible app is and how we can improve our testing, both manually and automatic.
We look at what will come in the next release of java. Java 14, this release will wrap up development for the long time support release.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps …
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.
I’m trying to solve all the Advent of Code puzzles in this video series.
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…