Buffers
Isha only reaches for Buffers when read a big CSV has to stay correct in an upload job.
For Buffers, the event loop is in play. Don’t blame it until you have traced read a big CSV.
Skip Buffers and loading the whole file into RAM shows up in an upload job.
Isha ships Buffers in an upload job. That is the use case worth saying.
Buffers miss — loading the whole file into RAM. Fix it before you talk about advanced Node.js.
After Buffers, Isha should still remember loading the whole file into RAM.
Close Buffers with — “If I skip it, read a big CSV goes wrong like this: loading the whole file into RAM.”
Say Buffers in one breath, then createReadStream, then loading the whole file into RAM.