Skip to content

Commit b690274

Browse files
authored
Add links to videos
1 parent 705bbc9 commit b690274

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

‎README.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,8 @@ Translations:
77
[UA](https://github.com/tshemsedinov/Patterns-JavaScript/tree/ua),
88
[RU](https://github.com/tshemsedinov/Patterns-JavaScript/tree/ru).
99

10-
- GRASP patterns
11-
- Information expert
12-
- Creator
13-
- Controller
14-
- Indirection
15-
- Low coupling
16-
- High cohesion
17-
- Polymorphism
18-
- Protected variations
19-
- Pure fabrication
20-
- SOLID Patterns
21-
- Single responsibility principle
22-
- Open/closed principle
23-
- Liskov substitution principle
24-
- Interface segregation principle
25-
- Dependency inversion principle
2610
- Gof Patterns
11+
- 🧩 [GoF patterns for Node.js and JavaScript (seminar frarment)](https://youtu.be/7TjzsZCQQqg)
2712
- Creational patterns
2813
- Abstract factory
2914
- [Builder](https://github.com/HowProgrammingWorks/Builder)
@@ -55,3 +40,23 @@ Translations:
5540
- [Strategy](https://github.com/HowProgrammingWorks/Strategy)
5641
- Template method
5742
- Visitor
43+
- GRASP patterns
44+
- Intro video
45+
- Part 1 - [GRASP for Node.js and Javascript](https://youtu.be/vm8p4jIQwp4)
46+
- Part 2 - coming soon
47+
- Information expert
48+
- Creator
49+
- Controller
50+
- Indirection
51+
- Low coupling
52+
- High cohesion
53+
- Polymorphism
54+
- Protected variations
55+
- Pure fabrication
56+
- SOLID Patterns
57+
- Intro video: [SOLID for Node.js and Javascript](https://youtu.be/B2guSV8EMn0)
58+
- Single responsibility principle
59+
- Open/closed principle
60+
- Liskov substitution principle
61+
- Interface segregation principle
62+
- Dependency inversion principle

0 commit comments

Comments
 (0)