排序
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...
Effective Java Tuesday! Minimize Mutability
Effective Java Tuesday! Minimize Mutability, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! The Bu...
CQRS using Java and Axon – Command module
CQRS using Java and Axon - Command module, CQRS using Java and Axon 4 (2 Part Series) 1 CQRS basics and application structure 2 CQRS using Java and Axon - Command module Introducti...
Microservices Architecture Tutorial: all you need to get started
Microservices Architecture Tutorial: all you need to get started,Microservice architecture is one of the most discussed software architecture trends at the moment, and it has forev...
Effective Java Tuesday! In Public Classes, Use Accessors, Not Public Fields
Effective Java Tuesday! In Public Classes, Use Accessors, Not Public Fields, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods ...
Using SonarCloud with Github Actions and Maven
Using SonarCloud with Github Actions and Maven,In this post you will will learn how to analyse your Java Maven project with SonarCloud using Github Actions. Starting point is a sim...
Obsolete Design Patterns – Command Pattern
Obsolete Design Patterns - Command Pattern,I'm sure most of us are familiar with at least some of the patterns laid out by the 'Gang of Four' in the book Design Patterns: Elements ...
Effective Java Tuesday! Minimize the Accessibility of Classes and Member
Effective Java Tuesday! Minimize the Accessibility of Classes and Member, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 E...
Effective Java Tuesday! Consider Implementing `Comparable`
Effective Java Tuesday! Consider Implementing `Comparable`, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java ...