
Creating a WordPress Plugin
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.

I tried to use Test-Driven Development
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.

Linux by example – Building glibc and configure time and locale
We build Glibc in our new system, configure the timezone variables, set the correct time and look into the installation and configuration of locales.

Want to join me on my journey?
In this video, I give a small view of our new office and introduce channel memberships.

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