The Groovy Scripting Language (Groovy) is a dynamic scripting language that runs on the Java Virtual Machine (JVM). Groovy is often used for building web applications, testing frameworks, and build systems, as well as for writing scripts for various tasks in software development and operations. It offers a wide range of features, including object-oriented programming, functional programming, and scripting capabilities, and can be used to interact with a variety of libraries and frameworks in the Java ecosystem.

Read more about the article A simple Jedis PubSub client written in Groovy and tested with Redis
Header image for the article on Jedis PubSub.

A simple Jedis PubSub client written in Groovy and tested with Redis

This tutorial demonstrates how to implement a simple Redis pub sub client, which relies on Jedis, and which receives an update via the Redis data store. 👍

Continue ReadingA simple Jedis PubSub client written in Groovy and tested with Redis
Read more about the article Hidden Gems: Event-Driven Change Notifications in Relational Databases
Database change notifications are a hidden software development gem.

Hidden Gems: Event-Driven Change Notifications in Relational Databases

Learn about event-driven change notifications, a powerful non-standard functionality available in H2, PostgreSQL and Oracle relational databases.

Continue ReadingHidden Gems: Event-Driven Change Notifications in Relational Databases