Posts
All the articles I've posted.
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%.
Getting Camera Height in Cesium.js - A Complete Guide
Published: at 08:00 AMA comprehensive tutorial on how to retrieve and display camera height in Cesium.js, including terrain-relative altitude calculations.
Multiple OAuth2 Resource Servers with Spring Boot 3.5.0
Published: at 08:00 AMHow to configure Spring Boot to handle multiple OAuth2 Resource Servers using JwtDecoder based on token issuer
UV - The Modern Python Package Manager
Published: at 08:00 AMExploring uv, the ultra-fast Python package manager and resolver that's changing how we manage dependencies.