Cheat Sheets
21 quick-reference guides
Quick-reference guides for the syntax and patterns developers use every day
21 guides
JSON Cheat Sheet
Quick reference for JSON syntax, data types, escaping, and common pitfalls — with examples.
YAML Cheat Sheet
Quick reference for YAML scalars, collections, anchors, block styles, and indentation pitfalls.
JavaScript Cheat Sheet
Modern JavaScript quick reference: types, arrays, objects, destructuring, promises, and common idioms.
CSS Selectors Cheat Sheet
Quick reference for CSS selectors: basic, attribute, pseudo-classes, pseudo-elements, and combinators.
Vim Cheat Sheet
Quick reference for Vim modes, movement, editing, search, and the commands developers use most.
Bash Cheat Sheet
Quick reference for Bash: variables, redirection, pipes, conditionals, loops, and one-liners.
Git Cheat Sheet
Essential Git commands: setup, staging, branching, merging, undo, and remote workflows.
Docker Cheat Sheet
Docker CLI reference: images, containers, volumes, networks, Compose, and cleanup.
curl Cheat Sheet
curl flags and patterns: methods, headers, auth, data, cookies, and common API calls.
grep Cheat Sheet
grep patterns and flags: literal/regex search, inversion, context, files, and one-liners.
find Cheat Sheet
GNU find reference: by name/type/size/time, actions, exec, and prune patterns.
Python Cheat Sheet
Modern Python quick reference: data types, comprehensions, strings, files, and common idioms.
Regular Expressions Cheat Sheet
Regex reference: anchors, character classes, quantifiers, groups, lookaround, and common patterns.
chmod Cheat Sheet
Linux file permissions: symbolic and octal modes, common combos, and pitfalls.
Cron Cheat Sheet
Crontab syntax reference: fields, special strings, ranges, and common schedules.
awk Cheat Sheet
awk one-liners: fields, patterns, actions, FS/OFS, and common text-processing recipes.
Conventional Commits Cheat Sheet
Conventional Commits spec: types, scope, breaking changes, and examples.
Markdown Cheat Sheet
Markdown reference: headings, emphasis, lists, links, code, tables, and extensions.
HTML Cheat Sheet
HTML reference: structure, semantics, forms, accessibility, and common elements.
HTTP Status Codes Cheat Sheet
HTTP response status codes: 1xx–5xx classes, common codes, and when to use them.
ASCII Cheat Sheet
ASCII reference: printable characters, control codes, and decimal/hex/octal values.