Cheat Sheets

21 quick-reference guides

Quick-reference guides for the syntax and patterns developers use every day

21 guides

JSON Cheat Sheet

Data Formats

Quick reference for JSON syntax, data types, escaping, and common pitfalls — with examples.

YAML Cheat Sheet

Data Formats

Quick reference for YAML scalars, collections, anchors, block styles, and indentation pitfalls.

JavaScript Cheat Sheet

Languages

Modern JavaScript quick reference: types, arrays, objects, destructuring, promises, and common idioms.

CSS Selectors Cheat Sheet

Languages

Quick reference for CSS selectors: basic, attribute, pseudo-classes, pseudo-elements, and combinators.

Vim Cheat Sheet

Editors & Tools

Quick reference for Vim modes, movement, editing, search, and the commands developers use most.

Bash Cheat Sheet

CLI & Shell

Quick reference for Bash: variables, redirection, pipes, conditionals, loops, and one-liners.

Git Cheat Sheet

Version Control

Essential Git commands: setup, staging, branching, merging, undo, and remote workflows.

Docker Cheat Sheet

Containers

Docker CLI reference: images, containers, volumes, networks, Compose, and cleanup.

curl Cheat Sheet

CLI & Shell

curl flags and patterns: methods, headers, auth, data, cookies, and common API calls.

grep Cheat Sheet

CLI & Shell

grep patterns and flags: literal/regex search, inversion, context, files, and one-liners.

find Cheat Sheet

CLI & Shell

GNU find reference: by name/type/size/time, actions, exec, and prune patterns.

Python Cheat Sheet

Languages

Modern Python quick reference: data types, comprehensions, strings, files, and common idioms.

Regular Expressions Cheat Sheet

Languages

Regex reference: anchors, character classes, quantifiers, groups, lookaround, and common patterns.

chmod Cheat Sheet

CLI & Shell

Linux file permissions: symbolic and octal modes, common combos, and pitfalls.

Cron Cheat Sheet

CLI & Shell

Crontab syntax reference: fields, special strings, ranges, and common schedules.

awk Cheat Sheet

CLI & Shell

awk one-liners: fields, patterns, actions, FS/OFS, and common text-processing recipes.

Conventional Commits Cheat Sheet

Version Control

Conventional Commits spec: types, scope, breaking changes, and examples.

Markdown Cheat Sheet

Data Formats

Markdown reference: headings, emphasis, lists, links, code, tables, and extensions.

HTML Cheat Sheet

Languages

HTML reference: structure, semantics, forms, accessibility, and common elements.

HTTP Status Codes Cheat Sheet

Web & Network

HTTP response status codes: 1xx–5xx classes, common codes, and when to use them.

ASCII Cheat Sheet

Reference

ASCII reference: printable characters, control codes, and decimal/hex/octal values.