Learn how to implement API versioning with Micronaut.
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
- Java (3)
- Persistence (2)
- Architecture (2)
- Spring Persistence (1)
- REST (1)
- NoSQL (1)
- Jakarta EE (1)
- DevOps (1)
- Data (1)
A Guide to ShardingSphere
Filed under Data
Learn the first steps using ShardingSphere.
Shards and Replicas in Elasticsearch
Filed under Architecture, DevOps, Java
Learn about Elasticsearch shards and replicas.
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, 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.