Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)