Skip to content

Cheat Sheets

Dense, scannable quick-reference cards. No fluff -- just commands, patterns, and copy-paste ready snippets.

Available Cheat Sheets

Cheat SheetWhat It Covers
BashVariables, conditionals, loops, text processing (awk, sed, grep, jq)
DockerCommands, Dockerfile patterns, Compose, debugging containers
GitCommands, branching strategies, undo operations, rebase workflows
GoTypes, structs, interfaces, goroutines, channels, error handling
Kuberneteskubectl commands, resource types, debugging pods, YAML templates
LinuxCommands, file permissions, process management, networking, systemd
NginxServer blocks, reverse proxy, SSL/TLS, rate limiting, caching
PromQLSelectors, aggregations, common queries, recording & alerting rules
PythonData structures, stdlib, type hints, virtual environments, patterns
RedisData types, commands, patterns, Lua scripting, cluster operations
RustOwnership, borrowing, common types, pattern matching, traits, Cargo
SQLQuery patterns, joins, window functions, CTEs, indexing, EXPLAIN
TerraformCommands, HCL patterns, state management, module patterns
TypeScriptUtility types, generics, type guards, patterns, common gotchas

How to Use

These cheat sheets are designed for quick lookup, not linear reading. Bookmark the ones you use most and search within them when you need a specific command or pattern.

Tips:

  • Use your browser's find (Ctrl+F / Cmd+F) to search within a cheat sheet
  • Code blocks are copy-paste ready -- test in a safe environment first
  • "When to use X vs Y" sections help with quick decisions
  • Troubleshooting sections cover the most common errors

Deeper Learning

Each cheat sheet links back to the relevant vault pages for deeper coverage. If you want to understand why something works, follow the links to the full articles.

TopicCheat SheetDeep Dive
BashCheat SheetN/A (language reference)
DockerCheat SheetDocker Section
GitCheat SheetN/A (external docs)
GoCheat SheetN/A (language reference)
KubernetesCheat SheetKubernetes Section
LinuxCheat SheetN/A (external docs)
NginxCheat SheetN/A (external docs)
PromQLCheat SheetN/A (Prometheus docs)
PythonCheat SheetN/A (language reference)
RedisCheat SheetRedis Internals
RustCheat SheetN/A (language reference)
SQLCheat SheetDatabase Section
TerraformCheat SheetTerraform Section
TypeScriptCheat SheetN/A (language reference)

"What I cannot create, I do not understand." — Richard Feynman