排序
Modularity in Java and .Net
Modularity in Java and .Net,We’ll explore modularity in Java and .Net platforms, but before let’s first spend a little time on understanding what and why of modularity. What is a...
Effective Java! Favor Static Members Classes over Non-Static
Effective Java! Favor Static Members Classes over Non-Static, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Jav...
Effective Java! Prefer Class Hierarchies to Tagged Classes
Effective Java! Prefer Class Hierarchies to Tagged Classes, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java ...
Effective Java! Use Interfaces Only to Define Types
Effective Java! Use Interfaces Only to Define Types, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday...
Kotlin Spring Boot use-case: dependency injection of a list of services
Kotlin Spring Boot use-case: dependency injection of a list of services, Context With Spring boot framework, it is possible to inject a list of beans as a dependency. I always foun...
The Visitation of Visitor Pattern: How it makes your software more useful
The Visitation of Visitor Pattern: How it makes your software more useful,Original post here The visitor pattern is a behavior design pattern, which means it's a way for objects to...
Requirements as code: documentation update
Requirements as code: documentation update,Hi folks. I hope you're doing good and staying healthy. I just wanted to let you know that I did a major update of the GitHub frontpage o...
Effective Java! Design Interfaces for Posterity
Effective Java! Design Interfaces for Posterity, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! Th...
Effective Java Tuesday! Prefer Interfaces to Abstract Classes
Effective Java Tuesday! Prefer Interfaces to Abstract Classes, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Ja...
Effective Java Tuesday! Design and Document Classes for Inheritance or Else Prohibit It.
Effective Java Tuesday! Design and Document Classes for Inheritance or Else Prohibit It., Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Fac...
Effective Java Tuesday! Favor Composition Over Inheritance
Effective Java Tuesday! Favor Composition Over Inheritance, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java ...
Hexagonal Architecture
Hexagonal Architecture,1. Overview Hexagonal Architecture is an architectural design pattern that makes the application highly maintainable and fully testable. It keeps the importa...