DevToolsForYou

Developer Cheatsheets

17 quick-reference guides

Concise quick-reference tables for syntax and concepts developers look up repeatedly. Bookmark the one you use most.

Regex Cheatsheet

A quick reference for regular expression syntax — anchors, character classes, quantifiers, groups, lookaheads, flags, and common real-world patterns.

8 sectionsRelated: Regex Tester
View Regex Cheatsheet

Cron Expressions Cheatsheet

A quick reference for cron schedule syntax — field definitions, special characters, and ready-to-copy expressions for common scheduling patterns.

4 sectionsRelated: Cron Expression Builder
View Cron Expressions Cheatsheet

HTTP Status Codes Cheatsheet

A complete reference for HTTP response status codes — 1xx informational, 2xx success, 3xx redirection, 4xx client errors, and 5xx server errors.

5 sectionsRelated: HTTP Request Builder
View HTTP Status Codes Cheatsheet

JSON Syntax Cheatsheet

A quick reference for JSON syntax — value types, object and array rules, string escapes, and the most common validation mistakes.

5 sectionsRelated: JSON Formatter
View JSON Syntax Cheatsheet

JWT (JSON Web Token) Cheatsheet

A quick reference for JWT structure, standard claims, signing algorithms, and common header fields.

5 sectionsRelated: JWT Encoder & Decoder
View JWT (JSON Web Token) Cheatsheet

Hash Algorithms Cheatsheet

A quick reference for common cryptographic and non-cryptographic hash algorithms — output sizes, security status, and when to use each.

4 sectionsRelated: Hash Generator
View Hash Algorithms Cheatsheet

Roman Numerals Cheatsheet

A quick reference for Roman numeral symbols, values, subtractive notation rules, and conversion examples for numbers 1–3999.

8 sectionsRelated: Roman Numeral Converter
View Roman Numerals Cheatsheet

Base64 Encoding Cheatsheet

A quick reference for Base64 encoding rules, alphabet, variants (standard vs URL-safe), padding, and common use cases.

5 sectionsRelated: Base64 Encoder / Decoder
View Base64 Encoding Cheatsheet

Unix Timestamps Cheatsheet

A quick reference for Unix epoch time — what it is, common conversions, date math, and language snippets for working with timestamps.

5 sectionsRelated: Epoch / Unix Converter
View Unix Timestamps Cheatsheet

URL Encoding Cheatsheet

A quick reference for percent-encoding rules, reserved vs unreserved characters, query string encoding, and common encoded values.

4 sectionsRelated: URL Encoder / Decoder
View URL Encoding Cheatsheet

HTML Entities Cheatsheet

A quick reference for HTML character entities — essential escapes, symbols, currency signs, arrows, and special typographic characters.

5 sectionsRelated: HTML Escape / Unescape
View HTML Entities Cheatsheet

CSS Selectors Cheatsheet

A quick reference for CSS selector syntax — type, class, ID, attribute, pseudo-class, pseudo-element, and combinator selectors.

6 sections
View CSS Selectors Cheatsheet

Git Commands Cheatsheet

A quick reference for everyday Git commands — setup, staging, committing, branching, merging, rebasing, and remote operations.

8 sections
View Git Commands Cheatsheet

SQL Cheatsheet

A quick reference for SQL — SELECT queries, filtering, joins, aggregates, subqueries, DDL, and common functions.

7 sections
View SQL Cheatsheet

Markdown Cheatsheet

A quick reference for Markdown syntax — headings, emphasis, lists, links, images, code, tables, blockquotes, and extended syntax.

8 sections
View Markdown Cheatsheet

HTTP Headers Cheatsheet

A quick reference for common HTTP request and response headers — authentication, caching, content negotiation, CORS, and security headers.

5 sectionsRelated: HTTP Request Builder
View HTTP Headers Cheatsheet

chmod & File Permissions Cheatsheet

A quick reference for Unix file permissions — numeric (octal) and symbolic modes, common permission patterns, and special bits.

6 sections
View chmod & File Permissions Cheatsheet