Web server in pure Java
We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions.
We solve the day 4 challenges for the Advent of Code.
In this video we look into Java 17, what is new with the 17 release of java that will come to a download site near you on the 14th of september.
I got a donation of three SuperMicro machines. In this video I go through the first steps I do when getting new hardware. We do an …
In this video, we look into running rados gateway on backends other than Ceph, particularly in SQLite. This could be useful for testing workloads or running a proxy service with user management. First a good start is to upgrade / update your system so you have the latest packages. sudo apt update sudo apt full-upgrade…
In this video, we look into installing Placement and Nova services. The Placement service is used to gather statistics about your cluster and figure out where to put instances. Nova is the controller and compute nodes that will do the actual work.