Автор: yamalweb
-
Фильтрация заказов по имени написанный с использованием redux и debounceно без toolkit
Для фильтрации заказов по имени с использованием Redux и debounce, но без @reduxjs/toolkit, мы можем сделать следующее: Шаги: Пример кода: 1. Создание actions 2. Создание reducer 3. Создание Redux Store 4. Компонент фильтрации заказов с debounce 5. Подключение компонента к приложению Объяснение: Таким образом, фильтрация заказов по имени будет происходить с использованием Redux и debounce,…
-
Ссылки
https://github.com/jshttp/http-errors https://github.com/tshemsedinov/NodeJS-Interview-Questions Nest.js https://awesome-nestjs.com https://github.com/golevelup/nestjs https://github.com/alvaromrveiga/ecommerce-backend/blob/main/src/models/purchase/purchase.controller.ts https://github.com/codeknack/nestjs-ecommerce/blob/main/src/cart/cart.controller.ts Next.js
-
certbot docker-compose
docker-compose.yml nano /etc/nginx/sites-available/site TEST PROD nano /etc/nginx/sites-available/site
-
Revert the full commit
Revert the full commit https://gist.github.com/gunjanpatel/18f9e4d1eb609597c50c2118e416e6a6 Sometimes you may want to undo a whole commit with all changes. Instead of going through all the changes manually, you can simply tell git to revert a commit, which does not even have to be the last one. Reverting a commit means to create a new commit that undoes…