All Categories - Blog of Vincent VAUBAN

Fetching data is not just about reducing the number of SQL queries. Sometimes, one query is...
• The Vector API is Java’s portable SIMD story for data-heavy workloads. • You write vector...
• LazyConstant gives Java a standard way to delay initialization while keeping immutable...
For 15 years, “learn to code” sounded like one of the safest bets in education. According to...
After watching The Rebels Who Fought Enterprise Java | Spring: The Documentary (here: https:/...
PrimeFaces 15.0.15 has just been released. 🚀 And no, this is not “React for Java”. ...
There is a funny paradox in Spring’s story. Today, many developers see Spring as “enterprise...
2026年5月25日 · teamwork
🔸 TL;DR “Estimates are like the best lie we can give you.” — Mike Beedle That quote is...
🔸 INTRO I was in training for two days, and during the off moments, we had great discussions...
🔸 TL;DR ▪️ Since Java 23, you can write Javadoc comments in Markdown. ▪️ Use /// instead of the...
But then someone has to clean it up: ▪️ remove duplicated logic ▪️ fix weak architecture ▪️...
🔸 TL;DR I built a small POC to analyze multiple log files and help identify the source of a...
2026年5月16日 · java
🔸 TL;DR pgvector is not “a magic AI database”. It is a PostgreSQL extension that lets you...
# Example JVM launch using a GC that now works with AOT object caching java -XX:+UseZGC -XX:...
🔸 WHY JAVA CERTIFICATION IS A GREAT ASSET TODAY ▪️ Signals up-to-date skills (Java 21: virtual...
# G1 is the default GC on HotSpot, so many apps benefit automatically java -Xlog:gc*:info -jar...
• JDK 26 starts warning about deep reflection that mutates final fields. • This prepares the...
🔸 TL;DR AI did not kill software engineering. It exposed the difference between writing code...
• Java 27 adds hybrid post-quantum key exchange options to TLS 1.3. • The important message for...
• Java’s standard HttpClient can now opt into HTTP/3. • That gives developers access to...
More Posts