Node.js Buffers & Binary Data
How Buffer, Uint8Array, ArrayBuffer, and DataView fit together; UTF-8 / hex / base64 encodings; byte order; which operations share memory versus copy; and why turning binary into a string destroys it. Every answer is verified by running the code in Node.