Developer + Designer Cheatsheets
Fast references for terminal work, UI building, accessibility, design handoff, and game dev workflows. Use these when you need answers in seconds.
Pick Your Cheatsheet
These pages are opinionated, task-focused references inspired by resources like Oh Shit, Git!?, tmuxcheatsheet, and Linux Tooltips. Each cheatsheet is designed for fast lookup during debugging, pairing, prototyping, or late-night tinkering.
Git Cheatsheet
Everyday workflows, branching, staging, undoing mistakes, and collaborating with remotes.
- Clone, commit, and sync
- Branching and merging
- Rebasing and fixing history
tmux Cheatsheet
Session management, windows, panes, copy mode, and navigation, all organized around the prefix key.
- Create and attach sessions
- Manage windows and panes
- Copy, paste, and scrollback
Linux Commands Cheatsheet
Common tools with flags you actually care about: navigation, search, networking, archives, and permissions.
- Filesystem basics
- Search and filters
- Processes and networking
CSS Layout + UI Cheatsheet
Flexbox, grid, typography, and responsive patterns for clean interfaces and solid layouts.
- Flex and grid recipes
- Type, spacing, and color
- Responsive and motion tips
Accessibility Cheatsheet
Practical a11y reminders for semantics, keyboard flows, labels, and inclusive UI.
- Semantic HTML and ARIA
- Keyboard and focus rules
- Contrast and motion checks
Design Handoff + Tokens Cheatsheet
Bridge design and engineering with clear specs, tokens, assets, and component states.
- Tokens and naming
- Components and states
- Asset export checklist
Web Performance + Assets Cheatsheet
Ship fast: images, fonts, layout stability, and front-end performance basics.
- Image and media rules
- Font loading strategy
- Layout stability tips
Unity Engine Cheatsheet
Scene flow, prefabs, scripting, and performance habits tailored for Unity teams.
- Scenes and prefabs
- Lifecycle and components
- Profiling and builds