free-programming-books/books/free-programming-books-uk.md

63 lines
1.6 KiB
Markdown
Raw Normal View History

2014-07-27 20:16:50 +00:00
### Index
* [C and C++](#c-and-cpp)
* [ClosureScript](#clojurescript)
* [Haskell](#haskell)
* [JavaScript](#javascript)
* [React](#react)
2015-12-15 14:23:48 +00:00
* [Language Agnostic](#language-agnostic)
* [PHP](#php)
* [Python](#python)
* [Django](#django)
2017-04-12 16:44:09 +00:00
* [Ruby](#ruby)
### <a id="c-and-cpp"></a>C and C++
* [С/C++ Теорія та практика](https://shron1.chtyvo.org.ua/Voitenko_Volodymyr C_Cpp_Teoriia_ta_praktyka.pdf) - Володимир Войтенко
### ClojureScript
* [Розплутаний ClojureScript](https://lambdabooks.github.io/clojurescript-unraveled) - Роман Лютіков (LambdaBooks)
### Haskell
* [Вивчить собі Хаскела на велике щастя!](http://haskell.trygub.com) - Міран Ліповача
### JavaScript
* [Розуміння ECMAScript 6](http://understandinges6.denysdovhan.com) - Денис Довгань (LambdaBooks)
2015-12-15 14:23:48 +00:00
#### React
* [Початок роботи](https://uk.reactjs.org/docs/getting-started.html)
2015-12-15 14:23:48 +00:00
### Language Agnostic
* [Дизайн-патерни - просто, як двері](http://designpatterns.andriybuday.com) - Андрій Будай
### PHP
* [Symfony: Швидкий старт](https://symfony.com/doc/current/the-fast-track/uk/index.html) - Symfony SAS
### Python
* [Пориньте у Python 3](https://uk.wikibooks.org/wiki/Пориньте_у_Python_3) - Марк Пілігрим
2017-04-12 16:44:09 +00:00
2017-04-12 16:49:26 +00:00
#### Django
* [Навчальний посібник Django Girls](https://tutorial.djangogirls.org/uk/)
2017-04-12 16:44:09 +00:00
### Ruby
* [Маленька книга про Ruby](https://lambdabooks.github.io/thelittlebookofruby) - Сергій Гіба (LambdaBooks)