Tag view

#context

Cross-subject tag search for related interview cards.

Clear

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

Tagged with context

3 cards

React Medium Theory

Context performance, Context vs Redux, and when global state is really needed

Context is not a full performance or tooling replacement for every state management problem, and global state should be introduced only when local state is no longer enough.

  • Not all shared data needs Redux
  • Context updates can fan out widely
  • Global state should solve a real coordination problem

Context performance, Context vs Redux, and when global state is really needed

Artificial Intelligence Medium Theory

What is context engineering?

Context engineering is the practice of selecting and shaping the right instructions, retrieved knowledge, tool outputs, and memory before a model call.

  • Bigger context is not always better
  • Relevance matters more than volume
  • Ordering and formatting affect results

What is context engineering?