Enhance Kubernetes with Ceph RBD: Deploy Portainer for Easy App Management
After installing Kubernetes the hard way, I improved the cluster with a Ceph RBD connection. This creates a StorageClass that we ...
I talk about my experience at a hackathon last weekend.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We solve the day 1 challenges for the Advent of Code.
We look into the new Java version 19 and all the different features we could expect in this latest revision.
In this video, we’ll explore FreshRSS, an open-source web-based RSS reader that lets you keep up with your favorite websites and blogs in one place. Then, we’ll walk you through the steps to install FreshRSS on your server so that you can control your data and privacy. But that’s not all! We’ve also modified FreshRSS’s…
After my kid asked me to download and install an auto-clicker, I saw this as a teachable moment to build one in Java. I could talk about the different concepts Java offers and also explore a new API in the Java API. Source code: package org.ea; import javax.swing.*; import java.awt.*; import java.awt.event.InputEvent; import java.awt.event.KeyEvent; import…