Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekhabarov/blog-code-snippets
Code snippets for my blog https://ekhabarov.com
https://github.com/ekhabarov/blog-code-snippets
bazel bazel-examples envoy envoyproxy golang google-wire grpc ragel rest rest-api
Last synced: 3 months ago
JSON representation
Code snippets for my blog https://ekhabarov.com
- Host: GitHub
- URL: https://github.com/ekhabarov/blog-code-snippets
- Owner: ekhabarov
- License: mit
- Created: 2019-11-12T13:36:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T00:18:47.000Z (about 1 year ago)
- Last Synced: 2024-06-21T18:53:02.037Z (7 months ago)
- Topics: bazel, bazel-examples, envoy, envoyproxy, golang, google-wire, grpc, ragel, rest, rest-api
- Language: Go
- Homepage: https://ekhabarov.com
- Size: 75.2 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Sources for blog posts
* [gRPC API: Easy start](https://ekhabarov.com/2019/11/grpc-api-easy-start/).
* [gRPC API, part 2: Business Logic](https://ekhabarov.com/2019/12/grpc-api-part-2-business-logic/).
* [Dependency Injection: Google Wire](https://ekhabarov.com/2020/06/dependency-injection-google-wire/)
* [Ragel: state machine compiler](https://ekhabarov.com/2021/01/ragel-state-machine-compiler/)
* [Envoy as an API Gateway](https://ekhabarov.com/post/envoy-as-an-api-gateway/)
* [gRPC: predictable Go interfaces](https://ekhabarov.com/post/grpc-predictable-go-interfaces/)
* [How to generate code with Bazel](https://ekhabarov.com/post/how-to-generate-code-with-bazel/)