With the new Windows subsystem for linux it’s easier to install kubernetes on Windows 10. In this video we look…
Current state of wasm with rust using an example
We are looking into wasm using rust and creating a small rust example that we then run in wasm context…
Getting started with ceph storage cluster setup
We look into ceph storage building our own cluster using the ceph storage engine. A cluster usually contains multiple monitors,…
Getting sudo with ansible on Debian
Getting started using ansible. In this example we will install sudo with ansible on Debian. The script will install all…
Let’s do a quick introduction to rust
In this video i will do a quick introduction to rust and introduce some important concepts that rust uses to…
We look into code abstractions and perfomance
In this video we will look at abstractions of code and the performance of different programming languages and what different…
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…
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…
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…
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…