Java Camel Quarkus Unit Testing

Writing unit tests for Apache Camel routes

I have migrated a Spring Boot Camel application to Quarkus Camel and discovered that the unit tests required reworking due to the differences in CDI between Spring Boot and Quarkus.

Python Jinja2

Introducing Binja: A Static Blog Engine Built with Jinja2

After several attempts at creating a personal blog using tools like Jekyll, I wanted something simpler and more straightforward. I wanted a simple script that generates plain HTML files from markdown. That's Binja!