Home/Deven Rathore
Author
DRDeven Rathore

Deven Rathore

3 articles by Deven Rathore.

Engineering — Building A Video Streaming App With Nuxt.js, Node And Express — Smashing Magazine

Building A Video Streaming App With Nuxt.js, Node And Express — Smashing Magazine

Instead of sending the entire video at once, a video is sent as a set of smaller chunks that make up the full video. This explains why videos buffer when watching a video on slow broadband because it only plays the chunks it has received and tries to load more. In this article, Deven Rathore will build a video streaming app using Nuxt.js and Node.js. Specifically, you’ll build a server-side Node.j

DRDeven RathoreDeven Rathore·April 13, 2021Engineering
Career & Teams — How To Build A Music Manager With Nuxt.js And Express.js — Smashing Magazine

How To Build A Music Manager With Nuxt.js And Express.js — Smashing Magazine

Whenever a web client uploads a file to a server, it is generally submitted through a form and encoded as multipart/form-data. Multer is a middleware for Express.js and Node.js that makes it easy to handle this so-called multipart/form-data whenever your users upload files. In this article, Deve Rathore introduces how Multer streamlines the process of handling file uploads. It also introduces how

DRDeven RathoreDeven Rathore·February 27, 2020Career & Teams