Topic track · 5 notes
Spring Boot
Transaction boundaries, persistence, configuration, resilience and observability in Spring applications.
Spring Transaction Boundaries That Match the Business Operation
How @Transactional proxies, propagation, isolation and exception behavior shape real service consistency.
Read article ↗JPA N+1 Queries: Fetch Plans Without Accidental Data Explosions
How lazy loading, joins, entity graphs and projections affect query count, memory and API latency.
Read article ↗Spring Boot Configuration and Secrets Across Environments
A layered configuration strategy for defaults, environment overrides, validation and secret delivery.
Read article ↗Timeouts, Retries and Circuit Breakers Without Retry Storms
How to combine time budgets, backoff, idempotency and circuit breaking around remote dependencies.
Read article ↗Spring Boot Observability: Logs, Metrics and Traces That Explain a Request
A practical telemetry model for correlation, RED metrics, business signals and production diagnosis.
Read article ↗