Amazon DynamoDB | CheatSheets Hub
Managed NoSQL database service. Use single-table design for related entities
Apache Cassandra | CheatSheets Hub
Distributed NoSQL database. Design schema around query patterns, not normalization
Apache Kafka | CheatSheets Hub
Distributed streaming platform. Kafka guarantees order within a partition only
Apache Superset
Apache Superset cheat sheet covering charts, SQL Lab, dashboards, filters, and data exploration with open-source BI.
API Gateway Routing
Configure routes, integrations, stage variables, and rate limits.
API Rate Limiting
Throttling patterns to protect APIs from abuse
ASP.NET Core | CheatSheets Hub
Cross-platform .NET framework. Use Entity Framework Core for database operations
BigQuery SQL Cheats
Write efficient queries that honor partitions and clustering.
Cassandra Time-Series
Model time-series partitions via composite keys and TTL.
ClickHouse
ClickHouse queries, optimization, and data types for analytics
CockroachDB
CockroachDB distributed SQL database
CouchDB | CheatSheets Hub
NoSQL document database. CouchDB excels at offline-first applications
Data Backup Strategy
Define RPO/RTO, snapshot cadence, and test restores
Elastic Index Management
Use index templates, ILM policies, and rollover aliases to control growth.
Firebase | CheatSheets Hub
Google's mobile and web development platform. Use Firebase emulator suite for local development
GraphQL Caching
Shared caches, TTL strategies, and avoiding stale data
GraphQL Federation
Define schema ownership, share references, and resolve hints
GraphQL Federation Patterns
Split schemas, assign ownership, and manage shared types.
GraphQL Merging Strategies
Combine schemas from multiple services and delegate ownership.
GraphQL Optimization
Key techniques for speeding GraphQL services
GraphQL Schema Design
Craft types, resolvers, and version-resilient schemas
GraphQL Subscriptions
Schema, resolvers, and security patterns for GraphQL subscriptions
gRPC | CheatSheets Hub
High-performance RPC framework. gRPC is ideal for microservice communication
InfluxDB | CheatSheets Hub
Time-series database platform. InfluxDB is optimized for time-series data workloads
Insomnia | CheatSheets Hub
API client and design tool. Insomnia is a great alternative to Postman
Kafka Connect JDBC Sink
Configure JDBC sink connector for writes into Postgres or MySQL.
Kafka Consumer Placements
Align partitions with consumers, monitor lag, and prefer cooperative rebalance.
Kafka Schema Registry
Register schemas, enforce compatibility, and version them per topic.
Kafka Stream Processing
Balance topics, partitions, and state for streaming workloads.
Kafka Streams
Streaming transformations with Kafka and KSQL
MariaDB
MariaDB commands, features, and differences from MySQL
Metabase
Metabase cheat sheet covering questions, dashboards, SQL editor, filters, alerts, and open-source business intelligence.
MySQL GC Optimizations
Adjust `innodb_purge_threads` and buffer pools to keep GC manageable.
MySQL Instant Add Column
Use `ALTER TABLE ... ADD COLUMN` with instant add on modern MySQL/Percona.
MySQL Performance Tuning
Monitor buffer pool use, slow query logs, and connection limits.
Neo4j | CheatSheets Hub
Graph database management system. Use graph algorithms for complex path analysis
PlanetScale
PlanetScale serverless MySQL database platform
Postgres Advanced Joins
Use lateral joins, recursive CTEs, and set operators
Postgres Connection Pooling
Tune PgBouncer pool sizes, timeouts, and pool modes.
Postgres Full-Text Search
Index textual columns, define dictionaries, and rank matches.
Postgres Performance
Indexes, VACUUM, and configuration hints
Postgres Replication
Set up primary/replica, monitor lag, and fail over safely
Postgres Replication Lag
Monitor `pg_stat_replication` for lag metrics and handle diverging replicas.
Postgres Watchdog
Run sentinel queries and restart Postgres when heartbeats fail.
Productivity Time-Blocking Systems
Plan days with themed blocks, buffers, and rest periods.
RabbitMQ | CheatSheets Hub
Message broker for distributed systems. Always acknowledge messages after processing
Redis Cluster Operations
Manage slot migrations, resharding, and replica promotions.
Redis Memory Optimization
Tune eviction policies, use expirations, and pick compact data types.
Redis Persistence Modes
Combine RDB and AOF strategies to match your durability needs.
SQL Index Choices
Choose indexes that match your query filters, sorts, and joins.
SQLite Database
SQLite database guide with 50+ SQL commands, data types, queries, indexes, optimization, and CLI reference
Supabase | CheatSheets Hub
Open-source Firebase alternative. Supabase is built on PostgreSQL with full SQL support
Temporal Workflow Patterns
Use Temporal for event-driven workflows, retries, and cross-service coordination
Time-Series Modeling in InfluxDB
Structure buckets and Flux queries for efficient time-series analysis.
TimescaleDB
TimescaleDB time-series functions, hypertables, and optimization
Vector DB Search Tuning
Tune distance metrics, embeddings, and filters for fast, relevant vector search
Web Components API
Native Web Components API - custom elements, shadow DOM, and templates