Published onJune 22, 2024[Structural] Bridgetypescriptdesign-patternA method to connect multiple standalone objects
Published onJune 22, 2024[Structural] Compositetypescriptdesign-patternA way to structure a group of objects
Published onJune 20, 2024[Structural] Adaptertypescriptdesign-patternCreate a layer to connect an old layer to a new layer
Published onJune 19, 2024Arrow function vs Regular FunctionjavascriptThe different between regular function and arrow function.
Published onJune 19, 2024Deep copy vs Shallow copyjavascriptThe summarize of copy method in javascript.