1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-27 20:09:02 +00:00
programming-books/free-courses-ru.md
zenby 802285e5c6
Add free-courses-ru Nodejs & Javascript (#3844)
* add free courses ru nodejs and javascript

* change order

* fix incorrect line count
2020-10-09 14:22:46 -04:00

76 lines
2.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Index
* [Clojure](#clojure)
* [Haskell](#haskell)
* [Java](#java)
* [Javascript](#javascript)
* [Node.js](#nodejs)
* [React](#react)
* [PHP](#php)
* [PostgreSQL](#postgresql)
* [Python](#python)
### Уровни
BEG - новичок. Основы.
INT - средний. Расширенные возможности.
ADV - продвинутый. Тонкости.
### Clojure
* [Курс Clojure](https://clojurecourse.by) (BEG)
### Haskell
* [Функциональное программирование на языке Haskell](https://stepik.org/course/75) (INT)
* [Функциональное программирование на языке Haskell (часть 2)](https://stepik.org/course/693) (ADV)
### Java
* [Java. Путь от ученика до эксперта.](http://www.job4j.ru/courses/java_way_from_student_to_master.html) - Пётр Арсентьев (INT)
* [Вводный курс. Java в аналогиях.](http://www.job4j.ru/courses/java_beginner.html) - Пётр Арсентьев (BEG)
* [Курс тест по Java](https://github.com/peterarsentev/course_test) - Пётр Арсентьев (BEG)
### Javascript
* [Основы программирования](https://www.youtube.com/playlist?list=PLHhi8ymDMrQZad6JDh6HRzY1Wz5WB34w0) - Тимур Шемсединов (INT)
#### Node.js
* [Node.js введение в технологию](https://www.youtube.com/playlist?list=PLHhi8ymDMrQZmXEqIIlq2S9-Ibh9b_-rQ) - Тимур Шемсединов (INT)
#### React
* [React.js курс для начинающих](https://max-frontend.gitbook.io/react-course-ru-v2/) (BEG)
* [Роутинг в react-приложениях](https://max-frontend.gitbook.io/react-router-course-ru/) (INT)
* [Туториал по Redux](https://max-frontend.gitbook.io/redux-course-ru-v2/) (INT)
### PHP
* [Основы программирования на PHP](https://code-basics.ru/languages/php) (BEG) (:construction: *in process*)
### PostgreSQL
* [DBA1. Администрирование PostgreSQL](https://postgrespro.ru/education/courses/DBA1) (BEG)
* [DBA2. Администрирование PostgreSQL. Расширенный курс](https://postgrespro.ru/education/courses/DBA2) (INT)
* [DEV1. Разработка серверной части приложений PostgreSQL](https://postgrespro.ru/education/courses/DEV1) (ADV)
* [Hacking PostgreSQL](https://postgrespro.ru/education/courses/hacking) (INT)
### Python
* [Python: быстрый старт](http://dfedorov.spb.ru/python3) - Дмитрий Фёдоров (BEG)
* [Python: основы и применение](https://stepik.org/course/512) - Stepik (INT)
* [Основы программирования на Python](https://www.coursera.org/learn/python-osnovy-programmirovaniya) - Coursera (BEG)
* [Программирование на Python](https://stepik.org/course/67) - Stepik (BEG)