Reference

15 cheatsheets covering regex, Regex, pattern, match, http and more

Some knowledge is rarely used but always bites at the worst moment — HTTP methods, status codes, regex, Markdown, LaTeX. This category puts them on one page, ready when you need them. Skim before interviews, docs or API work; it beats scrambling through search.

Regex Cheatsheet - Common Patterns & Syntax Reference

Regex syntax and high-frequency patterns: character classes, anchors, quantifiers, groups & backreferences, lookahead/lookbehind, greedy vs lazy matching, plus editable templates for email, URL, phone and ID. Each metacharacter is explained so you understand why a pattern works, not just copy it.

2026-08-0248 commands
regexRegexpattern

HTTP Methods Cheatsheet - REST/HTTP Verbs & Idempotency

HTTP methods and REST semantics: GET/POST/PUT/PATCH/DELETE verbs, idempotency, safe methods, status-code pairing and common misuses. For choosing the right verb when designing APIs so retries and concurrency behave predictably. Pairs with the HTTP Status Codes sheet.

2026-08-0227 commands
httpMethodsrest

HTTP Status Codes Cheatsheet - HTTP Response Status Code Reference

Every HTTP response status code from 1xx to 5xx with its meaning, common cause and a debugging hint. Built for backend/frontend developers and Nginx/gateway ops to pinpoint why an API misbehaves — distinguishing 4xx from 5xx and checking whether redirects behave as expected.

2026-07-2138 commands
httpStatus Codesnginx

Markdown Cheatsheet - Markdown Syntax Reference

A Markdown syntax reference covering headings, text formatting, links & images, lists, code blocks, tables, blockquotes and GFM extensions, with cross-platform caveats. For writing technical docs, READMEs and blog posts that stay clean and portable.

2026-07-2131 commands
markdownDocumentationSyntax

LaTeX Cheatsheet - LaTeX Academic Typesetting Reference

LaTeX commands for academic typesetting, grouped into document structure, text formatting, math formulas, list environments, tables/figures and references. For writing papers, reports and theses in LaTeX rather than fighting the tool.

2026-07-2145 commands
latexTypesettingAcademic

ASCII Code Cheatsheet - ASCII Character Encoding Reference

ASCII codes for control and printable characters, each shown in decimal, hex, octal and HTML-entity forms, plus notes on Latin-1 extension and how to convert codes in common programming languages. For encoding and protocol debugging.

2026-07-2161 commands
asciiEncodingCharacter Sets

MIME Types Cheatsheet - Content-Type Reference

Common MIME types / Content-Type values mapped to file extensions, covering text, image, audio, video, application data, documents, archives and fonts, including charset hints. For correctly returning and validating Content-Type in HTTP responses and uploads.

2026-07-2147 commands
mimecontent-typehttp

HTML Character Entities Cheatsheet - HTML Special Characters Reference

HTML character entities in both named and numeric forms, for symbols, quotes, arrows, math and Greek letters. For escaping user input against XSS/breakage and for rendering special characters reliably.

2026-07-2138 commands
htmlCharacter Entitiesxss

Emoji Unicode Cheatsheet - Emoji Encoding Reference

Unicode codepoints for common emojis by category — smileys, gestures, hearts, animals, food and activity — plus encoding pitfalls such as surrogate pairs and ZWJ sequences. For storing and rendering emoji correctly both frontend and backend.

2026-07-2148 commands
emojiunicodeEmoji

Screen Resolution & Aspect Ratio Cheatsheet - Device Resolution Reference

Common screen resolutions and aspect ratios grouped by phones, tablets, laptops, monitors and TVs. For planning responsive breakpoints, aligning video aspect ratios and choosing device targets.

2026-07-2138 commands
ResolutionAspect RatioResponsive

ISO 639-1 Cheatsheet - Language Code Reference

ISO 639-1 two-letter language codes for Asian, European, Middle Eastern and African languages, each with English and native names, plus Accept-Language and HTML lang attribute usage. For wiring locale negotiation in i18n apps.

2026-07-2149 commands
isoLanguage Codesi18n

SemVer Cheatsheet - Semantic Versioning Reference

Semantic Versioning rules: the MAJOR.MINOR.PATCH structure, prerelease tags, comparison operators, npm range syntax (^ ~ >= < *) and release rules. For managing dependency versions without surprises.

2026-07-2133 commands
semverVersioningnpm

RESTful API Cheatsheet - REST API Design Reference

RESTful API design conventions covering URL naming, HTTP method selection, status-code choice, request headers and response formats, auth options and best practices. For designing consistent, debuggable web APIs.

2026-07-2146 commands
restapihttp

CIDR Cheatsheet - Subnet Mask & IP Address Reference

CIDR notation reference covering subnet-mask tables, common subnet sizes, private IP ranges, special-purpose addresses and the math to split or merge subnets. For network planning, ACLs and diagnosing addressing mistakes.

2026-07-2134 commands
cidrNetworkingip

Date & Time Format Cheatsheet - Date Formatting & Timestamp Reference

Date & time formatting reference covering strftime tokens, ISO 8601, timezone offsets and per-language formatting methods, plus timestamp conversion and date math. For producing and parsing timestamps that don't drift across timezones.

2026-07-2150 commands
datetimeTimeFormats