</>
Cheatsheets
Developer
Cheatsheets
Quick reference guides for development, interviews & system design
118 Cheatsheets
No matching cheatsheets found.
Languages
TS
TypeScript
Types, generics, utility types, advanced patterns, async, decorators, and tsconfig.
GO
Go
Goroutines, channels, interfaces, structs, error handling, concurrency, and modules.
PY
Python — Interview
Data structures, algorithms, complexity, built-in functions, OOP, and common patterns.
PY
Python — Development
FastAPI, SQLAlchemy, async, packaging, testing, typing, decorators, and project structure.
RB
Ruby
Strings, arrays, hashes, blocks, OOP, modules, enumerable, file I/O, and Rails essentials.
RS
Rust
Ownership, borrowing, lifetimes, structs, enums, traits, pattern matching, and Cargo.
SW
Swift
Optionals, collections, closures, protocols, async/await, actors, and SwiftUI basics.
JS
JavaScript
ES6+, closures, promises, async/await, DOM manipulation, modules & event loop.
C
C
Pointers, memory management, structs, preprocessor directives, I/O & standard library.
C+
C++
Classes, templates, STL, smart pointers, RAII, move semantics & modern C++ features.
C#
C#
LINQ, async/await, generics, delegates, events, .NET runtime & Entity Framework.
KT
Kotlin
Null safety, coroutines, data classes, sealed classes, extensions & Android basics.
DT
Dart
Classes, null safety, async/await, collections, mixins, Flutter basics & packages.
PH
PHP
Arrays, OOP, PDO, Composer, sessions, error handling & common functions.
ML
MATLAB
Matrices, plotting, functions, toolboxes, Simulink basics & data analysis.
LT
LaTeX
Document structure, math typesetting, bibliographies, tables, figures & packages.
HT
HTML
Semantic elements, forms, attributes, meta tags, accessibility & best practices.
SS
Sass
Variables, nesting, mixins, extends, functions, partials & SCSS syntax.
Java Ecosystem
JV
Java + Spring Boot
REST APIs, JPA, Security, dependency injection, annotations, testing, and configuration.
JC
Java Collections
List, Set, Map, Queue, Stack, Streams API, String methods, Arrays, Optional, and java.time.
Backend Frameworks
FA
FastAPI + UV Python
UV package manager, venv, FastAPI routes, Pydantic, auth, SQLAlchemy, and Docker deployment.
GN
Go Gin
Routing, middleware, request binding, JWT auth, GORM database, validation, and testing.
DJ
Django & Flask
Models, ORM, views, forms, auth, Django REST Framework, Blueprints, and SQLAlchemy.
BE
TS Backend Frameworks
Express, Hono, Elysia, NestJS, tRPC, oRPC, Bun — routes, middleware, and type-safe APIs.
EX
Express.js
Routing, middleware, request/response, error handling, templating & REST APIs.
LV
Laravel
Routing, Eloquent ORM, Blade templates, middleware, auth & artisan commands.
Frontend & CSS
FE
React, Vue, Nuxt, Svelte
React hooks & patterns, Vue 3 Composition API, Nuxt 3, Svelte 5 runes, and state management.
CS
CSS
Selectors, box model, flexbox, grid, animations, responsive design, and everyday patterns.
JQ
jQuery
Selectors, DOM manipulation, events, AJAX, animations & plugin development.
E6
ES6+
Arrow functions, destructuring, spread/rest, template literals, modules & iterators.
EJ
EJS
Template syntax, partials, includes, loops, conditionals & Express integration.
IF
InfrontJS
Components, state management, routing, templates & reactive data binding.
GQ
GraphQL
Queries, mutations, subscriptions, schema design, resolvers & Apollo basics.
Databases & ORMs
PG
PostgreSQL
Schema design, joins, indexes, transactions, window functions, JSON, CTEs, and performance tuning.
NS
NoSQL
MongoDB CRUD & aggregation, Redis data types & caching patterns, DynamoDB, and when to use what.
ORM
Drizzle & Prisma
Schema definition, CRUD queries, relations, migrations, Drizzle Studio, and Prisma Client.
MG
MongoDB
CRUD operations, aggregation pipeline, indexes, schema design & Mongoose.
N4
Neo4j
Cypher queries, nodes, relationships, patterns, indexes & graph algorithms.
RD
Redis
Data types, commands, pub/sub, caching patterns, persistence & Lua scripting.
MY
MySQL
DDL, DML, joins, indexes, stored procedures, triggers & performance tuning.
Security & Auth
OA
OAuth & Auth Concepts
OAuth 2.0 flows, OIDC, JWT claims, JWKS, PKCE, token management, and security best practices.
BA
Better Auth
TypeScript auth library — email/password, OAuth providers, sessions, 2FA, plugins, and Next.js integration.
Computer Science
AL
Algorithms & Sorting
Sorting algorithms, binary search, BFS/DFS, dynamic programming, greedy, and backtracking.
SD
System Design
Scaling, load balancers, caching, CAP theorem, message queues, microservices, and common designs.
OS
OS Concepts
Processes, threads, CPU scheduling, memory management, deadlocks, file systems, and networking.
AI & Tools
AI
AI & LLM
Prompt engineering, token optimization, RAG, embeddings, API usage, and evaluation metrics.
GP
ChatGPT
Prompt engineering, system prompts, API usage, plugins, GPTs & best practices.
AA
Alan AI
Voice assistant, intents, scripts, actions, visual state & integration.
AD
AI Directory
AI tools collection, categories, use cases, comparisons & recommendations.
Data & ML
DE
Data Engineering
Snowflake, PySpark, Pandas, Polars, Airflow, dbt, Kafka, ETL/ELT, data modeling & warehouse.
DS
Data Science
NumPy, Pandas, Matplotlib, Seaborn, statistics, EDA, feature engineering & scikit-learn.
ML
AI & ML Development
PyTorch, TensorFlow, CNNs, RNNs, Transformers, Hugging Face, MLOps & GPU training.
PT
Python Tricks & Interviews
Matrix input, one-liners, collections, itertools, bitwise tricks, sorting & interview patterns.
NP
NumPy
Arrays, indexing, broadcasting, linear algebra, random & mathematical functions.
PT
PyTorch
Tensors, autograd, neural networks, training loops, datasets & GPU acceleration.
Data Formats
JS
JSON
Syntax, data types, nested structures, JSON Schema, parsing & serialization.
YM
YAML
Syntax, anchors, aliases, multi-line strings, sequences & mappings.
TM
TOML
Tables, arrays, inline tables, date/time, strings & configuration patterns.
IN
INI
Sections, key-value pairs, comments, multi-line values & common patterns.
MD
Markdown
Headings, lists, links, images, tables, code blocks & GitHub Flavored Markdown.
DevOps & Toolkit
DK
Docker
Dockerfile, images, containers, volumes, networking, compose & best practices.
K8
Kubernetes
Pods, deployments, services, configmaps, secrets, ingress & kubectl commands.
HB
Homebrew
Install, update, search, taps, casks, services & formula management.
VS
VS Code
Shortcuts, extensions, settings, debugging, tasks, snippets & keybindings.
EM
Emacs
Buffers, windows, keybindings, modes, org-mode, packages & configuration.
VI
Vim
Modes, motions, commands, registers, macros, splits & plugin management.
ET
Emmet
Abbreviations, nesting, multiplication, grouping, attributes & CSS shortcuts.
MP
Mitmproxy
Interception, flows, filters, scripting, certificates & HTTP debugging.
XP
XPath
Axes, predicates, functions, expressions, node selection & XQuery basics.
P2
PM2
Process management, clustering, logs, monitoring, deployment & ecosystem file.
PM
Postman
Requests, collections, environments, tests, variables & API documentation.
Linux Commands
SH
Bash
Variables, loops, conditionals, functions, pipes, redirection & scripting patterns.
GT
Git
Branches, commits, merge, rebase, stash, reset, log, remote & workflows.
RX
RegEx
Character classes, quantifiers, groups, lookahead, backreferences & common patterns.
AW
Awk
Patterns, actions, fields, built-in variables, functions & text processing.
SD
Sed
Substitution, deletion, insertion, addresses, hold space & text transformation.
GR
Grep
Pattern matching, regex, flags, recursive search, context & common options.
CU
Curl
HTTP methods, headers, auth, cookies, file upload/download & API testing.
SS
SSH
Key generation, config file, tunneling, port forwarding, SCP & agent forwarding.
TX
Tmux
Sessions, windows, panes, keybindings, copy mode & configuration.
SC
Screen
Sessions, windows, splitting, detach/attach, scrollback & configuration.
FN
Find
File search, predicates, actions, -exec, -name, -type & common patterns.
CH
Chmod
Permissions, octal notation, symbolic mode, recursive & special bits.
CR
Cron
Crontab syntax, schedule expressions, common schedules, logging & best practices.
LS
Lsof
List open files, network connections, processes, sockets & file descriptors.
NS
Netstat
Network statistics, connections, routing tables, interfaces & listening ports.
NC
Netcat
TCP/UDP connections, port scanning, file transfer, chat & network debugging.
TS
Taskset
CPU affinity, process binding, core masks & performance tuning.
PD
Pandoc
Document conversion, formats, templates, filters & citation processing.
Keyboard Shortcuts
PS
Adobe Photoshop
Layers, selection, brushes, filters, transform & essential shortcuts.
AL
Apex Legends
Movement, combat, abilities, pings, inventory & key bindings.
FG
Figma
Selection, frames, components, prototyping, layers & essential shortcuts.
MT
Microsoft Teams
Navigation, chat, meetings, calls, commands & essential shortcuts.
TP
TablePlus
Navigation, queries, tabs, connections, data editing & essential shortcuts.
BR
Bear
Notes, formatting, tags, search, export & essential shortcuts.
FD
Feedly
Navigation, articles, boards, tags, search & essential shortcuts.
FZ
FileZilla
Connections, file transfer, navigation, bookmarks & essential shortcuts.
RD
Reddit
Navigation, voting, comments, subreddits & essential shortcuts.
SL
Slack
Navigation, messaging, channels, search, calls & essential shortcuts.
SC
SoundCloud
Playback, navigation, playlists, likes & essential shortcuts.
TW
Twitter / X
Navigation, tweets, timeline, search, DMs & essential shortcuts.
AS
Android Studio
Navigation, editing, refactoring, debugging, build & essential shortcuts.
GH
GitHub
Navigation, pull requests, issues, code review & essential shortcuts.
SH
Shopify
Admin navigation, products, orders, themes & essential shortcuts.
ZM
Zoom
Meeting controls, chat, screen sharing, recording & essential shortcuts.
XD
Adobe XD
Design, prototyping, layers, artboards, components & essential shortcuts.
FF
Firefox
Tabs, navigation, bookmarks, dev tools, search & essential shortcuts.
JS
PhpStorm
Navigation, editing, refactoring, debugging, VCS & essential shortcuts.
Reference
GS
Google Search
Operators, filters, site search, date range, file type & advanced tips.
HT
HTTP Status Codes
1xx–5xx codes, descriptions, common codes, REST conventions & error handling.
AC
ASCII Code
Character table, control codes, printable characters & encoding reference.
HE
HTML Character Entities
Special characters, symbols, arrows, math operators & named entities.
EM
Emoji
Unicode emoji, categories, skin tones, ZWJ sequences & shortcodes.
MI
MIME Types
Content types, categories, common types, file extensions & registration.
IS
ISO 639-1 Language Codes
Language codes, country codes, locale identifiers & i18n reference.
AR
Aspect Ratio
Common ratios, resolutions, screen sizes, video formats & calculations.
RE
Screen Resolutions
Display sizes, pixel densities, aspect ratios & responsive breakpoints.
QR
QuickRef
Quick reference collection, links, categories & navigation tips.