Contributing to Open Source
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.
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.
We will reverse engineer some code to figure out how it works and talk about different techniques to understand code.
We talk about building a real compiler used to build a Linux system.
We will read an old USENet post about a real programmer.
We talk about building the compiler we later will use to build the actual compiler used to build a linux system. Compiler inception.
We look into a Travis CI configuration file in order to test Android projects.
We look into creating a web assembly using typescript build and run in a webpage.
We talk about building a package. We start with binutils that is required to build all other packages in the system.
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.
We talk about the new features in Java 12, all about garbage collectors and switch statements.