NGINX notes
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
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
Modify angular.json from root folder:
77 words
|
1 minutes
Config MySQL để full-text search với tiếng Việt
Thêm các config sau cho file my.cnf trong thư mục cài đặt MySQL:
89 words
|
1 minutes
Bluetooth can’t be turned on due to a missing driver (Ubuntu/Zorin OS)
Check the result for this:
32 words
|
1 minutes