How to test your WordPress Plugin on Travis CI
We look into how to setup a project that will install WordPress and test your plugin or theme on Travis CI.
We look into how to setup a project that will install WordPress and test your plugin or theme on Travis CI.
We look into how to download and build OpenJDK 13 from source. We talk about dependencies and commands for Linux and Windows.
We look into how to create an application parsing different documents with embedded content in order to extract text and images.
After the build in the real system we need to verify that the correct libraries are used and the correct tools will create a viable executable in our new system before building the rest of the packages.
I will go through a brief history of Microsoft describing where it came from and how it has evolved to today.
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 look into how to run Flutter on Linux, Windows and on the web. What is the current status and what can you acheive if you want to try it out.
We look into how to run workloads on the Azure Devops Pipeline, compare it with other similar solutions and also look at settings up a simple maven project for testing.
We look at Redis, what it is, what we can use it for and how to run different commands against a Redis instance.
We use the OpenAPI generator to create a stub server implementation of PHP-Slim. Then we implement the different endpoints using an SQLite backend and talk about the challenges using the database and handle CORS.