Brain dump


Colocation

January 14, 2021
Programming GraphQL

“colocation” is a pattern wherein you keep the query/mutation as close to the consuming component as …

Yarn-NPM

December 16, 2020
Programming Yarn Npm

package.json # resolutions field # yarn specific Allows you to force the use of a particular version for a nested … ...

Cipher

December 1, 2020
Cryptography

A cipher is defined over the spaces of: All Keys, \(\mathscr{K}\) All Messages, \(\mathscr{M}\) All Cipher texts, … ...