Merge pull request #1618 from c01nd01r/master

Add Russian JavaScript book, podcast, screencast
This commit is contained in:
victor felder 2015-10-06 17:49:27 -04:00
commit 3d5a06decc
3 changed files with 14 additions and 1 deletions

View File

@ -64,6 +64,7 @@ Free Podcasts and Screencasts:
+ Czech: [github](/free-podcasts-screencasts-cs.md) + Czech: [github](/free-podcasts-screencasts-cs.md)
+ English: [github](/free-podcasts-screencasts-en.md) + English: [github](/free-podcasts-screencasts-en.md)
+ Russian: [github](/free-podcasts-screencasts-ru.md)
### Software Testing Books ### Software Testing Books

View File

@ -0,0 +1,11 @@
### Index
* [Javascript](#javascript)
* [Node.js](#Nodejs)
### Javascript
* [Podcast] - [RadioJS Podcast](http://radiojs.ru/)
* [Podcast] - [Frontflip Podcast](http://frontflip.me/)
### Node.js
* [Screencast] - [Скринкаст Node.JS - Илья Кантор](https://learn.javascript.ru/nodejs-screencast/)

View File

@ -102,8 +102,9 @@
### JavaScript ### JavaScript
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) - Иво Ветцель * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) - Иво Ветцель
* [Выразительный JavaScript](https://github.com/karmazzin/eloquentjavascript_ru) - Marijn Haverbeke
* [Паттерны для масштабируемых JavaScript-приложений](http://largescalejs.ru) - Эдди Османи * [Паттерны для масштабируемых JavaScript-приложений](http://largescalejs.ru) - Эдди Османи
* [Современный учебник JavaScript](http://learn.javascript.ru) * [Современный учебник JavaScript](http://learn.javascript.ru) - Илья Кантор
#### Node.js #### Node.js