Более легкий 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 &…
Валидация форм с Validate.js
https://mdbootstrap.com/articles/jquery/validate-forms-with-validate-js/
https://mdbootstrap.com/articles/jquery/validate-forms-with-validate-js/
TypeScript 3.7: 5 фич и как их использовать:
- Assert signatures
- Recursive type aliases
- Top-level await
- Null coalescing
- Optional chaining
https://httptoolkit.tech/blog/5-big-features-of-typenoscript-3.7
- Assert signatures
- Recursive type aliases
- Top-level await
- Null coalescing
- Optional chaining
https://httptoolkit.tech/blog/5-big-features-of-typenoscript-3.7
▶️ Играем в Pokemon вместе с Node.js - Пишем эмулятор игры с помощью Node.js и Express.
https://www.youtube.com/watch?v=cUy43G-gcB4
https://www.youtube.com/watch?v=cUy43G-gcB4
YouTube
Playing Pokemon Together With Node.js - Samuel Agnew - JSConf US 2019
Pokemon filled many of our childhoods, and some of our adulthoods, with joy. In this live coding adventure, we will recapture the magic of playing Pokemon together with the help of a Twilio phone number built with server-side JavaScript interacting with Gameboy…
Повышаем эффективность: 7 расширений для VS Code, без которых я не могу жить
https://codeburst.io/7-vs-code-extensions-that-i-cant-live-without-765eeae3fcbf
https://codeburst.io/7-vs-code-extensions-that-i-cant-live-without-765eeae3fcbf
Medium
7 VS Code Extensions that I can’t live without
Maximize your productivity using these extensions
Google, Mozilla и Cloudflare начали поддерживать протокол HTTP/3
https://tproger.ru/news/chrome-firefox-cloudflare-http3/
https://tproger.ru/news/chrome-firefox-cloudflare-http3/
Tproger
Google, Mozilla и Cloudflare начали поддерживать протокол HTTP/3
Это новая итерация протокола HTTP, с ним передача данных станет быстрее, надёжнее и безопаснее.
Шесть наиболее распространенных типов логик в крупных приложениях - принципы построения архитектуры
https://khalilstemmler.com/articles/software-design-architecture/organizing-app-logic/
https://khalilstemmler.com/articles/software-design-architecture/organizing-app-logic/
Forwarded from FrontEndDev
#js
Новые и потенциальные функции JavaScript ES2019, которые порадуют каждого разработчика
https://blog.logrocket.com/new-es2019-javanoscript-features-every-developer-should-be-excited-about/
Новые и потенциальные функции JavaScript ES2019, которые порадуют каждого разработчика
https://blog.logrocket.com/new-es2019-javanoscript-features-every-developer-should-be-excited-about/
LogRocket Blog
New and potential ES2019 JavaScript features every developer should be excited about - LogRocket Blog
Check out new ES2019 Javanoscript features including optional chaining, the pipeline operator, and others.
Копируем текста в буфер обмена с помощью JavaScript
https://codeburst.io/copy-text-to-clipboard-using-javanoscript-e2c97ca2c9cf
https://codeburst.io/copy-text-to-clipboard-using-javanoscript-e2c97ca2c9cf
Medium
Copy Text to Clipboard Using JavaScript
Simple JavaScript method to copy text to clipboard