Skip to content

Tuong NOte!

note...............................................................................note

Tuong NOte!

note...............................................................................note

  • Home
  • Javascript
    • Node js
    • React Js
  • Linux
  • Mongo
  • docker
  • Bootstrap
  • Design Pattern
  • Git
    • Home
    • tuongazby
    • Page 2
Javascript

Debug với console.log() trong Javascript

tuongazby May 17, 2023 0 Comments

Trong JavaScript, console.log() được sử dụng rộng rãi để ghi thông tin debug ra console của trình duyệt hoặc môi trường chạy JavaScript khác. Đây là một phương pháp đơn…

Mongo

Aggregate trong MongoDB

tuongazby May 11, 2023 0 Comments

Aggregate trong MongoDB là một công cụ mạnh mẽ để truy vấn và xử lý dữ liệu từ các tài liệu MongoDB. Nó cho phép bạn thực hiện các hoạt…

Mongo

Đánh index trong mongodb

tuongazby Mar 24, 2023 0 Comments

MongoDB là một hệ quản trị cơ sở dữ liệu NoSQL phân tán, mà trong đó việc tối ưu hóa truy vấn thông qua việc sử dụng chỉ mục là…

Javascript Mongo Node js

Deploy ứng dụng NodeJS lên VPS CentOS 7

tuongazby Mar 21, 2023 0 Comments

Bước 1: Cài đặt môi trường VPS 1. Cập nhật phần mềm Thông thường các VPS đã cài đặt sẵn các phần mềm quan trọng rồi nên việc đầu tiên chúng…

Mongo Node js

Transaction in NodeJS + MongoDB

tuongazby Mar 9, 2023 0 Comments

const mongoose = require('mongoose'); const { mongoURI } = require('./config'); const Transaction = mongoose.model('Transaction', new mongoose.Schema({ amount: { type: Number, required: true }, fromAccount: { type: mongoose.Schema.Types.ObjectId, ref: 'Account', required:…

Node js

Thêm notifications vào NodeJS sử dụng Web push và Service Workers

tuongazby Jan 1, 2023 0 Comments

Server Cài đặt expressjs + ejs bằng dòng lệnh express -e Cài đặt thêm module body-parser, webpush, dotenv yarn add dotenv, body-parser, web-push Ở file app.js sẽ được require('dotenv').config({ path:…

Linux

How to enable SSH password authentication

tuongazby Dec 28, 2022 0 Comments

Chỉnh sửa file bằng quyền sudo sudo nano /etc/ssh/sshd_config Tìm đến dòng PasswordAuthentication no Và đổi nó thành PasswordAuthentication yes Lưu file này lại Sau đó tiến hành khởi động…

Git Linux

Cập nhật Git lên 2.x trên Centos 7

tuongazby Dec 27, 2022 0 Comments

Kiểm tra phiên bản Git git --version //git version 1.8.3.1 Xóa phien bản Git hiện tại sudo yum -y remove git sudo yum -y remove git-* Thêm End Point CentOS…

React Js

#3: Props và State

tuongazby Dec 13, 2022 0 Comments

Props Props là cách để truyền dữ liệu từ component cha xuống component con và component con chỉ được đọc và không thể thay đổi. Ví dụ: class Welcom extends…

React Js

#2: React Component

tuongazby Dec 13, 2022 0 Comments

Component: độc lập và tái sử dụng. Có 2 kiểu: Functional component và Class component Functional component Functional component là function Javascript trả về 1 React element, có thể nhận…

Posts pagination

1 2 3 … 6

« Previous Page — Next Page »

Recent Posts

  • Svelte #7: Stores
  • Svelte #6: Lifecycle
  • Svelte #5: Bindings
  • Svelte #4: DOM Event
  • Svelte #3: Sử dụng logic

Recent Comments

  1. tr on Protected: Note Pro
  2. A WordPress Commenter on Hello world!

Tuong NOte!

note…………………………………………………………………….note

Copyright © All rights reserved | Blogus by Themeansar.