Giới thiệu Game snake cơ bản: - Di chuyển 4 phím mũi tên - Rắn ăn thức ăn và lớn...
Một số đặc điểm nổi bật của Redux Single source of truth: State của toàn bộ ứng dụng được lưu...
Đăng kí app với facebook Đăng nhập vào trang https://developers.facebook.com/ Tạo một app Add facebook login vào ứng dụng Tạo...
Cài đặt dotnev npm install dotenv --save Thêm dòng require('dotenv').config() vào đầu file App.js Tạo file .env tạo file .env...
Cài đặt môi trường cần thiết: Cài đặt nodejs với lệnh sudo pacman -Syu nodejsCài đặt npm với lệnh: sudo...
Sử dụng lệnh: systemctl list-units -t service --no-pager --no-legend | grep active | grep -v systemd | grep -v exited...
Thư viện https://github.com/sirupsen/logrus Ví dụ sử dụng package main import ( log "github.com/sirupsen/logrus" ) func main() { log.WithFields(log.Fields{ "anima": "walrus",...
Value receiver Với ví dụ như sau: type Foo struct{ Data string } func (f Foo) funcA(){ f.Data = "XXX"...
Cài đặt grub-customizer sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt update sudo apt install grub-customizer Tùy chỉnh menu boot Loại bỏ entry...
Tải và cài đặt AppImageLauncher từ https://github.com/TheAssassin/AppImageLauncher/releases Tải chương trình có định dạng AppImage mong muốn sử dụng và double-click,...