-
Enterprise Java

Accessing Resources in Quarkus Native Images
Quarkus makes it easy to build ultra-fast native executables using GraalVM, but resource handling behaves differently compared to a traditional…
Read More » -
Core Java

Joining Unrelated Tables with JPA Criteria API
In real-world enterprise applications, it is common to encounter database tables that do not have explicit JPA relationships (such as…
Read More » -
Software Development

The Anthropology of Legacy Systems: What Ancient Code Reveals About Developer Culture
Every codebase tells a story. Like archaeologists brushing dust from ancient pottery, developers who inherit legacy systems uncover layers of…
Read More » -
Software Development

Functional Programming as Stoic Philosophy: Immutability and Accepting What You Cannot Change
Marcus Aurelius, Roman Emperor and Stoic philosopher, wrote in his Meditations: “You have power over your mind—not outside events. Realize…
Read More » -
Core Java

How to Fix Hibernate’s token ‘*’ SyntaxException
Hibernate’s JPQL (Java Persistence Query Language) provides an object-oriented abstraction over SQL, allowing us to query entities instead of database…
Read More » -
Core Java

Fixing java.io.NotSerializableException
The java.io.NotSerializableException is a common runtime exception in Java that occurs during the serialization process. Serialization is the mechanism of…
Read More » -
Software Development

The Psychology of Code Reviews: Why Smart Developers Accept Bad Suggestions
A senior engineer proposes changing a perfectly functional algorithm. The suggestion introduces unnecessary complexity and marginal performance gains that will…
Read More »





