Talks and Videos

Talks and Videos

Conference talks, short-form videos, and expert explanations that deepen modern C++ understanding.

Talks and Videos

Short-form and conference material

Best use cases

When to start here

Simple viewing workflow

  1. Start with a short video when you need a fast second explanation.
  2. Move to a longer conference talk when the topic affects design, performance, or architecture decisions.
  3. Rebuild a small example locally after watching so the ideas become concrete instead of staying passive.

Choosing by need

Watch-and-apply workflow

  1. Pick one talk for one concrete question, not a vague topic area.
  2. Write down one or two claims you want to verify in code.
  3. Rebuild the smallest local example that exercises those claims.
  4. Keep only the ideas that survive contact with your own code and toolchain.

Best use by experience level

Example in practice

  1. Pick one resource from this page.
  2. Use it to answer one concrete question about syntax, tooling, or workflow.
  3. Bring the result back into a local example or project build.