Advent of Code 2022 – Day 14
I'm trying to solve all the Advent of Code puzzles in this video series.
When I do prototyping on new software tools I usually create something quick and simple in order to show the concept in a straightforward approach. This might not be the solution to use but in this video, you will see one of my prototypes and I talk about the process of creating tools for prototyping…
I’m trying to solve all the Advent of Code puzzles in this video series.
Using the material design we create a new web component with an input box and label.
We solve the day 14 challenges for the Advent of Code.
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.
We look into building Ceph from source. A build of Ceph is built from Github code using normal tooling. But I need to build my own packages as there is no new packages built for the Raspberry PI arm processor. There are quite some challenges and interesting things to keep in mind when building Ceph…