Machine Learning Basics with ml5js
We look at an example from ml5js to load images and predict them
We talk about building different file utils and how they can be stringed together to great usage.
We look into setting up a local copy of jitsi video conference solution on a clean Debian install. We also try it out and see how it impacts the installed server.
I wanted to try out the newly released Debian version of Bullseye for my Ceph cluster, so I updated one of my hosts, which, in hindsight, might have been a bit too early. Reseting a Ceph Host after OS crash or failed update Preparing cluster First you need to set the cluster into a noout…
We implement a simple REST web server using pure java. Both with socket server and using the HTTP server implementation currently in Java.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps …
We look at how we can build rest API in python quickly. This quick guide is using FastAPI in order to create a quick API using python and SQL Alchemy. Rest API showing in OpenAPI and even redoc format is a really nice way to document your code.