Curated cheat sheets and technical guides.
These pages target common engineering lookups such as HTTP status codes, caching headers, OAuth flows, Linux commands, regex patterns, Redis data structures, and Git workflows. The goal is to keep answers compact, searchable, and easy to scan during real debugging or implementation work.
Escape quotes, backslashes, newlines, and JSON string values.
Normalize JSON payloads before comparing real value changes.
Convert JWT exp, iat, and nbf timestamps while debugging tokens.
Send JSON API requests with headers and bearer tokens.
Copy directories with recursive scp, custom ports, and keys.
Replace text in files with Linux and macOS sed examples.
Choose the right status code for auth and permission failures.
Use */5 * * * * and avoid common cron environment issues.
Encode spaces, ampersands, equals signs, and fragments.
Create data URLs for small embedded image assets.
Essential Linux commands and usage guide.
Comprehensive list of HTTP response status codes.
Auth, caching, security, and content negotiation headers.
Safe, idempotent, and common REST patterns.
Cache-Control, validators, and practical flows.
Cross-origin headers and preflight behavior.
Numbers every programmer should know.
Understanding software performance visualization.
Master VS Code and Vim keybindings.
Rebase, Bisect, Reflog, and other power tools.
Daily Git commands for branching, staging, and history.
Build, run, and ship containers fast.
kubectl essentials for workloads and debugging.
Terminal navigation, search, pipes, and scripts.
Pocket guide to Regular Expressions.
Common production-ready regex patterns.
Registered and custom claims reference.
Flows, tokens, and PKCE essentials.
Query JSON with JSONPath selectors.
Cron expression syntax and examples.
Rules and requirements for version numbers.
Common queries and syntax for Postgres.
Strings, Hashes, Lists, Sets, Sorted Sets, Streams & more.