Blogs

Accelerating Node.js I/O with Native C++ Addons: A Deep Dive
Accelerating Node.js I/O …

Accelerating Node.js I/O with Native C++ Addons: A Deep Dive

Node.js is famous for its non-blocking I/O model which works wonders for most web applications. However when you start dealing with massive files or computationally heavy operations like checksumming gigabytes of data the standard library …

Building PeerLink: A Journey into Distributed File Sharing
Building PeerLink: A …

Building PeerLink: A Journey into Distributed File Sharing

Hey everyone! I wanted to share what I’ve been working on lately - PeerLink, a distributed file sharing platform that I’m genuinely excited about. Let me walk you through what makes it special and some of the challenges I ran …