design共157篇
Understanding Singleton Design Pattern with a Logger Example-拾光赋

Understanding Singleton Design Pattern with a Logger Example

Understanding Singleton Design Pattern with a Logger Example,Written by Bhavuk Kalra️ In this post, we will explore how the Singleton design pattern is implemented in code and dem...
kity的头像-拾光赋kity17天前
0456
Domain Driven Design(DDD) - Understanding Main Concepts-拾光赋

Domain Driven Design(DDD) – Understanding Main Concepts

Domain Driven Design(DDD) - Understanding Main Concepts,Domain Driven Design(DDD) is a form of software design that focuses on understanding and reflecting the business in code. Cl...
kity的头像-拾光赋kity34天前
0457
Implementing Feature Flags with Spring: A Step-by-Step Guide for Feature Deployment-拾光赋

Implementing Feature Flags with Spring: A Step-by-Step Guide for Feature Deployment

Implementing Feature Flags with Spring: A Step-by-Step Guide for Feature Deployment, Introduction Feature flags, also known as feature toggles, are a software development technique...
kity的头像-拾光赋kity2个月前
04314
Design Patterns Serie — Structural Chapter: Proxy Pattern-拾光赋

Design Patterns Serie — Structural Chapter: Proxy Pattern

Design Patterns Serie — Structural Chapter: Proxy Pattern, Introduction Design patterns are solutions to common problems encountered in software development. The objective of thes...
kity的头像-拾光赋kity2个月前
04812
Leetcode 901. Online Stock Span-拾光赋

Leetcode 901. Online Stock Span

Leetcode 901. Online Stock Span, Intuition Could you use the answer of previous spans? Approach Save the price and its span in the array. Whenever the last value is less than the c...
kity的头像-拾光赋kity2个月前
0426
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的头像-拾光赋kity4个月前
05012
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的头像-拾光赋kity4个月前
0428
Composite Pattern-拾光赋

Composite Pattern

Composite Pattern, What is Composite Pattern? Composite pattern is a structural pattern that allows you to compose objects into tree structures to represent whole-part hierarchies....
kity的头像-拾光赋kity4个月前
0436
Iterator Pattern-拾光赋

Iterator Pattern

Iterator Pattern, What is Iterator Pattern? Iterator pattern is a behavioral pattern that provides a way to access the elements of an aggregate (collection) object sequentially wit...
kity的头像-拾光赋kity4个月前
03611
Template Method Pattern-拾光赋

Template Method Pattern

Template Method Pattern, What is Template method pattern? Template method pattern defines the skeleton of an algorithm in a method, deferring some steps to subclasses. Template met...
kity的头像-拾光赋kity4个月前
05015
Facade Pattern-拾光赋

Facade Pattern

Facade Pattern, What is Facade Pattern? Facade pattern is a structural pattern that provides a unified interface to a set of interfaces in a subsystem. Facade defines a higher-leve...
kity的头像-拾光赋kity4个月前
04312
Adapter Pattern-拾光赋

Adapter Pattern

Adapter Pattern, What is Adapter Pattern? Adapter pattern is a structural pattern that converts the interface of a class into another interface the clients expect. Adapter lets cla...
kity的头像-拾光赋kity5个月前
04514