How the java -version command actually works.
I found out today that the java -version command doesn't work as I expected and there is actually a lot more to this simple command than you think at first glance.
We look at using XML transforms and testing the result using XSpec
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 are in our new Linux environment and create some more packages. tar – create file packages vim – editor with a lot of functionality procps – check and manipulate processes texinfo – text manipulation used for documentation
In this video, we talk about how to set up a Ceph cache pool and tier your cache in order to improve read and writes. There is a lot of cache settings that we could cover but I will talk about the most important values you can set on a pool to cache your data…
I’m trying to solve all the Advent of Code puzzles in this video series.
We look at a regular expression to parse a URL in detail so we can reason about regex.