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 →

How to run Flutter on your desktop

2019-09-29 23:09:19 - No Comments

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.

Read more →

Is Flutter Desktop ready for experimentation?

2019-09-22 23:09:25 - No Comments

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.

Read more →

Running maven task on Azure Devops Pipeline

2019-09-15 23:09:34 - No Comments

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.

Read more →

A brief introduction to Redis

2019-09-08 23:09:30 - No Comments

We look at Redis, what it is, what we can use it for and how to run different commands against a Redis instance.

Read more →

Creating a PHP-Slim server using OpenAPI

2019-09-01 23:09:28 - No Comments

We use the OpenAPI generator to create a stub server implementation of PHP-Slim. Then we implement the different endpoints using an SQLite backend and talk about the challenges using the database and handle CORS.

Read more →

Creating a WordPress Plugin

2019-08-25 23:08:42 - No Comments

We look at creating a WordPress Plugin and what is required for it showing up on wordpress.org and getting through the review process. I made it and found some things to look out for and things that can make the process smoother.

Read more →