Developer Cheat Sheets
From reference to execution
After reviewing a cheat sheet, use FocusKit to plan a realistic focused implementation session.
Quick references you'll actually use. Bookmark your favorites.
Pytest Failure Triage
Reproduce, classify, and fix failing Python tests with a practical command workflow
Terraform
init, plan, apply, destroy, state, modules, backends, HCL syntax, and functions
TypeScript Generics
Generic functions, classes, constraints, conditional types, mapped types, utility types
Python Debugging
pdb commands, logging, profiling, memory debugging, and common error fixes
JavaScript ES2024+
Object.groupBy, Promise.withResolvers, Set methods, Iterator helpers, Temporal API
Next.js App Router
File conventions, routing, Server Components, data fetching, metadata API, and middleware
Web Security
OWASP Top 10, XSS, SQLi, CSRF, security headers, auth, CORS, and rate limiting
Pandas
DataFrames, filtering, grouping, merging, I/O operations for Python data analysis
Redis Commands
Strings, hashes, lists, sets, sorted sets, pub/sub, transactions, and streams
HTTP Status Codes
Complete reference for all HTTP response codes
HTTP Methods
GET, POST, PUT, PATCH, DELETE — complete request methods reference
REST API
HTTP methods, status codes, headers, auth, pagination, error handling
Regex Cheat Sheet
Character classes, quantifiers, lookaheads, and common patterns
Git Commands
Essential Git commands for everyday use
CSS Flexbox
Visual guide to Flexbox properties
CSS Grid
Complete CSS Grid layout reference
Docker Commands
Essential Docker commands for containers, images, and compose
Docker Compose
Docker Compose CLI commands, file structure, and configuration
YAML Syntax
YAML syntax, types, collections, anchors, and common gotchas
SQL Cheat Sheet
Essential SQL queries, joins, and syntax
Bash Shortcuts
Terminal shortcuts, commands, and one-liners
Vim Shortcuts
Essential Vim keyboard shortcuts and commands
Linux Commands
Essential Linux commands: files, processes, networking, text processing
Linux Permissions
chmod, chown, octal notation, and special permissions
Python Strings
Python string methods with examples
JS Array Methods
JavaScript array methods: map, filter, reduce, and more
Kubernetes Commands
kubectl pods, deployments, services, debugging, RBAC
TypeScript Types
Generics, utility types, mapped types, type guards
React Hooks
useState, useEffect, useContext, useMemo, custom hooks
cURL Commands
HTTP requests, authentication, headers, uploads, and API testing
Go (Golang)
Variables, goroutines, channels, structs, interfaces, error handling
Rust
Ownership, borrowing, lifetimes, traits, Option, Result, iterators
NPM Commands
Install, publish, scripts, workspaces, and 65+ essential npm commands
CSS Selectors
Complete CSS selectors reference: :has(), nesting, pseudo-classes, combinators
Markdown
Complete Markdown syntax: headings, lists, links, code blocks, tables, GFM
Python Basics
Variables, data types, functions, classes, file I/O, and essential patterns
Node.js & npm
npm commands, package.json, fs, http, streams, events, and common patterns
GraphQL
Queries, mutations, subscriptions, schema SDL, directives, fragments, pagination
CSS Media Queries
Breakpoints, responsive design, prefers-color-scheme, container queries