Explore the concept of Java Monad.
Baeldung Author
Thiago dos Santos Hora
Here's what I've written (so far):
Baeldung on Java
- All
- Persistence (2)
- Java (2)
- Spring Persistence (1)
- NoSQL (1)
- Architecture (1)
Redis Sentinel vs Clustering
Filed under NoSQL, Persistence
A comparison between Redis Cluster and Redis Sentinel going through some basic concepts.
What Causes “Lock wait timeout exceeded” Error in MySQL?
Filed under Persistence
Learn about locks in MySQL, understand how they work and when they cause the “Lock wait timeout exceeded” error.
Using Transactions for Read-Only Operations
Filed under Spring Persistence
An explanation about transactions and a practical example of different approaches to handle read-only transactions.
Lombok Configuration System
Filed under Java
Learn how to configure Lombok.