database

Scaling Spring Boot on ECS with a Shared PostgreSQL Database: Patterns for Safe Concurrency

Scaling Spring Boot on ECS with a Shared PostgreSQL Database: Patterns for Safe Concurrency

Multiple identical application containers talk to a single Postgres DB. Without coordination you risk: Goal: ensure correctness (no data corruption or...
LTS LTS
9 min read
Using @Modifying and @Transactional in Spring JPA

Using @Modifying and @Transactional in Spring JPA

Spring Data JPA provides powerful annotations like @Modifying and @Transactional to perform update and delete operations efficiently. These annotations allow modifying...
LTS LTS
1 min read
Microservices Based System with API Gateway and Rate Limiting in Java

Microservices Based System with API Gateway and Rate Limiting in Java

In modern application architectures, microservices provide scalability, modularity, and ease of development. To manage communication between services and ensure security, an...
LTS LTS
2 min read