Tags

go

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:

Back to top ↑

git

Back to top ↑

docker

Docker Compose Notes

less than 1 minute read

Docker-compose is a client for arranging docker resources.

Back to top ↑

helloworld

Hello World!

less than 1 minute read

This is my first post. It is never too late to get started on blogging.

Back to top ↑

k8s

Don’t Run K8s On Aws Free Host

less than 1 minute read

After a complely setting, I finally run the k8s on a aws free host, which has one cpu core and 1G memory, with --vm-driver=none option.

Back to top ↑

Microservice

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:

Back to top ↑

database

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.

Back to top ↑