All Cheat Sheets

Complete collection of developer cheat sheets

77 sheets found

Showing 1 - 12 of 77 sheets
Python logoPythonINTERMEDIATE

FastAPI

FastAPI cheat sheet with route decorators, Pydantic models, dependency injection, async endpoints, and Python type hint examples.

10 min
fastapipythonapi+3 more
AI logoAIINTERMEDIATE

AI Prompting

AI prompting cheat sheet with prompt engineering techniques, chain-of-thought patterns, few-shot examples, and tips for better LLM outputs.

18 min
chatgptpromptingai+5 more
React logoReactBEGINNER

React Components & JSX

React components cheat sheet covering JSX syntax, props, conditional rendering, lists, event handling, and composition patterns.

12 min
reactjsxcomponents+3 more
Git logoGitBEGINNER

Git

Git cheat sheet with commands for branching, merging, rebasing, stashing, cherry-picking, and advanced version control techniques.

8 min
gitversion-controlgithub+2 more
TypeScript logoTypeScriptINTERMEDIATE

TypeScript

TypeScript cheat sheet covering types, interfaces, generics, utility types, type guards, and advanced type system features with examples.

12 min
typescripttypesinterfaces+2 more
Python logoPythonBEGINNER

Python Fundamentals

Python fundamentals cheat sheet with syntax, data structures, list comprehensions, OOP, file I/O, and best practices with examples.

10 min
pythonprogrammingbasics+5 more
React logoReactADVANCED

React Design Patterns

Advanced React patterns for state management, concurrent rendering, React 19 Actions, and Server Components

10 min
reactpatternsreact-19+6 more
Prisma logoPrismaINTERMEDIATE

Prisma ORM

Prisma ORM cheat sheet covering schema definition, relations, CRUD queries, migrations, and database management with code examples.

15 min
prismaormdatabase+5 more
CSS logoCSSINTERMEDIATE

Screen Sizes & Responsive Breakpoints

Screen sizes cheat sheet with responsive breakpoints, media queries, device dimensions, and mobile-first CSS design patterns.

12 min
responsivebreakpointsmobile-first+4 more
Docker logoDockerINTERMEDIATE

Docker Commands

Docker cheat sheet with essential commands for containers, images, volumes, networks, Docker Compose, and orchestration examples.

10 min
dockercontainersdevops+2 more
Next.js logoNext.jsINTERMEDIATE

Next.js

Next.js cheat sheet for App Router, Server Components, Server Actions, data fetching, routing, and caching with code examples.

20 min
nextjsreactssr+4 more
React logoReactINTERMEDIATE

React Hooks

React Hooks cheat sheet with useState, useEffect, useRef, useContext, and custom hook patterns with practical code examples.

8 min
reacthooksstate+3 more