Related Posts
hibernate-003: @IdClass(PaymentId.class)
The annotation @IdClass(PaymentId.class) is used in JPA (Java Persistence API) to define a composite primary key for the…
Bootstrap vs Tailwind CSS
Bootstrap vs Tailwind CSS Today, end users are demanding more from their websites and applications. This demand is…
Choosing data structures for Advent of Code 2018 Day 24
How should I store the fighters in a battle with complex interactions? Mild spoilers for Advent of Code…