I am allocating buffer as the following:
const buf = Buffer.alloc(8);
This allocates the memory space for 8 bytes...
Now, I want to write any