← Home
Start here

5-minute orientation

Reqflow assumes you've heard most of these words before, but if some of them are fuzzy, this page will get you fluent enough to feel at home everywhere else on the site.

The 8 words you'll see everywhere

If you can hold these in your head, the diagrams will start to make sense.

Full glossary → when you want more.

How to read a system page

  1. 1
    The big diagram in the middle is the architecture: boxes are components, arrows are how a request flows between them.
  2. 2
    The strip at the bottom plays a real request step by step. Hit ▶ play. Watch where the request goes.
  3. 3
    Click any box to see what it is, why it's there, and what you'd use instead.
  4. 4
    Switch to a failure scenario (the dropdown that starts with ⚠) to see what breaks when something dies.
  5. 5
    The right-side tabs go deeper: Spec (requirements, API, capacity math), Scale (how it changes at 1B users), AI (ask anything), and Quiz.

Your first 30 minutes

A specific route through the site that won't leave you lost.

  1. URL Shortener
    ~10 min

    The smallest real system. You'll feel the whole loop (request → cache → DB → response) in a tiny architecture. Hit play, click every box.

  2. Concept: Caching
    ~6 min

    The single most important pattern on the site. Almost every system uses it. Start with the TLDR at the top of the page.

  3. Instagram Feed
    ~12 min

    Now apply caching to something bigger. See how 'fan-out on write' uses cache to make every feed-open free.

After those three, you'll know enough that everything else on the site will read like a variation on patterns you've already seen.