You may also enjoy
Postgres Partition Test
2 minute read
Partition is seperated by a field key. But this field will not generate index on each partition table. We should create index manually.
Docker Compose Notes
less than 1 minute read
Docker-compose is a client for arranging docker resources.
Quick Review For Dev Container With Vscode
less than 1 minute read
Vscode has a great extension called “remote container”. I made some trial work.
Some Viewpoints For Go Oauth2 Pkg
1 minute read
go-oauth2 is a pkg for oauth2 features. We could build a oauth2 server by modifying the hanlder functions to verify. See the code below: