All Categories - Blog of Vincent VAUBAN

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...
November 10, 2025 · coding,interview,programmmer
Problem (aka LeetCode 226) Given the root of a binary tree, swap every node’s left and right...
November 10, 2025 · java,spring,springboot,slides,certification
🔸 WHY SPRING CERTIFICATION IS A GREAT ASSET TODAY ▪️ Validates real-world, production-ready...
🔸 TLDR ▪️ JWT = a token format (usually JSON + signature). ▪️ OAuth 2.0 = delegated...
🔸 TLDR Use 4 spaces per indent, keep lines ≤ 80 chars (≈ 70 in docs), and when you must wrap:...
🔸 TL;DR ▪️ Message chains leak internals and create fragile coupling. ▪️ Fix by hiding...
November 10, 2025 · java21,java,ocp,certification,slides
🔸 WHY JAVA CERTIFICATION IS A GREAT ASSET TODAY ▪️ Signals up-to-date skills (Java 21: virtual...
🚀 CLEAN CODE REMINDER: COMMENTS THAT COUNT When code is self-explanatory, extra comments add...
November 10, 2025 · poll,springboot,spring,java
Spring Boot supports both properties and YAML for externalized config. And good news: Spring...
November 3, 2025 · rest,programmmer,techlead
🔸 TLDR ▪️ HTTP codes are grouped by first digit: 1xx info, 2xx success, 3xx redirection, 4xx...
🔸 TL;DR ▪️ Use startupProbe for apps with slow or spiky boot times. ▪️ It delays liveness...
Hi folks, I’m excited to announce my new book: Spring Certification — Theory-First Study Guide....
November 3, 2025 · java,crosswords
It’s Friday crosswords time! A tiny puzzle to help you better remember core Java exceptions APIs ...
🔸 TLDR - Don’t list projects. Tell stories. - For EACH project / product / component on...
November 3, 2025 · java,programmmer,techlead
Java is not “legacy.” Java is alive, massive, and getting stronger every single year. Just look...
🔸 TLDR You can go from mvn package to a secure, signed, production-grade container image...
🍃🎓 SPRING CERTIFICATION — TEST YOURSELF (3 QUESTIONS IN THE CAROUSEL) 🚀 🔸 WHY SPRING...
🔸 TLDR - When you deal with money 💶, counters 🔄, IDs 🔖, or anything that must be 100% accurate...
More Posts