Event Driven Programming is a programming paradigm that involves designing programs to respond to events rather than following a sequential execution path. This approach allows for more responsive and interactive programs, making it particularly useful in graphical user interfaces (GUIs) and networking applications. With event-driven programming, the program can react quickly to user input or other events without needing to wait for a sequential program flow to complete. Use this WordPress tag to explore articles, tutorials, and discussions related to event driven programming and its practical applications.

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