All Cheat Sheets
Complete collection of developer cheat sheets
79 sheets found
C# Programming Language
C# cheat sheet with syntax, LINQ, async/await, classes, generics, pattern matching, and .NET best practices with code examples.
n8n
n8n workflow automation cheat sheet with nodes, expressions, triggers, code patterns, error handling, and self-hosting deployment tips.
Python
Essential Python reference covering syntax, data structures, functions, OOP, comprehensions, type hints, virtual environments, and the standard library.
Node.js Core Modules
Node.js core modules cheat sheet covering fs, http, path, crypto, streams, events, and process with practical code examples.
DOM Manipulation
DOM manipulation cheat sheet with selectors, event handling, element creation, traversal, and vanilla JavaScript code examples.
CSS Grid
CSS Grid cheat sheet with grid-template, auto-fit, minmax, named areas, and responsive layout patterns with visual code examples.
Rust
Comprehensive Rust reference covering ownership, borrowing, structs, enums, traits, generics, error handling, async/await, concurrency, macros, and more.
CSS Flexbox
CSS Flexbox cheat sheet with visual examples for align-items, justify-content, flex-wrap, ordering, and responsive layout patterns.
Express.js
Express.js cheat sheet with routing, middleware, request handling, error handling, and REST API patterns with Node.js code examples.
Bootstrap 5
Bootstrap 5 cheat sheet covering grid system, utility classes, components, JavaScript plugins, and responsive design with code examples.
Flask
Flask cheat sheet covering routes, templates, blueprints, request handling, and REST API patterns with Python code examples.
HTTP Methods
HTTP methods cheat sheet covering GET, POST, PUT, PATCH, DELETE with idempotency rules, request body syntax, and REST API examples.