← Discover

// CHEATSHEETS

Cheatsheets.

Dense, scannable reference cards — commands, flags, patterns, and gotchas. Built for cramming before an interview and for grabbing one glance mid-task. First track: DevOps.


DEVOPS · BEFORE THE INTERVIEW

🐳 docker

Docker live

Images, containers, layers, volumes, networks, Compose, multi-stage builds — every command and concept you'll get grilled on, plus rapid-fire Q&A.

#docker #containers
13 sections· interview Q&A
kubernetes

Kubernetes live

Architecture, Pods, Deployments, Services, probes, RBAC, scheduling, kubectl muscle memory — the K8s surface area an interviewer probes, plus a debug playbook.

#kubernetes #orchestration
15 sections· interview Q&A
🛠 terraform

Terraform live

HCL, providers, state, modules, plan/apply, meta-args, remote backends — IaC commands and the state model interviewers probe.

#terraform #iac
cheatsheet· interview Q&A
🐧 linux

Linux live

Files, permissions, processes, signals, systemd, text tools, resource diagnosis — the shell fluency every ops role expects.

#linux #shell
cheatsheet· interview Q&A
🌐 networking

Networking live

OSI/TCP-IP, IP/CIDR, TCP vs UDP, DNS, HTTP/TLS, NAT, load balancing, and the tools to test each hop.

#networking #tcp-ip
cheatsheet· interview Q&A
aws

AWS live

For the Associate cert — IAM, EC2, VPC (SG vs NACL), S3, RDS, Lambda, ELB/ASG, CloudWatch: services + exam concepts.

#aws #associate-cert
cheatsheet· interview Q&A
gcp

GCP live

For the Associate cert — resource hierarchy, IAM, Compute Engine, GKE, Cloud Run, VPC, Cloud SQL/Spanner/Bigtable, BigQuery.

#gcp #associate-cert
cheatsheet· interview Q&A

MESSAGING, DATA & OBSERVABILITY

🪵kafka

Kafka live

Partitions, storage internals, producer/consumer config, rebalance protocols, ISR & leader election, exactly-once, compaction, ecosystem — senior depth.

12 sections· senior Q&A
🧱redis

Redis live

Single-threaded model, all data types, TTL/eviction, RDB vs AOF, transactions/Lua/pipelining, patterns (lock/rate-limit), Sentinel vs Cluster — senior depth.

10 sections· senior Q&A
📡emqx

EMQX / MQTT live

MQTT topics & wildcards, the three QoS levels, retained/will, sessions, MQTT 5, EMQX clustering, rule engine, auth/ACL, and MQTT vs Kafka — senior depth.

9 sections· senior Q&A
🐰rabbitmq

RabbitMQ live

AMQP model, exchange types, ack/prefetch, durability (3 things), queue types (quorum/stream), DLX/TTL, flow-control alarms, clustering, RabbitMQ vs Kafka — senior depth.

11 sections· senior Q&A
📊monitoring

Monitoring live

Three pillars, Prometheus pull model + exporters, metric types, PromQL, SLI/SLO/error budgets, USE/RED, alerting that doesn't suck, Grafana/Loki/Tempo/OTel — senior depth.

9 sections· senior Q&A

GENAI · GPU, INFERENCE & TRAINING

🎛gpu

GPU Optimization live

Memory-bound vs compute-bound, the memory hierarchy, precision (TF32/BF16/FP8), Tensor Cores, fusion (FlashAttention/torch.compile), pipeline starvation, NCCL, nsys/ncu profiling.

12 sections· interview Q&A
inference

LLM Inference live

Prefill vs decode, TTFT/TPOT, KV cache + PagedAttention, continuous batching, quantization (AWQ/GPTQ), speculative decoding, prefix caching, TP/PP, the vLLM/TRT-LLM stack.

11 sections· interview Q&A
🏋training

LLM Training live

Where VRAM goes, parallelism (DDP/FSDP/TP/PP), ZeRO stages, checkpointing + accumulation, stability (warmup/clip/BF16), PEFT (LoRA/QLoRA), post-training (SFT/DPO/PPO).

10 sections· interview Q&A
genai

GenAI Engineering live

The capability ladder, prompting, RAG (hybrid + rerank), agents + function calling + MCP, context management, evaluation (RAGAS/LLM-judge), prompt-injection safety, LLMOps.

10 sections· interview Q&A