Чистый javascript. Объекты и структуры данных. Асинхронность. Обработка ошибок #js
https://habrahabr.ru/post/319894/
https://habrahabr.ru/post/319894/
Хабр
Чистый javascript. Объекты и структуры данных. Асинхронность. Обработка ошибок
Перевод книги Райана Макдермота clean-code-javascript Оглавление: Введение Переменные Функции Классы Объекты и структуры данных. Асинхронность. Обработка ошибо...
Нативные модули Native ECMAScript — первый обзор
https://blog.hospodarets.com/native-ecmascript-modules-the-first-overview
https://blog.hospodarets.com/native-ecmascript-modules-the-first-overview
Serg Hospodarets Blog
Native ECMAScript modules - the first overview
The first overview of the native ECMAScript modules, how to make them work, differences with the bundled modules, tips and tricks.
Пять лучших JS фреймворков в 2017-м
https://hackernoon.com/5-best-javascript-frameworks-in-2017-7a63b3870282
https://hackernoon.com/5-best-javascript-frameworks-in-2017-7a63b3870282
Hackernoon
5 Best JavaScript Frameworks in 2017 | HackerNoon
JavaScript popularity continues its rising. In 2016 we’ve witnessed such great changes, as AngularJS entire upgrade and introduction of Angular 2, ultimate dominating of jQuery that is applied on 96.5% of all JS sites, evolution of ECMAScript, two updates…
Друзья, хочу порекомендовать вам авторский канал обо всём, что связано с роботами, технологиями и искусственным интеллектом - https://t.iss.one/robotics_channel. Будьте в курсе топовых технологий и фантастических инженерных решений. Свежие новости, интересные проекты, аналитика и не только.
Telegram
Robotics Channel
Мир робототехники, искусственного разума и сфер их применения.
Чат @robotics_chat
Книги @robotics_books
Вакансии @robotics_job
Бот-ассистент @robotics_bot
Вопросы по рекламе @wtfblum
Админ: @Goodlark
Чат @robotics_chat
Книги @robotics_books
Вакансии @robotics_job
Бот-ассистент @robotics_bot
Вопросы по рекламе @wtfblum
Админ: @Goodlark
5 отличных способов реализации Lazy Load изображений для ускорения загрузки страницы
https://blog.dynamicdrive.com/5-brilliant-ways-to-lazy-load-images-for-faster-page-loads/
https://blog.dynamicdrive.com/5-brilliant-ways-to-lazy-load-images-for-faster-page-loads/
Dynamic Drive Blog
5 Brilliant Ways to Lazy Load Images For Faster Page Loads - Dynamic Drive Blog
Click here to see five brilliant ways to lazy load images to dramatically improve your webpage download times.
Все что вы должны знать о JavaScript Source Maps
https://scotch.io/tutorials/%e2%80%8beverything-you-wanted-to-know-about-javascript-source-maps
https://scotch.io/tutorials/%e2%80%8beverything-you-wanted-to-know-about-javascript-source-maps
Парсинг абсолютно всего в JavaScript с помощью алгоритма Earley
https://medium.com/@gajus/parsing-absolutely-anything-in-javascript-using-earley-algorithm-886edcc31e5e
https://medium.com/@gajus/parsing-absolutely-anything-in-javascript-using-earley-algorithm-886edcc31e5e
Medium
Parsing absolutely anything in JavaScript using Earley algorithm
Let me start by saying — I was surprised how easy it was to write grammar for an Earley parser. I have been using regular expressions for…
Беседа с Brendan Eich-ом (создателем JavaScript)
https://sideway.com/room/ao
https://sideway.com/room/ao
Sideway
A Conversation with Brendan Eich
A Sideway conversation hosted by Eran Hammer.
Асинхронные JavaScript генераторы
https://www.bignerdranch.com/blog/asyncing-feeling-about-javascript-generators/
https://www.bignerdranch.com/blog/asyncing-feeling-about-javascript-generators/
Digital product development agency | Big Nerd Ranch
Asyncing Feeling about JavaScript Generators - Digital product development agency | Big Nerd Ranch
Async generator functions have arrived in JavaScript! Iterate over Stream-like data with a for-loop and even rewrite ReactiveX.js. Read on to see what comes .next()…
#just_for_fun Сервис, который дорисовывает рисунки по вашим наброскам с помощью нейросети https://affinelayer.com/pixsrv/index.html
Функциональное программирование в Javascript
https://vmayakumar.wordpress.com/2017/01/17/functional-programing-in-javascript/
https://vmayakumar.wordpress.com/2017/01/17/functional-programing-in-javascript/
Lifelong Learning
Functional Programing in Javascript
Introduction Recently I went through this fascinating article Professor Frisby’s mostly adequate guide to Functional Programming and would like to summarise my understanding in this post. f(x…
Чистим код с Eslint — Spacedojo Code Kata
https://www.youtube.com/watch?v=Vh_gOMfOod8&list=PLtujUkEY1JlppEZrQky2cx0_DL5c0nou0&index=1
https://www.youtube.com/watch?v=Vh_gOMfOod8&list=PLtujUkEY1JlppEZrQky2cx0_DL5c0nou0&index=1
YouTube
Cleaning up Code with Eslint - Spacedojo Code Kata
Learn how to clean up your code with linting via ESLint. Spacedojo Code Kata is a video series dedicated to exploring and giving you exercises to learn Javas...
Должны ли вы учить Angular 1.x или 2?
https://toddmotto.com/should-you-learn-angular-1-or-angular-2
https://toddmotto.com/should-you-learn-angular-1-or-angular-2
Todd Motto
Should you learn Angular 1.x or 2?
A question that I’m frequently asked, “should I learn Angular 1 or 2?”. I hope this post offers some insight, help and guidance into answering that question ...
Progressive Web Apps с angular 2+
https://houssein.me/progressive-angular-applications
https://houssein.me/progressive-angular-applications
houssein.me
Progressive Web Apps with Angular
Progressive Web Applications have been the talk of the town in the past few months. In short, they use modern web capabilities to provide a user experience similar to that of mobile apps. Still a r...