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.
I was looking into creating a reference editor to show an reference between my object to an SKU and I think it wasn’t obvious how to get this relationship to work. First of I wanted to use the reference editor to show my relationship. I defined it using the code below. I didn’t want the…
We look into how to fetch messages manually so we don’t prefetch any messages and create bottlenecks for longer running processes.
We will look into using Svelte with webpack and code some specific code that will be compiled to javascript native code for faster execution.
We look at what will come in the next release of java. Java 13, this release will boost your development and help you get up and running.
We look into installing OpenStack using Kayobe. OpenStack is a compute cluster solution with a lot of different services that could handle many task such as storage, network, compute and orchestration.
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…