Posts
All the articles I've posted.
Should I use Java 25 Compact Object Headers?
Published: at 12:00 AMWith the release of Java 25, should you consider using Compact Object Headers for better memory efficiency?
Spring Boot 4 - What is JSpecify?
Published: at 07:00 AMAn article walking through JSpecify support in Spring Boot 4.
Latitude/Longitude Distance Decrypted
Published: at 08:00 AMDeciphering latitude and longitude and their relation to meters for Cesium!
Building a Website Purely with Vibes
Published: at 08:00 AMI'm usually skeptical of AI-generated content, but I wanted to see if I could build a website purely with vibes. Here's how it went.
Always Set Up AuditorAware in Spring JPA
Published: at 08:00 AMAuditorAware is a powerful feature in Spring JPA that allows you to automatically populate auditing fields like createdBy and lastModifiedBy. In this post, I explain why I always set it up in my projects and how it can simplify your code.
JLink - Java Runtime Optimization Reference Guide
Published: at 08:00 AMComplete reference guide for using JLink to create optimized Java runtime images and reduce application size by 60%.