Advent of Code – Day 4

2019-12-05 00:12:11 - No Comments

We solve the day 4 challenges for the Advent of Code.

Read more →

Advent of Code – Day 3

2019-12-04 00:12:12 - No Comments

We solve the day 3 challenges for the Advent of Code.

Read more →

Advent of Code – Day 2

2019-12-03 00:12:39 - No Comments

We solve the day 2 challenges for the Advent of Code.

Read more →

Advent of Code – Day 1

2019-12-02 00:12:12 - No Comments

We solve the day 1 challenges for the Advent of Code.

Read more →

Creating your first Kubernetes cluster

2019-11-25 00:11:11 - No Comments

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 […]

Read more →

Linux by example – Building libraries and tools

2019-11-17 00:11:15 - No Comments

We build some important tools, the M4 compiler and libraries needed by the system.

Read more →

Playing with Jsoup and creating some braille text

2019-11-11 07:11:09 - No Comments

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.

Read more →

How to test your WordPress Plugin on Travis CI

2019-11-04 00:11:51 - No Comments

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

Read more →

How to build OpenJDK from source

2019-10-28 00:10:23 - No Comments

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

Read more →

How to create a parser with Apache Tika

2019-10-20 23:10:20 - No Comments

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

Read more →

Linux by example – Verifying glibc build

2019-10-13 23:10:28 - No Comments

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.

Read more →

A brief history of Microsoft

2019-10-06 23:10:08 - No Comments

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

Read more →