Master Coding, One Cheat Sheet at a Time.
General Resources
- Awesome Cheat Sheets (GitHub) – A massive collection of cheat sheets covering languages, frameworks, and tools, from Bash and Docker to React, Redux, and Kubernetes.
➜ https://github.com/LeCoupa/awesome-cheatsheets - cheat.sh – A command‑line‑friendly service that aggregates cheat sheets from community repositories. Marketed as “the only cheat sheet you need,” it provides unified access to programming documentation.
➜ https://cheat.sh/ - Zero to Mastery Cheat Sheets – A set of PDF cheat sheets for Python, JavaScript, Big‑O notation, Git, and more. Ideal for quick revision and interview prep.
➜ https://zerotomastery.io/resources?category=cheat-sheets - GeeksforGeeks Master Sheet – A well‑organized collection covering data structures, algorithms, HTML/CSS/JS, React, Angular, and more.
➜ https://www.geeksforgeeks.org/master-sheets/ - CheatSheet.tfix.io – A central hub for WebGL, NPM, PHP, ChatGPT, C++, AstroJS, NextJS, ThreeJS, Firebase, and more.
➜ https://cheatsheet.tfix.io/ - Compatibility Master Table – Browser compatibility tables for web technologies.
➜ https://www.quirksmode.org/compatibility.html - Points to Pixels Conversion Table – A reference for converting points to pixels in design work.
➜ https://reeddesign.co.uk/test/points-pixels.html
Language‑Specific
- Python Cheat Sheet (DataCamp) – A concise guide to Python syntax and core functions, perfect for beginners or quick reference.
➜ https://www.datacamp.com/cheat-sheet/python-programming-cheat-sheet - JavaScript Cheat Sheet (Modern JS) – A summary of ES6+ features, including let/const, arrow functions, modules, destructuring, promises, and async/await.
➜ https://www.javascripttutorial.net/wp-content/uploads/2019/03/JavaScript-Cheat-Sheet.pdf - TypeScript Utility Types Cheatsheet – A practical guide to 13 essential utility types (Partial, Pick, Omit, Record, ReturnType, etc.) with examples.
➜ https://dev.to/devsmitra/13-typescript-utility-a-cheat-sheet-for-developer-ab3 - Rust Cheat Sheet – A handy reference for Rust syntax, ownership rules, and Cargo commands.
➜ https://cheats.rs - Go Cheat Sheet (GitHub) – Quick reference for Go syntax, built‑in types, concurrency patterns, and tooling.
➜ https://github.com/a8m/go-lang-cheat-sheet
Front‑End & UI
- React Cheat Sheet (Frontend Cheatsheets) – A summary of hooks (useState, useEffect, useContext), lifecycle methods, and routing.
➜ https://www.frontendcheatsheets.com/react - Tailwind CSS Cheat Sheet – A visual reference for utility classes, including flexbox, grid, spacing, and color utilities.
➜ https://tailwindcomponents.com/cheatsheet - CSS Tricks Almanac – An extensive index of CSS properties, selectors, and functions (not a single cheat sheet but a full reference).
➜ https://css-tricks.com/almanac/ - SheCodes HTML Cheatsheet – A beginner‑friendly HTML reference for common tags and attributes.
➜ https://cheatsheets.shecodes.io/html - .htaccess Cheat Sheet – Quick reference for mod_rewrite rules, redirects, caching headers, and security settings.
➜ https://www.addedbytes.com/htaccess-cheat-sheet/ - Regex Cheat Sheet – A comprehensive list of regex tokens, quantifiers, and escape sequences.
➜ https://www.rexegg.com/cheatsheet.html
Tools & Commands
- Git Cheat Sheet (Atlassian) – Covers branching, merging, rebasing, and common commands.
➜ https://www.atlassian.com/git/tutorials/git-cheatsheet - Docker Cheat Sheet – Essential commands for building images, running containers, networking, and managing volumes.
➜ https://dockerlabs.collabnix.com/docker/cheatsheet/ - Kubernetes Cheat Sheet – Common kubectl commands for pods, deployments, logs, and scaling.
➜ https://kubernetes.io/docs/reference/kubectl/cheatsheet/ - Oh My Zsh Cheat Sheet – A list of useful aliases, functions, and plugins for the Zsh framework.
➜ https://github.com/ohmyzsh/ohmyzsh/wiki/Cheatsheet - Subversion (SVN) Cheat Sheet – Basic svn commands for checkout, commit, merge, branching, and tagging.
➜ https://www.abbeyworkshop.com/howto/misc/svn01/
Git Cheatsheet
