Most of us here write code that runs on transistors, and almost none of us ever had a reason to ask why a transistor works at all. This is a short tour of the physics that answers that question, written for developers rather than for physicists.
Quantum mechanics has a reputation problem among people who write software. It arrives as cats in boxes and particles in two places at once, which makes it sound like philosophy rather than engineering. It is neither. It is the most experimentally verified theory in physics, its predictions have never once failed, and it is the reason semiconductors, lasers and MRI machines exist at all.
The Principles That Do The Work
Five ideas carry almost all of the weight.
Quantization. Energy comes in discrete packets. An electron in an atom is restricted to specific energy levels, like a staircase with no ramp between the steps. Planck found this in 1900 while working out why hot objects glow the colors they do.
Wave-particle duality. Send electrons through a crystal and they produce an interference pattern like water waves through two openings. Detect those same electrons on a screen and each one arrives as a single point. Neither description is complete on its own.
Superposition. A system can sit in a combination of states until a measurement forces one outcome. This is not a statement about our ignorance of some hidden value. No theory that assigns pre-existing definite values to every property can reproduce all the quantum predictions.
Entanglement. Two particles become correlated such that neither has a state you can describe independently, at any separation. Einstein called it spooky action at a distance and believed it showed the theory was incomplete.
Tunneling. A particle crosses an energy barrier it classically cannot cross, because the wave function decays through the barrier rather than stopping at it, and still has a nonzero value on the far side.
The Experiments That Forced It
The double-slit experiment is the center of all of it. Particles sent one at a time build an interference pattern, which is wave behavior. Add a detector that records which slit each particle went through and the pattern disappears. Feynman said this single experiment contains the only mystery in quantum mechanics, because everything else is a variation of the same puzzle.
The photoelectric effect settled the question of whether light is quantized. Shine light on a metal and electrons are ejected, but only above a threshold frequency, no matter how intense the light is. Einstein explained it in 1905 with photons carrying energy proportional to frequency, and it earned him the Nobel Prize in 1921.
Stern-Gerlach in 1922 sent silver atoms through a non-uniform magnetic field and got two distinct beams instead of a continuous spread, which is the first direct evidence of quantum spin.
Bell test experiments, from Alain Aspect in 1982 through the loophole-free versions in 2015, ruled out local hidden variable explanations for entanglement. That is about as close as physics gets to closing an argument.
Where It Shows Up In Your Stack
Semiconductors are quantum band structure applied at industrial scale, which means every transistor you have ever run code on is a quantum device. Flash memory writes and erases by tunneling electrons through an oxide layer. Lasers depend on quantized energy levels and stimulated emission. Scanning tunneling microscopes image individual atoms using tunneling current as the signal.
And quantum computing treats superposition and entanglement as a computational resource rather than a curiosity, which is why the field cares so much about coherence times. If you want the computing angle specifically, the quantum computing guide covers qubits, gates and error correction without the marketing.
The Takeaway
You do not need the mathematics to get value out of the intuition. Knowing that energy is quantized, that measurement is not passive, and that tunneling is a real transport mechanism changes how you read hardware documentation and how much sense device physics makes. The full walkthrough of the principles, the experiments and the applications is in the quantum mechanics guide, and it is written for people coming in without a physics background.