Recent posts

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.

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: