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

AIBeginner

Prompt Engineering 101Cheatsheet

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

EngineeringBeginner

Engine Basics 101Cheatsheet

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

EngineeringBeginner

Electric Motors 101Cheatsheet

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

CodeIntermediate

JavaScript TimersCheatsheet

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

CodeIntermediate

JavaScript ClassesCheatsheet

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

AIBeginner

Claude API BasicsCheatsheet

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

AIIntermediate

Claude API Tool UseCheatsheet

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

CodeIntermediate

JavaScript Fetch APICheatsheet

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

CodeBeginner

TypeScript EnumsCheatsheet

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

CodeIntermediate

JavaScript ModulesCheatsheet

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