How to fix Logstash Jdbc invoking ruby pg gemLogstash comes with a few default plugins like jdbc_static, jdbc_streaming, and jdbc_streaming_filter. Its possible to misconfigure your…Sep 10, 2024Sep 10, 2024
Partitioned Logs: The Backbone of KafkaKafka’s main draw is it’s performance, scalability, and fault tolerance. This is thanks to it’s robust implementation of a design pattern…Dec 19, 2023Dec 19, 2023
A Guide to Understanding Different Types of Operating SystemsWhat is an Operating System?Jul 27, 2023Jul 27, 2023
Adding .well-known and other dot files in your Github pages siteTL;DR: Add an empty file named .nojekyll to whatever directory is sent to be built OR add a _config.yml file with the following…Jul 26, 2023Jul 26, 2023
How to Slash Docker Image Size using Multi-Stage BuildsMulti-stage builds are an invaluable tool for developers looking to create smaller images. These stages allow you to define distinct phases…Jul 25, 2023Jul 25, 2023