Learn about Elasticsearch shards and replicas.
Also find me here:
Baeldung Author
Thiago dos Santos Hora
I've been working with Information Technology since 2010 in the software development area, exercising tasks in every phase of the process of building and implanting a project (analysis requirements, specification, architecture, development, test, implementation, training, support and maintenance). I've always been very interested in software architecture, and that's where I look forward to searching and improving my knowledge (perhaps my greatest passion in Information Technology).
Here's what I've written (so far):
Baeldung on Java
- All
- Data (3)
- Java (2)
- Architecture (2)
- Spring WebFlux (1)
- Spring Persistence (1)
- Spring Cloud (1)
- Security (1)
- Reactive (1)
- REST (1)
- NoSQL (1)
- Jakarta EE (1)
- DevOps (1)
- Core Java (1)
- Artificial Intelligence (1)
Jakarta EE 10
Filed under Jakarta EE
Explore features of the new Jakarta EE 10 release.
Monads in Java – Optional
Filed under Architecture, Java
Explore why the Java Optional class is a monad.
Redis Sentinel vs Clustering
Filed under NoSQL
A comparison between Redis Cluster and Redis Sentinel going through some basic concepts.
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.
Baeldung on SQL
- All
- Database Access (1)
What Causes “Lock wait timeout exceeded” Error in MySQL?
Filed under Database Access
Learn about locks in MySQL, understand how they work and when they cause the “Lock wait timeout exceeded” error.