Advent of Code 2022 – Day 2
I'm trying to solve all the Advent of Code puzzles in this video series.
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.
In this video we look into the command wmctrl that we can use to organize our videos in Linux. If we add it as a keyboard shortcut …
We’re looking into a solution using log4j to consolidate our logs in an third-party system using Application server and IBM has disabled the support for log4j in the application servers logging framework. I tried to reverse this process and check what was needed to enable this feature again. First of we need the log4j framework…
Learn how to install and configure Sonatype for efficient package management in your Java projects. In this tutorial, we’ll guide you through the setup process and show you how to deploy and release custom modules using this powerful repository solution. Ideal for teams that need to share assets and manage package versions, Sonatype makes it…
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 look into the Ultralytics Yolo framework. It enables you to run a pre-trained Yolo algorithm and retrain it for your particular use case. Using this model, you could easily create a new model to detect your favorite things in an image and create location boxes over the objects.