排序
Effective Java: Use Checked Exceptions for Recoverable Conditions
Effective Java: Use Checked Exceptions for Recoverable Conditions, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effectiv...
Do you have an Anemic or Rich Domain Model?
Do you have an Anemic or Rich Domain Model?,The Rich Domain Model is the technical part of Domain Driven Design. It is composed of many building blocks, but I would like to present...
SOLID: Dependency Inversion Principle
SOLID: Dependency Inversion Principle, SOLID Principles (5 Part Series) 1 SOLID: Single Responsibility Principle 2 SOLID: Open Closed Principle 3 SOLID: Liskov Substitution Princip...
Código Limpo by Uncle Bob
Código Limpo by Uncle Bob, 'Foi visitar um amigo? Antes de sair da casa dele, deixe a casa mais limpa do que ela estava quando chegou.' Essa é a lição que tiro sobre o primeiro...
Effective Java: Use Exceptions for Only Exceptional Circumstances
Effective Java: Use Exceptions for Only Exceptional Circumstances, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effectiv...
Effective Java: Adhere to Generally Accepted Naming Conventions
Effective Java: Adhere to Generally Accepted Naming Conventions, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective ...
Effective Java: Optimize Judiciously
Effective Java: Optimize Judiciously, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! The Builder P...
A Tiny URL design and code ️
A Tiny URL design and code ️,This is a simple encode() and decode() function. Note that we haven't created the MD5 hashing approach here as this only deals with the concept. Step:...
Effective Java: Use Native Methods Judiciously
Effective Java: Use Native Methods Judiciously, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! The...
“I like the direction the new Java is going”, — Adam Bien
'I like the direction the new Java is going', — Adam Bien,Hello wonderful friends! We can't wait to see at our jLove Conference on the 25th-26th of June We were lucky to interview...
Effective Java: Prefer Interfaces To Reflection
Effective Java: Prefer Interfaces To Reflection, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! Th...
Effective Java: Refer to Objects By Their Interfaces
Effective Java: Refer to Objects By Their Interfaces, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesda...