Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rootdiv/nodejscourse

Основы Node.js
https://github.com/rootdiv/nodejscourse

methed nodejs

Last synced: 11 days ago
JSON representation

Основы Node.js

Awesome Lists containing this project

README

        

# Основы Node.js

Курс "Основы Node.js" с 15 августа 2023 до 20 сентября 2023 года.

- [Тема 1. Введение в Node.js. Event Loop](https://github.com/Rootdiv/NodejsCourse/tree/lesson01)
- [Тема 2. REPL / Module / Package](https://github.com/Rootdiv/NodejsCourse/tree/lesson02)
- [Тема 3. NPM - пакет с пакетами](https://github.com/Rootdiv/NodejsCourse/tree/lesson03)
- [Тема 4. Event / EventEmitter](https://github.com/Rootdiv/NodejsCourse/tree/lesson04)
- [Тема 5. Файловая система](https://github.com/Rootdiv/NodejsCourse/tree/lesson05)
- [Тема 6. Buffer & Stream](https://github.com/Rootdiv/NodejsCourse/tree/lesson06)
- [Тема 7. process и readline](https://github.com/Rootdiv/NodejsCourse/tree/lesson07)
- [Тема 8. CLI - приложение](https://github.com/Rootdiv/NodejsCourse/tree/lesson08)
- [Тема 9. OS & path](https://github.com/Rootdiv/NodejsCourse/tree/lesson09)
- [Тема 10. HTTP-запросы, http модуль](https://github.com/Rootdiv/NodejsCourse/tree/lesson10)
- [Тема 11. HTTPS / Заголовки HTTP / Переменные окружения (env)](https://github.com/Rootdiv/NodejsCourse/tree/lesson11)
- [Тема 12. zlib & crypto](https://github.com/Rootdiv/NodejsCourse/tree/lesson12)
- [Тема 13. Написание API](https://github.com/Rootdiv/NodejsCourse/tree/lesson13)
- [Тема 14. Работа с базой данных из Node.js](https://github.com/Rootdiv/NodejsCourse/tree/lesson14)
- [Тема 15. Сохранение файлов на сервере](https://github.com/Rootdiv/NodejsCourse/tree/lesson15)
- [Тема 16. Deploy render.com](https://github.com/Rootdiv/NodejsCourse/tree/lesson16)
- [Тема 16. Deploy Hosting](https://github.com/Rootdiv/NodejsCourse/tree/lesson16_deploy)