Published onJune 29, 2025Choosing Between @OnDelete and JPA CascadeHow I compared Hibernate @OnDelete and JPA Cascade for deleting product options while keeping persistence context consistency in mind.JPAHibernateCascadeDatabaseBackend
Published onMay 23, 2025UUID Primary Keys and Index Performance: UUIDv4, ULID, and UUIDv7Comparing UUIDv4, ULID, and UUIDv7 for identifier design, index performance, and ordering behavior.UUIDDatabaseIndexPerformance
Published onMay 7, 2025Why Some Validation Belongs in the Application LayerDeciding when a Kakao Tech Campus gift API should rely on database constraints and when it should validate rules in the application layer.SpringJPAValidationDatabaseBackend