How to use Svelte. A JS compiler

2019-05-05 23:05:03 - No Comments

We will look into using Svelte with webpack and code some specific code that will be compiled to javascript native code for faster execution.

Read more →

Contributing to Open Source

2019-04-28 23:04:56 - No Comments

We will discuss how to contribute and be a good citizen of a open source community. We talk about guidelines and licenses. We also look into code style and pull requests.

Read more →

Reverse Engineering – The art of understanding

2019-04-21 23:04:01 - No Comments

We will reverse engineer some code to figure out how it works and talk about different techniques to understand code.

Read more →

Linux by example – Building a real compiler

2019-04-14 23:04:51 - No Comments

We talk about building a real compiler used to build a Linux system.

Read more →

Dramatic reading – The Story of Mel

2019-04-07 23:04:59 - No Comments

We will read an old USENet post about a real programmer.

Read more →

Linux by example – Building a temporary compiler

2019-03-31 23:03:25 - No Comments

We talk about building the compiler we later will use to build the actual compiler used to build a linux system. Compiler inception.

Read more →

How to run Android tests on Travis CI (update)

2019-03-25 00:03:58 - No Comments

We look into a Travis CI configuration file in order to test Android projects.

Read more →

AssemblyScript – Webassembly with Typescript

2019-03-18 00:03:18 - No Comments

We look into creating a web assembly using typescript build and run in a webpage.

Read more →

Linux by example – Building your first package

2019-03-11 00:03:35 - No Comments

We talk about building a package. We start with binutils that is required to build all other packages in the system.

Read more →

Linux by example – Create new user

2019-03-04 00:03:27 - No Comments

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.

Read more →

Java 12 – Spring cleaning

2019-02-25 00:02:37 - No Comments

We talk about the new features in Java 12, all about garbage collectors and switch statements.

Read more →

Linux by example – Download sources

2019-02-18 00:02:35 - No Comments

We talk about creating directories with the right permissions, downloading source files and verifying the validity of the downloaded files.

Read more →