Три вопроса к которым стоит подготовиться перед собеседованием по 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 в вашем приложении
http://bodiddlie.github.io/thinking-critically-about-redux/
http://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 ...
Vue.js 2: учебное пособие по быстрому старту в 2017-м
http://codingthesmartway.com/vue-js-2-quickstart-tutorial-2017/
http://codingthesmartway.com/vue-js-2-quickstart-tutorial-2017/
CodingTheSmartWay.com
Vue.js 2 Quickstart Tutorial 2017 - CodingTheSmartWay.com
Vue.js is a progressive JavaScript framework that focuses on building user interfaces. In this video tutorial you'll learn how to get started with Vue.js 2!
Быстрая настройка TDD для TypeScript
http://bytearcher.com/articles/fast-tdd-setup-for-typescript/
http://bytearcher.com/articles/fast-tdd-setup-for-typescript/
byte archer
Fast TDD setup for TypeScript
NAVIGATION You need good tools for writing tests Run immediately, show only failing Fast TDD setup for TypeScript You need good tools for writing tests Writing tests is not the most enjoyable task for
https://rsms.me/wasm-intro Введение в WebAssembly
rsms.me
Introduction to WebAssembly
WebAssembly is a new technology for running portable programs in a safe and efficient manner, represented by a low-level virtual-machine assembly, primarily aimed at the web platform. This article gives a practical introduction to WebAssembly.
Cross-origin Service Workers: эксперименты с Foreign Fetch
https://developers.google.com/web/updates/2016/09/foreign-fetch
https://developers.google.com/web/updates/2016/09/foreign-fetch
Google Developers
Cross-origin Service Workers: Experimenting with Foreign Fetch | Web | Google Developers
Third-party services can start deploying their own network request handlers.
Как создавать и использовать кастомные функции в SASS
http://vanseodesign.com/css/custom-sass-functions/
http://vanseodesign.com/css/custom-sass-functions/
Vanseo Design
How To Write Your Own Custom Sass Functions
Custom Sass functions allow you to separate reusable code into its own package helping you write DRYer Sass. They're also pretty easy to write.
Проверка, загрузился ли шрифт Font Awesome #js #fonts
http://allthingssmitty.com/2016/09/12/checking-if-font-awesome-loaded/
http://allthingssmitty.com/2016/09/12/checking-if-font-awesome-loaded/
Allthingssmitty
Checking if Font Awesome loaded · Matt Smith
Icon fonts are a very popular visual web asset today. Unlike JavaScript libraries there's no straightforward way to detect if an icon fonts library has loaded. Here's a clever way to do just that.
Google Chrome помечает HTTPS-сайты надежными
https://my-chrome.ru/2017/01/https-secure/
https://my-chrome.ru/2017/01/https-secure/
my-chrome.ru
Google Chrome помечает HTTPS-сайты надежными
Браузер Google Chrome начал маркировать сайты, работающие по протоколу HTTPS, т.е. поддерживающие шифрование данных. Это первый шаг к тому, чтобы постепенно приучить пользователей обходить стороной незащищенные страницы. Об этом плане мы уже рассказывали…
WebAssembly – путь к новым горизонтам производительности #js
https://habrahabr.ru/company/ruvds/blog/319834/
https://habrahabr.ru/company/ruvds/blog/319834/
Habr
WebAssembly – путь к новым горизонтам производительности
Если вы – из тех программистов, которые в новогоднюю ночь пообещали себе писать более быстрый код, сегодня у вас есть шанс это обещание выполнить. Мы поговорим...