
Creating your first Kubernetes cluster
We look into installing k3s cluster locally using virtual servers. VirtualBox is used to create one controller and two nodes, connect them and install a dashboard. Creating a small K3S cluster. First ensure that you have curl installed the nodes and server so you can install the packages for k3s. First run the command below […]

Linux by example – Building libraries and tools
We build some important tools, the M4 compiler and libraries needed by the system.

Playing with Jsoup and creating some braille text
I will do some live coding reading a webpage using Jsoup and creating some braille text. This is perhaps a simple project but I wanted to play around with some string creating and braille text.

How to test your WordPress Plugin on Travis CI
We look into how to setup a project that will install WordPress and test your plugin or theme on Travis CI.

How to build OpenJDK from source
We look into how to download and build OpenJDK 13 from source. We talk about dependencies and commands for Linux and Windows.

How to create a parser with Apache Tika
We look into how to create an application parsing different documents with embedded content in order to extract text and images.

Linux by example – Verifying glibc build
After the build in the real system we need to verify that the correct libraries are used and the correct tools will create a viable executable in our new system before building the rest of the packages.

A brief history of Microsoft
I will go through a brief history of Microsoft describing where it came from and how it has evolved to today.

How to run Flutter on your desktop
We look into how to run Flutter on Linux and Windows. What is the current status and what can you achieve if you want to try it out.

Is Flutter Desktop ready for experimentation?
We look into how to run Flutter on Linux, Windows and on the web. What is the current status and what can you acheive if you want to try it out.

Running maven task on Azure Devops Pipeline
We look into how to run workloads on the Azure Devops Pipeline, compare it with other similar solutions and also look at settings up a simple maven project for testing.