Quick recall mode

Keywords first, details second.

Use this mode when you want memory triggers only: title, summary, tags, and bullet anchors without long answers getting in the way.

Clear

Results update as you type. Press / to jump straight into search.

Quick recall

374 cards

SQL Medium Theory

Subquery vs join

Joins combine tables directly, while subqueries nest one query inside another; either can be correct depending on clarity and plan quality.

  • Joins are often easier to optimize
  • Subqueries can express stepwise logic
  • Check the execution plan
DevOps Easy Theory

AWS S3 basics

S3 is durable object storage used for files, backups, logs, static assets, and data lake style workloads.

  • Object storage not block storage
  • Highly durable
  • Great for static files and archives