designpatterns共70篇
Usando annotations em Java para fazer um strategy-拾光赋

Usando annotations em Java para fazer um strategy

Usando annotations em Java para fazer um strategy,Passei por uma situação bem interessante no trabalho e queria compartilhar a solução aqui. Imagina que você precisa processar...
kity的头像-拾光赋kity3天前
0525
Arquitetura Orientada a Eventos-拾光赋

Arquitetura Orientada a Eventos

Arquitetura Orientada a Eventos,A Arquitetura Orientada a Eventos (AOE) é um modelo de design usado para desenvolver sistemas que reagem a eventos em tempo real. Esse tipo de arqu...
kity的头像-拾光赋kity7天前
0246
O que é o hikari pool?-拾光赋

O que é o hikari pool?

O que é o hikari pool?, O que é o hikari pool? Essa simples pergunta em uma publicação no BlueSky me levou a uma explicação que achei bem legal. Vim aqui terminar ela. No con...
kity的头像-拾光赋kity8天前
0435
Understanding the Factory Method Pattern-拾光赋

Understanding the Factory Method Pattern

Understanding the Factory Method Pattern, Introduction Hi everyone, I am writing this post to share my knowledge as I continue learning about design patterns. Today, I will present...
kity的头像-拾光赋kity10天前
0218
Observer Design Pattern | Low Level Design-拾光赋

Observer Design Pattern | Low Level Design

Observer Design Pattern | Low Level Design,Hi Everyone, Let’s understand the Observer Design Pattern. Observer design patterns are very useful when designing any scalable applicat...
kity的头像-拾光赋kity11天前
0277
Exciting Update: LivinGrimoire Wiki Revamp!-拾光赋

Exciting Update: LivinGrimoire Wiki Revamp!

Exciting Update: LivinGrimoire Wiki Revamp! ,Sure thing! Here's the announcement formatted for a DEV.to post: Exciting Update: LivinGrimoire Wiki Revamp! Hey everyone, We're thrill...
kity的头像-拾光赋kity13天前
03313
Handling NullPointerException with Optional-拾光赋

Handling NullPointerException with Optional

Handling NullPointerException with Optional, Definition NPE is a runtime exception that occurs when trying to use a null reference. The JVM throws this exception to protect against...
kity的头像-拾光赋kity20天前
04915
Concurrency Patterns: Balking Pattern-拾光赋

Concurrency Patterns: Balking Pattern

Concurrency Patterns: Balking Pattern, Introduction The Balking Design Pattern is a behavioral design pattern used to manage state-dependent actions in a system. It ensures that op...
kity的头像-拾光赋kity21天前
0225
Inversion of Control and Dependency Injection: A Practical Guide with Java and Spring Boot-拾光赋

Inversion of Control and Dependency Injection: A Practical Guide with Java and Spring Boot

Inversion of Control and Dependency Injection: A Practical Guide with Java and Spring Boot,In the world of software development, the principles of Inversion of Control (IoC) and De...
kity的头像-拾光赋kity23天前
04413
Singleton Design Pattern in Java-拾光赋

Singleton Design Pattern in Java

Singleton Design Pattern in Java,The Singleton design pattern is one of the most widely recognized and used patterns in software engineering. It originated from the concept of ensu...
kity的头像-拾光赋kity25天前
02210
Proxy Pattern-拾光赋

Proxy Pattern

Proxy Pattern, What is Proxy Pattern? Proxy pattern is a structural pattern that provides a surrogate or placeholder for another object to control access to it. When to use it? The...
kity的头像-拾光赋kity1个月前
04612
State Pattern-拾光赋

State Pattern

State Pattern, What is State Pattern? State pattern is a behavioral pattern that allows an object to alter its behavior when its internal state changes. The object will appear to c...
kity的头像-拾光赋kity1个月前
0338