Useful Cheatsheets

Practical cheat sheets for everyday skills.

Direct and easy to read reference guides for everyday life — build software and AI systems, grow personal wealth and navigate taxes, and optimize your everyday health and wellness.

Explore by pillar

Build

Coding, AI, and engineering guides for building practical skills.

Grow

Personal finance, investing, taxes, and income guides for building wealth.

Live

Fitness, nutrition, recipes, and wellness guides for healthier daily living.

Recent cheatsheets

Prompt EngineeringBeginner

Prompt Engineering 101Cheatsheet

A beginner guide to prompt structure, system instructions, few-shot examples, and chain-of-thought techniques for LLMs.

Auto EngineeringBeginner

Engine Basics 101Cheatsheet

A clear primer on four-stroke internal combustion cycles, core engine anatomy, and basic maintenance checkpoints.

MotorsBeginner

Electric Motors 101Cheatsheet

A primer on DC and AC electric motors, electromagnetic induction, torque curves, and motor control circuits.

JavaScriptAdvanced

JavaScript SymbolsCheatsheet

Use unique Symbol values as collision-free object keys and customize built-in object behavior.

JavaScriptIntermediate

JavaScript TimersCheatsheet

Schedule code execution using setTimeout and setInterval, and rate-limit handlers using debounce and throttle patterns.

JavaScriptIntermediate

JavaScript ClassesCheatsheet

Build objects with class syntax covering constructors, inheritance, static members, and private fields.

Claude APIBeginner

Claude API BasicsCheatsheet

A quick reference for making your first Claude API call, picking a model, and reading the response.

Claude APIIntermediate

Claude API Tool UseCheatsheet

A quick reference for defining tools, running the agentic loop, and using the SDK tool runner with Claude.

JavaScriptIntermediate

JavaScript Fetch APICheatsheet

Master the Fetch API for making HTTP requests in JavaScript, including GET, POST, error handling, and working with JSON responses.

TypeScriptBeginner

TypeScript EnumsCheatsheet

A reference guide to TypeScript numeric enums, string enums, reverse mappings, and compile-time constants.

JavaScriptIntermediate

JavaScript ModulesCheatsheet

Organize JavaScript code with ES6 modules using named exports, default exports, and dynamic imports.

JavaScriptBeginner

JavaScript StorageCheatsheet

Use localStorage and sessionStorage to persist data in the browser across sessions and refreshes.