You May Also Enjoy
psql command line cheat sheet
I switch between MySQL and Postgres often enough that the psql meta-commands never stick in my head. Every time it’s the same five minutes of googling \d vs ...
AWS account structure for a startup after Series A
Same story as the GCP version of this note, different cloud: startup closes Series A, and the AWS side is still one root user, one account, prod and the sand...
GCP organization and folder structure for a startup after Series A
Recently I had a case where a startup closed their Series A and was still running everything out of one GCP project tied to the founder’s personal Google acc...
Using git-crypt to encrypt sensitive data in your git repository
This is another note of the kind: “I don’t want to google for it next time I need it in few years”