Skip to content

Instantly share code, notes, and snippets.

@darkuncle
darkuncle / The_Rules.md
Last active August 19, 2024 00:36
The Rules - guidelines learned through hard experience in operations

NEW! Fan of the list Diego Peinador has done what I've been too lazy to do for years: stand up an easily-remembered domain for The Rules, complete with one-per-page URL schema - e.g., for Rule 42 just visit https://the-rul.es/42/

Thanks Diego! <3

(subject to additions, but rarely changes)

rule 0: It has to work.

rule 1: As simple as possible.

@LevPewPew
LevPewPew / .eslintignore
Last active February 16, 2022 07:37
starter config for TS CRA on Github
# Ignore everything:
/*
# Except src:
!/src
@chranderson
chranderson / nvmCommands.js
Last active July 13, 2025 05:06
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node