Style Guide:
https://protobuf.dev/programming-guides/style/
https://github.com/uber/prototool/blob/dev/style/README.md
https://earthly.dev/blog/golang-grpc-example/
https://earthly.dev/blog/protobufs-and-grpc/
https://earthly.dev/blog/backward-and-forward-compatibility/
https://earthly.dev/blog/buf-protobuf/
https://earthly.dev/blog/lambda-grpc/
https://github.com/sikozonpc/oms - https://www.youtube.com/watch?v=ea_4Ug5WWYE
https://www.youtube.com/playlist?list=PLy_6D98if3UJd5hxWNfAqKMr15HZqFnqf
https://stackoverflow.com/questions/61666805/correct-format-of-protoc-go-package
https://www.golinuxcloud.com/golang-grpc/
https://www.jetbrains.com/guide/go/tutorials/grpc_part_one/grpc_in_go/
https://github.com/thangchung/go-coffeeshop *********
https://github.com/uber/peloton
https://www.reddit.com/r/golang/comments/z23p4c/where_to_learn_grpc_to_build_projects/
https://pragprog.com/titles/tjgo/distributed-services-with-go/
Protobuf data types
https://github.com/googleapis/googleapis
https://buf.build/googleapis/googleapis
grpc-gateway
https://www.koyeb.com/tutorials/build-a-grpc-api-using-go-and-grpc-gateway (***)
https://github.com/koyeb/example-go-grpc-gateway
https://github.com/grpc-ecosystem/grpc-gateway
https://earthly.dev/blog/golang-grpc-gateway/
grpc-web
https://www.youtube.com/watch?v=XdG0EujccHQ (*)
https://www.youtube.com/watch?v=h4zUtcEfMoE (grpc with react (using grpc web)
https://github.com/johanbrandhorst/grpc-web-go-react-example (*)
https://programmingpercy.tech/blog/using-grpc-tls-go-react-no-reverse-proxy/
https://github.com/percybolmer/grpcexample
Last updated