Developer Cheatsheets
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.
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.
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.
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.
View JSON Syntax Cheatsheet →JWT (JSON Web Token) Cheatsheet
A quick reference for JWT structure, standard claims, signing algorithms, and common header fields.
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.
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.
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.
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.
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.
View URL Encoding Cheatsheet →HTML Entities Cheatsheet
A quick reference for HTML character entities — essential escapes, symbols, currency signs, arrows, and special typographic characters.
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.
View CSS Selectors Cheatsheet →Git Commands Cheatsheet
A quick reference for everyday Git commands — setup, staging, committing, branching, merging, rebasing, and remote operations.
View Git Commands Cheatsheet →SQL Cheatsheet
A quick reference for SQL — SELECT queries, filtering, joins, aggregates, subqueries, DDL, and common functions.
View SQL Cheatsheet →Markdown Cheatsheet
A quick reference for Markdown syntax — headings, emphasis, lists, links, images, code, tables, blockquotes, and extended syntax.
View Markdown Cheatsheet →HTTP Headers Cheatsheet
A quick reference for common HTTP request and response headers — authentication, caching, content negotiation, CORS, and security headers.
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.
View chmod & File Permissions Cheatsheet →