DevTools Performance Tab – использование Chrome Profiler для оптимизации скорости вашей страницы
https://www.machmetrics.com/speed-blog/devtools-performance-tab-chromes-profiler-optimize-page-speed/
https://www.machmetrics.com/speed-blog/devtools-performance-tab-chromes-profiler-optimize-page-speed/
Speedy.Site Wordpress Speed Optimization Service Guaranteed
The DevTools Performance Tab - Using Chrome's Profiler to Optimize Your Page Speed - Speedy.Site Wordpress Speed Optimization Service…
Chrome's DevTools suite contains some of the most powerful tools available to help you analyze and improve the speed of your website (or web app). They can
Движок/алгоритм для шахмат, созданный только с использованием vanilla JS, CSS, HTML.
https://github.com/VanillaJSChess/VanillaJSChess.github.io
https://github.com/VanillaJSChess/VanillaJSChess.github.io
GitHub
GitHub - VanillaJSChess/VanillaJSChess.github.io: Simple Chess Engine Vanilla JS
Simple Chess Engine Vanilla JS. Contribute to VanillaJSChess/VanillaJSChess.github.io development by creating an account on GitHub.
Руководство по стилизации компонентов Angular.
Несколько способов стилизовать ваше приложения на Angular.
https://medium.com/javascript-in-plain-english/styling-angular-components-ca4237bcff5f
UPD: Напоминаю, если medium не дает читать полный текст статьи, откройте в инкогнито 😉
Несколько способов стилизовать ваше приложения на Angular.
https://medium.com/javascript-in-plain-english/styling-angular-components-ca4237bcff5f
UPD: Напоминаю, если medium не дает читать полный текст статьи, откройте в инкогнито 😉
Medium
A guide to styling Angular Components
We look at various ways to style Angular components.
Новые возможности TypeScript, повышающие удобство разработки
https://habr.com/ru/company/ruvds/blog/493712/
https://habr.com/ru/company/ruvds/blog/493712/
Введение в MDXJS
Как использовать Markdown разметку в приложениях.
https://css-tricks.com/an-introduction-to-mdxjs/
Как использовать Markdown разметку в приложениях.
https://css-tricks.com/an-introduction-to-mdxjs/
9 лучших игровых движков и JS библиотек в 2020 году.
Какой выбрать для своей игры - решать вам.
https://blog.bitsrc.io/9-top-js-gaming-engines-and-libraries-for-2020-81707d9f095
Какой выбрать для своей игры - решать вам.
https://blog.bitsrc.io/9-top-js-gaming-engines-and-libraries-for-2020-81707d9f095
Создание приложения для чата в реальном времени с React и Firebase
https://css-tricks.com/building-a-real-time-chat-app-with-react-and-firebase/
https://css-tricks.com/building-a-real-time-chat-app-with-react-and-firebase/
CSS-Tricks
Building a Real-Time Chat App with React and Firebase | CSS-Tricks
In this article, we’ll cover key concepts for authenticating a user with Firebase in a real-time chat application. We’ll integrate third-party auth providers
#webp #html
Современные форматы изображений: использование Webp в HTML и React
https://joshwcomeau.com/performance/embracing-modern-image-formats/
Современные форматы изображений: использование Webp в HTML и React
https://joshwcomeau.com/performance/embracing-modern-image-formats/
#js
Как использовать новейшие функции JavaScript в любом браузере
https://medium.com/javascript-in-plain-english/use-the-latest-javascript-features-in-any-browser-f047f5c426a8
Как использовать новейшие функции JavaScript в любом браузере
https://medium.com/javascript-in-plain-english/use-the-latest-javascript-features-in-any-browser-f047f5c426a8
Medium
How to use the latest JavaScript features in any browser
A practical introduction, from Polyfilling to Transpiling
Преобразование кодовой базы: создание проекта MEAN.js AngularJS с помощью Create-React-App
https://blog.isquaredsoftware.com/2020/03/codebase-conversion-building-mean-with-cra/
https://blog.isquaredsoftware.com/2020/03/codebase-conversion-building-mean-with-cra/
Mark's Dev Blog
Codebase Conversion: Building a MEAN.js AngularJS Project with Create-React-App
How I hacked CRA's config to have it build a classic AngularJS codebase
#js #test
Как начать юнит тестирование JavaScript кода
https://www.freecodecamp.org/news/how-to-start-unit-testing-javascript/
Как начать юнит тестирование JavaScript кода
https://www.freecodecamp.org/news/how-to-start-unit-testing-javascript/
freeCodeCamp.org
How to Start Unit Testing Your JavaScript Code
By Ondrej Polesny We all know we should write unit tests. But, it's hard to know where to start and how much time to devote to tests compared to actual implementation. So, where to start? And is it just about testing code or do unit tests have other ...