
Windows 11 VirtualBox Installation: Everything You Need to Know
What can you learn from examining code in multiple languages?

Ceph vs. SeaweedFS: Which Offers Better Performance?
In this video we talk about SeaweedFS, the highly scalable distributed file system designed to store billions of files and serve them lightning-fast. In this video, we’ll explore SeaweedFS’s unique architecture, which distributes metadata across volume servers for faster file access, and compare it to Ceph, another popular distributed file system. Don’t miss this chance […]

Getting Started with Sonatype: The Best Way to Manage Your Java Releases
Learn how to install and configure Sonatype for efficient package management in your Java projects. In this tutorial, we’ll guide you through the setup process and show you how to deploy and release custom modules using this powerful repository solution. Ideal for teams that need to share assets and manage package versions, Sonatype makes it […]

Ceph Storage Solutions: Which is the Fastest and Most Efficient?
In this video we’re looking into Ceph performance! We’ll be comparing different storage solutions and versions, specifically Pacific and Quincy, to see how they stack up against each other. We’ll cover everything from speed and efficiency to scalability and reliability.

FreshRSS Tutorial: Install, Sort by Date, and More
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 […]

Migrating to CephAdm Orchestration: A Comprehensive Tutorial
We look into how to migrate your Ceph cluster to use orchestration using the CephAdm service. The video will cover how to prepare the systems, install the service, adopt legacy services, and add the hosts. Lastly, we will upgrade the system to Quincy’s last version and discuss the pros and cons of using CephAdm orchestration.

I’ve done some hobby coding with a Quiz application (myquiz.app)
During my spare time, I love to have some hobby projects. In this case, I implemented a quiz application that we could use on Fridays at work when we always run a quiz at the end of the week.

Breaking Words Apart: Exploring Hyphenation Theory and Practice
In this video, we’ll explore the fascinating world of hyphenation. Hyphenation is the process of breaking words into syllables and adding hyphens to indicate where a word should be divided at the end of a line. It’s an important aspect of typesetting, as it helps to improve the readability and aesthetics of printed text. Research […]

What can you learn from examining code in multiple languages?
Are you curious about how programming languages work? In this video, we explore the RosettaCode website and showcase a variety of coding tasks and examples in different programming languages. By examining real-world code, you’ll gain insights into the unique features and best practices of each language. Plus, we walk through some coding examples to demonstrate […]

Unleash the Power of Apache FOP: A Beginner’s Guide to Creating PDFs Like a Pro!
In this video we create a invoice template that looks alot like an invoice from one of my first videos. We will go through all the different parts of a invoice that is required and how to go from a data XML to an PDF.

Do you have an infinitely growing database? I have. (How to use SQLite with Ceph)
We look into setting up an RBD pool and running an SQLite database directly against the cluster. We check what languages have built-in support and how to work with the tools available.

Advent of Code 2022 – Day 16
I’m trying to solve all the Advent of Code puzzles in this video series.