How to use Quarkus
We will look into using Quarkus, a framework for building java endpoints in a reactive manner. Change code, package structure or class names and the server will restart and just work.
Looking at the basics of web assembly.
In this video, we improve the JavaCNN repository adding new image readers to get your test and training data.
We look into how to setup Sonatype Nexus in order to proxy downloads of debian packages or docker images. All by using the S3 interface of Ceph RadosGW. I will talk about the challanges I faced when setting up the RGW and pushing docker images. Not the best solution for my use-case but it might…
We look into Ceph Rados and try to figure out how Ceph stores data. The main goal is to read data from one cluster as raw objects and write it back to another cluster.
In this video, we look into the Ultralytics Yolo framework. It enables you to run a pre-trained Yolo algorithm and retrain it for your particular use case. Using this model, you could easily create a new model to detect your favorite things in an image and create location boxes over the objects.
I was looking into creating a reference editor to show an reference between my object to an SKU and I think it wasn’t obvious how to get this relationship to work. First of I wanted to use the reference editor to show my relationship. I defined it using the code below. I didn’t want the…