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, we talk about angry letters and how to handle when you need to send one of those.
In this video, I will teach you how to store data with ETCD, set up an ETCD cluster, and recover from a disaster.
We look at configuring and running training in the cloud.
In this video, we talk about Open WebUI, an open-source ChatGPT that you can run locally. It’s a front end that simplifies the use of …
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 high availability using Heartbeat and DRBD. Heartbeat is a software to monitor and failover when a machine is unresponsive and DRBD can help you replicate data between machines making your setup highly available. This solution can help you doing maintenance work without downtime.