Advent of Code 2023 – Day 16
I'm trying to solve all the Advent of Code puzzles in this video series.
We look at dockerizing our java build both in the cloud and in our local docker environment.
We solve the day 6 challenges for the Advent of Code.
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…
We are in our new Linux environment and create some more packages. tar – create file packages vim – editor with a lot of functionality procps – check and manipulate processes texinfo – text manipulation used for documentation
We look into how to install Apache Kafka in production using ZooKeeper for redundancy and working with topics. We also setup a producer for syslogs and checking the consumer for all the logs to appear.
This simple tutorial will show you how to parse JSON in java using JSON-simple from Google. JSON-simple is a bit old now but very stable and tested by large and small companies. I use this framework every day, so making a tutorial was a no-brainer.