- PVSM.RU - https://www.pvsm.ru -

SummaryJS, выпуск 2

Видео, подкасты

ES6 vs Today [1]
An Angular2 Todo App: First look at App Development in Angular2 [2]
Async Apps with React and Flux [3]
A 90 minute overview of ECMAScript 6 [4]
Building with React.js [5]
Intro to Webpack [6]
io.js with Isaac Schleuter and Mikeal Rogers [7]

Вопросники

js-quiz [8] – старенький, но до сих пор актуальный тест на знание JavaScript
javascript-quiz [9] – старенький тест из той же оперы (заметьте, не Оперы ;) )

Статьи, книги

ECMAScript const pattern [10] – ответ на tweet-вопрос [11] Дэна Абрамова
React, Unidirectional Data Flow, and You [12]
Fetch is the new XHR [13]
How to set up stress-free SSL on an OS X development machine [14]
React/Flux from an AngularJS Perspective [15]
Demystifying JavaScript Closures, Callbacks and IIFEs [16]
Embracing Promises in JavaScript [17]
ember.js — Data Down, Actions up…better but Still Not Far Enough [18]
ECMAScript 6 from an Attacker's Perspective [19]
Solve A 2D Array Maze Using Recursion And JavaScript [20]
6to5. Not Born to Die [21]
Подробно о внутренней кухне AngularJS [22]
Build Your Own AngularJS [23]
Classes in ECMAScript 6 (final semantics) [24]
Testing angular.js application with wallaby.js [25]
End-to-End Testing with Aurelia and Protractor [26]
Lazy Iterables in JavaScript [27]
How we built the new BBC Homepage [28]
Preview of the New Angular Router [29]
Getting started with React [30]
Deep dive into Angular.js directives [31]
The Case for Flux [32]
Welcome, jQuery developers [33]

Инструменты, библиотеки

nines [34] – инструмент для измерения производительности
tcomb [35] – проверяем типы
lets-chat [36] – замечательное чат-приложение. Хостится [37] на ваших серверах. Лучше всего подходит для небольших команд. Написано с использованием socket.io и mongoose.
plumin.js [38] – создаём шрифты с помощью JavaScript.
Sheetsee.js [39] – подключаем Google Spreadsheets к сайту и отображаем данные в виде таблиц и графиков.
node-specificity (github [40], хабр [41]) – исследуем css-селекторы в своём проекте.
hacker-news-app [42] – демо приложения с использованием Reapp.
angular-formly [43] – формы для AngularJS
es6features [44] – обзор нововведений в ECMAScript 2015
react-side-effect [45] – название говорит само за себя
ESTree [46] – попытка написать нормальную спеку
react-evil-icons [47] – иконки от Злых Марсиан в виде React-компонентов
2KB autocomplete [48] – маленький и легкий автокомплит от Lea Verou

Новые версии

ES.next Draft Rev 34 [49]
lodash 3.2.0 [50]
WebStorm 10 EAP 140.2424 [51]
Angular Light 0.8 [52]
Protractor 1.7.0 [53]
Babylon.js v2.0 [54]
favico.js 0.3.6 [55]

Google IO 2015

Сайт [56]. В конце марта пройдёт одна из главных frontend-конференций года. Будет жарко.

Автор: olegafx

Источник [57]


Сайт-источник PVSM.RU: https://www.pvsm.ru

Путь до страницы источника: https://www.pvsm.ru/javascript/83554

Ссылки в тексте:

[1] ES6 vs Today: https://www.youtube.com/watch?v=6tgbrN0vyec

[2] An Angular2 Todo App: First look at App Development in Angular2: https://www.youtube.com/watch?v=uD6Okha_Yj0

[3] Async Apps with React and Flux: https://www.youtube.com/watch?v=jnOAbsBsd4g

[4] A 90 minute overview of ECMAScript 6: http://www.2ality.com/2015/02/using-es6-today-minsk.html

[5] Building with React.js: http://thewebplatform.libsyn.com/31-building-with-reactjs

[6] Intro to Webpack: https://egghead.io/lessons/javascript-intro-to-webpack

[7] io.js with Isaac Schleuter and Mikeal Rogers: http://devchat.tv/js-jabber/147-jsj-io-js-with-isaac-schleuter-and-mikeal-rogers

[8] js-quiz: http://davidshariff.com/js-quiz

[9] javascript-quiz: http://perfectionkills.com/javascript-quiz/

[10] ECMAScript const pattern: https://github.com/mozilla/addon-sdk/wiki/Coding-style-guide#variables

[11] tweet-вопрос: https://twitter.com/dan_abramov/status/565999273821888512

[12] React, Unidirectional Data Flow, and You: https://speakerdeck.com/dougneiner/react-unidirectional-data-flow-and-you

[13] Fetch is the new XHR: https://gauntface.com/blog/2015/02/11/fetch-is-the-new-xhr

[14] How to set up stress-free SSL on an OS X development machine: https://gist.github.com/jed/6147872

[15] React/Flux from an AngularJS Perspective: http://blog.celerity.com/react/flux-from-an-angularjs-perspective

[16] Demystifying JavaScript Closures, Callbacks and IIFEs: http://www.sitepoint.com/demystifying-javascript-closures-callbacks-iifes/

[17] Embracing Promises in JavaScript: http://javascriptplayground.com/blog/2015/02/promises/

[18] ember.js — Data Down, Actions up…better but Still Not Far Enough: http://www.thesoftwaresimpleton.com/blog/2015/02/12/emberjs-data-down/

[19] ECMAScript 6 from an Attacker's Perspective: http://www.slideshare.net/x00mario/es6-en

[20] Solve A 2D Array Maze Using Recursion And JavaScript: https://blog.nraboy.com/2015/02/solve-2d-array-maze-using-recursion-javascript/

[21] 6to5. Not Born to Die: http://babeljs.io/blog/2015/02/15/not-born-to-die/

[22] Подробно о внутренней кухне AngularJS: http://habrahabr.ru/post/250637/

[23] Build Your Own AngularJS: http://teropa.info/build-your-own-angular

[24] Classes in ECMAScript 6 (final semantics): http://www.2ality.com/2015/02/es6-classes-final.html

[25] Testing angular.js application with wallaby.js: http://dm.gl/2015/02/16/wallaby-angular/

[26] End-to-End Testing with Aurelia and Protractor: http://blog.durandal.io/2015/02/16/end-to-end-testing-with-aurelia-and-protractor/

[27] Lazy Iterables in JavaScript: http://raganwald.com/2015/02/17/lazy-iteratables-in-javascript.html

[28] How we built the new BBC Homepage: http://www.bbc.co.uk/blogs/internet/entries/47a96d23-ae04-444e-808f-678e6809765d

[29] Preview of the New Angular Router: http://angularjs.blogspot.ru/2015/02/preview-of-new-angular-router.html

[30] Getting started with React: http://ryanclark.me/getting-started-with-react/

[31] Deep dive into Angular.js directives: https://leanpub.com/angularjsdirectives

[32] The Case for Flux: https://medium.com/@dan_abramov/the-case-for-flux-379b7d1982c6

[33] Welcome, jQuery developers: http://blog.npmjs.org/post/111385956875/welcome-jquery-developers

[34] nines: https://github.com/derekshull/nines

[35] tcomb: https://github.com/gcanti/tcomb

[36] lets-chat: https://github.com/sdelements/lets-chat

[37] Хостится: https://www.reg.ru/?rlink=reflink-717

[38] plumin.js: https://github.com/byte-foundry/plumin.js

[39] Sheetsee.js: http://jlord.us/sheetsee.js/

[40] github: https://github.com/eprev/specificity

[41] хабр: http://habrahabr.ru/post/250269/

[42] hacker-news-app: https://github.com/reapp/hacker-news-app

[43] angular-formly: https://github.com/formly-js/angular-formly

[44] es6features: https://github.com/lukehoban/es6features

[45] react-side-effect: https://github.com/gaearon/react-side-effect

[46] ESTree: https://github.com/estree/estree

[47] react-evil-icons: https://github.com/saulhoward/react-evil-icons

[48] 2KB autocomplete: http://leaverou.github.io/awesomplete/

[49] ES.next Draft Rev 34: http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts#february_20_2015_rev_34_release_candidate_1

[50] lodash 3.2.0: https://github.com/lodash/lodash/wiki/Changelog#v320

[51] WebStorm 10 EAP 140.2424: http://blog.jetbrains.com/webstorm/2015/02/webstorm-10-eap-140-2424/

[52] Angular Light 0.8: http://habrahabr.ru/post/250589/

[53] Protractor 1.7.0: https://plus.google.com/+JulieRalph/posts/94QTyQxFMTm

[54] Babylon.js v2.0: http://blogs.msdn.com/b/eternalcoding/archive/2015/02/18/what-s-new-in-babylon-js-v2-0.aspx

[55] favico.js 0.3.6: https://github.com/ejci/favico.js

[56] Сайт: https://events.google.com/io2015/

[57] Источник: http://habrahabr.ru/post/251111/