In this article, we will talk about Redis (REmote DIctionary Server). Redis is an open source, in-memory, key value store. It is also referred to as a dictionary server as the key values are not only strings, but also hashes, sets, lists, and sorted sets. Read on for more details.
Google recently open sourced gRPC, which adds remote procedure calls on top of Protobufs, including code generation and serialization that works with multiple languages.
C and C++ standards for years treated concurrency and multi-threading as outside the standard. Here's a bit of background, intro, and experimentation related to threads, hyperthreading, and affinity.
The Spring Tool Suite, an Eclipse-based tooling pack, version 3.7.3 is out! Here's a rundown of the new features, like updated Ecli[se Mars, content assistance and validation for Cloud Foundry manifest files, and multiple launch configs for local apps.
Learn all about transaction management using Spring, and explore what transaction management is, how to effectively tackle this in Spring, and various tips.
Trying to communicate using JSON files or messages? Here is a tool that will make it easier to share how the JSON should be constructed, without leaving a code editor and browser.
Just as developers are human and prone to errors, a database containing mission critical information and lines of code on which applications are built is also vulnerable to errors and requires regular maintenance and updates from time to time. Regression testing can help you to make sure that code alterations don't affect the integrity of your database.
Apache Kafka is a great solution for handling real-time data feeds. Learn more about tuning Kafka to meet your high performance needs in this great video.
Here's a look at security permissions that are applicable to JPA entities, controlling attributes like reading, deletion, updating, and assignment of entities.