https://blog.jscrambler.com/javascript-is-everywhere JavaScript везде [инфографика]
3 библиотеки JavaScript, за которыми следует следить в 2017-м
https://www.sitepoint.com/3-javascript-libraries-2017/
https://www.sitepoint.com/3-javascript-libraries-2017/
Sitepoint
3 JavaScript Libraries to Keep an Eye on in 2017 - SitePoint
Did you suffer JavaScript overload in 2016? Tim Severien suggests two frameworks and a library that, in his opinion, you should be watching this year.
ES2015 JavaScript vs. Elm vs. TypeScript
https://medium.com/front-end-hacking/es2015-vs-elm-vs-typescript-a88dbc5d14d9
https://medium.com/front-end-hacking/es2015-vs-elm-vs-typescript-a88dbc5d14d9
Medium
ES2015 JavaScript vs. Elm vs. TypeScript
In search of the perfect Front End Language
Преодоление разрыва между Elm и JavaScript с помощью TypeScript #js #typeScript #front_end_dev
https://medium.com/front-end-hacking/bridging-the-gap-between-elm-and-javascript-with-typescript-375771ebcd4c
https://medium.com/front-end-hacking/bridging-the-gap-between-elm-and-javascript-with-typescript-375771ebcd4c
Medium
Bridging the Gap Between Elm and JavaScript with TypeScript
Recently, I have gone through a few language transitions: from JavaScript, briefly to Elm, finally landing on TypeScript. I wrote an…
Простая web оплата: представляем Payment Request API
https://blogs.windows.com/msedgedev/2016/12/15/payment-request-api-edge/
https://blogs.windows.com/msedgedev/2016/12/15/payment-request-api-edge/
Microsoft Edge Dev Blog
Simpler web payments: Introducing the Payment Request API
We’re thrilled to introduce a preview implementation of the Payment Request API in Microsoft Edge, enabling simpler checkout and payments on the web on Windows 10 PCs and Phones. Support for Payment Request in stable builds will be coming to EdgeHTML 15 in…
Lazy-loading jQuery с webpack только тогда, когда это вам необходимо
https://hackernoon.com/lazy-loading-jquery-with-webpack-only-when-you-need-it-76a8ee144bdd
https://hackernoon.com/lazy-loading-jquery-with-webpack-only-when-you-need-it-76a8ee144bdd
Hacker Noon
Lazy-loading jQuery with webpack only when you need it
Have you almost gotten rid of jQuery from your app, but still need it for a few critical things? Are those things used in only some parts…
Подпись и публикация JavaScript модулей с Flow
https://javascriptplayground.com/blog/2017/01/npm-flowjs-javascript/
https://javascriptplayground.com/blog/2017/01/npm-flowjs-javascript/
javascriptplayground.com
Authoring and publishing JavaScript modules with Flow
Flow is a static type checker for JavaScript which adds the ability to annotate our JavaScript code with extra information on what types we’re expecting values to be, what types functions can return, and so on. Having done a lot of work in Elm, a language…
Master the JavaScript Interview: что такое функциональное программирование #common
https://medium.com/javascript-scene/master-the-javascript-interview-what-is-functional-programming-7f218c68b3a0
https://medium.com/javascript-scene/master-the-javascript-interview-what-is-functional-programming-7f218c68b3a0
Medium
Master the JavaScript Interview: What is Functional Programming?
“Master the JavaScript Interview” is a series of posts designed to prepare candidates for common questions they are likely to encounter…
Три вопроса к которым стоит подготовиться перед собеседованием по JavaScript #js #common
https://medium.com/coderbyte/3-questions-to-watch-out-for-in-a-javascript-interview-725012834ccb
https://medium.com/coderbyte/3-questions-to-watch-out-for-in-a-javascript-interview-725012834ccb
Medium
3 questions to watch out for in a JavaScript interview
Questions about the JavaScript language are almost always brought up in any sort of developer interview, whether that be full-stack, front…
Вопросы и ответы на собеседованиях по Node.js (Редакция 2017)
https://blog.risingstack.com/node-js-interview-questions-and-answers-2017/
https://blog.risingstack.com/node-js-interview-questions-and-answers-2017/
RisingStack Engineering
Node.js Interview Questions and Answers !? - RisingStack Engineering
These are the Node.js Interview Questions you should know if you'd like to nail the best job opportunities of 2017! Puzzles and Answers inside as well!
Хорошие практики: почему вы должны использовать JavaScript с React Native везде, где это возможно
https://blog.getexponent.com/good-practices-why-you-should-use-javascript-whenever-possible-with-react-native-26478ec22334
https://blog.getexponent.com/good-practices-why-you-should-use-javascript-whenever-possible-with-react-native-26478ec22334
The Exponent Log
Good Practices: Why you should use JavaScript whenever possible with React Native
When does it make sense to drop down to native, and when should you stay in JavaScript?
Создание приложения на React.js с User Login и Authentication #react #js
https://www.sitepoint.com/tutorial-build-a-react-js-application-with-user-login-and-authentication/
https://www.sitepoint.com/tutorial-build-a-react-js-application-with-user-login-and-authentication/
Sitepoint
Build a React.js Application with User Login and Authentication — SitePoint
Learn how to use Stormpath to build a React.js application with user authentication.
Что поправить в верстке перед выпуском в продакшн?
https://habrahabr.ru/post/319664/
https://habrahabr.ru/post/319664/
Habr
Чек-лист вёрстки
Это статья — список полезных мелочей. Весь текст поделен на две части. Первая рассказывает про простые элементы (текст, кнопки, изображения, формы и другие), вторая часть про производительность,...
Пять смертельных пальцев смерти. Овладей этими пятью концепциями, затем овладей React-ом #react #js
https://medium.freecodecamp.com/the-5-things-you-need-to-know-to-understand-react-a1dbd5d114a3
https://medium.freecodecamp.com/the-5-things-you-need-to-know-to-understand-react-a1dbd5d114a3
freeCodeCamp
React’s Five Fingers of Death. Master these five concepts, then master React.
A few years ago, my friend Sean started telling me how this brand new front-end library called React was going to take over the web. At…
Критическое мышление по поводу Redux в вашем приложении
https://bodiddlie.github.io/thinking-critically-about-redux/
https://bodiddlie.github.io/thinking-critically-about-redux/
bodiddlie.github.io
Thinking Critically About Redux In Your Application
When someone new to React asks online how to handle state or passing of props in their application, the answer often includes using Redux. While Ithink that ...