Directory

Browse All Cheatsheets

Access our complete collection of fast, visual reference guides and cheat sheets.

Page 1 of 10
AIBeginner

Prompt Engineering 101Cheatsheet

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

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.