File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Технологический стек Node.js
2
2
3
+ Объем материала: 30 лекций, 34 репозитория с примерами кода, 4 PDF со слайдами
4
+
3
5
- [ Node.js Введение в технологию] ( https://youtu.be/WBcHgaoHh1k )
4
6
- [ Node.js в 2019 году] ( https://youtu.be/CUU49jjHloM )
5
7
- Слайды: https://www.slideshare.net/tshemsedinov/nodejs-in-2019
6
8
- [ Обзор встроенного Node.js API] ( https://youtu.be/sOkjR-N6IAs )
9
+ - Ссылка на документацию: https://nodejs.org/api/documentation.html
7
10
- [ Модули, слои, структура проекта, песочницы в JavaScript и Node.js] ( https://youtu.be/O7A9chb573E )
8
11
- Пример проекта: https://github.com/HowProgrammingWorks/Project
9
12
- Абстрактные слои: https://github.com/HowProgrammingWorks/AbstractionLayers
55
58
- CQS: https://github.com/HowProgrammingWorks/CQS
56
59
- CQRS: https://github.com/HowProgrammingWorks/CQRS
57
60
- EventSourcing: https://github.com/HowProgrammingWorks/EventSourcing
61
+ - Паттерн Command https://github.com/HowProgrammingWorks/Command
58
62
- [ Применение EventSourcing] ( https://youtu.be/kFNtKiK2SPs )
63
+ - См. ссылки на примеры выше из лекции по CQS, CQRS, Event Sourcing
59
64
- [ Логирование на Node.js и JavaScript] ( https://youtu.be/4DkZj2Cdokc )
60
65
- Примеры кода: https://github.com/HowProgrammingWorks/Logging
61
66
- [ Модель акторов (Actor Model)] ( https://youtu.be/xp5MVKEqxY4 )
You can’t perform that action at this time.
0 commit comments