
FIN.1Mastering Equity Structure
This collection of texts originates from a book titled "一本书看透股权架构" by 李利威, which translates to "A Book to See Through Equity Structures". Published in 2019, it focuses on the intricacies of company eq...
31 Mai 202541min

SYS1.LTS
Linux test projects
4 Feb 202531min

DP13. Flyweight
Also known as: Cache Flyweight is a structural design pattern that lets you fit more objects into the available amount of RAM by sharing common parts of state between multiple objects instead of keep...
19 Jan 202513min

DP12. Facade
Facade is a structural design pattern that provides a simplified interface to a library, a framework, or any other complex set of classes.
14 Jan 202512min

DP10. Composite
Composite is a structural design pattern that lets you compose objects into tree structures and then work with these structures as if they were individual objects.
5 Jan 202519min

DP9.Bridge
Bridge is a structural design pattern that lets you split a large class or a set of closely related classes into two separate hierarchies—abstraction and implementation—which can be developed independ...
26 Des 20248min

DP8. Adapter
The adapter, also known as a wrapper, is a structural design pattern that allows objects with incompatible interfaces to collaborate.
25 Des 202418min



















