All Categories - Blog of Vincent VAUBAN

November 22, 2025 · java,springboot,quarkus,techlead,programmmer
Choosing a Java framework for microservices can feel… overwhelming. Spring Boot, Quarkus,...
November 22, 2025 · springboot,spring,java,programmmer
🔸 TL;DR ▪️ Spring Boot 4 splits the big spring-boot-autoconfigure jar into smaller, focused...
November 22, 2025 · springboot,spring,certification,book,java
When you build REST APIs with Spring MVC / Spring Boot, you almost never write to the HTTP...
🔸 WHY JAVA CERTIFICATION IS A GREAT ASSET TODAY ▪️ Signals up-to-date skills (Java 21: virtual...
AI can blast through the first draft fast—but shipping production-grade software is still hard...
Writing code is easy. Reading it 6 months later… less so 😅 Here’s a recap of core Java code...
🔸 QUIZ (CHOOSE ONE) ▪️ It defines the maximum number of consumer records processed per minute. ...
November 22, 2025 · java,interview,coding
📐 Problem Given a string containing only ()[]{}, determine if it’s well-formed: every opening...
November 22, 2025 · java,cleancode,programmmer
🔸 TL;DR Strings are a poor substitute for real types. If the data is a number, boolean, enum,...
November 22, 2025 · springboot,spring,slides,certification,vcp
🔸 WHY SPRING CERTIFICATION IS A GREAT ASSET TODAY ▪️ Validates real-world, production-ready...
November 22, 2025 · cleancode,programmmer
🔸 TL;DR ▪️ Delegation is good… until your class just forwards calls. ▪️ If half the methods...
November 22, 2025 · java,programmmer,intellij
🗣️“The art of being wise is the art of knowing what to overlook.” — William James 🔸 TL;DR ...
🔸 TL;DR The ApplicationContext is Spring’s container. It creates and wires beans, manages...
November 22, 2025 · java,certification,ocp,slides,java21
☕🎓 JAVA 21 OCP — TEST YOURSELF (3 QUESTIONS IN THE CAROUSEL) 🚀 eipsod7 🔸 WHY JAVA CERTIFICATION...
Java devs, if you had to learn one next language, where would you invest your time? 🔸 JVM...
🔸 TL;DR Use Swagger/OpenAPI annotations to turn your Spring REST APIs into living...
🔸 TL;DR ▪️ Keep a clear file header, then package, then import. ▪️ Split the file into...
November 10, 2025 · programmmer,techlead,workplace
It’s not about being famous. It’s about building trust. I’m not looking for attention. I...
November 10, 2025 · springboot,spring,java,github
🔸 TL;DR ▪️ I pushed a tiny Spring Boot endpoint that validates request bodies with networknt...
November 10, 2025 · java,cleancode,programmmer
TL;DR Prefer interface types in your APIs and variables for flexibility and testability. Use a...
More Posts