Создание полнофункционального React приложения c Apollo, DynamoDB и Infrastructure-Components за пару минут
https://codeburst.io/data-driven-react-with-apollo-dynamodb-and-infrastructure-components-a23ebbe8f98b
https://codeburst.io/data-driven-react-with-apollo-dynamodb-and-infrastructure-components-a23ebbe8f98b
Medium
Data-Driven React with Apollo, DynamoDB, and Infrastructure-Components
Build a full-stack React application with database access in minutes
Решение проблем с помощью CSS Grid: диаграмма Гантта
https://webdesign.tutsplus.com/tutorials/solving-problems-with-css-grid-the-gantt-chart--cms-33837
https://webdesign.tutsplus.com/tutorials/solving-problems-with-css-grid-the-gantt-chart--cms-33837
Отладка TypeScript в Firefox DevTools
https://hacks.mozilla.org/2019/09/debugging-typenoscript-in-firefox-devtools/
https://hacks.mozilla.org/2019/09/debugging-typenoscript-in-firefox-devtools/
Как прикрутить CI/CD к Node приложению с GitHub Actions.
GitHub Actions представляет собой сервис для автоматизации процессов, таких как CI / CD, развертывание, релизы и т. д.
https://blog.bitsrc.io/https-medium-com-adhasmana-how-to-do-ci-and-cd-of-node-js-application-using-github-actions-860007bebae6
GitHub Actions представляет собой сервис для автоматизации процессов, таких как CI / CD, развертывание, релизы и т. д.
https://blog.bitsrc.io/https-medium-com-adhasmana-how-to-do-ci-and-cd-of-node-js-application-using-github-actions-860007bebae6
Создание живых аватаров (типа Animoji) с помощью face-api.js
https://blog.pragli.com/live-avatars-with-faceapi-js/
https://blog.pragli.com/live-avatars-with-faceapi-js/
Настраиваем мокирование JSON данных онлайн
https://codeburst.io/how-to-set-up-a-test-json-source-online-19ba3db0b7b1
https://codeburst.io/how-to-set-up-a-test-json-source-online-19ba3db0b7b1
Medium
How to Set up a Test JSON Source Online
Free online JSON stores for your API and prototype.
Более легкий V8. О техниках оптимизации памяти, которые были использованы при работе над V8 Lite
https://v8.dev/blog/v8-lite
https://v8.dev/blog/v8-lite
v8.dev
A lighter V8 · V8
The V8 Lite project dramatically reduced the memory overhead of V8 on typical websites, this is how we did it.
Browser Fingerprint: введение и будущие проблемы
https://blog.torproject.org/browser-fingerprinting-introduction-and-challenges-ahead
https://blog.torproject.org/browser-fingerprinting-introduction-and-challenges-ahead
Машинное обучение для front end разработчиков с Tensorflow.js
http://www.webdesignernews.com/redirect/id/2893610
http://www.webdesignernews.com/redirect/id/2893610
Практическое руководство по мониторингу ошибок браузера с помощью window.onerror
https://dev.to/omrilotan/front-end-observability-a-practical-guide-to-browser-error-monitoring-2gcm
https://dev.to/omrilotan/front-end-observability-a-practical-guide-to-browser-error-monitoring-2gcm
DEV Community
Front end observability. A practical guide to browsers error monitoring with window.onerror 💂
Front end application code, more than any other, runs on environments we have little to no control...
Веб-компоненты для создания кросс-фреймворк библиотек компонентов.
https://codeburst.io/web-components-for-cross-framework-component-libraries-2647741f9470
https://codeburst.io/web-components-for-cross-framework-component-libraries-2647741f9470
Medium
Web Components for Cross-Framework Component Libraries
An argument with example for delivering cross-framework component libraries using Web Components.
Введение в Docker с простым примером оборачивания Node.js приложения
https://codeburst.io/introduction-to-docker-with-a-simple-dockerized-node-js-application-1c25680f07d7
https://codeburst.io/introduction-to-docker-with-a-simple-dockerized-node-js-application-1c25680f07d7
Medium
Introduction to Docker with a simple ‘Dockerized’ Node.js application
Docker and Kubernetes are picking up the trend right now in the web development communities and that’s for some valid reasons. “Security &…