JerryScript: легкий JavaScript-движок для Интернета вещей
https://github.com/jerryscript-project/jerryscript
https://github.com/jerryscript-project/jerryscript
GitHub
GitHub - jerryscript-project/jerryscript: Ultra-lightweight JavaScript engine for the Internet of Things.
Ultra-lightweight JavaScript engine for the Internet of Things. - jerryscript-project/jerryscript
«Новости 512» от CSSSR: Chrome 88, Meteor.js 2.0, Deno 1.7, CSS clip-path(), 300+ вопросов по React, JS Rising Stars 2020
https://soundcloud.com/csssr/chrome-88-meteorjs-20-deno-17-css-clip-path-300-voprosov-po-react-js-rising-stars-2020
https://soundcloud.com/csssr/chrome-88-meteorjs-20-deno-17-css-clip-path-300-voprosov-po-react-js-rising-stars-2020
Чтобы быть впереди веба, веб-стандартам нужно бежать в два раза быстрее
https://css-live.ru/articles-css/chtoby-byt-vperedi-veba-veb-standartam-nuzhno-bezhat-v-dva-raza-bystree.html
https://css-live.ru/articles-css/chtoby-byt-vperedi-veba-veb-standartam-nuzhno-bezhat-v-dva-raza-bystree.html
CSS-LIVE
Чтобы быть впереди веба, веб-стандартам нужно бежать в два раза быстрее
Не секрет, что в последние годы веб развивается крайне стремительно. Периодически выходят новые библиотеки, фреймворки и другие полезные для нас инструменты. Всё это безусловно помогает нам решать повседневные задачи. Но в погоне за популярными новинками…
Создание пузырей с текстом для комиксов с помощью SVG и javascript
https://humaan.com/blog/creating-comic-book-speech-bubbles-with-svg-and-javascript/
https://humaan.com/blog/creating-comic-book-speech-bubbles-with-svg-and-javascript/
Браузерный JPEG-оптимизатор, соблюдающий конфиденциальность и использующий Web Workers и WebAssembly
https://jpeg.rocks/
https://jpeg.rocks/
JPEG.rocks
Browser-based, privacy-aware JPEG optimizer
Как воспроизводить и приостанавливать анимацию CSS с помощью кастомных свойств CSS
https://css-tricks.com/how-to-play-and-pause-css-animations-with-css-custom-properties/
https://css-tricks.com/how-to-play-and-pause-css-animations-with-css-custom-properties/
CSS-Tricks
How to Play and Pause CSS Animations with CSS Custom Properties | CSS-Tricks
Let’s have a look CSS @keyframes animations, and specifically about how you can pause and otherwise control them. There is a CSS property specifically for it,
Open Source бойлерплейт для быстрого старта разработки на Keystone.JS + Next.js (React)
github.com/8iq/nodejs-hackathon-boilerplate-starter-kit
У проекта есть рускоязычное комьюнити. Интересно делать опенсорс для быстрой проверки гипотез? Пиши сюда, в команде ребята из ivi, yandex, pik.
github.com/8iq/nodejs-hackathon-boilerplate-starter-kit
У проекта есть рускоязычное комьюнити. Интересно делать опенсорс для быстрой проверки гипотез? Пиши сюда, в команде ребята из ivi, yandex, pik.
GitHub
GitHub - 8iq/nodejs-hackathon-boilerplate-starter-kit: Hackaton / Startup bootstrap monorepo: React + Next.js + Antd + Refine +…
Hackaton / Startup bootstrap monorepo: React + Next.js + Antd + Refine + react-i18next - 8iq/nodejs-hackathon-boilerplate-starter-kit
CSS Clamp(): адаптивная комбинация, которую мы все ждали
https://blog.bitsrc.io/css-clamp-the-responsive-combination-weve-all-been-waiting-for-f1ce1981ea6e
https://blog.bitsrc.io/css-clamp-the-responsive-combination-weve-all-been-waiting-for-f1ce1981ea6e
Сравнение 5 лучших библиотек React для анимации
https://blog.logrocket.com/the-top-5-react-animation-libraries-compared/
https://blog.logrocket.com/the-top-5-react-animation-libraries-compared/
LogRocket Blog
Comparing the best React animation libraries for 2023 - LogRocket Blog
Compare the top React animation libraries, including React Spring and React Transition Group, to evaluate their ease of use, bundle size, etc.
Использование Performance Web API с Chrome DevTools
https://blog.bitsrc.io/using-the-performance-web-api-with-chrome-devtools-f4c59564b3d4
https://blog.bitsrc.io/using-the-performance-web-api-with-chrome-devtools-f4c59564b3d4
Gapur Kassym делится опытом о том, как сделать отличный GitHub README
https://medium.com/javascript-in-plain-english/how-to-create-an-awesome-github-profile-readme-a474d5b45645
https://medium.com/javascript-in-plain-english/how-to-create-an-awesome-github-profile-readme-a474d5b45645
Medium
How To Create An Awesome Github Profile README
Best GitHub README Repository Tools
Какой тип цикла самый быстрый в JavaScript?
https://medium.com/javascript-in-plain-english/which-type-of-loop-is-fastest-in-javascript-ec834a0f21b9
https://medium.com/javascript-in-plain-english/which-type-of-loop-is-fastest-in-javascript-ec834a0f21b9
Medium
Which type of loop is fastest in JavaScript?
Learn which for loop or iterator suits your requirement and save you from making silly mistakes that cost your app performance.
45 самых популярных вопросов на собеседовании по AngularJS с ответами
https://www.educative.io/blog/angularjs-interview-questions
https://www.educative.io/blog/angularjs-interview-questions
Educative
Top 45 AngularJS Interview Questions with Answers
This detailed guide of the essential 45 AngularJS interview questions will help you to crack your next coding interview.
React Snapshot Testing с помощью Jest: введение с примерами
https://blog.asayer.io/react-snapshot-testing-with-jest-an-introduction-with-examples
https://blog.asayer.io/react-snapshot-testing-with-jest-an-introduction-with-examples
Openreplay
React Snapshot Testing With Jest: An Introduction With Examples
Both frontend and backend developers write tests. Testing is an excellent way to guarantee code quality.