排序
Generating unique IDs in a Large scale Distributed environment
Generating unique IDs in a Large scale Distributed environment, Introduction Recently at work, We were looking for a way to generate unique IDs across a distributed system that cou...
SOLID: Interface Segregation Principle
SOLID: Interface Segregation Principle, SOLID Principles (5 Part Series) 1 SOLID: Single Responsibility Principle 2 SOLID: Open Closed Principle 3 SOLID: Liskov Substitution Princi...
How to use a custom class as @PathVariable in Feign
How to use a custom class as @PathVariable in Feign ,Do you know Feign? It is a Java library that allows you to write a REST client with minimal code. In my current work project,...
Effective Java: Beware the Performance of String Concatenation
Effective Java: Beware the Performance of String Concatenation, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective J...
SOLID: Liskov Substitution Principle
SOLID: Liskov Substitution Principle, SOLID Principles (5 Part Series) 1 SOLID: Single Responsibility Principle 2 SOLID: Open Closed Principle 3 SOLID: Liskov Substitution Principl...
TellDontAsk and CQRS – Object Design Guide Summary 2
TellDontAsk and CQRS - Object Design Guide Summary 2, Object Design Style Guide (2 Part Series) 1 Object Design Style Guide Summary 2 TellDontAsk and CQRS - Object Design Guide Sum...
Effective Java: Avoid Strings When Other Types Are More Appropriate
Effective Java: Avoid Strings When Other Types Are More Appropriate, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effect...
Testes Arquiteturais – Padronize já a arquitetura do seu projeto!
Testes Arquiteturais - Padronize já a arquitetura do seu projeto!, Introdução Muita das vezes quando iniciamos um projeto, a maior dificuldade que possuímos é no momento de fa...
Hazelcast, from Embedded to Client-Server
Hazelcast, from Embedded to Client-Server,Java developers are particularly spoiled when using Hazelcast. Because Hazelcast is developed in Java, it's available as a JAR, and we can...
Effective Java: Prefer Primitive Types to Boxed Types
Effective Java: Prefer Primitive Types to Boxed Types, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesd...
Documentando e testando sua arquitetura Java com Archunit— Parte 1: Porque testar minha arquitetura?
Documentando e testando sua arquitetura Java com Archunit— Parte 1: Porque testar minha arquitetura?,Antes de falar sobre o ArchUnit e como utilizá-lo é importante voltar um pas...
SOLID: Open Closed Principle
SOLID: Open Closed Principle, SOLID Principles (5 Part Series) 1 SOLID: Single Responsibility Principle 2 SOLID: Open Closed Principle 3 SOLID: Liskov Substitution Principle 4 SOLI...