Backend Engineer
Nothing here yet.
Nothing here yet.
We’ve recently had some huge changes in our entire ingestion flow, and needed to bring on Flink. Our traffic spikes have crossed hundreds of millions of requests per minute and hundreds of terabytes o

Fork() So, what is fork()? I briefly introduced it in the previous article, but let's get into more details now. So fork() creates an entirely new process by literally copying said process and creating a new one. The child process is essentially an e...

We all know that system calls are inherently "slow". Regardless of the reasoning behind why system calls are slow, it is common practice to try and "batch" them. A great example of that is how the read() and write() system calls are "batched" or "buf...
