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 ...
We look at a regular expression to parse a URL in detail so we can reason about regex.
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 at what will come in the next release of java. Java 13, this release will boost your development and help you get up and running.
Welcome to our enlightening video on Font Type 1! Join us as we delve into the intricacies of constructing and writing font files with characters. In this tutorial, we explore the Font Type 1 specification, decode its components, and develop code to encode various parts. Discover how to write character strings, handle EExec private data,…
I’m trying to solve all the Advent of Code puzzles in this video series.
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.