
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 Maj 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

DP11. Decorator
Decorator is a structural design pattern that lets you attach new behaviors to objects by placing these objects inside special wrapper objects that contain the behaviors.
8 Jan 202514min

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 Dec 20248min

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



















