We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455ebd4 commit 3fc782fCopy full SHA for 3fc782f
Courses/Fundamentals.md
@@ -144,7 +144,10 @@
144
- Примеры кода: https://github.com/HowProgrammingWorks/FunctionalProgramming
145
- [Реактивное программирование](https://youtu.be/7MH8-qQc-48)
146
- Примеры кода: https://github.com/HowProgrammingWorks/ReactiveProgramming
147
-- Работа с файлами
+- [Работа с файлами, буферами и файловыми потоками в Node.js](https://youtu.be/eQGBS15vUac)
148
+ - Файлы: https://github.com/HowProgrammingWorks/Files
149
+ - Потоки: https://github.com/HowProgrammingWorks/Streams
150
+ - Буферы: https://github.com/HowProgrammingWorks/Buffers
151
- Оценка сложности алгоритмов
152
- [Измерение производительности кода и оптимизация](https://youtu.be/sanq2X7Re8o)
153
- Примеры кода: https://github.com/HowProgrammingWorks/Benchmark
0 commit comments