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 →

I tried to use Test-Driven Development

2019-08-18 23:08:36 - No Comments

We will look into how to use test-driven development in order to write code. I go through the process I use in order to create self-documenting code. The code should be able to validate itself and ensure that the thing you want it to handle it should handle.

Read more →

Linux by example – Building glibc and configure time and locale

2019-08-11 23:08:07 - No Comments

We build Glibc in our new system, configure the timezone variables, set the correct time and look into the installation and configuration of locales.

Read more →

Want to join me on my journey?

2019-08-10 11:08:38 - No Comments

In this video, I give a small view of our new office and introduce channel memberships.

Read more →

Linux by example – System setup

2019-08-04 23:08:34 - No Comments

We create a lot of directories for the new Linux environment and copy the required files to continue building our system.

Read more →

Linux by example – Mount devices and enter our new system

2019-07-28 23:07:26 - No Comments

We talk about mount points to mount and then we enter our new system for the first time.

Read more →

Linux by example – Building make and a couple of common languages

2019-07-21 23:07:19 - No Comments

We talk about building language compilers and their usages within linux.

Read more →

Linux by example – Building different file utils

2019-07-14 23:07:33 - No Comments

We talk about building different file utils and how they can be stringed together to great usage.

Read more →

Linux by example – Building a m4, ncurses and bash

2019-07-07 23:07:23 - No Comments

We talk about building macro languages, gui tools and shells.

Read more →

Linux by example – Creating test tooling

2019-06-30 23:06:51 - No Comments

We talk about building the test tooling we later will use to test the compiler and build systems.

Read more →

How to set up Let’s Encrypt

2019-06-23 23:06:06 - No Comments

We will talk about how to set up Let’s Encrypt, what is required, what commands to run and what to do with the result. Lastly, we add renew command to keep the cert up to date.

Read more →

Java 13 – Simplified Booster

2019-06-16 23:06:26 - No Comments

We look at what will come in the next release of java. Java 13, this release will boost your development and help you get up and running.

Read more →