
Linux by example – Building a temporary compiler
We talk about building the compiler we later will use to build the actual compiler used to build a linux system. Compiler inception.

How to run Android tests on Travis CI (update)
We look into a Travis CI configuration file in order to test Android projects.

AssemblyScript – Webassembly with Typescript
We look into creating a web assembly using typescript build and run in a webpage.

Linux by example – Building your first package
We talk about building a package. We start with binutils that is required to build all other packages in the system.

Linux by example – Create new user
We talk about creating a new user and talk about user permissions and create login profile and start script, all needed for bootstraping user login.