Linux by example – Perl and network utils
We are in our new linux environment and create the Perl language interpretor and some network utils required in order to manage your internet conncetion.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
In this video we talk about how to use remote repositories, pushing and fetching changes and integrating them into our repository.
We talk about the 12 factors to create a successful micro service application deployment.
We talk about building a real compiler used to build a Linux system.
We look into how to set up a good Crush Map and handle the placement and device types of your OSDs in your clusters. The crush map describes where, what type, how much and what is your failure domain or safety requirements. One thing we will do a lot throughout this demonstration is to view…
In this video we will look at abstractions of code and the performance of different programming languages and what different code can impact the performance. But the specific abstractions may give you improvements in readability and structure.