Design Patterns Game — Игра для проверки вашего владения популярными шаблонами проектирования, реализованными в JavaScript.
https://designpatternsgame.com/
https://designpatternsgame.com/
Подкаст «Веб-стандарты» , Выпуск №172: События года и Frontend Conf в Москве, зачем быть в ПК, доклады и устройство фестиваля
https://medium.com/web-standards/episode-172-849738d96090
https://medium.com/web-standards/episode-172-849738d96090
Medium
172. События года и Frontend Conf в Москве, зачем быть в ПК, доклады и устройство фестиваля
24 апреля 2019
Стрелочные функции, объясненные на примере спуска с горки
https://medium.freecodecamp.org/javascripts-arrow-functions-explained-by-going-down-a-slide-2eb8ee3c45e
https://medium.freecodecamp.org/javascripts-arrow-functions-explained-by-going-down-a-slide-2eb8ee3c45e
freeCodeCamp.org
JavaScript’s arrow functions explained by going down a slide
If you have ever gone down a water slide, then you can understand arrow functions.
Построение структуры проекта энтерпрайз уровня на Angular
https://itnext.io/building-an-enterprise-grade-angular-project-structure-f5be32533ba3
https://itnext.io/building-an-enterprise-grade-angular-project-structure-f5be32533ba3
Medium
Building an enterprise-grade Angular project structure
An important task in setting up a modern front-end project is to define a scalable, long-term and future-proof folders structure, and the…
bento-starter — Open-Source Full-Stack решение для быстрой разработки PWA
https://bento-starter.netlify.com/
https://bento-starter.netlify.com/
Как создать работоспособные JavaScript спецификации
https://www.sitepoint.com/runnable-javascript-specifications/
https://www.sitepoint.com/runnable-javascript-specifications/
Sitepoint
How to Build Runnable JavaScript Specifications - SitePoint
We build a command-line interface that finds JavaScript specification files, extracts and evaluates their assertions, and shows the results.
Простейшие способы обработки HTML Includes
https://css-tricks.com/the-simplest-ways-to-handle-html-includes/
https://css-tricks.com/the-simplest-ways-to-handle-html-includes/
CSS-Tricks
The Simplest Ways to Handle HTML Includes | CSS-Tricks
It's extremely surprising to me that HTML has never had any way to include other HTML files within it. Nor does there seem to be anything on the horizon that
Введение в криптографию для JS разработчиков
https://medium.com/the-challenge/the-javascript-developers-intro-to-crypto-3dcd7839f2e7
https://medium.com/the-challenge/the-javascript-developers-intro-to-crypto-3dcd7839f2e7
Medium
The JavaScript Developer’s Intro to Crypto
How to Build Apps on the Internet of Value
Как определить и решить проблемы с потерянными рендерами в React
https://medium.freecodecamp.org/how-to-identify-and-resolve-wasted-renders-in-react-cc4b1e910d10
https://medium.freecodecamp.org/how-to-identify-and-resolve-wasted-renders-in-react-cc4b1e910d10
freeCodeCamp.org
How to identify and resolve wasted renders in React
by Nayeem Reza How to identify and resolve wasted renders in React So, recently I was thinking about performance profiling of a react app that I was working on, and suddenly thought to set a few performance metrics. And I did come across that the first thing…
Apollo state management в приложениях Vue
https://dev.to/n_tepluhina/apollo-state-management-in-vue-application-8k0
https://dev.to/n_tepluhina/apollo-state-management-in-vue-application-8k0
Как настроить расширение debugger for Chrome в Visual Studio Code
https://medium.com/@svictoreq/how-to-set-up-the-debugger-for-chrome-extension-in-visual-studio-code-c0b3e5937c01
https://medium.com/@svictoreq/how-to-set-up-the-debugger-for-chrome-extension-in-visual-studio-code-c0b3e5937c01
freeCodeCamp.org
How to set up the debugger for Chrome extension in Visual Studio Code
Debugging is the most efficient way to know what’s going on in your web-app and VSCode makes it super easy to do it. It’s time to learn…