Начинаем разбираться с математическими функциями в CSS Level 4 #css https://webdesign.tutsplus.com/tutorials/mathematical-expressions-calc-min-and-max--cms-29735
Web Design Envato Tuts+
Getting Started With CSS Math Functions Level 4
Functional notations are part of the CSS Values and Units Module, which is also the home to useful math functions such as calc(), and as of level 4 min() and max(). These powerful functions open up...
Метрики загрузки страницы . Что все они означают? #web https://medium.com/web-standards/performance-metrics-ff23c213164e
Паттерны проектирования JavaScript на 2017 год . Перевод доклада Скотта Аллена #js https://www.youtube.com/watch?v=GjtfXIaQq7g
Сравнение скорости загрузки страниц в браузере: введение в методологию https://hacks.mozilla.org/2017/11/comparing-browser-page-load-time-an-introduction-to-methodology/
Mozilla Hacks – the Web developer blog
Comparing Browser Page Load Time: An Introduction to Methodology
On blog.mozilla.org, we shared results of a speed comparison study to show how fast Firefox Quantum with Tracking Protection enabled is compared to other browsers. In this companion post, we ...
Бывший глава китайского подразделения Google: работа, требующая социальных навыков, в будущем выйдет на первый план https://itc.ua/blogs/byivshiy-glava-kitayskogo-podrazdeleniya-google-rabota-trebuyushhaya-sotsialnyih-navyikov-v-budushhem-vyiydet-na-pervyiy-plan/
ITC.ua
Бывший глава китайского подразделения Google: работа, требующая социальных навыков, в будущем выйдет на первый план - ITC.ua
Экс-президент китайского подразделения Google, а ныне - глава инвестиционной фирмы Sinovation Ventures Кай-Фу Ли не сомневается, что в ближайшее
Подкаст «Drinkcast», Выпуск #18 — «Ребята, давайте жить дружно» https://spb-frontend.ru/podcast/18/?e-zhit-druzhno-v-18-m-vyp&utm_content=13154805
Обновите свой проект с помощью CSS-селекторов и пользовательских атрибутов https://www.sitepoint.com/upgrade-project-css-selector-custom-attributes/
Sitepoint
Upgrade Your Project with CSS Selector and Custom Attributes — SitePoint
Read Upgrade Your Project with CSS Selector and Custom Attributes and learn HTML & CSS with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
PlainJS — множество утилит и плагинов на ванильном JS для решения распространненых задач фронтенда, с демками и примерами https://plainjs.com/
Plainjs
plainJS - fast and lightweight JavaScript tools
Vanilla JavaScript for writing powerful web applications without jQuery.
Серия публикаций из 11-ти статей со сравнением Aurelia, Ember, Dojo, Vue, React и Angular, с выводами и приведенными плюсами/минусами каждого из них https://www.sitepen.com/blog/2017/11/10/web-frameworks-conclusions/
SitePen Blog
Web Frameworks: Conclusions
It has come time to read the liner notes and write some conclusions. When we started writing this blog series, we knew that JavaScript/web application frameworks were not easy to summarize.
Основы троттлинга событий в JavaScript https://codepen.io/AmeliaBR/post/basic-javascript-event-throttling
Jest и Puppeteer: автоматизация тестирования веб-интерфейсов https://habrahabr.ru/company/ruvds/blog/342578/
Habr
Jest и Puppeteer: автоматизация тестирования веб-интерфейсов
Эту статью написал программист из Италии Валентино Гаглиарди. Он говорит, что сразу после выхода Puppeteer его заинтересовала автоматизация тестирования веб-интерфейсов с использованием данной...
Новый монитор производительности (Performance monitor) в Chrome DevTools . Теперь вы можете наблюдать множество метрик производительности в реальном времени https://hospodarets.com/chrome-devtools-performance-monitor
Serg Hospodarets Blog
Chrome DevTools- Performance monitor
Chrome DevTools Performance monitor allows easily measure your app perfomance in real-time
Шаблоны HTML писем и доступность https://css-tricks.com/html-email-accessibility/
CSS-Tricks
HTML Email and Accessibility | CSS-Tricks
You love HTML emails, don't you?
Еженедельная подборка красивых эффектов на CSS/SVG/JS #63 https://css-live.ru/cssjssvg-s-podvypodvertom/ezhenedelnaya-podborka-krasivyx-effektov-nacsssvgjs-63.html
CSS-LIVE
Еженедельная подборка красивых эффектов на CSS/SVG/JS #63
Подборка свежих эффектов, интересных идей и полезных наработок
Миф о взаимозаменямости разработчиков https://hackernoon.com/the-myth-of-the-interchangeable-developer-38d41aff563e
Hacker Noon
The Myth of the Interchangeable Developer
Too many times to ignore now, I’ve heard managers or recruiters say that any good engineer is interchangeable with any other good engineer…
Бесплатные лекции по продвинутому React.js https://cdb.reacttraining.com/free-advanced-react-js-lectures-a9fdcad008f3
componentDidBlog
FREE! Advanced React.js Lectures
We’ve been teaching our Advanced React.js patterns workshop for well over two years now. We’ve done our best to give vocabulary to these…
Использование Angular компонентов со сторонними библиотеками https://netbasal.com/using-angular-components-with-third-party-libraries-522a1f33003
Medium
Using Angular Components with Third-Party Libraries
As developers, we aim to use existing libraries in order to avoid reinventing the wheel. Unfortunately, Angular is still relatively young…
Общие проблемы безопасности в веб-приложениях, часть 1 https://codeburst.io/common-security-issues-in-web-applications-part-1-af339360c646
codeburst
Common Security Issues in Web Applications. Part 1
Yo Yo chaps.
Почему мы отказались от использования дефолтных экспортов в Javascript и почему вы должны сделать то же самое #js https://blog.neufund.org/why-we-have-banned-default-exports-and-you-should-do-the-same-d51fdc2cf2ad
Medium
Why we have banned default exports in Javascript and you should do the same
ES2015 was the most important improvement to Javascript in years. Among many great features it brought brand new module system — Ecma…