Cheat Sheets
Dense, scannable quick-reference cards. No fluff -- just commands, patterns, and copy-paste ready snippets.
Available Cheat Sheets
| Cheat Sheet | What It Covers |
|---|---|
| Bash | Variables, conditionals, loops, text processing (awk, sed, grep, jq) |
| Docker | Commands, Dockerfile patterns, Compose, debugging containers |
| Git | Commands, branching strategies, undo operations, rebase workflows |
| Go | Types, structs, interfaces, goroutines, channels, error handling |
| Kubernetes | kubectl commands, resource types, debugging pods, YAML templates |
| Linux | Commands, file permissions, process management, networking, systemd |
| Nginx | Server blocks, reverse proxy, SSL/TLS, rate limiting, caching |
| PromQL | Selectors, aggregations, common queries, recording & alerting rules |
| Python | Data structures, stdlib, type hints, virtual environments, patterns |
| Redis | Data types, commands, patterns, Lua scripting, cluster operations |
| Rust | Ownership, borrowing, common types, pattern matching, traits, Cargo |
| SQL | Query patterns, joins, window functions, CTEs, indexing, EXPLAIN |
| Terraform | Commands, HCL patterns, state management, module patterns |
| TypeScript | Utility 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.
| Topic | Cheat Sheet | Deep Dive |
|---|---|---|
| Bash | Cheat Sheet | N/A (language reference) |
| Docker | Cheat Sheet | Docker Section |
| Git | Cheat Sheet | N/A (external docs) |
| Go | Cheat Sheet | N/A (language reference) |
| Kubernetes | Cheat Sheet | Kubernetes Section |
| Linux | Cheat Sheet | N/A (external docs) |
| Nginx | Cheat Sheet | N/A (external docs) |
| PromQL | Cheat Sheet | N/A (Prometheus docs) |
| Python | Cheat Sheet | N/A (language reference) |
| Redis | Cheat Sheet | Redis Internals |
| Rust | Cheat Sheet | N/A (language reference) |
| SQL | Cheat Sheet | Database Section |
| Terraform | Cheat Sheet | Terraform Section |
| TypeScript | Cheat Sheet | N/A (language reference) |