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
My custom Obsidian theme
2024-04-24
Font: JetBrains Mono
442 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
Bluetooth can’t be turned on due to a missing driver (Ubuntu/Zorin OS)
2023-12-15
Check the result for this:
32 words
|
1 minutes