From IMDB TSV to MySQL: Migrating Data with Custom Code 🚀
I needed some test data to migrate into Vitess and training on GUI work. In this video, I go through the code I created to convert the ...
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 will walk through the process of manually installing a Ceph cluster. This gives you a better overview of how Ceph works, and we will discuss different concepts used when running a cluster. Fetching software. First of I want to check that I have all the latest packages in my debian system. apt update apt…
Learn how to install and configure Sonatype for efficient package management in your Java projects. In this tutorial, we’ll guide you through the setup process and show you how to deploy and release custom modules using this powerful repository solution. Ideal for teams that need to share assets and manage package versions, Sonatype makes it…
I challenge you to create a function to convert decimal to roman numeral in java. We are a long way from advent of code but I thought a coding challenge could be fun trying to create a good function to convert decimal numbers to roman.
We look into how to create a PiBox Template and install it on my PiBox. The procedure is very similar to creating a Kubernetes deployment, so that subject is also covered in this video.
I’m trying to solve all the Advent of Code puzzles in this video series.