
I’m ready for windows 10, here is my debloat script
I will look into upgrading to windows 10, going trough my preferences and show my debloat script. I want a Windows 10 system ready for production work and removing unused functionality and visual effects are key.

Creating java code and simplifying execution with JBang
We will look at JBang which is a tool that could simplify your workflow with java applications. For instance you could run java programs directly from maven or github, you can create new programs in java with JBang.

Linux by example – Make it bootable
After configuring the system we will install a boot manager, build the kernel and finally boot into our newly built system.

How to do logging in java using log4j api, best practices and tips
We talk about logging in general and the different levels used in java and then we talk about the log4j logging API and how to set it up for writing files, logging to console, or doing a custom setup. We also talk about different frameworks and best practices.
Linux by example – System configuration
The linux environment is now fully build, all tools and programs are created and we will do the final configuration of the system.

Using rust jni to call an external rust library in java
In this video we setup rust jni to call a rust function from java using jni. Java native interface is a great way to enable quick calls to native code built in other languages like Rust. This approach can be used for other languages as well.

Linux by example – util-linux, e2fsprogs, sysklogd, sysvinit, eudev
We are in our new Linux environment and create some more packages. util-linux – Linux utils e2fsprogs – file system programs sysklogd – logger framework sysvinit – handler to handle init run levels