Useful CheatsheetsPractical Life Skills Reference

Actionable cheat sheets for the skills that actually matter.

Direct and easy to read reference guides for modern 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 mechanical 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

BeginnerAI

Prompt Engineering 101Cheatsheet

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

BeginnerMechanics

Engine Basics 101Cheatsheet

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

BeginnerMechanics

Electric Motors 101Cheatsheet

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

IntermediateCode

JavaScript TimersCheatsheet

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

IntermediateCode

JavaScript ClassesCheatsheet

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

BeginnerAI

Claude API BasicsCheatsheet

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

IntermediateAI

Claude API Tool UseCheatsheet

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

IntermediateCode

JavaScript Fetch APICheatsheet

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

AdvancedCode

TypeScript Utility TypesCheatsheet

A practical reference for TypeScript's built-in utility types including Partial, Pick, Omit, Record, ReturnType, and how to compose custom utilities.

IntermediateCode

JavaScript ModulesCheatsheet

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

IntermediateCode

JavaScript EventsCheatsheet

Handle browser events, event delegation, bubbling, capturing, and preventDefault with vanilla JavaScript.