October 2022

Why your cheap mains inverter could kill you

A mains inverter is a very useful device, but inexpensive models create significant electrical safety hazards. This article explains why.

Categories: electronics

Using Quarkus to provide a REST interface to a message broker

Using a Camel application based on Quarkus to provide a way to route messages to and from a message broker using HTTP requests

Categories: software development, Java, middleware

Using Apache Camel to implement an IRC bot

Camel's IRC support makes it relatively easy to implement an IRC conversation agent, that can process IRC messages and produce responses.

Categories: software development, Java, middleware