My Learning Journey
Search
Search
Dark mode
Light mode
Explorer
Tag: spring-boot
6 items with this tag.
Mar 09, 2026
Deploying the Transfer API — Docker and Beyond
java
spring-boot
docker
deployment
backend
Mar 06, 2026
Testing the Transfer API — Unit and Integration Tests
java
spring-boot
testing
junit
mockito
backend
Mar 05, 2026
REST API Design — DTOs, Validation, and Structured Error Responses
java
spring-boot
rest-api
validation
backend
Mar 05, 2026
Why @Transactional Isn’t Enough — Solving the Double Spend with JPA Locking
java
spring-boot
jpa
transactions
concurrency
postgresql
Feb 28, 2026
Dynamic JVM Plugin Engine — Hot-Swappable Spring Boot Backend
java
spring-boot
plugins
backend
project
Feb 28, 2026
Spring Boot Transactional REST API — From Raw JDBC to Four Layers
java
spring-boot
rest-api
jpa
transactions
backend