Advent of Code – Day 5
We solve the day 5 challenges for the Advent of Code.
In this video, we’ll show you how to install Promtail and Loki, two open-source log monitoring tools, to gather and monitor your logs in Ceph. We’ll also walk you through the steps of making some minor code changes to display the Grafana Explore window, allowing you to monitor your logs directly in the Ceph dashboard….
We look into how to run Flutter on Linux and Windows. What is the current status and what can you achieve if you want to try it out.
I’m trying to solve all the Advent of Code puzzles in this video series.
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.
After my kid asked me to download and install an auto-clicker, I saw this as a teachable moment to build one in Java. I could talk about the different concepts Java offers and also explore a new API in the Java API. Source code: package org.ea; import javax.swing.*; import java.awt.*; import java.awt.event.InputEvent; import java.awt.event.KeyEvent; import…
We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions.