Running maven task on Azure Devops Pipeline
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.
In this video, we look into the database library Galera for MySQL or MariaDB. It enables replication over multiple hosts where each host is a master and replicated to the other hosts so it’s eventually consistent.
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.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We look into how to fetch messages manually so we don’t prefetch any messages and create bottlenecks for longer running processes.
If you have any questions that could fit for a 10k AMA please leave them in the comment section below.
I go through a recent PR I created on the Ceph project. This contribution was something that solved a problem that really annoyed me when I’ve used the dashboard regularly the last weeks during a large upgrade/migration.