Similar Posts
We look at install of kubernetes on windows 10
With the new Windows subsystem for linux it’s easier to install kubernetes on Windows 10. In this video we look at kubernetes using minikub and KinD which is two easy setups to try out kubernetes locally.
I tried to use Test-Driven Development
We will look into how to use test-driven development in order to write code. I go through the process I use in order to create self-documenting code. The code should be able to validate itself and ensure that the thing you want it to handle it should handle.
Advent of Code 2021 – Day 13
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…
Writing a custom log4j appender in java, using RabbitMQ
We look into writing a custom log4j appender in java and how to send you to log messages with an appender to RabbitMQ. Writing a custom appender is challenging due to performance considerations.
Can you play Wolfenstein 3D in Minecraft? I generated the maps.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps …
Object detection Part 5 – Evaluation and Tensorboard [Tensorflow]
We look closely at how to run the evaluation in windows and evaluate the result in Tensorboard.