Cách mình tối ưu tính năng tự động xếp lịch
2025-01-03
Vừa rồi tự dưng mình có hứng thú và có một vài ý tưởng nên mình đã update lại trang web tự động xếp lịch mà mình đã phát triển từ 2019 dành cho sinh viên trường mình. Sản phẩm mình deploy ở link này.
1500 words
|
8 minutes
NGINX notes
2024-12-05
NGINX is a configuration language. It runs by the priority of commands, not from top to bottom.
364 words
|
2 minutes
Reading Environment Variables from a .env File in Go
2024-09-03
In this post, we’ll explore a Go function that reads environment variables from a .env file and populates a struct with these values. This approach leverages Go’s reflection capabilities to dynamically set struct fields based on the environment variables.
410 words
|
2 minutes
How to install Angular Material in Angular 17
2024-02-23
Modify angular.json from root folder:
77 words
|
1 minutes
Config MySQL để full-text search với tiếng Việt
2024-01-05
Thêm các config sau cho file my.cnf trong thư mục cài đặt MySQL:
89 words
|
1 minutes