Работа с сайтом при помощи голоса — вебсайты с функциями Handsfree
https://itnext.io/handsfree-websites-10d03ffbe85d
https://itnext.io/handsfree-websites-10d03ffbe85d
Как создавать устойчивый JavaScript UI
https://www.smashingmagazine.com/2021/08/build-resilient-javanoscript-ui/
https://www.smashingmagazine.com/2021/08/build-resilient-javanoscript-ui/
40+ Node.js Best Practices по интеграционному тестированию
https://github.com/testjavanoscript/nodejs-integration-tests-best-practices
https://github.com/testjavanoscript/nodejs-integration-tests-best-practices
GitHub
GitHub - testjavanoscript/nodejs-integration-tests-best-practices: ✅ Beyond the basics of Node.js testing. Including a super-comprehensive…
✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (March 2024) - testjavanoscript/nodejs-integration-tests-best-practices
Учебное пособие по TensorFlow.js: начало работы с ML библиотекой
https://ai.plainenglish.io/tensorflow-js-tutorial-get-started-with-the-ml-library-5d2427a7caad
https://ai.plainenglish.io/tensorflow-js-tutorial-get-started-with-the-ml-library-5d2427a7caad
Medium
TensorFlow.js tutorial: Get started with the ML library
Today, we’re going to dive deeper into TensorFlow and discuss its benefits, features, models, and more.
Рендеринг 3D за кадром: максимальная производительность с помощью canvas workers
https://itnext.io/rendering-3d-offscreen-getting-max-performance-using-canvas-workers-88c207cbcdc2
https://itnext.io/rendering-3d-offscreen-getting-max-performance-using-canvas-workers-88c207cbcdc2
Medium
Rendering 3d offscreen: Getting max performance using canvas workers
The OffscreenCanvas Web API enables us to transfer the ownership of Canvas DOM elements into workers.
Почему вам следует отказаться от использования шаблона «container/presentational» в Redux
https://medium.com/nmc-techblog/why-you-should-stop-using-the-container-presentational-pattern-in-redux-29b112406128
https://medium.com/nmc-techblog/why-you-should-stop-using-the-container-presentational-pattern-in-redux-29b112406128
Medium
Why you should stop using the “container/presentational” pattern in Redux
“Connect More Components to Read Data from the Store”. This Redux best practice has some important performance aspects, let’s cover them.
В чем разница между значениями выравнивания start, flex-start и self-start?
https://csslayout.news/whats-the-difference-between-the-alignment-values-of-start-flex-start-and-self-start/
https://csslayout.news/whats-the-difference-between-the-alignment-values-of-start-flex-start-and-self-start/
CSS Layout News
What's the difference between the alignment values of start, flex-start, and self-start?
In this post find out the difference between the alignment values of start, flex-start, and self-start in flexbox.
Как использовать rabbitmq и Node с docker и docker compose - простой пример настройки приложения
https://geshan.com.np/blog/2021/07/rabbitmq-docker-nodejs/
https://geshan.com.np/blog/2021/07/rabbitmq-docker-nodejs/
Как на Three.Js сделать анимированный туннель из частиц
https://habr.com/ru/company/skillfactory/blog/570560/
https://habr.com/ru/company/skillfactory/blog/570560/
6 причин использовать Tailwind вместо традиционного CSS
https://npmrundev.wordpress.com/2021/08/04/6-reasons-to-use-tailwind-over-traditional-css/
https://npmrundev.wordpress.com/2021/08/04/6-reasons-to-use-tailwind-over-traditional-css/
npm run dev
6 reasons to use Tailwind over traditional CSS
1. Tiny bundle size = incredible performance When in development mode, the size of Tailwind’s output is pretty large. This is by design: Every possible class is generated at this stage so you…
Как при помощи ИИ сделать распознавание вводимых вами рукописных цифр прямо в браузере
https://habr.com/ru/company/skillfactory/blog/570096/
https://habr.com/ru/company/skillfactory/blog/570096/
7 полезных шпаргалок по CSS для улучшения ваших навыков
https://javanoscript.plainenglish.io/7-useful-css-cheat-sheets-to-improve-your-skills-66d7d3a7cc8
https://javanoscript.plainenglish.io/7-useful-css-cheat-sheets-to-improve-your-skills-66d7d3a7cc8
Medium
7 Useful CSS Cheat Sheets to Improve Your Skills
A list of Awesome CSS cheat sheets that you can use as a web developer.
Релиз TypeScript 4.4. Что нового?
https://devblogs.microsoft.com/typenoscript/announcing-typenoscript-4-4/
https://devblogs.microsoft.com/typenoscript/announcing-typenoscript-4-4/
Microsoft News
Announcing TypeScript 4.4
Today we’re excited to announce the availability of TypeScript 4.4! If you haven’t heard of TypeScript yet, it’s a language that builds on JavaScript by adding syntax for static types. Tools like the TypeScript compiler just erase those types, leaving you…