free-courses-ru.md 2.2 KB
Newer Older
A
Anton Samsonov 已提交
1 2
### Index

A
Alex Gorelov 已提交
3
* [Clojure](#clojure)
B
brannx 已提交
4
* [Java](#java)
5
* [PHP](#php)
A
Alex Gorelov 已提交
6
* [PostgreSQL](#postgresql)
B
brannx 已提交
7
* [Python](#python)
B
brannx 已提交
8
* [React](#react)
A
Anton Samsonov 已提交
9 10 11 12 13 14 15 16 17


### Уровни

BEG - новичок. Основы.  
INT - средний. Расширенные возможности.  
ADV - продвинутый. Тонкости.


A
Alex Gorelov 已提交
18 19 20 21 22
### Clojure

* [Курс Clojure](https://clojurecourse.by) (BEG)


B
brannx 已提交
23 24
### Java

B
brannx 已提交
25 26
* [Java. Путь от ученика до эксперта.](http://www.job4j.ru/courses/java_way_from_student_to_master.html) - Пётр Арсентьев (INT)
* [Вводный курс. Java в аналогиях.](http://www.job4j.ru/courses/java_beginner.html) - Пётр Арсентьев (BEG)
B
brannx 已提交
27 28 29
* [Курс тест по Java](https://github.com/peterarsentev/course_test) - Пётр Арсентьев (BEG)


30 31 32 33 34
### PHP

* [Основы программирования на PHP](https://code-basics.ru/languages/php) (BEG) (:construction: *in process*)


A
Alex Gorelov 已提交
35 36 37 38 39 40 41 42
### 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)


A
Anton Samsonov 已提交
43 44
### Python

A
Alex Gorelov 已提交
45 46 47 48
* [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)
B
brannx 已提交
49 50 51 52 53 54 55 56


### React

* [React.js курс для начинающих](https://www.gitbook.com/book/maxfarseer/react-course-ru/details) (BEG)
* [Роутинг в react-приложениях](https://www.gitbook.com/book/maxfarseer/react-router-course-ru/details) (INT)
* [Туториал по Redux](https://www.gitbook.com/book/maxfarseer/redux-course-ru/details) (INT)