blog.abhishek.winStreams In NodeJsHave you ever heard about streams? Like senior engineers talking about how you can pipe certain streams to achieve performance gains? In this article, I will try to explain what streams actually are in Node.js and what their use cases are. Streams ar...5d ago·4 min read
blog.abhishek.winBuffer in Node.jsWhat is a Buffer? Buffer is a Node.js core module that works with raw binary data. We can directly deal with the buffer using the Buffer module. Why Node.js needs Buffers for binary data? Everything on the internet is in binary format, so we need...Sep 4, 2025·3 min read
blog.abhishek.winBuilding Video Transcoding Service Using TurboRepo, NestJS, and ReactIn this project, I built a Video Transcoding Service using Turborepo, NestJS, React, Docker, and other tools. The system supports features like uploading videos, queue-based background processing, format conversion with FFmpeg, and HLS output with au...Apr 14, 2025·3 min read