a circuit topology
When you decide to cross a river, you first choose the kind of crossing — a footbridge, a ferry, a tunnel — before you worry about which bolts to buy. A circuit topology is that high-level choice of shape: the arrangement of building blocks and how they connect, chosen before any exact component values. It answers what kind of circuit this is, not yet what the parts are. A power supply could be a linear regulator topology or a switching buck topology; an amplifier could be common-emitter, emitter-follower, or an op-amp non-inverting topology. Same goal, very different shapes.
Choosing a topology is mostly recognition: an experienced designer has a mental library of known shapes, each with a personality, and matches the problem to one of them. Need a clean, quiet 3.3 V from 5 V at low current? An LDO (low-dropout) topology. Need 12 V from a 3.7 V battery? A boost topology, because a linear regulator simply cannot make a higher voltage. Need to amplify a tiny sensor signal sitting on top of noise common to both wires? A difference or instrumentation-amplifier topology, because that shape rejects what is common to both inputs. The topology fixes the circuit's fundamental abilities and limits; the component values only tune it.
The deep lesson is that the topology decision dominates everything after it. Pick the wrong shape and no amount of careful component selection will rescue you — you cannot tune a buck converter into being quiet, nor tune a linear regulator into being efficient at a big voltage drop. This is why reading reference designs and proven shapes matters so much: most good topologies are already invented, and the mark of a strong designer is choosing the simplest known shape that meets the spec, not inventing a clever new one that nobody has debugged.
To make 3.3 V from 5 V at 50 mA, a linear regulator (LDO) topology is small, quiet, and wastes only (5 - 3.3) times 0.05, about 85 mW. To make 3.3 V from a 12 V supply at 1 A, the same topology would burn (12 - 3.3) times 1, about 8.7 W as heat, so a switching buck topology is the right shape instead.
Same output, two voltages — and the right topology flips entirely.
The topology, not the part numbers, sets what is even possible. Choosing the shape that fits the spec is the single highest-leverage decision in the whole design.