#web
Создание CSS-галереи с Grid раскладкой (с эффектом размытия и интерактивными медиа выражениями)
https://webdesign.tutsplus.com/tutorials/create-a-css-grid-image-gallery-with-blur-effect-and-interaction-media-queries--cms-32287
Создание CSS-галереи с Grid раскладкой (с эффектом размытия и интерактивными медиа выражениями)
https://webdesign.tutsplus.com/tutorials/create-a-css-grid-image-gallery-with-blur-effect-and-interaction-media-queries--cms-32287
Web Design Envato Tuts+
Create a CSS Grid Image Gallery (With Blur Effect and Interaction...
In this tutorial, we’re going to take a bunch of ordinary thumbnail links and turn them into a responsive CSS grid gallery with a blurred hover effect. We’ll also use a great CSS trick to make sure...
#web
Вышел браузер для VR-устройств Firefox Reality 1.1
https://tproger.ru/articles/firefox-reality-1-1-realese/
Вышел браузер для VR-устройств Firefox Reality 1.1
https://tproger.ru/articles/firefox-reality-1-1-realese/
Tproger
Вышел браузер для VR-устройств Firefox Reality 1.1
Firefox Reality 1.1 получил улучшенный режим просмотра сферического видео (видео 360°), а также поддержку 7 новых языков с возможностью голосового ввода.
#node
Написание приложений с эффективным использованием памяти на Node.js
https://medium.com/dev-bits/writing-memory-efficient-software-applications-in-node-js-5575f646b67f
Написание приложений с эффективным использованием памяти на Node.js
https://medium.com/dev-bits/writing-memory-efficient-software-applications-in-node-js-5575f646b67f
Medium
Writing Memory Efficient Software Applications in Node.js
See how to optimize your Node.js programs by 90% using automatic back pressuring
Обширное руководство по Прогрессивным Веб-приложениям
https://www.smashingmagazine.com/2018/11/guide-pwa-progressive-web-applications/
https://www.smashingmagazine.com/2018/11/guide-pwa-progressive-web-applications/
#web
progress-estimator — отображение прогресс-бара и оценки того, как долго будет выполняться промис
https://github.com/bvaughn/progress-estimator
progress-estimator — отображение прогресс-бара и оценки того, как долго будет выполняться промис
https://github.com/bvaughn/progress-estimator
GitHub
GitHub - bvaughn/progress-estimator: Logs a progress bar and estimation for how long a Promise will take to complete
Logs a progress bar and estimation for how long a Promise will take to complete - bvaughn/progress-estimator
#pwa
Превратите ваше приложение на Vue в PWA!
https://blog.bitsrc.io/turn-your-vue-web-app-into-a-pwa-ca04d8bcdd64
Превратите ваше приложение на Vue в PWA!
https://blog.bitsrc.io/turn-your-vue-web-app-into-a-pwa-ca04d8bcdd64
Полное погружение в React.js 🔥
За 3 дня изучите основы и напишите свое первое приложение. Подробности 👉 @glocademy_bot
За 3 дня изучите основы и напишите свое первое приложение. Подробности 👉 @glocademy_bot
Прогрессивные веб-приложения: примеры и варианты использования PWA
https://alistapart.com/article/progressive-web-apps-excerpt
https://alistapart.com/article/progressive-web-apps-excerpt
A List Apart
Progressive Web Apps: The Case for PWAs
You’ve no doubt heard the buzz, but Jason Grigsby offers a strong business case for going PWA in this excerpt from his book Progressive Web Apps.
Прогрессивные веб приложения с Angular: часть 2 — ленивая загрузка
https://houssein.me/progressive-angular-applications-2
https://houssein.me/progressive-angular-applications-2
Советы и трюки для вашего React-Redux приложения
https://medium.com/dailyjs/tips-and-tricks-for-react-redux-application-c8d0db0ab0c8
https://medium.com/dailyjs/tips-and-tricks-for-react-redux-application-c8d0db0ab0c8
Medium
Argh… So much React-Redux Boilerplate!
Please note: This assumes you are familiar with the flow of React & Redux. We are using the redux-saga middleware in our example. The…