Linux by example – Root directories
We go though the root directory talking about where each of the system files are located and what the different directories usually contain.
We use JCuda to run some workloads on the GPU and see the difference in speed.
We look at an example from ml5js to load images and predict them
We look into how to use the Slim 4 framework. First, we will talk about the difference between the Slim 3 generated code from OpenAPI and then we will look at the new requirements for Slim 4 and how to run it in a production environment.
In this video, we test our installation, adding volumes, making backups, and working with instances.
We solve the day 12 challenges for the Advent of Code.
We look into scaling Kubernetes using a RabbitMQ queue or using horizontal autoscaling. There are guides for autoscaling using CPU, and I found a repository for RabbitMQ scaling. I will do the operations I’ve detailed in the git repository below.