Skip to main content

Cheat-sheets

Date: 2023-08-05

[[TOC]]

βœ… Essential Cheat Sheet Hubs​

DevHints​

image-20250724162051900

A beautifully designed, fast-loading cheat sheet directory for developers. Covers dozens of languages, tools, and frameworks β€” including Bash, Git, JavaScript, Docker, SQL, and many more. Lightweight and searchable.

Hyperpolyglot​

image-20250724162109301 Comparative cheat sheets for programmers fluent in multiple languages. Shows idiomatic constructs side-by-side in languages like C, Python, Ruby, JavaScript, Haskell, and more. Great for cross-language reference and migration.

Programming-Idioms​

image-20250724162128299

A crowd-sourced collection of common programming tasks implemented in multiple languages. Useful for learning how idioms translate between languages or reviewing best practices.

πŸ” Multi-Language, Multi-Tool Repositories​

QuickRef.ME​

image-20250724162148740

Open-source, text-heavy cheat sheets for nearly everything: languages, libraries, CLI tools, databases, cloud, and more. Simple markdown-style layout, 100% fast and no fluff.

OverAPI​

image-20250724162213367

A long-standing cheat sheet portal covering dozens of languages, APIs, and developer tools. Despite its old-school layout, it’s packed with useful links and code snippets.

Cheatography​

image-20250724162238819

Thousands of cheat sheets across programming, software, sysadmin, and non-dev subjects. Available as interactive web pages or downloadable PDFs. Massive, categorized index.

Awesome Cheat Sheets​

image-20250724162302835

image-20250724162405495

A developer-curated set of all-in-one cheat sheets for major languages and frameworks (JavaScript, Python, Go, React, Node.js, etc.). Meant to give you a complete recall snapshot in one glance.

🌍 Interactive & Terminal-Friendly Resources​

cheat.sh​

image-20250724162504574

The fastest, terminal-friendly cheat sheet lookup tool for over 50 languages and hundreds of tools. Instant results from curated community resources like Stack Overflow and TLDR. Use via web or curl.

Codecademy Cheat Sheets​

image-20250724162543458

Well-designed and beginner-friendly online references for most languages taught on Codecademy β€” Python, Java, C++, Ruby, SQL, data science, and more. Easy to digest and printer-ready.


πŸ“š Community-Driven Aggregators​

GitHub β€œcheatsheet-collection”​

image-20250724162606713

A GitHub repo listing some of the most practical and up-to-date cheat sheets for everything from machine learning to shell scripting, React, regex, APIs, and cloud platforms.

Rosetta Code​

image-20250724162819883

A language-agnostic reference for over 1,000 tasks implemented in hundreds of languages. Ideal for language learners or comparing implementation styles.


Pro tip: Combine cheat.sh with terminal aliasing for ultra-fast access, or keep QuickRef.ME open in a pinned browser tab for day-to-day reference.

FFmpeg​

Making FFmpeg Easier FFmpeg is a powerful tool for manipulating audiovisual files. Unfortunately, it also has a steep learning curve, especially for users unfamiliar with a command line interface. This app helps users through the command generation process so that more people can reap the benefits of FFmpeg.

Each button displays helpful information about how to perform a wide variety of tasks using FFmpeg. To use this site, click on the task you would like to perform. A new window will open up with a sample command and a description of how that command works. You can copy this command and understand how the command works with a breakdown of each of the flags.

This page does not have search functionality, but you can open all recipes (second option in the sidebar) and use your browser's search tool (often ctrl+f or cmd+f) to perform a keyword search through all recipes.

image-20230805000700387

Browser Console​

2023-08-05 Dear Console,… - a collection of code snippets to use in the browser console

image-20230805001556739

2023-08-31🌞 DevTools Tips

image-20231217185909690

2023-11-11 67 Weird Debugging Tricks Your Browser Doesn't Want You to Know | Alan Norbauer

By using expressions that have side effects in places you wouldn’t expect, we can squeeze more functionality out of basic features like conditional breakpoints.

WITH ANNIMATIONS!

image-20231217193600189

2023-11-06 Git Hidden Gems - Enrico Campidoglio - Copenhagen DevFest 2023 - YouTube

2023-11-06 Enrico Campidoglio Git log Pretty Print:

git log --pretty="%C(red)%h%Creset%C(yellow)%d%Creset %s %C(cyan)(%ar)%Creset"

Delta: https://github.com/dandavison/delta

git config --global core.pager

Search all commits by C-style function name

# func: add
# in file src/calculator.ts

git log -L:add:src/calculator.ts

Code​

2024-12-26 CPP / C++ - Bookmarks { caiorss.github.io }

See section: 1.11 Reference Cards for shell scripting languages and command line tools

image-20241226155043581

2024-12-26 Devhints β€” TL;DR for developer documentation { devhints.io }

Amazing collection of cheat sheets for various programming languages.

image-20241226154630068

image-20241226154810806

2023-12-09 The Complete Puppeteer Cheatsheet | ProxiesAPI

found in: https://javascriptweekly.com/issues/666 Puppeteer is a Node.js library developed by Google for controlling headless Chrome and Chromium over the DevTools Protocol. It allows you to automate UI testing, scraping, screenshot testing, and more. πŸ‘

2023-09-07 πŸ’‘ LINQ to SQL cheat sheet Β» DamienG

2009

https://download.damieng.com/dotnet/LINQToSQLCheatSheet.pdf

Old, but not obsolete, nicely made cheat sheet

image-20230925000723983

2023-12-15 GOOD SOLID Cheatsheet - Single Responsibility Principle

image-20231215135954225

Security​

2023-06-19 CheatSheetSeries/cheatsheets_draft/OAuth_Cheat_Sheet.md at master Β· OWASP/CheatSheetSeries Β· GitHub

image-20231215135351373

Media processing​

2025-01-16 FFmpeg By Example { ffmpegbyexample.com }

image-20250222004928370