All Categories - Blog of Vincent VAUBAN

1) Bushidō — Honor, Loyalty, Courage 🛡️ Dev translation: Keep your word, protect quality, own...
Keep objects talking only to their immediate friends. Fewer train-wreck chains, more intention...
🔍 Clarity beats complexity in code. When classes and methods are specific, everything becomes...
August 31, 2025 · team,video
* Problem: Team members may have different objectives in mind, and sometimes hidden agendas. This...
🚀 Want to go faster as a developer? Then don’t just think about how quickly you can type code…...
August 31, 2025 · kafka,video,self-promo,ccdak
*** Buy the voucher *** URL for buying voucher https://training.confluent.io/examdetail...
Interfaces in Java can now do much more than just define abstract methods. Since Java 8+, we can...
✅ Today I’m happy to share that I successfully passed the Confluent Certified Developer for...
💡 Why I Believe Lombok Should Be Discarded from Java Projects Lombok is often praised as a...
August 31, 2025 · java,java21,textblock,video
Ideally, a text block would be indented to match the indentation of the surrounding code. For...
Both are used to work with groups of objects, but they serve very different purposes: 📋...
August 31, 2025 · java,interview,video
JDBC provides three types of statements to interact with the database: 1️⃣ Statement ➡️ Used for...
Gunnar Morling - Java Champion https://www.linkedin.com/posts/gunnar-morling_java-activity...
🎓 Why certifications still matter (for devs & beyond) They don’t replace experience — they...
Let’s break it all down, step by step — and wrap it all up with a synthesis table 📊. 🔁 Queue...
❌ No, you can’t. Even though String is a subtype of Object, List〈String〉 is NOT a subtype of...
August 31, 2025 · java,interview,video
In Java, Generics are a compile-time feature. They ensure type safety by checking the types at...
August 31, 2025 · java,interview,video
Generics allow you to write classes, interfaces, and methods that can work with different data...
August 13, 2025 · java,interview,video
The Open/Closed Principle (OCP) is one of the SOLID principles of object-oriented design. It...
https://vexpert.vmware.com/directory/13546 vExpert isn’t a certification — it’s a recognition...
More Posts