What to know when looking for work.
We talk about what is good to know when you take employment in a company.
I look into Vitess, talking about the different benefits of distributed database services, and create a quick Proof Of Concept to show how the system is put together. Installing vitess First of we need the registry and mysql server installed so we can keep track on which services are available, download new services and also…
We build TFRecord file using java and talking about how to easily label your images for object detection.
Doing a manual upgrade of my Ceph cluster. In the same process, I get the Debian operating system upgraded that my Ceph cluster is running on. The new version of Ceph called Pacific requires some extra measures and when you’ve updated you can’t go back.
We talk about the new features in Java 12, all about garbage collectors and switch statements.
Mastering Kubernetes: Building a Cluster from Scratch Step-by-Step Setup jumpbox environment We start with installing some packages required for the setup process. wget and curl to fetch packages, vim to change configuration files, openssl for all the certificates we are required to create. Last but not least the git command to download the repository with…
We will build a web component in a module using hybrids. Hybrids is a framework to make building web component modules easy and quick. I will live code a web component in under 10 minutes.