Быстрое развертывание WordPress и phpMyAdmin на Alibaba Cloud с ROS
https://www.sitepoint.com/quickly-deploy-wordpress-phpmyadmin-on-alibaba-cloud-with-ros/
https://www.sitepoint.com/quickly-deploy-wordpress-phpmyadmin-on-alibaba-cloud-with-ros/
Учебное пособие по GraphQL Server с Apollo и Express.
https://www.robinwieruch.de/graphql-apollo-server-tutorial/
https://www.robinwieruch.de/graphql-apollo-server-tutorial/
Разработка и развертывание собственного React приложения менее чем за 2 часа, используя Lerna, Travis и Now.
https://codeburst.io/develop-and-deploy-your-own-react-monorepo-app-in-under-2-hours-using-lerna-travis-and-now-2b140d647238
https://codeburst.io/develop-and-deploy-your-own-react-monorepo-app-in-under-2-hours-using-lerna-travis-and-now-2b140d647238
Medium
Develop and Deploy your own React monorepo app in under 2 hours, using Lerna, Travis and Now.
Learn how to create a balanced Lasagna instead of a tangled mess of Spaghetti.
mdx-deck: создание презентаций с использованием MDX - формата, который использует синтаксис Markdown, но может визуализировать компоненты React с помощью JSX.
https://nodeweekly.com/link/52072/web
https://nodeweekly.com/link/52072/web
GitHub
jxnblk/mdx-deck
:spades: MDX-based presentation decks. Contribute to jxnblk/mdx-deck development by creating an account on GitHub.
Инструменты оптимизации CSS для повышения производительности PWA.
Ахмед Бушефра показывает, как использовать различные инструменты и связанные с ними методы, чтобы помочь создавать лучшие PWA, сосредоточившись на оптимизации CSS
https://www.sitepoint.com/css-optimization-boosting-pwa-performance/
Ахмед Бушефра показывает, как использовать различные инструменты и связанные с ними методы, чтобы помочь создавать лучшие PWA, сосредоточившись на оптимизации CSS
https://www.sitepoint.com/css-optimization-boosting-pwa-performance/
Sitepoint
CSS Optimization Tools for Boosting PWA Performance — SitePoint
Ahmed Bouchefra shows how to use various tools and related techniques to help build a better PWA by focusing on CSS optimization — demonstrating how to remove unused CSS, inline the critical path CSS, and minify the resulting code.
Обработка загрузки файлов на Node сервере с использованием Multer (часть A - бэкэнд)
https://codeburst.io/handling-file-uploads-on-node-server-using-multer-part-a-backend-a789e0003e04
https://codeburst.io/handling-file-uploads-on-node-server-using-multer-part-a-backend-a789e0003e04
n-express-monitor: Декоратор для стандартизации Express.js Обработка ошибок, ведение журнала, оповещение и отладка
https://nodeweekly.com/link/52403/web
https://nodeweekly.com/link/52403/web
GitHub
GitHub - Financial-Times/n-express-monitor: 🎯 configurable express decorator to automate log, metrics for more consistent monitor…
🎯 configurable express decorator to automate log, metrics for more consistent monitor and debugging across micro-services - GitHub - Financial-Times/n-express-monitor: 🎯 configurable express decora...
Pose - декларативная анимационная библиотека для React, HTML и SVG - декларативная motion система для React, React Native и vanillaJS
https://popmotion.io/pose
https://popmotion.io/pose
Popmotion
Pose | A truly simple animation library for React, React Native, and Vue
Declarative motion system for React, React Native, and Vue
Baker: простой инструмент для создания виртуальных машин и контейнеров
https://nodeweekly.com/link/52401/web
https://nodeweekly.com/link/52401/web
GitHub
ottomatica/Baker
👨🍳🍞 Quick and easy baking of computing environments. - ottomatica/Baker
Сокращение JavaScript загрузок с разделением кода. Разделение кода в целях оптимизации подгрузки.
https://developers.google.com/web/fundamentals/performance/optimizing-javascript/code-splitting
https://developers.google.com/web/fundamentals/performance/optimizing-javascript/code-splitting
web.dev
Reduce JavaScript payloads with code splitting | Articles | web.dev
Sending large JavaScript payloads impacts the speed of your site significantly. Instead of shipping all the JavaScript to your user as soon as the first page of your application is loaded, split your bundle into multiple pieces and only send what's necessary…
Создание приложений с использованием VuidoVuido.
VuidoVuido - это основа для создания собственных декстопных приложений на основе Vue.js. Приложение, использующее Vuido, может работать в Windows, OS X и Linux ...
https://codeburst.io/creating-an-application-using-vuido-8753ebc800c2
VuidoVuido - это основа для создания собственных декстопных приложений на основе Vue.js. Приложение, использующее Vuido, может работать в Windows, OS X и Linux ...
https://codeburst.io/creating-an-application-using-vuido-8753ebc800c2
codeburst
Creating an application using Vuido
Vuido is a framework for creating native desktop applications based on Vue.js. Application using Vuido can run on Windows, OS X and Linux…
Как настроить проверку наличия обновлений безопасности для WordPress (руководство для начинающих)
http://www.webdesignernews.com/redirect/id/2257027
http://www.webdesignernews.com/redirect/id/2257027
WPBeginner
How to Check for WordPress Security Updates (Beginners Guide)
Want to check for WordPress security updates? Follow this step by step guide with screenshots to check for WordPress security updates & be safe from attacks
Руководство по созданию REST API с Node.js и MongoDB используя Passport и JWT для аутентификации.
https://nodeweekly.com/link/52390/web
https://nodeweekly.com/link/52390/web
Hacker Noon
The practical guide for Building REST API in Nodejs and MongoDB include Passport and JWT
In this lesson, we will start our journey on making REST APIs with NodeJS along with MongoDB database. if you don’t have experience on…