Правда о традиционных JavaScript-бенчмарках #js #javaScript #front_end_dev
https://habrahabr.ru/company/mailru/blog/318282/
https://habrahabr.ru/company/mailru/blog/318282/
habrahabr.ru
Правда о традиционных JavaScript-бенчмарках
Пожалуй, будет достаточно справедливо сказать, что JavaScript — самая важная современная технология в разработке программного обеспечения. Для многих из тех,...
Как сделать ваш JavaScript быстрее / Роман Дворнов (Авито)
https://www.youtube.com/watch?v=BstzvS2xd5U&feature=youtu.be
https://www.youtube.com/watch?v=BstzvS2xd5U&feature=youtu.be
YouTube
Как сделать ваш JavaScript быстрее / Роман Дворнов (Авито)
Презентация и тезисы:
https://www.highload.ru/2016/abstracts/2455.html
JavaScript, который мы пишем, не всегда исполняется, как мы думаем. Виртуальные машины, исполняющие его, делают многое, чтобы он работал быстрее. Но они не всесильны, и чтобы сделать код…
https://www.highload.ru/2016/abstracts/2455.html
JavaScript, который мы пишем, не всегда исполняется, как мы думаем. Виртуальные машины, исполняющие его, делают многое, чтобы он работал быстрее. Но они не всесильны, и чтобы сделать код…
Семь необходимых расширений Visual Studio Code для работы с Angular
https://medium.com/@tomsu/7-must-have-visual-studio-code-extensions-for-angular-af9c476147fd
https://medium.com/@tomsu/7-must-have-visual-studio-code-extensions-for-angular-af9c476147fd
Medium
7 must-have Visual Studio Code extensions for Angular
VS Code is awesome: it’s a really fast beast, it works splendidly with TypeScript and on top of that it is free. Crazy!
Создание комплексных раскладок с помощью PostCSS-Flexbox
https://www.creativebloq.com/how-to/build-complex-layouts-with-postcss-flexbox
https://www.creativebloq.com/how-to/build-complex-layouts-with-postcss-flexbox
Creative Bloq
Build complex layouts with PostCSS-Flexbox
Discover how to use this small but powerful PostCSS function to help you create the grid system you've always wanted.
Как я переконвертировал мое React-приложение на VanillaJS (и было ли это ужасной идеей)
https://medium.com/@david.gilbertson/how-i-converted-my-react-app-to-vanillajs-and-whether-or-not-it-was-a-terrible-idea-4b14b1b2faff
https://medium.com/@david.gilbertson/how-i-converted-my-react-app-to-vanillajs-and-whether-or-not-it-was-a-terrible-idea-4b14b1b2faff
Hacker Noon
How I converted my React app to VanillaJS (and whether or not it was a terrible idea)
This is a long and winding tale (with lots of code) of my attempts replicate JSX syntax, component structure, server-side rendering, and…
Десятка лучших IDE дле веб разработчиков при работе с JavaScript
https://www.techbeamers.com/best-javascript-ide-web-development/
https://www.techbeamers.com/best-javascript-ide-web-development/
Best Programming and Testing Help for Beginners
Best Javascript IDE for Web Development - Watch Out 10 IDEs
Read about the 10 top performing JavaScript IDEs for web development. Select the best JavaScript IDE, test and adopt in your project lifecycle.
Использование ключевого слова currentColor в CSS
https://soledadpenades.com/2016/12/14/using-the-currentcolor-css-keyword/
https://soledadpenades.com/2016/12/14/using-the-currentcolor-css-keyword/
Давайте использовать const! И вот почему
https://ponyfoo.com/articles/var-let-const
https://ponyfoo.com/articles/var-let-const
Pony Foo
Let’s use const! Here’s why.
When reading a piece of code, others can take cues from these signals in order to better understand what we did. ES6 offers let and const as new flavors of variable declaration, are they better signals than var?
Стандартизирован сброс обтекания (clearfix)
https://tanalin.com/blog/2016/12/standard-clearing/
https://tanalin.com/blog/2016/12/standard-clearing/
Как интегрировать AMP в WordPress и отобразить в поисковой выдаче Google
https://hackernoon.com/how-to-integrate-amp-in-wordpress-and-display-it-in-google-searches-e1a6ee0e66c5
https://hackernoon.com/how-to-integrate-amp-in-wordpress-and-display-it-in-google-searches-e1a6ee0e66c5
Hacker Noon
How to Integrate AMP in WordPress and Display It in Google Searches
Today is the era of speed and readability. You will be left behind if you do not consider these facts. Everyone wants to rank higher in…
8 JavaScript библиотек для визуализации данных в виде интерактивных карт
https://habrahabr.ru/post/318600/
https://habrahabr.ru/post/318600/
Хабр
8 JavaScript библиотек для визуализации данных в виде интерактивных карт
Визуализация данных стала неотъемлемой частью жизни практически каждого веб-разработчика. Если построение графиков, диаграмм, карт и дашбордов до сих пор никогда...
Немного полезных telegram-ресурсов:
https://t.iss.one/github_repos - подборка популярных GitHub репозиториев
https://t.iss.one/db_progs - обучающие видео и статьи для прогаммистов. JS, Python, Java и другие
https://t.iss.one/github_repos - подборка популярных GitHub репозиториев
https://t.iss.one/db_progs - обучающие видео и статьи для прогаммистов. JS, Python, Java и другие
Использование Service Worker для создания ботнета #js #javascript
https://habrahabr.ru/company/badoo/blog/318000/
https://habrahabr.ru/company/badoo/blog/318000/
Хабр
Использование Service Worker для создания ботнета
Если кратко: в этом посте мы рассмотрим один из множества способов запуска бесконечного выполнения кода Javascript в браузере с помощью Service Worker, а еще н...
Разбираемся с D3 #js #front_end_dev #d3js #javascript
https://medium.com/beast-academy/getting-started-with-d3-155bda91a4b1
https://medium.com/beast-academy/getting-started-with-d3-155bda91a4b1
Medium
Getting started with D3 – Beast – Medium
Nowadays we track everything. We track our daily routines with our mobile devices and everything we interact with through our social media…
Reactive Audio WebVR #js #front_end_dev #html5 #javascript
https://css-tricks.com/reactive-audio-webvr/
https://css-tricks.com/reactive-audio-webvr/
CSS-Tricks
Reactive Audio WebVR | CSS-Tricks
Virtual reality has become a thing again! All of the usual suspects are involved: HTC, Microsoft, Samsung, and Facebook, among others, are all peddling their