Advanced SwiftUI
Advanced SwiftUI techniques and patterns
Algorithms | CheatSheets Hub
Common algorithms and techniques. Master problem-solving techniques
Alpine.js
Alpine.js directives, modifiers, and magic properties reference
Bun | CheatSheets Hub
Fast all-in-one JavaScript runtime. Bun is designed to be a drop-in replacement for Node.js
Clojure | CheatSheets Hub
Modern Lisp on the JVM. Clojure emphasizes immutability and simplicity
Content Governance Grid
Track authority, cadence, and channel per content pillar.
Dart | CheatSheets Hub
Dart programming language essentials. Use final for variables that won't be reassigned
Data Governance
Define ownership, track lineage, and enforce quality SLAs
Data Mesh Governance Rules
Treat data products like APIs with SLAs, contracts, and observability.
Deno Deploy
Run TypeScript/JavaScript on a secure edge platform
Deno | CheatSheets Hub
Modern JavaScript/TypeScript runtime. Deno is secure by default - you must allow permissions
Design System Governance
Keep component libraries consistent with governance
Discord Bots
Discord.js bot basics, commands, permissions, and events
Django Async Views
Build async Django views while respecting ORM sync boundaries.
Django | CheatSheets Hub
Python web framework. Perfect for building scalable web applications with Python
Elixir | CheatSheets Hub
Functional programming on Erlang VM. Immutability and pattern matching are core to Elixir
Expo React Native
Expo and React Native commands, APIs, and development workflow guide
F# | CheatSheets Hub
Functional-first .NET language. F# combines functional and OOP paradigms
Go Modules
Module files, replace directives, and semantic import versions
Godot | CheatSheets Hub
Open-source game engine. Godot is completely free and open source
Google Analytics 4
Configure events, audiences, and funnels in GA4
Google Sheets
Formulas and functions for Google Sheets
Google Sheets Advanced
Master Google Sheets with 40+ advanced formulas, Apps Script, QUERY function, collaboration features, and productivity s...
Haskell | CheatSheets Hub
Pure functional programming language. Haskell has no side effects in pure functions
JavaScript
Complete JavaScript cheat sheet with syntax, methods, ES6+ features, arrays, objects, promises, and modern JavaScript pr...
Jetpack Compose | CheatSheets Hub
Modern Android UI toolkit. Remember to hoist state for reusability
Julia | CheatSheets Hub
High-performance scientific computing. Julia is as fast as C with Python-like syntax
Lua | CheatSheets Hub
Lightweight scripting language. Lua is the fastest scripting language
ML Model Governance
Document model versions, ownership, and drift detection processes.
MongoDB Data Retention
Use TTL indexes for ephemeral data and archive via nightly jobs.
MongoDB Index Operations
Build indexes in the background and drop unused ones to save RAM.
MongoDB Schema Design
Decide between embedding vs referencing and pick shard keys carefully.
Negotiation
Strategies and tactics for better deals
Negotiation Framework
Prepare BATNA, package value, and plan concession sets.
Node.js Performance
Use profiling, monitor event loop, and avoid blocking
Perl
Perl programming cheat sheet covering basics, variables, regex, file I/O, modules, CPAN, and scripting essentials.
Phaser | CheatSheets Hub
HTML5 game framework. Phaser is perfect for browser games
Python
Python programming cheat sheet with syntax, data structures, functions, libraries, and common operations reference guide...
Python Asyncio
Use async/await, create tasks, and handle cancellation
Python AsyncIO Patterns
Structured concurrency, cancellation shielding, and context propagation for asyncio code
Python Env & Virtualenvs
Use `venv` or `pipenv` to isolate project dependencies per repo.
Quantum Computing Basics
Qubits, superposition, and algorithms for early adopters
Qwik
Qwik framework basics, components, and optimization techniques
R Programming - Complete Reference Guide
Complete R programming reference with data types, dplyr verbs, ggplot2, and 40+ statistical functions
Ruby on Rails | CheatSheets Hub
Full-stack web framework for Ruby. Use rails generate scaffold for rapid prototyping
Rust Async Programming
Futures, executors, and coordinating asynchronous tasks
Rust FFI Ownership
Manage ownership, pointers, and cleanup when exposing extern APIs or calling foreign functions
Rust WebAssembly
Build fast wasm modules with wasm-pack and wasm-bindgen
Svelte | CheatSheets Hub
Modern reactive JavaScript framework. Build reactive apps with less code
SWC | CheatSheets Hub
Fast TypeScript/JavaScript compiler. SWC is 20x faster than Babel for transpilation
SwiftUI | CheatSheets Hub
Modern iOS/macOS UI framework. SwiftUI automatically updates views when state changes
Turbopack | CheatSheets Hub
Fast Rust-powered bundler. Turbopack is 700x faster than Webpack for large apps
Two-Factor Authentication
Complete 2FA guide with setup for Google, Apple, Microsoft, GitHub, social media, authenticator app comparison, and secu...
Zero Trust Network Principles
Trust nobody, verify everything, and limit access via context.
Zero Trust Networking
Identity-centric access, microsegmentation, and continuous validation
Zig | CheatSheets Hub
Modern systems programming language. Zig aims to replace C with better safety