Mongoose
Tìm tất cả các document chỉ trừ document đặc biệt sử dụng $ne: db.inventory.find( { quantity: { $ne: 20 } } ) Tìm tất cả các document trừ 1 số…
Tìm tất cả các document chỉ trừ document đặc biệt sử dụng $ne: db.inventory.find( { quantity: { $ne: 20 } } ) Tìm tất cả các document trừ 1 số…
1. Install the npm-check-updates package globally: npm install -g npm-check-updates 2. Now run npm-check-updates to upgrade all version hints in package.json, allowing installation of the new major versions: ncu -u 3. Finally, run…
https://viblo.asia/p/gioi-thieu-ve-lodash-va-mot-so-ham-thuong-dung-3Q75w2zGlWb https://github.com/nathanpeck/socket.io-chat-fargate https://www.w3resource.com/redis/redis-hset-key-field-value.php
Spacing Bootstrap 5 has a wide range of responsive margin and padding utility classes. They work for all breakpoints: xs (<=576px), sm (>=576px), md (>=768px), lg (>=992px), xl (>=1200px) or xxl (>=1400px)): The classes are used in the format: {property}{sides}-{size} for xs and {property}{sides}-{breakpoint}-{size} for sm, md, lg, xl and xxl. Where property is one of:…
mongo show dbs use <your_db_name> show collections db.myCollection.find() db.myCollection.find().pretty() db.studentdata.getIndexes() db.studentdata.dropIndex({student_name: 1}) db.studentdata.dropIndexes() mongodump -d database_name -o directory_to_store_dumps mongorestore -d database_name directory_backup_where_mongodb_tobe_restored
PM2 is a daemon process manager that will help you manage and keep your application online. Getting started with PM2 is straightforward, it is offered as a simple and intuitive…
Adapter Pattern là gì? Trước hết cần hiểu Adapter là gì, nó có nghĩa là một bộ chuyển đổi dùng để kết nối hai hoặc nhiều thứ không thể kết…
Singleton pattern là một pattern được sử dụng rỗng rãi. Nó chỉ cho phép duy nhất một đối tượng được khởi tạo từ class. class Singleton { constructor(data) { if…
Design Patterns là các mẫu thiết kế có sẵn dùng để giải quyết các vấn đề. Nó mang lại nhiều lợi ích trong quá trình code điểnhình như giúp code…
Step 0 – Pre-installation Import CentOS 7 RPM GPG Key Import CentOS 7 RPM GPG Key using command below rpm or yum need this key to verify the package downloaded from repository is not…