Cheat Sheets
Quick-reference guides for developer syntax, formats, and protocols. Bookmark, share, and use them alongside the tools.
9 cheat sheets
Cron Expressions
Quick reference for cron expression syntax: fields, special characters, common schedules, and platform differences (Linux, GitHub Actions, AWS, Quartz).
Markdown
Complete Markdown syntax reference: headings, emphasis, lists, links, images, code blocks, tables, task lists, and GFM extensions.
Regex
Regular expression quick reference: character classes, anchors, quantifiers, groups, lookahead/lookbehind, flags, and common patterns.
Git Commands
Quick-reference guide to the most common Git commands — configuration, branching, merging, remote operations, undoing changes, stashing, and inspection.
CSS Selectors
Complete CSS selectors reference: basic selectors, combinators, attribute selectors, pseudo-classes, pseudo-elements, modern selectors (:is, :where, :has), and specificity.
HTML
Complete HTML reference: document structure, text tags, links, media, lists, tables, forms, inputs, and semantic HTML5 elements.
Flexbox
CSS Flexbox layout reference: container properties, item properties, alignment values, common patterns, and the flex shorthand.
Chmod
Unix file permissions reference: octal values, symbolic notation, common chmod values, special bits (SUID, SGID, sticky), and useful commands.
JWT
JSON Web Token reference: token structure, header fields, standard claims, signing algorithms, security best practices, and common errors.