How to run Lighthouse on Travis CI
We look into lighthouse testing on Travis CI and SauceLabs.
In this video we look into text summarization. We apply the albert large model to a piece of text and talk about the different steps required to do summarization. This is more of an overview not a complete explanation of the technology.
We look into how to run Flutter on Linux and Windows. What is the current status and what can you achieve if you want to try it out.
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.
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…
We look at connecting up a native library, native source to our Android application.
In this video, I look into how to record audio in javascript. I built this small page to help me out recording text strings for TTS training.