webassembly.org
FAQ - WebAssembly
http://webassembly.org/docs/faq
The initial version of WebAssembly has reached cross-browser consensus. Learn more. Why create a new standard when there is already asm.js? Especially since pthreads ( Mozilla pthreads. And SIMD ( simd.js. Simdjs in asm.js. Are coming to JavaScript. There are two main benefits WebAssembly provides:. The kind of binary format being considered for WebAssembly can be natively decoded much faster than JavaScript can be parsed ( experiments. By avoiding the simultaneous asm.js constraints of AOT. JavaScript e...
frontflip.me
Frontflip Podcast
http://frontflip.me/2014/07/24/4-news.html
Подкаст о JavaScript'e, фронтенде и сопутствующих технологиях. Прямая ссылка на mp3. Новый экспериментальный формат: коротко и только с новостями. 7 patterns to refactor JavaScript application. The introduction to Reactive Programming you’ve been missing. Delightful UX, Vitaly Friedman. Improve the payment experience with animations. И да, еще раз: если хотите быть гостем подкаста, то смело выбирайте любую ссылку слева и пишите, ждем. Hosted on GitHub Pages — Theme by orderedlist.
blog.whatwg.org
The WHATWG Blog — WHATWG
https://blog.whatwg.org/category/whatwg
Please leave your sense of logic at the door, thanks! Archive for the ‘WHATWG’ Category. Laquo; Previous Entries. Sunsetting the JavaScript Standard. Monday, August 15th, 2016. Back in 2012, the WHATWG set out to document the differences between the ECMAScript 5.1 specification. And the compatibility and interoperability requirements for ECMAScript implementations in web browsers. A specification draft was first published. Under the name of Web ECMAScript , but later renamed. That day has come. Browsers ...
js-attitude.fr
Pourquoi je préfère Brunch • JS Attitude : formations JavaScript qualitatives et sympathiques
http://www.js-attitude.fr/2015/03/04/brunch-mon-builder-prefere
Je n’ai jamais rencontré un expert JavaScript au chômage. Tout sur les ateliers de formation. Pourquoi je préfère Brunch. Ah, vous croyez que vous êtes au top. Parce que vous utilisez Grunt, Gulp, Broccoli ou même Glou? Pas forcément, voire carrément pas. Du tout. Voilà déjà 4 ans que Brunch existe, et sur bien des scenarii courants, il bat tout ce petit monde à plate couture. Envie d’en savoir plus, et de voir plein d’exemples? C’est par ici. C’est quoi, Brunch? Et les designers front. J’utilise Brunch ...
guidelines.plataformatec.com.br
JavaScript - Plataformatec Guidelines
http://guidelines.plataformatec.com.br/javascript.html
Use 2 spaces for indentation, no tabs. Always declare your variables at the top of the function to avoid hoisting. Use single variable definition. Don’t prefix jQuery cached selector variables with. Do not declare unused arguments in functions. Avoid global scope lookup. Access top level variables and functions explictly through the. Object or inject the required namespace in an IIFE. Add space after the. When splitting a chain across multiple lines, prefer to place the. The Single entry point. With this...
jsrocks.org
ES6 modules today with 6to5 - JS Rocks
http://jsrocks.org/2014/10/es6-modules-today-with-6to5
A collaborative website about the latest JavaScript features and tools. Tue Oct 28 2014 12:49:54 GMT 0000 (UTC). ES6 modules today with 6to5. Ive posted the image below on Twitter. Showing how happy I was. Its great what transpilers. Can do. In JavaScripts World its like a time machine we can forward to the near future of awesomeness ES6 will bring. In this tutorial well show how to start writing ES6 modules. Today, using the awesome 6to5. For an brief introduction. Also, I recommend you to read @jcemer.
2ality.com
ECMAScript 6 modules: the final syntax
http://www.2ality.com/2014/09/es6-modules-final.html
9313;ality – JavaScript and more. ECMAScript 6 modules: the final syntax. This blog post is outdated. Please read chapter “ Modules. 8221; in “Exploring ES6”. At the end of July 2014, TC39 [1]. During which the last details of the ECMAScript 6 (ES6) module syntax were finalized. This blog post gives an overview of the complete ES6 module system. Module systems for current JavaScript. The dominant implementation of this standard is in Node.js. Designed for synchronous loading. 8221; by Addy Osmani. Simila...
jcemer.com
Uma nova sintaxe para módulos no ES6 ~ Jean Carlo Emer
http://jcemer.com/uma-nova-sintaxe-para-modulos-no-es6.html
Uma nova sintaxe para módulos no ES6. O grupo TC39 - ECMAScript já está finalizando a sexta versão da especificação do ECMAScript. A agenda do grupo. Aponta o mês de junho do próximo ano como sendo a data de lançamento. A partir de agora, poucas mudanças significativas devem surgir. Já é tempo de se aprofundar no estudo. Este artigo não pretende abordar a importância da escrita de código modularizado. Já escrevi sobre o assunto no artigo Modularização em JavaScript. Sites como JavaScript Modules. As bibl...
emjs.ru
Руководство - EmberJS на русском
http://emjs.ru/v2
Перед вами обучающее руководство по Ember.js! Благодаря этой документации полный новичок может стать экспертом по работе с Ember. На левой стороне каждой страницы находится панель с содержанием. Она состоит из разделов, которые можно раскрыть, чтобы посмотреть соответствующие темы. И разделы и темы следуют в порядке возрастания сложности, от базовых концепций к продвинутым. Чтобы разобраться в руководстве, вам следует иметь знания и опыт работы в следующих областях:. HTML, CSS, JavaScript. Исходный спосо...