
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 Touko 202541min

SYS1.LTS
Linux test projects
4 Helmi 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 Tammi 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 Tammi 202512min

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 Tammi 202514min

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

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



















