Skip to content

Instantly share code, notes, and snippets.

@rcoedo
rcoedo / keybase.md
Last active December 12, 2016 14:04

Keybase proof

I hereby claim:

  • I am rcoedo on github.
  • I am rcoedo (https://keybase.io/rcoedo) on keybase.
  • I have a public key whose fingerprint is 7466 DCF1 0622 8DB5 172C BCB2 02CB F0E8 C98B 419B

To claim this, I am signing this object:

@rcoedo
rcoedo / signing-git-commits.md
Created April 20, 2022 11:21 — forked from phortuin/signing-git-commits.md
Set up a GPG key for signing Git commits on MacOS (M1)

Based on this blogpost.

To sign Git commits, you need a gpg key. GPG stands for GNU Privacy Guard and is the de facto implementation of the OpenPGP message format. PGP stands for ‘Pretty Good Privacy’ and is a standard to sign and encrypt messages.

Setting up

Install with Homebrew:

$ brew install gpg
This gist contains the examples for the article "Node.js gRPC Service in Style".
- https://medium.com/trabe/node-js-grpc-services-in-style-222389be991a
- https://rcoedo.com/blog/2019/01/18/node-js-grpc-services-in-style
This gist contains the examples for the article "Continuation Local Storage for Easy Context Passing in Node.js".
- https://medium.com/trabe/continuation-local-storage-for-easy-context-passing-in-node-js-2461c2120284
- https://rcoedo.com/blog/2019/11/14/continuation-local-storage-for-easy-context-passing-in-node-js
This gist contains the examples for the article "AsyncLocalStorage for Easy Context Passing in Node.js".
- https://medium.com/trabe/asynclocalstorage-for-easy-context-passing-in-node-js-e33c84679516
- https://rcoedo.com/blog/2020/05/25/async-local-storage-for-easy-context-passing-in-node-js
This gist contains the examples for the article "Render Components Elsewhere with react-conduit".
- https://medium.com/trabe/render-components-elsewhere-with-react-conduit-9374680ef21a
- https://rcoedo.com/blog/2018/01/08/render-components-elsewhere-with-react-conduit
This gist contains the examples for the article "Mocking your GraphQL Server is Easier with gql-mock-server".
- https://medium.com/trabe/mocking-your-graphql-server-is-easier-with-gql-mock-server-9d72ce07a657
- https://rcoedo.com/blog/2018/01/22/mocking-your-graphql-server-is-easier-with-gql-mock-server
This gist contains the examples for the article "Context-Dependent Imports Using CLS and Getters".
- https://medium.com/trabe/context-dependent-imports-using-cls-and-getters-71b97c1baf3c
- https://rcoedo.com/blog/2020/06/15/context-dependent-imports-using-cls-and-getters
This gist contains the examples for the article "Tracing Express Services with zipkin-js".
- https://medium.com/trabe/tracing-express-services-with-zipkin-js-6e5c5680467e
- https://rcoedo.com/blog/2019/07/08/tracing-express-services-with-zipkin-js
This gist contains the examples for the article "Mastering the Node.js REPL, Part Two".
- https://medium.com/trabe/mastering-the-node-js-repl-part-2-365c52a5203d
- https://rcoedo.com/blog/2018/08/06/mastering-the-node-js-repl-part-two