Learning and choosing a migration tool for yor project? Deepening your knowledge about Flyway and Liquibase will give you new insight for efficient workflow.
Learn about a scenario where, at first glance, I needed an active-active Kafka cluster with bi-directional replication. What happened as I dove deeper?
Handling a one-to-one relationship or one-or-many relationship can be done pretty simply. But many-to-many relationships are a bit different. Let’s look at an example.
Managing the requirements of GDPR compliance is easier said than done. Mehdi Medjaoui shares some advice on how to facilitate GDPR compliance through APIs.
Redis is fast, easy to use from almost any programming language, and works exactly as it should. Redis is even better with a programmable database proxy.
In the second part of the ultra-fast series, In this article, learn a new database that can make your microservices scale up quickly in the Java world!
Learn about Apache Kafka, MQTT, and OPC-UA for data streaming in IoT and Industry 4.0, including architectures, comparisons, and examples from Audi and BMW.
Vue has a lot of lifecycle hooks, and what can be confusing is what each one means or does. We'll be covering what each lifecycle hook does, and how to use them.
This article explores how to use method chaining to add routing information to serialized data structures in a lightweight fashion, where the routing information can be read separately by an intelligent message router.