Dramatic reading – The Conscience of a Hacker
We will read an Hacker manifesto writter by The Mentor.
In this video I talk about the different iterations I went through the last weeks in order to shut down a docker image in Kubernetes with workloads without missing any jobs.
We talk about building language compilers and their usages within linux.
I’m trying to solve all the Advent of Code puzzles in this video series.
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…
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…
I try to create a herddb using zookeeper and bookkeeper. I talk about the challenges I found and what the current state of the project is in my opinion.